@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
} 

table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
} 
fieldset,img {  
	    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
} 
ol,li { 
		margin-left: 17px;
} 
#listmargin{
	margin-left:10px;
}
caption,th { 
	    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
} 
q:before,q:after { 
	    content:''; 
} 
abbr,acronym { 
		border:0; 
} 
body{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:.8em;
		color:#000000;
		background-color:#D5DFE8;
		background-image:url(../img/bg-orig.jpg);
		background-repeat:repeat;
}
#pageWrapper{
		width:1050px;
		padding:0px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../img/main_pic_openroad.jpg);
		background-repeat:no-repeat;
		background-position:296px 110px;
}
#templatePageWrapper{
		width:975px;
		padding:0px;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../img/template_bg-orig.jpg);
		background-repeat:no-repeat;
		background-position:0px 0px;
		background-color:#FFFFFF;
		
}
a:link, a:visited, a:active{
		color:#FC4501;
		text-decoration:none;
}
a:hover{
		color:#FC4501;
		text-decoration:underline;
}
#mainHeader{
	width:975px;
	height:130px;
	background-image:url(../img/header_bg.jpg);
	background-color:#000000;
	text-align:center;
	float:center;

}
#mainHeader .logo{
	margin-top:20px;
	margin-left:25px;
	float:left;
}
#mainHeader .tagline{
	color:#FFFFFF;
	font-size:2.5em;
	padding-top:58px;
	display:block;
}
#navWrapper{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:27px;
	background-image:url(../img/navigation_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#000000;
}
#sidebar{
	width:32%;
	float:left;
	background-color:#FFFFFF;
	font-size:1em;
	display:inline;
	height:1210px;

}
#sidebar .colWrapper{
	
	display:block;
	clear:both;
}
#sidebar .colL{
	float:left;
	width:40%;
	display:inline;
}
#sidebar .colR{
	float:right;
	width:60%;
	display:inline;
}
#sidebar .promosection{	
	width:95%;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:15px;
	background-image:url(../img/header_shadow.jpg);
	background-position: 0px 30px;
	background-repeat:repeat-x;
	display:block;
}
#sidebar .promosection img{
	margin-bottom:20px;
	
}
#sidebar .section{	
	width:95%;
	margin-left:10px;
	background-image:url(../img/header_shadow.jpg);
	background-position: 0px 30px;
	background-repeat:repeat-x;
	display:block;
	
}
#sidebar .section .headerbar, #sidebar .promosection .headerbar{
	width:100%;
	background-color:#000000;
	display:block;
	margin-bottom:25px;
	margin-top:10px;
	height:30px;
}
#sidebar .section .headerbar h3, #sidebar .promosection .headerbar h3{
	font-weight:lighter;
	font-size:1.1em;
	color:#FFFFFF;
	padding-left: 10px;
	padding-top:6px;
	padding-bottom:6px;
	
}
#sidebar .section  h3{
	padding-left: 5px;
}
#sidebar .section p{
	font-size:.9em;
	margin-left:5px;
}
.topShadow{
	height:32px;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../img/promoboxshadow_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
}
.bottomShadow{
	height:32px;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../img/promoboxshadow_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
}
#mainContent{
	float:left;
	width:65%;
	background-color:transparent;
}
#templateMainContent{
	float:left;
	width:100%;
	background-color:transparent;

}
#mainContent #pageHeader, #templateMainContent #pageHeader{
margin-left:2px;
margin-right:0px;
}
.#pageHeader .wrapper{
	
}
#mainContent hr, #templateMainContent hr{
	height:1px;
	width:100%;
	color:#DDDDDD;
	size:1px;
	margin-bottom:20px;
}
#mainContent  .bold, #templateMainContent .bold{
	font-size:2.8em;
	font-weight:bold;
	color:#000000;
}
#templateMainContent .bold{
	font-size:2.0em;
}
#mainContent  .orange, #templateMainContent .orange{
	font-size:2.8em;
	font-weight:normal;
	color:#FC4501;
}
#templateMainContent .orange{
	font-size:2.0em;
}
#mainContent  .black, #templateMainContent .black, #templateMainContent .blackSub{
	font-size:2.8em;
	font-weight:normal;
	color:#000000;
}
#templateMainContent .blackSub{
	font-size:1.5em;
	margin-bottom:20px;
}
#templateMainContent .black{
	font-size:2.5em;
}
#mainContent #pageHeader p, #templateMainContent #pageHeader p{
	font-size:.98em;
	font-weight:normal;
	color:#000000;
	margin-top:8px;
	margin-bottom:20px;
}
#searchArea{	
}
#searchArea form{	
	float:right;
}
.textBox{
	float:left;
}
.searchButton{
	margin-top:0px;
	margin-left:5px;
	float:left;
}
#mainFeature{
	display:block;
	clear:both;
	float:left;
	height:1010px;
	width:99%;
	
}
#mainArticle{
display:block;
	clear:both;
	float:left;
	width:98%;
	min-height:770px;
	marging-bottom:50px;

}
#mainArticle{
	margin-left:15px;
}
#mainFeature p, #mainArticle p{
	width:100%; 
}
.clearBoth{
	clear:both;
	display:block;
}
.clearBothMinus{
	clear:both;
	display:block;
	margin-top:-20px;
}
.clearBoth10px{
	clear:both;
	display:block;
	margin-top:10px;
	
}
.clearBoth20px{
	clear:both;
	display:block;
	margin-top:20px;
}
.clearBoth30px{
	clear:both;
	display:block;
	margin-top:30px;
}
.blockDiv{
	display:block;
}
.sideShadowLeft{
	float:left;
	width:9px;
	margin-left:1px;
	height:120px;
	background-image:url(../img/promoboxshadow_left.gif);
	background-repeat:repeat-y;
}
.sideShadowRight{
	float:right;
	width:9px;
	height:120px;
	background-image:url(../img/promoboxshadow_right.gif);
	background-repeat:repeat-y;
}
.promoContent{
	width:90%;
	float:left;
	padding:5px;
	background-color:#FFFFFF;
}
h3{
		color:#FC4501;
		font-size:1em;
		margin-bottom:5px;
		font-weight:bold;
}
a, a:link{
		color:#FC4501;
		font-size:1em;
		text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:1.2em;
	margin-bottom:5px;
} 
#footerArea, #templateFooterArea{
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	display:block; 
	padding-bottom:25px;
	
}
#templateFooterArea{
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	height:100px;
	background-position: 38px 0%;
	padding-left:0px;
	padding-right:0px;
}
#footerArea a:link, #footerArea a:visited, #footerArea a:active{
		color:#FC4501;
		text-decoration:none;
		font-weight:bold;
}
#footerArea a:hover{
		color:#FC4501;
		text-decoration:underline;
		font-weight:bold;
		
}

