@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	background: #300 url(../img/bgrepeat.jpg) center top repeat-y;
	color: #FFF;
	}
#frame {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	height: 900px;

	}
#head {
	height: 335px;
	background: #333;
	top: 0;
	width: auto;
	}
#logo {
	position: relative;
	height: 81px;
	width: auto;
	background: #111 url(../img/sitelogo.jpg) left top no-repeat;
	text-indent:  -5000px;
	font: 6em Verdana, Geneva, sans-serif ;
	line-height: 72px;
	letter-spacing: 2px;
	font-weight: 100;	
	}
#flash {
	position: relative;
	height: 254px;
	width: 960px;
	background: #111;
	text-indent: -5000px;
	overflow: hidden;
	
	}
#menu {
	height: 30px;
	background: #000;
	top: 335px;
	width: auto;
	padding: 0 8px;
	line-height: 29px;
	font-size: 1.4em;
	}
#menu a {
	height: 30px;
	margin: 0 4px 0 0;
	padding: 0 10px;
	color: #fff;	
	text-decoration: none;
	display: inline-block;
	outline: none;
	}
#menu a:hover {	
	color: #eFF;	
	background: #262626;
	outline: none;
	}
#content {
	height: auto;
	background: #111;
	top: 365px;
	width: auto;
	padding: 20px;
	min-height: 500px;
	}
#text {
	font-size: 1.2em;
	width: 440px;
	line-height: 180%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	float: left;
	}
#text h1{
	font: 2em Verdana, Geneva, sans-serif ;
	padding: 0;
	margin: 0;
	}
#text a{
	color: #FFFF00;
	}
#text a.hover {
	color: #FFCC00;
	}
#ctas {
	width: 440px;
	float: right;	
	}	
#ctas ul {
	width: 440px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	}
#ctas ul li {
	width: 420px;
	height: 105px;
	background: #300 url(../img/ctabg.jpg) left top no-repeat;
	padding: 10px;
	margin-bottom: 20px;
	}
#ctas ul li a {
	color: #FFF;
	outline: none;
	}
#ctas ul li h3 {
	font: 2em Verdana, Geneva, sans-serif;
	outline: none;
	padding: 0;
	margin: 0;
	}
#ctas ul li p {
	line-height: 180%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}
#foot {
	height: 40px;
	background: #111;
	clear: both;
	width: 960px;
	padding-top: 40px;
	margin-top: -80px;
	top: 100%;
	bottom: 0px;
	}
#credit {
	text-align: center;
	font: 1em Verdana, Geneva, sans-serif;
	width: 960px;
	height: 40px;
	line-height: 40px;
	background: #000;
	position: relative;
	top: auto;
	bottom: 0px;
	clear: both;
	}
#credit a {
	color: #FFF;
	text-decoration: none;
	outline: none;

}	
#credit a:hover {
	color: #FF9;
	text-decoration: underline;
	outline: none;

}	
	
	
#debug {margin-top: auto;
		font-size: 200%;}
	
	
	
	
	
#ctas ul li.googlemaps {
	height: 500px !important;
	background: #300 url(../img/ctabg.jpg) left top no-repeat;
}
#ctas ul li.googlemaps a {
	color: #FFF;
	text-decoration: none;
	outline: none;
	
	}
	
.formstyle {
	background: #111;
	color: #FFF; 
	border: #999;
	
	}
.pics {  
    height:  255px;  
    width:   960px;  
    padding: 0;  
    margin:  0;
	overflow:hidden;
} 
 
.pics img {

	width:  960px; 
    height: 200px; 
    top:  0; 
    left: 0 
}
