* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	background: url('img/layout/bg_body.gif') repeat-x #ddd9d9;
}

#container {
	margin: 0 auto;
	width: 960px;
	background-color:#ffffff;
	/*border:1px solid #848c8e;*/
}

/*header-----------------------------------------*/
#wrapHdr {
	width: 960px;
}

#logo {
	float:left;
	width: 187px;
	height:100px;
	padding:10px 0 0 33px;
}

#hdr {
	float: right;
	text-align:right;
	width: 725px;
	padding:10px 15px 0 0;
	font-size:16px;
	
}

.global {
	margin-top: 20px;
	
}

#hdr ul {
	display:inline;
	font-size:12px;
}
#hdr  li {
	list-style: none;
	display:inline;
	margin: 0 3px 0 3px;
}

#hdr a:active, #hdr a:link, #hdr a:visited {
	color: #333333;
	text-decoration:none;
}

#hdr a:hover {
	color: #333333;
	text-decoration:underline;
}
/*nav-----------------------------------------*/

#mainNav {
	float:left;
	width: 924px;
	height:17px;
	font-weight:bold;
	color:#ffffff;
	padding:3px 0 0 36px;
	background-color:#8FAFD8;
	
}

#mainNav ul li {
	float:left;
	list-style: none;
	display:inline;
}

#mainNav li {
	margin-right:20px;
	text-transform:uppercase;
}

/*nav drop down-------------------------------*/
#nav, #nav ul {
	padding: 0px;
	margin-left: 0px;
	list-style: none;
	z-index: 100;
	

	
}

#nav a:visited, #nav a:active, #nav a:link  {
	display: block;
	/*width: 10em;*/
	color:#FFFFFF;
	text-decoration:none;
}

#nav li {
	float: left;
	/*padding: 24px 10px 16px 10px;*/
	/*width: 10em;*/
	
}

#nav li a:hover {
	color: #BBC7d2;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color:#8FAFD8;
	padding: 2px 0px 0px 0px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: normal;
}

#nav li ul li {
	background-color:#8FAFD8;
	padding: 4px 12px 4px 12px;
	text-transform:none;
	width: 150px;
}

/*#nav li ul a:visited, #nav li ul a:active, #nav li ul a:link  {
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 10px;

}

#nav li ul a:hover {
	font-size: 11px;
	text-decoration: underline;
	color:#999966;
}*/

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}
#nav li.current_page_item, #nav li.current-cat {
	background:#e4871a;
	
}


/*home graphic area---------------------------*/
#wrapGraphic {
	width:960px;
}

#message {
	float:left;
	width: 277px;
	height:249px;
	border-bottom:3px solid #e4871a;
	padding:56px 15px 0 33px;
	color:#ffffff;
	background: url('img/layout/bg_message.gif') repeat-x #364123;
}

#message h1 {
	font-size:24px;
}

#mainImg {
	float: left;
	width:635px;
	height:305px;
	border-bottom:3px solid #e4871a;
	background-color:#000000;
}

/*home content --------------------------------*/
#wrapContent {
	float:left;
	width: 958px;
}

#wrapContent h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;

	}


	#wrapHomeLt {
		float:left;
		width:589px; /*orig 624*/
		padding:18px 0 20px 34px;
	}
	
	#wrapHomeLt a:active, #wrapHomeLt a:link, #wrapHomeLt a:visited {
		color: #333333;
		text-decoration:underline;
	}

	#wrapHomeLt a:hover {
		text-decoration:underline;
		color:#e4881b;
	}
	
		#homeText {
			margin-bottom:23px;
			line-height:16px;
		}
		
		#homeCall {
			float:left;
		}
		
		#homeCall ul li {
			float:left;
			list-style: none;
			display:inline;
		}
		
		#homeCall img {
			float:left;
			border-bottom:1px solid #e4871a;
		}
		
		#homeCall p {
			font-size:11px;
			padding: 0px 5px 5px 5px;
		}
		
		#homeCall h4 {
			font-size:12px;
			font-weight:bold;
			padding: 0 0 0 5px;
		}
		
		#orange1 {
			width: 183px;
			margin-right:10px;
			border:1px solid #e4871a;
			
		}
		#orange2 {
			width: 183px;
			margin-right:10px;
			border:1px solid #e4871a;
			
		}
		
		#orange3 {
			width: 183px;
			margin-right:10px;
			border:1px solid #e4871a;
			
		}
	
	#wrapHomeRt {
		float:left;
		width:318px;
		padding:19px 0 0 9px; 
	}
	
	#wrapHomeRt h3 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	#wrapHomeRt li {
		list-style: none;
		margin-bottom:10px;

		
		
	}
		.servicesCall {
			width: 309px;
			background-color:#8eafd8;
			
		}
		
		.servicesCall p{
			color:#ffffff;
			/*padding: 5px 5px 5px 5px;*/
			font-size:10px;
			line-height:12px;
		}
		.servicesCall img {
			float:left;
			border-right:1px solid #ffffff;
			margin-right:4px;
		}
		
		.servicesGreen {
			float:left;
			background-color:#364123;
			border-top:1px solid #ffffff;
			color:#ffffff;
			padding: 2px 5px 2px 5px;
			width:299px;
			height:15px;
		}
		
		.servicesGreen ul li {
			float:left;
			list-style: none;
			display:inline;
		}
		

		
		.servicesGreen a:active, .servicesGreen a:link,.servicesGreen a:visited {
			color: #ffffff;
			text-decoration:underline;
		}
		
		.servicesGreen a:hover {
			text-decoration:underline;
			color:#e4881b;
		}

/*interior sub nav -----------------*/		

#subNav {
	float:left;
	width: 239px;
	height:198px;
	background: url('img/layout/bg_message.gif') repeat-x #364123;
}

#subNav ul {
	text-align:center;
	padding-top:10px;
	list-style-type:none;
}

#subNav li {
	margin: 4px 0 4px 0;
} 

#subNav a:active, #subNav a:link, #subNav a:visited {
	color: #ffffff;
	text-decoration:none;
}

#subNav a:hover {
	color: #ffffff;
	text-decoration:underline;
}

#subNav li.current_page_item {
	padding:1px;
	background:#e4871a;
	
}

/*interior graphic area -----------------*/	
#intImage {
	float:left;
	width: 473px;
	height:193px;
	border-left: 1px solid #e4871a;
	border-bottom: 5px solid #e4871a;
}

#intMessage {
	float:left;
	width: 232px;
	height: 177px;
	padding: 21px 0 0 15px;
	background: url('img/layout/bg_int_message.gif') repeat-x #e4871a;
}

#intMessage p{
	color:#ffffff;
	font-size:18px;
	margin-top:25px;
}

#intMessage h1{
	color:#ffffff;
	font-size:24px;
	margin-top:10px;
	font-weight:bold;
}

#intTitleWrapper {
	/*width:960px;*/
	float:left;
}

#intTitle {
	float:left;
	margin-left:1px;
	height:30px;
}

#intTitle h2 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	padding:2px 19px 2px 19px;
	background-color:#e4871a;
}

/*interior left call --------------------*/

#intLeft {
	float:left;
	width: 185px;
	border-right: 1px solid #8fafd8;
	margin-right:18px;
	margin-top:30px;
	padding: 25px 17px 0 17px;
	
}

#intLeft h4 {
	font-size: 14px;
	font-weight:bold;
}

#intLeft a:active, #intLeft a:link, #intLeft a:visited {
			color:#333333;
			text-decoration:underline;
		}
		
		#intLeft a:hover {
			text-decoration:underline;
			color:#e4881b;
		}

#sideCall {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom:10px;
}


/*interior right content ----------------*/
#intRight {
	float:left;
	width:669px;
	font-size:12px;
	line-height:16px;
	padding: 25px 35px 35px 18px;
}

#intRight h2 {
	font-size:16px;
	color:#333333;
	height:10px;
	line-height:0px;
	font-weight:bold;
	background: url('img/layout/bg_int_h2.gif') no-repeat bottom left;
	margin-bottom:8px;
}

#intRight p {
	margin-bottom:20px;
}


#intRight img {
	margin-right: 5px;
	float:left;
}


/*footer --------------------------------*/
.clear {
	clear:both;
	overflow:hidden;
	height: 0px;
}

#footer {
 	margin-top:10px;
	border-top:1px solid #8FAFD8;
	width:960px;
	height:50px;
	
}
