body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

ul,li,span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

a{color:#003d7d;}
a:HOVER{color:#000000;}
a:VISITED{}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}

p{margin-top:0;margin-bottom:12px;font-size:12px;color:#666666;}
b{color:#000000}

H1{
	margin-top:0;margin-bottom:12px;padding:6px 0px;font-size:16px;color:#003d7d;
	background:url(Images/TemplateImages/wdio_h1Bg.gif) no-repeat bottom left;}
H2{margin-top:0;margin-bottom:12px;font-size:14px;color:#003d7d;}
H3{margin-top:0;margin-bottom:12px;font-size:14px;color:#000000;}
H4{margin-top:0;margin-bottom:12px;font-size:14px;color:#e7a32f;}
H5{margin-top:0;margin-bottom:12px;font-size:12px;color:#003d7d;}
H6{margin-top:0;margin-bottom:12px;font-size:12px;color:#000000;}

div#homeText H1{background:url(Images/TemplateImages/wdio_homeh1Bg.gif) no-repeat bottom left;}

div#content img{border:1px #e7a32f solid;padding:1px;margin:2px;}
div#content img.noborder{border:none;padding:0px;}
div#content h3 img{border:1px #e7a32f solid;padding:1px;margin:20px;}

/****** TEMPLATE STYLES ******/

div#header{position:relative;background:url(Images/TemplateImages/wdio_headerBg.gif) repeat-x #FFF;}
div#container{text-align:left;background:url(Images/TemplateImages/wdio_contentBg.gif) repeat-y;}

div#container{width:995px;margin:0 auto}
div#content{float:right;width:709px}
div#leftNav{float:left;width:225px;display:inline}/*IE6 Double Margin Fix - display:inline*/
div#extra{float:left;clear:left;width:225px;}
div#footer{clear:both;width:100%}

div#navigation{height:28px;background:url(Images/TemplateImages/wdio_navMainBg.gif) no-repeat;}
div#leftNav{background:url(Images/TemplateImages/wdio_navLeftBg_tile.gif) repeat-y;margin-left:26px;padding-left:17px;width:218px;}
div#extra{margin-left:26px;}

div#breadcrumb{font-size:10px;color:#999;font-weight:bold;padding:12px 40px;}
div#breadcrumb a{color:#999;text-decoration:none;}
div#breadcrumb a:HOVER{text-decoration:underline;}

div#content{width:668px;padding:0px 41px 0px 0px;}

div#searchBox{position:absolute;top:12px;right:0;border:1px solid #000000;width:165px;padding:0px;background:#FFF;}
div#searchBox #txtSearch{border:0px;width:137px;height:14px;display:block;float:left;font-size:10px;margin:2px 0;}
div#searchBox #btnSearch{float:right;margin:2px;}

div.swfWriting{position:absolute;top:80px;left:189px;}
div#headerLinks{position:absolute;top:60px;right:0px;}

div#footer{height:16px;background:url(Images/TemplateImages/wdio_footer.gif) no-repeat;text-align:center;font-size:11px;color:#333;padding:10px 0px;}
div#footer b,div#footer a,div#footer a:HOVER{color:#333}

#siteByDS{width:100%;background:none;text-align:center;padding:6px 0px;font-size:11px;}
#siteByDS a{color:#666666;}
#siteByDS a:hover{color:#003d7d;}

div#homeBanner{width:995px;height:257px;background:url(Images/TemplateImages/wdio_headerBanner.jpg) no-repeat;}
table#tblHome div.homeBox{width:292px;height:146px;background:url(Images/TemplateImages/wdio_homeBoxBg.gif) no-repeat;margin:6px 5px 5px 5px;text-align:left;padding:20px 15px;}
	table#tblHome div.homeBox h1{font-size:14px;padding:4px 0;margin-bottom:10px;}
	table#tblHome div.homeBox p{margin-bottom:8px;font-size:11px;}
	table#tblHome div.homeBox b{color:#000;}
	table#tblHome div.homeBox a{color:#003d7d;text-decoration:none;font-style:italic;font-weight:bold;}
	table#tblHome div.homeBox a:HOVER{color:#003d7d;text-decoration:underline;font-style:italic;font-weight:bold;}
div#homeText{width:370px;height:220px;float:right;padding:30px 30px 0px 12px}

/****** Left Nav Links ******/

a.leftNavLinks_1,
a.leftNavLinks_2{
padding:5px 0px;color:#003d7d;width:206px;display:block;position:relative;background:url(Images/TemplateImages/wdio_navLeftItemBg.gif) no-repeat bottom left;text-decoration:none;font-weight:bold;
}

a.leftNavLinks_1:HOVER,
a.leftNavLinks_2:HOVER{

}

a.leftNavLinks_3{color:#bcad94;}
a.leftNavLinks_3:HOVER{color:white;}

a.leftNavLinks_4{color:#dda242;}
a.leftNavLinks_4:HOVER{color:white;}

a.leftNavLinks_1:HOVER span.arrow2,
a.leftNavLinks_2:HOVER span.arrow2{
		display:		block;
	}
	
a.leftNavLinks_1 span.arrow2,
a.leftNavLinks_2 span.arrow2{
		display:		none; 
	}

span.arrow2{
		position:		absolute; 
		display:		block; 
		right:			20px; 
		top:			6px; 
		width:			0px; 
		height:			0px; 
		border-top:		5px solid #FFFFFF; 
		border-bottom:	5px solid #FFFFFF; 
		border-left:	5px solid #003d7d;/*arrow colour*/
		font-size:		1px; 
		line-height:	0;
	}

/****** CLEARFIX ******/

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */
