html, body, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
background-color: #B6B6B6;
color: #ffffff;
text-align: center;
scrollbar-DarkShadow-Color:#232323; 
scrollbar-Track-Color:#232323; 
scrollbar-Face-Color:#232323; 
scrollbar-Shadow-Color:#232323; 
scrollbar-Highlight-Color:#232323; 
scrollbar-3dLight-Color:#232323; 
scrollbar-Arrow-Color:#76C7EF;
}
body a {
	color:#3A5475;
	text-decoration: none;
}
body a:hover, body a:focus {
	color:#857462;
	text-decoration: none;
}

/* ------- text styles --------- */

a {
	color: #996600;

}
.headline {

	font-size: 13px;
	font-weight: bold;
	color: #75C7EF;
}
.headlinecream {


	font-size: 12px;
	font-weight: bold;
	color: #E0E3D0;
}
.contentblue {
	color: #5B96B4;
}
.contentgold {
	color: #9D5B0F;
}
.contentwhite {
	color: #FFFFFF;
}
.small {
font-size:9px;
}
.headlinelarge {

	font-size: 13px;
	font-weight: bold;
	color: #9D5B0F;
}
.headlinelarge2 {

	font-size: 14px;
	font-weight: bold;
	color: #9D5B0F;
}
.headlinelarge2Copy {

	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.headlinecreamlarge {
	
	font-size: 16px;
	font-weight: bold;
	color: #E0E3D0;
}
.black_small {

	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/* ------------------ Site Layout ------------ */ 

#wrapper {
width: 776px;
margin: auto;
background-image:url(../graphics/bg.gif);
background-repeat:repeat-y;
text-align:center;
}
#header {
width: 776px; 
heaight: 71px;
}
#flash {
width: 776px; 
heaight: 167px;
}
#title {
width: 776px; 
heaight: 52px;
}
#border_left{
width: 9px;
float:left;
}
#body {
width: 758px;
height:337px;
background-image: url(../graphics/body_bg.jpg);
background-repeat:no-repeat;
background-color: #232323;
text-align:left;
/* float:left; */
margin:0 9px 0 9px;
}
#body_ataglance {
width: 758px;
background-image: url(../graphics/body_bg_ataglance.jpg);
background-repeat:no-repeat;
background-color: #232323;
text-align:left;
/* float:left; */
margin:0 9px 0 9px;
}
#border_right{ 
width: 9px;
float:left;
}
#content_left{
padding:0 10px 0 0px;
margin:20px 0 0 39px;
width:419px;
text-align:left;
/*height:228px;*/
overflow:auto;
display:inline;
float:left;
}

#content_right{
width:232px; 
padding:0 52px 0 6px;
float:right;
margin:20px 0 0 0;
} 
#content_wide{
width:680px;
height:252px;
padding:15px 39px 0 39px;
overflow:auto;
}
#content_ataglance{
	width:625px;
	padding:0px 39px 0 39px;
	margin-top: 0px;
}
#content_right_box {
width:217px;
height:45px;
border:#76C7EF solid 1px;
margin:5px 0 0 0;
padding:7px 0 0 8px
}
#title_image{
padding:0 0 0 39px;
}
#footer {
width: 758px;
height: 6px;
background-image:url(../graphics/footer.gif);
background-repeat:no-repeat;
margin:0px 0 0 0;
}
#footer_content {
width: 726px;
height: 17px;
padding: 23px 0 0 50px;
text-align:left;

}
#footer_nav {
width: 726px;
height: 35px;
padding: 0px 0 0 50px;
text-align:left;
}
#contentright {
width: 440px;
margin-right: 10px;
margin-top: 25px;
padding: 20px 10px 10px 10px;
float: right;
background-image: url(../graphics/largebg.jpg);
background-repeat:no-repeat;
}
#menuleft {
width: 230px;
float: left;
margin-left: 10px;
margin-top: 25px;
}
#contentleft {
width: 190px;
float: left;
padding: 20px;
background-image:url(../graphics/smallbg.jpg);
background-repeat: no-repeat;
color:#FFFFFF;
}
#casestudyholder{
	margin-bottom: 5px;
	float: left;
	margin-right: 35px;
}
#leftmenuimage {
border: solid 1px #5B96B4;
float: left;
margin:0px 0 0 0;
}
#casestudylist {
width: 180px;
float: left;
margin-left: 15px;
}
#casestudyimage {
border: solid 1px #5B96B4;
float: left;
margin: 10px;
}
#gallerimageset {
width: 600px;
margin: 0 0 0 0;
text-align:left;
}
#galleryimage {
float: left;
width: 140px;
height:140px;
margin: 1px;
}
#imagepage {
width: 100%;
height: 465px;
background-color:#333333;
}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}