* { margin: 0; padding: 0;}

html
{
	
}

body
{
	color:#ef6026;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#efefee;
}

a img
{
	border:none;
}

#bodyWrapper{
	margin:0 auto;
	background: url(/site_media/images/wrapperBG.png) repeat-y;
	width:1040px;
	min-height:600px;
}

#innerWrap{
	margin:0 auto;
	width:850px;
	
}

#headerWrap{
	float:right;
	width:700px;
	
	
}

.headerLeftLink{
	margin-top:40px;float:left;
}


#headerNav{
	width:700px;
	height:73px;
	border-bottom: 1px solid #ef6026;
}

#headerNav ul{
	list-style:none;
	float:right;
	margin-top:40px;
}

#headerNav li{
	float: left;
	margin-left:2em;
}

#headerNav a{
	font-size:15px;
	text-decoration:none;
	color:#ef6026;
	height:24px;
	
}

.headerNavLink{
	float:left;
	margin-top:40px;
}

#subHeader{
	float:right;
	width:700px;
	height:265px;
}

#homePageLogo{
	float:right;
	margin-top:20px;
}


#logo{
	float:left;
	margin-top:16px;
}

#leftSideBar{
	float:left;
	width:200px;
	margin-top:35px;
	color:#ef6026;
}

#leftSideBar ul{
	list-style:none;
	width:203px;
}

#leftSideBar li{
	clear:right;
	float:right;
	width:203px;
	margin-bottom:30px;
	text-align:right;
	font-size:18px;
}

#leftSideBar a{
	text-decoration:none;
	color:#ef6026;
}


#contentWrapper{
	float:right;
	width:640px;
	margin-top:20px;
}

#contentWrapperDetail{
	float:right;
	width:615px;
	margin: 0 0px 0 0;
}


#detailTopImage{
	float:right;
	width:615px;
}

#detailContent{
	color:#585858;
	min-height:685px;
	width:615px;
	float:right;
	/*background: #e34912 url(/site_media/images/detailBg.jpg) repeat-x top ;*/
}

#innerContentWrapper{
	padding:30px 10px 10px 20px;
	border: 1px solid #EF6026;
	margin-top: -1px;
	margin-bottom:1em;
	color:#646464;
	min-height:650px;
}


#detailContent p{
	margin-bottom:40px;
	line-height:27px;
}

#detailContent h1{
	margin: 0 0 20px 0;
	font-size:35px;
	font-weight:normal;
	color:#585858;
}

.shadowBoxWide{
	color:#fff;
	width:640px;
	min-height:100px;
	/*background: #ef6026 url(/site_media/images/shadowBoxBG.png) no-repeat bottom left;*/
	
}

.shadowBoxTop{
	/*background: url(/site_media/images/shadowBoxTop.png) no-repeat top left;*/
	width:615px;
	float:left;
	margin-left:16px;
	
}

.shadowBoxTopImage{
	width:615px;
	float:left;
}

.innerShadowBox{
	background-color:#ef6026;
	float:left;
	margin-left:16px;
	clear:both;
	width:615px;
	min-height:300px;
}

.gutter{
	padding:0 23px 23px 23px;
}

.shadowBoxWide h1{
	clear:both;
	float:left;
	width:614px;
	margin-top:17px;
	margin-bottom:1em;
}

.shadowBoxWide p{
	margin-bottom:1em;
	margin-top:1em;
}

.shadowBoxWide ul{
	margin-left:1em;
}

#headerNav .ActiveLink{
	height:28px;
	background: url(/site_media/images/activeLink.gif) no-repeat bottom center;
}


#sideNav .ActiveLink a{
	color:#585858;
}


.widget{
	margin-top:1em; float:right; clear:right;
	font-size:10px;
	width:203px;
}

