@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	
	background:url('images/bg2.png') #333;
	
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:20px;
}
	#wrapper, .wrapper{
		margin:auto;
		width:750px;
		/*padding-bottom:20px;*/
	}
	#bg1{
		border-top:1px solid transparent;
		margin-top:-1px;
		background:url('images/bg1.png') repeat-x;
	}
#header{
	margin:auto;
	border:1px solid transparent;
}
	#header #logo{
		cursor:pointer;
		margin:auto;
		margin-top:20px;
	}
	#header #callus{
		margin-top:20px;
	}
	#header #offer1{
		margin-top:10px;
		margin-left:110px;
	}	
	#header #certifications{
		margin-top:-45px;
	}
#nav{
	height:50px;
	padding-top:14px;
	/*margin-top:10px;*/
}
	#nav ul{
		margin:auto;
		list-style:none;
		padding:0px;
		text-align:center;
	}
	#nav ul li.sep1{
		padding:0 30px;
	}
	#nav ul li{
		color:#FFF;
		margin:0;
		padding:0;
	}
	#nav ul li a{
		text-decoration:none;
		color:#FFF;
		font-size:20px;
		text-shadow:-1px -1px 0 #000;
		font-family:"Arial Black", Gadget, sans-serif;
		text-transform:uppercase;
		font-weight:bolder;
		letter-spacing:0px;
		/*line-height:12px;*/
	}
	#nav ul li a:hover{
		color:#0584e1;
		text-shadow:1px 1px 2px #000;
		text-decoration:none;
	}
#banner{
	width:750px;
	height:334px;
	background:url('images/banner2.png');
	margin:auto;
	text-align:center;
	/*margin-top:-27px;*/
	marign-top:0;
}

#body{
	margin:auto;
	margin-top:0px;
}
	#body #body_body{
		background:url('images/body_body1.png');	
	}
	#body #body_header{
		height:29px;
		background:url('images/body_header1.png') no-repeat top;
	}
	#body #body_footer{
		height:29px;
		background:url('images/body_footer1.png') no-repeat bottom;
	}


	
	#body #body_body > .left{
		width:470px;
	}
	
	
		#body #body_body > .left > .padding{
			padding:0px;
			padding-left:30px;
		}
	
	#body #body_body > .right{
		width:260px;
	}
		#body #body_body > .right > .padding{
			padding:0px;
			padding-right:30px;
		}
	
#footer{
	margin:auto;
	/*background:url('images/bg1.png') repeat-x top;*/
	color:#333;
	font-size:12px;
	line-height:14px;
	
	border-radius:5px;
	margin-bottom:5px;
	font-weight:bolder;
	/*margin-top:-15px;*/
	

}
	#footer ul{
		padding-top:5px;
	}
	#footer a{
		font-size:12px;
		/*text-transform:lowercase;*/
		color:#111;
		text-decoration:none;
	}
	#footer a:hover{
		color:#FFF;
		text-decoration:underline;
	}	
		
		
.block1{
	/*width:280px;*/
	background:#0e4e8c;
	border-radius:10px;
	margin-bottom:10px;
	color:#FFF;
}	
	.block1 .padding{
		padding:10px;	
	}
	.block1 strong,
	.block1 h2{
		color:#FFF;	
	}
	.block1.blue,
	.block1.red{
		color:#FFF;
	}
	.block1.yellow{
		background:#ffc307;
		color:#333;
	}
		.block1.yellow h2{
			color:#000;	
		}
	.block1.blue{
		background:#223e6b;
		padding:0;
	}
		.block1.blue ul{
			margin-right:0;
			margin:0;
			padding-right:0px;
		}
		#body > #body_body > .right .block1.blue > .padding{
			padding-right:0px;
			padding-left:5px;
		}
	.block1.red{
		background:#a20000;
	}
	.block1.lightgray{
		border:1px solid #AAA;
		background:#FFF;
	}
.line{
	height:6px;
	background:url('images/line.png');	
	margin-bottom:10px;
}

h1.bg{
	height:30px;
	line-height:28px;
	background:url('images/headline1.png') no-repeat left;
	padding-left:20px;
	margin-left:-20px;
	text-shadow:0 0 5px #FFF;
}
h1.cool{
	display:block;
	color:#i;
	font-size:30px;
	line-height:30px;
	margin-top:0;
	padding-top:0;
	border-bottom:4px solid #0e4e8c;
	margin-bottom:10px;
}

.icon_facebook{
	height:25px;
	width:25px;
	background:url('images/icon_facebook.png') top;
	cursor:pointer;
}
.icon_facebook:hover{
	background-position:bottom;
}
.icon_twitter{
	height:25px;
	width:25px;
	background:url('images/icon_twitter.png') top;
	cursor:pointer;
}
.icon_twitter:hover{
	background-position:bottom;
}
/********************************************************************************************************/
a{
	/*text-decoration:none;	*/
	color:#0e4e8c;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;	
}
h1{
	margin:0;
	padding:0;
	font-size:25px;
	line-height:20px;
	color:#0e4e8c;
	margin-bottom:10px;
}
	h1 span{
		color:#d20808;	
	}
	h1.alt span{
		font-size:18px;
	}
h2{
	margin:0;
	padding:0;
	font-size:15px;
	/*color:#ffc307;*/
	color:#333;
	margin-bottom:10px;
}	

p{
	font-size:12px;	
	margin:0;
	margin-bottom:10px;
}
em{
	color:#AAA;	
}

ul{
	margin:0;
	padding-left:20px;
}

strong{
	color:#000;
	font-weight:bolder;
}

hr{
	border:0;
	border-top:1px dashed #999;
	
	/*border-bottom:1px dashed #666;	*/
	margin:10px 0px;
}

.left{
	float:left;	
}
.right{
	float:right;	
}
.clear{
	clear:both;	
}
.list1, ul.list2{
	margin:0;
	padding:0;	
}
.list1 li, .list2 li{
	display:inline;
}
ul.list2{
	text-align:justify;	
}
ul.list2 .sep1{
	/*display:none;	*/
	padding:0;
	margin:0;
}
.padding{
	padding:20px;	
}

.thumb1{
	border:3px solid #0e4e8c;
}

.thumb1.right{
	margin-left:10px;	
}
.thumb1.left{
	margin-right:10px;
}

.list2{
	margin:0 auto;
	padding:0 25px;
}
.list2.num{
	list-style:decimal;	
}

.minheight1{
	min-height:472px;
}
.minheight3{
	min-height:411px;
}
.minheight2{
	min-height:190px;
}

input, textarea{
	border:1px solid #999;
	width:100%;
}

.image1{
	background:url('images/noimage1.png') center no-repeat;	
	border:3px solid #999;
	height:100px;
}

.tab1 h2,
.tab1 strong{
	margin-bottom:0;
	/*color:#333;*/
}

.tab1 a{
	text-decoration:none;
}
.tab1 a h2{
	color:#0e4e8c;
}



.tab1 td p{
	text-align:left;	
}
.tab1 td{
	text-align:center;
	width:50%;
	border:1px dashed #999;
	border-radius:5px;
	padding:10px;
	margin:10px;
}

/********************************************************************************************************/

.family img{
	width:150px;
	border:0;	
}