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

body{
	margin:0;
	
	background:url('images/bg2.jpg') #FFF;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	/*padding-bottom:20px;*/
	line-height: 1.5;
}
#bg1{
	/*
	background:url('images/fade1.png') repeat-x bottom;
	border-bottom:1px solid #000;
	*/
}


	#wrapper, .wrapper{
		margin:auto;
		width:1070px;
		/*padding-bottom:20px;*/
	}
#header{
	margin:auto;
	margin-top:20px;
}
	#header_block{
		width:1070px;
		height:518px;
		background:url('images/board1.png');	
	}

	#header #logo{
		text-align:center;
		margin:auto;
		/*margin-top:-50px;*/
		margin-left:20px;
		padding-top:30px;
		z-index:1000;
		/*position:absolute;*/
		/*
		margin-bottom:20px;
		*/
	}
		/*
		#logo2{
			position:absolute;
			background:url('images/logo1.gif') top;
			width:305px;
			height:194px;
			
			opacity: 0;
			
			transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			
		}	
			#logo2:hover{
		      opacity: 1;
			}
		*/
	#header #callus{
		margin-bottom:10px;
		margin-right:0px;
	}
	#callus2{
		background:url('images/callus2.png') top;
		width:517px;
		height:121px;
	}	
		#callus2:hover{
			background-position:bottom;
		}
	#header #certifications{
		margin-top:-65px;
	}
.nav{
	/*height:64px;*/
	/*border:1px solid transparent;*/
	margin:auto;
	/*margin-top:10px;*/
}
	.nav ul{
		margin:auto;
		text-align:center;
		padding-top:5px;
		list-style:none;
	}
	.nav ul li.sep1{
		margin:0 30px;
	}
	.nav ul li{
		color:#FFF;
		margin:0;
		padding:0;
	}
	.nav ul li a{
		text-decoration:none;
		font-size:25px;
		
		color:#FFF;
		text-shadow:2px 2px 5px #000;
		
		font-family:"Arial Black", Gadget, sans-serif;
		text-transform:uppercase;
		font-weight:900;
		margin-top:0px;
		letter-spacing:0px;
		/*line-height:12px;*/
	}
	.nav ul li a:hover{
		color:#FFF;
		text-shadow:1px 1px 5px #000;
		text-decoration:none;
	}
	#nav.nav ul{
		margin-top:5px;	
	}
	#nav2.nav{
		margin-top:-25px;	
	}
	#nav2.nav ul{
		height:auto;
		margin:0;	
		padding:0;
	}
	#nav2.nav ul li.sep1{
		margin:0 10px;
	}
	#nav2.nav ul li a{
		font-size:14px;	
		margin-top:10px;
	}
	
	
	.link{
		display:inline-table;
		background:url("images/nav1.png");
		padding:10px 30px;
		border-radius:10px;
		border:4px solid #FFF;
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
		   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
				box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
		
	}
	.link:hover{
		border:4px solid #ea2a25;
	}
#banner{
	display:none;
	
	margin:auto;
	position:static;
	/*margin-top:-20px;*/
	height:421px;
	margin-top:0px;
	margin-bottom:10px;
}
	#banner img{
		margin-left:-5px;
		position:absolute;
	}

#body{
	margin:0 auto;
	
	color:#111;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	font-weight:900px;
	font-family:"Arial Black", Gadget, sans-serif;
}
	#body strong{
		font-size:60px;
	}
	.bull,
	.red{
		color:#ea2a25;
	}
	#body #body_body{
		background:url('images/body_body1.png') left;	
		background:none;
	}
	#body #body_header{
		height:29px;
		background:url('images/body_header1.png') no-repeat top;
		background:none;
		display:none;
	}
	#body #body_footer{
		height:29px;
		background:url('images/body_footer1.png') no-repeat bottom;
		background:none;
	}


	
	#body #body_body > .left{
		width:600px;
		float:none;
		width:auto;
	}
	
	
		#body #body_body > .left > .padding{
			padding-left:30px;
			
			padding:0px;
		}
	
	#body #body_body > .right{
		width:380px;
		display:none;
	}
		#body #body_body > .right > .padding{
			padding:0px;
			padding-right:30px;
		}
	
#footer{
	margin:auto;
	/*background:url('images/bg1.png') repeat-x top;*/
	height:58px;
	color:#333;
	font-size:10px;
	line-height:12px;
	
	border-radius:5px;
	margin-bottom:5px;
	
	letter-spacing:1px;
}
	#footer ul{
		padding-top:15px;
	}
	#footer a{
		font-size:12px;
		color:#ea2a25;
		text-decoration:none;
	}
	#footer a:hover{
		color:#333;
		text-decoration:none;
	}	
		
		
.block1{
	/*width:280px;*/
	background:#121212;
	border-radius:10px;
	margin-bottom:10px;
	color:#FFF;	
}	
	.block1 h2{
		color:#FFF;
	}
	.block1.blue,
	.block1.red{
		color:#FFF;
	}
	
	.block1.red h2,
	.block1.red strong{
		color:#FFF;	
	}
	.block1.yellow{
		background:#ffc307;
		color:#333;
	}
		.block1.yellow h2{
			color:#FFF;	
		}
	.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:url('images/bg4.png')
	}
	.block1.red.alt{
		background:url('images/bg3.png')
	}
	.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:#121212;
	font-size:30px;
	line-height:30px;
	margin-top:0;
	padding-top:0;
	border-bottom:4px solid #121212;
	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:#0275d7;
}
a:hover{
	color:#000;	
}
a img{
	border:0;	
}
h1{
	margin:0;
	padding:0;
	font-size:25px;
	line-height:20px;
	color:#121212;
	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:#333;	
}

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

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

hr{
	border:0;
	border-top:5px dashed #333;
	
	/*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 #111;
}

.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;
	
}



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



.album-title{
	font-weight:bolder;
	font-size:16px;	
}
.img-title{
	text-align:center;
}


.tab1 td{
	border: 1px dashed #121212;
	padding:10px;
	border-radius:5px;
	background:#EEE;
}

.tab1 td:hover{
	background:#121212;
	border: 1px solid #121212;
	color:#FFF;
	cursor:pointer;
}
.tab1 td:hover p,
.tab1 td:hover strong{
	color:#FFF;
}

.tab1 td p{
	margin:0;		
}


.tab2 td{
	border:1px solid #CCC;	
}
.tab2 th{
	background:#121212;
	color:#FFF;
}





.img-title{
	display:none;	
}
.gallery_thumb{
	border:1px solid #999;	
}
#services .left,
#services .right{
	width:45%;
}


strong.email1 a{
	color:#c62623;
	text-decoration:none;
}
strong.email1 a span{
	font-size:40px;	
}




