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

html, body {
	background-color: #99CCFF;
	background-image: url(../images/logos/webtop.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	} 	

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 920px;	
	}

#header_home {
	margin-top: 10px;
	}
	
#slideshow {
	height: 350px;
	width: 920px;
	background-color: #FFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
	
#slideshow_content {
	height: 200px;
	width: 920px;
	background-color: #000000;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
	
#navbar {
	width: 920px;
	height: 46px;	
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}

#content_nav {
	width: 920px;
	height: 30px;
	margin-top: 35px;
	margin-bottom: 1px;
	font: normal 78% arial, helvetica, sans-serif;
	}

#content {
	width: 920px;
	background: #FFF;
	border: white thin solid;
	background-image: url(../images/containers/diagonalbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#content_home {
	height: 287px;
	width: 922px;
	}
	
#cols1	{
	float: left;
	width: 294px;
	height: 250px;
	margin-left: 8px;
	margin-right: 5px;
	margin-top: 17px;
	background-image: url(../images/containers/homead.png);
	}

#homead	{
	border: white thin solid;
	width: 244px;
	height: 206px;
	margin-top: 25px;
	margin-left: 25px;
	background-color: #FFFFFF;
	}
	
#content_page {
	font: normal 100% arial, helvetica, sans-serif;
	margin: 10px;
	margin-bottom: 75px;
	}
	
#content_page h1{
	color: #FB2500;
	}
	
#content_page h2{
	color: #0099FF;
	}

.content_list {
	list-style: circle outside;
	margin-left: 20px;
	}
	
.content_cols {
	float: left;
	width: 50%;
	text-align: center;
	}

img.content_page {
	float: right;
	border: #CCCCCC thin solid;
	margin-right: 15px;
	margin-left: 5px;
	padding: 5px;
	z-index: 10;
	}	
	
#footer {
	height: 50px;
	width: 920px;	
	border:1px solid #FFFFFF;
	background-color: #292929;
	margin-top: 25px;
	}

#footer_left {
	float: left;
	width: 105px;
	margin-right: 80px;
	margin-top: 12px;
	text-align: center;
	font: normal 75% arial, helvetica, sans-serif;
	color: #999999;
	}
	
#footer_right {
	float: left;
	width: 105px;
	margin-left: 80px;
	margin-top: 12px;
	text-align: center;
	font: normal 75% arial, helvetica, sans-serif;
	color: #999999;
	}
	
#footer_center {
	float: left;
	width: 526px;
	margin-right: 11px;
	margin-left: 11px;
	}
		
#footer_center ul {
	padding: .2em 0em;
	margin-top: 15px;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal 80% arial, helvetica, sans-serif;
	text-align: center;
	}

#footer_center li { 
	display: inline; 
	}

#footer_center li a {
	text-decoration: underline;
	color: #fff;
	padding: .2em 1em;
	}

#footer_center li a:hover {
	padding: .2em 1em;
	color: #CC3300;
	}
	
#sms_send {
	position: relative;
	top: -145px;
	right: 805px;
	}
	
#map {
	width:918px;
	height:500px;
	border: #999999 thin solid;
	}
	
#social {
	position: relative;
	text-align: center;
	top: -125px;
	}
	
.subtext {
	color: #333333;
	font-style: italic;
	font-size: small;
	color: #666666;
	}	

#sig_col {
	float: left;
	width: 550px;
	font-family: 'Gentium Basic', serif;
	}

#sig_col2 {
	float: left;
	width: 320px;
	margin-left: 20px;
	text-align: left;
	font-family: 'Gentium Basic', serif;
	}
	
#sig_col3 {
	float: left;
	width: 870px;
	font-family: 'Gentium Basic', serif;
	}
	
img.plan_blurb {
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
img.plan_feat {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.featcol {
	float: left;
	}
	
.red {
	color: #FF0000;
	font-weight: bold;
	}
	
.blue {
	color:#0099FF;
	font-weight: bold;
	}
	
.green {
	color:#33cc33;
	font-weight: bold;
	}

table tr.blue {
	background-color: #dbf3fd;
	}
