﻿body {
	font-family: Verdana;
	font-size: 12px;

}

div#body{

}

div#container {
	width: 100%;
	margin: 0 auto;
	padding:0;
	z-index: 1;
}

#container .bg {

	height:180px;
	position: relative;
	top: 112px;
	background-color: #002dba;
	z-index: 2;

}

div#wrapper {
	position: relative;
	top: -180px;
	background-color:white;
	padding:0; margin: 0 auto;
	width:955px;
	border: 2px #d1d1d2 solid;
	z-index: 3;

}

div#header {
	background-color: white;
	padding:0; margin:0 auto;
	width:951px;
}

div#content {
	padding:0; margin: 0 auto;
	min-height:462px;
}

div.logo {
	padding:0; margin:0;
	height: 110px;
}

div.mast {
	padding:0; margin:0;
	background-image:url('../img/masthead.jpg');
	background-repeat:no-repeat;
	height: 180px;
}

div.nav {
	margin:2px auto; 
	padding:0;
	clear:both; 
	width:100%;
	height:32px;
	
}

#content .upper {
	margin: 5px auto 0; 
	padding: 0;
	width:951px;
	height:240px;
}

#content .upper .left {
	float: left;
	width: 641px;
	background-image:url('../img/head.gif');
	background-repeat:no-repeat;
	height:236px;	
}

#content .upper .left h1 {
	margin: 15px 0 0 20px;
	font-size:26px;
	font-family:Arial;
	letter-spacing:normal;

}

#content .upper .left p {
	margin: 20px 25px 0 20px;
	font-size:16px;
	font-family:Verdana;
	letter-spacing:normal;
}


#content .upper .right {
	float: left;
	width: 300px;
	height:236px;	
}

#content .upper .right .img {
	margin: 0 auto;
	width: 299px;
	height: 229px;
}

#content .lower {
	margin:0 0 20px 0; 
	padding:0;
	width: 100%;
	height: 229px;

}


#content .lower .col1, #content .lower .col2, #content .lower .col3, #content .lower .col4 {
	margin:0 0 0 15px; 
	padding: 0;
	width:220px;
	float: left;
	height: 229px;
	position: relative;

}

#content .lower .col1 p, #content .lower .col2 p, #content .lower .col3 p, #content .lower .col4 p {
	margin: 10px 15px 0 15px;
	line-height:normal;
}

#content .lower .col1 .info .btn, #content .lower .col2 .info .btn, #content .lower .col3 .info .btn, #content .lower .col4 .info .btn {
	position: absolute;
	bottom:5px;
	left: 90px;
}

#content .lower .col1 {
		background-color: #eef2c0;
}

#content .lower .col2 {
		background-color: #fffac2;
}

#content .lower .col3 {
		
		background-color: #f5ebe1;
}

#content .lower .col4 {
		background-color: #adc4e6;
}



#content .lower .col1 .head, #content .lower .col2 .head, #content .lower .col3 .head, #content .lower .col4 .head   {
	height: 55px;

}

#content .hp_left {
	float: left;
	margin:5px 0 20px 0;
	width: 643px;
	min-height: 602px;
	background-image:url('../img/head.gif');
	background-repeat:no-repeat;
	
}

#content .hp_left h1{
	font-size:24px;
	padding: 15px 20px 20px 20px;
}

#content .hp_left h2{
	font-size:20px;
	padding:0 20px 20px 20px;
}


#content .hp_left h3{
	font-size:16px;
	padding:0 20px 20px 20px;
}

#content .hp_left h5{
	padding:10px 20px 10px 20px;
}


#content .hp_left h3.services{
	font-size:16px;
	padding:10px 20px 10px 20px;
}


#content .hp_left p{
	font-size:12px;
	padding: 0 30px 10px 20px;
	line-height:17px
}

#content .hp_left div div a{
}

.trans :hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



#content .hp_left ul{
	font-size:12px;
	padding: 0 20px 10px 30px;
	margin: 0 20px 10px 30px;
	list-style-type: disc;

}

#content .hp_left ol li{
	list-style-type: decimal;
	margin-left:60px;
	line-height:17px;
}

#content .hp_right {
	float: left;
	margin:5px 0 20px 0;
	width: 296px;
	min-height: 602px;	
	background-image:url('../img/rightbg.gif');
	background-repeat:no-repeat;
	
}

#content .hp_right h1 {	
	font-size:24px;
	padding:15px 15px 20px 15px;
	
}

#content .hp_right p.call {	
	font-size:12px;
	text-align:center;
	
}

#content .hp_right p.info {	
	font-size:12px;
	padding:0 14px 0 14px;
	line-height:17px
	
}


#content .hp_right img.centered {	
	margin: 0 auto;
	
}



#footer .footlogo {
	margin: 0 auto; 
	padding:0 0 15px 0;
	width:521px;
	height:47px;
}

#footer .copyright {
	font-size: 10px;
	margin: 0 auto 5px; padding: 0;
	width: 500px;
	text-align:center;
}

.clear {
	clear:both
}

	#gallery {
		position:relative;
		height:236px;
		border: 1px black solid;
		
	}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		font-size:12px;
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}



