/* Css reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:visited{
	color:#999;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	position:relative;
	background:#bcbec0 url(/images/bg.png) repeat-x;
	color:#999;
	font:62.5% Arial, Helvetica, sans-serif;
}
.skiplink{
	display:none;
}
.wrapper{
	margin:0 auto;
	width:1000px;
}
.entry_img {
	float:right;
	margin: 0px 0px 10px 10px;
}
/* Header */
#header{
	width:100%;
	height:133px;
	background:url(/images/header_bg.png) no-repeat;
	margin:7px 0 0;
}
#header h1{
	float:left;
	width:226px;
	height:78px;
	margin:40px 0 0 29px;
	display:inline;
}
#header h1 a,
#header h1 a:visited{
	display:block;
	width:100%;
	height:100%;
	outline:0;
	text-indent:-5000px;
	background:url(/images/logo.gif) no-repeat;
	cursor:pointer;
}
#nav{
	float:right;
	padding:12px 0 0;
	width:555px;
	position:relative;
}
#nav li{
	float:left;
	color:#fff;
	display:block;
	font-size:1.2em;
	padding:8px 8px 0 3px;
	background:url(/images/bgr_header_sep.png) no-repeat right 11px;
	text-transform: lowercase;
}
#nav .lastlink {background: none;}
#nav #nav_last{
	background:none;
	padding-right:0;
}
#nav li a,
#nav li a:visited{
	float:left;
	display:block;
	color:#fff;
}
#nav li .submenulink,
#nav li .submenulink:visited{
	height:23px;
}
#nav li a:hover{
	text-decoration:none;
	border-bottom:1px solid #80c1d4;
}
/* Container */
#container{
	width:100%;
	background:url(/images/body_bg.png) repeat-y;
	padding:0 0 20px 0;
}
/* Board */
#board{
	width:982px;
	height:253px;
	margin:0 0 0 9px;
	background:url(/images/board_bg.png) no-repeat;	
}
#board_bgr-a {
	width:940px;
	height:218px;
	margin:0 0 0 20px;
	background:url(/images/EOD-Home-Banner-Image.jpg) no-repeat;
}
#board_bgr-b {
	width:940px;
	height:218px;
	margin:0 0 0 20px;
	background:url(/images/EOD-About-Banner-Image.jpg) no-repeat;
}
#board_bgr-c {
	width:940px;
	height:218px;
	margin:0 0 0 20px;
	background:url(/images/EOD-Services-Banner-Image.jpg) no-repeat;
}
#board_bgr-d {
	width:940px;
	height:218px;
	margin:0 0 0 20px;
	background:url(/images/EOD-Quality-Banner-Image.jpg) no-repeat;
}
#board_bgr-e {
	width:940px;
	height:218px;
	margin:0 0 0 20px;
	background:url(/images/EOD-Testimonials-Banner-Image.jpg) no-repeat;
}
#board_bgr-f {
	width:940px;
	height:218px;
	margin:0 0 0 20px;
	background:url(/images/EOD-Contracts-Banner-Image.jpg) no-repeat;
}
#board_bgr-g {
	width:940px;
	height:218px;
	margin:0 0 0 20px;
	background:url(/images/EOD-Contact-Banner-Image.jpg) no-repeat;
}
#board_bgr-h {
	width:940px;
	height:218px;
	margin:0 0 0 20px;
	background:url(/images/EOD-Services-Trads-Banner-Image.jpg) no-repeat;
}


#board_data{
	padding:10px 0 0 15px;
	width:272px;
}
#board_data h2{
	color:#0084a9;
	font-weight:bold;
	font-size:2.3em;
}
#board_data h3{
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}
/* Content */
#content{
	width:940px;
	overflow:hidden;
	margin:0 0 0 28px;
	background:url(/images/content_bg.gif) repeat-y;
}

#home #content{
	background:url(/images/content_bg_home.gif) repeat-y;
}
/* Welcome */
#welcome{
	float:left;
	width:300px;
	margin:0 20px 0 0;
}
#welcome h2, #big-col h2{
	color:#80c1d4;
	font-size:2.2em;
	padding:9px 0 0;
	text-transform: lowercase;
}
#welcome p, #big-col p{
	font-size:1.2em;
	line-height:1.5em;
	padding:0 0 11px 0;
}
#big-col{ 
	float:left;
	width:620px;
	margin:0 30px 0 0;
}
	
/* Ccapabilities */
#capabilities{
	float:left;
	width:300px;
	margin:0 30px 0 0;
}
#capabilities h2{
	color:#80c1d4;
	font-size:2em;
	padding:9px 0 0;
	text-transform: lowercase;
}
#capabilities ul li{
	font-size:1.2em;
	line-height:1.5em;
	padding:0 0 11px 0;
	background:url(/images/dotted_grey.gif) repeat-x left bottom;
	padding:0 0 10px 0;
	margin:0 0 7px 0;
}
#capabilities ul li.last{
	background:none;
}
#capabilities ul li a,
#capabilities ul li a:visited{
	background:url(/images/ar01.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
	display:block;
}
#capabilities #emergency{
	background:#f2f2f2;
	padding:9px 9px 12px;
}
#capabilities #emergency h3{
	color:#80c1d4;
	font-size:2em;
	padding:0;
}
#capabilities #emergency a,
#capabilities #emergency a:visited{
	color:#0084a9;
	font-size:1.2em;
	font-weight:bold;
}
/* News */
#news{
	float:left;
	width:270px;
	padding:0 0 14px 0;
}
#news h2{
	color:#80c1d4;
	font-size:2em;
	padding:10px 0 0;
	text-transform: lowercase;
}
#news ul li{
	padding:0 0 9px 0;
}
#news ul li h3{
	color:#0084a9;
	font-size:1.4em;
	padding:0 0 6px 0;
}
#news ul li h3 a,
#news ul li h3 a:visited{
	color:#0084a9;
}
#news ul li p{
	font-size:1.2em;
	line-height:1.4em;
	padding:0 0 6px 0;
}
#news ul li p a,
#news ul li p a:visited{
	color:#c2cd23;
}
#news h4{
	color:#0084a9;
	font-size:1.2em;
}
#news h4 a,
#news h4 a:visited{
	color:#0084a9;
}
/* Content Images */
#content_images{
	padding:20px 0 0;
	width:100%;
	text-align:center;
}
#content_images li{
	display:inline;
	padding:0 30px;
}

/* Form */
#big-col input[type="text"], #news input[type="text"]{
	background: #fff;
	height: 16px;
	width: 230px;
	color:#999;	
	padding: 2px 0 0 4px;
	border: solid 1px #80c1d4;
}
textarea{
	background: #fff;
	color:#999;	
	padding: 2px 0 0 4px;
	border: solid 1px #80c1d4;
}
select{
	background: #fff;
	font-size:1em;
	color:#999;
	padding: 2px 0;
	border: solid 1px #80c1d4;
}
/* Footer */
#footer{
	width:100%;
	height:42px;
	background:url(/images/footer_bg.png) no-repeat;
	margin:0 0 10px 0;
}
#footer ul{
	float:left;
	padding:10px 0 0 24px;
	position:relative;
}
#footer ul li{
	color:#fff;
	display:inline;
	font-size:.9em;
	padding:0 8px 0 2px;
	background:url(/images/bgr_footer_sep.png) no-repeat right 2px;
}
#footer ul li#footer_last{
	background:none;
	padding-right:0;
}
#footer ul li a,
#footer ul li a:visited{
	color:#fff;
}
#footer p{
	float:right;
	position:relative;
	padding:7px 40px 0 0;
}
/*======= DROP-DOWN MENU  ======= */
#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
}
#nav a{
	display:block;
}
#nav li{
	position:relative;
	float:left;
}
#nav li ul{
	position:absolute;
	padding:0;
	text-align:left;
	left:-999em;
	z-index:100;
	margin:0;
}
#nav li .submenulink:hover{
	border:0;
}
#nav li:hover ul, #nav li.sfhover ul {
	display:block;
	left:0px;
}
#nav li ul{
	display:block;
	background:#b2dae5;
	padding:0 11px 0 9px;
	width:137px;
	margin:23px 0 0;
}
#nav ul li{
	display:block;
	clear:both;
	width:100%;
	padding:0;
	line-height:normal;
	vertical-align:top;
	background:none;
}
#nav ul .last a,
#nav ul .last a:visited{
	background:none;
}
#nav ul a,
#nav ul a:visited{
	display:block;
	padding:10px 0;
	text-decoration:none;
	color:#0084a9;
	font-size:11px;
	width:134px;
	line-height:14px;
	background:url(/images/bgr_submenu_item.gif) repeat-x left bottom;
}
#nav ul a:hover{
	border:0;
	color:white;
}

/* entry */

#big-col .entry{
	margin: 4px 0 6px 0;
	padding: 0 15px 6px 0;
}
#big-col .entry h3{
	color:#0084a9;
	font-size:1.4em;
	padding:0 0 6px 0;
}
#big-col .entry h3 a,
#big-col .entry h3 a:visited{
	color:#0084a9;
}
#big-col .entry h4{
	color:#0084a9;
	font-size:1em;
	padding:0 0 1px 0;
	margin:0;
}
.pagination {
	margin: 10px 0;
}
.pagination a,
.pagination a:visited{
	color:#c2cd23;
}