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

body{
	background:#e6e6e6 url(../images/bg.gif) repeat-x top;
	margin:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:15px;
	text-align:justify;
}

h1{
	color:#486c8d;
}

li{
	margin:5px 0px 5px 0px;
}
.title{
	font-size:17px;
	margin-left:-2px;
}

.clear{
	clear:both;
}

a:link, a:visited{
	color:#609CD4;
	text-decoration:underline;
}
a:hover, a:active{
	color:#666666;
	text-decoration:underline;
}

#wrapper{
	margin:auto;
	width:1000px;
}

#email{
	float:right;
	width:200;
	height:22px;
	text-align:right;
	color:#FFFFFF;
}
#phone{
	float:right;
	width:200px;
	height:22px;
	text-align:right;
	color:#FFFFFF;
}

#header{
	width:1000px;
	height:150px;
}

#logo{
	width:347px;
	margin:35px 0px 20px 20px;
	float:left;
}
#nav{
	float:right;
	margin:80px 0px 0px 0px;
	background:url(../images/img_underline-blk.gif) bottom repeat-x;
	padding-bottom:19px;

	
	
}
.nav{
	padding:10px;
	font-size:19px;
	
	
}
a.nav:link, a.nav:visited{
	color:#609bd3;
	text-decoration:none;
	
	
}
a.nav:hover, a.nav:active{
	color:#609bd3;
	text-decoration:none;
	background:url(../images/img_underline.gif) bottom repeat-x;
	padding-bottom:19px;
	
}
a.topnav:link, a.topnav:visited{
	color:#FFFFFF;
	text-decoration:none;
	
	
}
a.topnav:hover, a.topnav:active{
	color:#FFFFFF;
	text-decoration:underline;
	
}

#contentArea{
	margin:10px 0px 0px 0px;
	clear:both;

}

#greybox{
	border:2px solid #FFFFFF;
	background-color:#d9d9d9;
	width:500px;
	margin:65px 0px -17px 0px;
	padding:0px 5px 10px 5px;
	float:left;
	position:relative;
	z-index:1
}
#greybox h4{
	background:url(../images/img_checkmark.png) top left no-repeat;
	text-indent:30px;
	padding-top:10px;
	margin:0px 10px 0px 10px;
	height:25px;
	font-size:17px
}

#homeFlash{
	border:2px solid #FFFFFF;
	width:440px;
	height:285px;
	float:right;
}

#imageBox{
	border:2px solid #FFFFFF;
	width:440px;
	height:285px;
	float:right;
}

.quotes{
	font-size:13px;
	font-style:italic;
	color:#333333;
}

#footer{
	background:url(../images/bg_footer.png) repeat-x top;
	height:55px;
	clear:both;
	position:relative;
	z-index:2
}

.copyright{
	font-size:9px;
	color:#CCCCCC;
	float:left;
	margin:35px 0px 0px 5px;
}

.flashfooter{
	float:right;
	margin-top:35px;
}

				/*****START FORM FIELDS*****/
.formLeft{
	float:left;
	max-width:250px;
	margin-right:5px;
	margin-left:10px;
	padding:4px;
	
}
.formLeft input{
	margin-top:2px;
}


.formLeft-clear{
	float:left;
	
	margin-left:10px;
	margin-right:5px;
	padding:4px;
	clear:both;
	
}

select{
	margin-top:2px;
}

.formLeft-nomax{
	float:left;
	margin-right:5px;
	margin-left:10px;
	padding:4px;
	clear:both;
	
}

.red{
	color:#FF0000;
}
.green{
	color:#006600;
}

				/*****END FORM FIELDS*****/
