body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color:#333;
}

#wrapper{
width:900px;
margin:0 auto;
text-align:left;
position:relative;
}
#header{
	padding:6px 20px 18px 20px;;
	background-image: url(../Images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
}
#header #search{
position:absolute; width:250px; right:10px; top:5px; text-align:right;
}
#header #strapline{
	
	background-image: url(../Images/header_strapline.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#maindiv{
	
	background-image: url(../Images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding:0 12px;
	
}
#inner{
	background-image: url(../Images/hi_h_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:500px;
	padding:10px 10px 20px 10px;
	
}
#maindiv #contactbox{
position:absolute; bottom:85px; left:15px; width:180px; height:130px;border-left:2px solid #ECECEC; padding-left:10px; color:#999;
}
#maindiv #contactbox a{
color:#999;
}
#maindiv #linksbox{
position:absolute; bottom:80px; right:20px; width:630px; height:15px; color:#999; text-align:right;
}
#maindiv #linksbox a{
color:#999;
}
#leftcolumn{
	width:160px; float:left; border-left:2px solid #ECECEC;
}
#leftcolumn #nav{
padding:10px; color:#666;
}
#leftcolumn #nav ul{
list-style-type:none; margin:0; padding:0;
}
#leftcolumn #nav ul li{
padding-bottom:10px;
}
#leftcolumn #nav a{
color:#999;
}
#leftcolumn #nav a:hover{
color:#00529C;
}
#leftcolumn #nav a.selected
{
    color:#00529C;
}
#maincolumn{
	width:390px;
	float:left;
	border-left:2px solid #ECECEC;
	margin-right:10px;
}
#leftcontact{
	width:180px;
	float:left;
	border-left:2px solid #ECECEC;
	margin-right:10px;
}
 #breadcrumb{
padding:10px 10px 5px; color:#999;
}
#maincolumn .content, #leftcontact .content, #fullcolumn .content{
padding:10px 10px 40px; 
}

#maincolumn .content, #fullcolumn .titlepadding{
padding:10px 0px 0px 10px; 
}

#fullcolumn{
float:left; margin-left:0px; width:690px;
	border-left:2px solid #ECECEC;
}
#rightcontact{
	width:510px; float:left; border-left:2px solid #ECECEC; margin-bottom:20px;
}
#rightcolumn{
	width:290px; float:left; border-left:2px solid #ECECEC;
}
#rightcolumn .content{
padding:10px; 
}
#rightcontact .content{
padding:10px 0 10px 10px; 
}
#footerbar{
background-image: url(../Images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:15px;
    font-size: 11px;
}
#footer{
padding:10px; color:#999; text-align:right; font-size: 11px;
}
.clear{
margin:0; padding:0; clear:both;
}
.column1_1_1_1{
width:166px; float:left; border-right:1px solid #ECECEC;
}
.tabs{
clear:both;
}


