/* CSS Document */

* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #6bc236;
	}
h1 {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #2932ce;
	margin-bottom: 9px;
	}	
	
h2 {
	font-size: .8em;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color:#FFFFFF;
	padding:3px;
	background-color: #2932ce;
	text-transform:uppercase;
	margin-bottom: 6px;
	margin-top:6px;
	}	
		
h3 {
	font-size: 1.0em;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #6bc236;
	margin-bottom: 9px;
margin-top: 9px;
	text-transform:uppercase;
	}	
			
		
p {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.8em;
	padding-bottom:6px;
		}
	
#container {
position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
	}


#background {
	width: 800px;
	position: relative;
	background-repeat: repeat-y;
	background-position:top;
	background-image:  url(images/homebackgroundmiddle.jpg);
		}


#top{
	width: 800px;
	position: relative;
	height:244px;
	background-repeat: no-repeat;
	background-position: top;
	background-image:  url(images/homebackgroundtop.jpg);	
	}
	
#space {height:100px;}
	

#logo {
	position: absolute;
	left: 62px;
	top: 71px;
	width: 180px;
	}

p.logo{ color: #2932ce;
	font-weight: bold;
	line-height:1.5em;
	padding-bottom: 12px;}
	
	

	

#logo a:link, #logo a:visited {
	color: #2932ce;
	font-weight: bold;
	text-decoration: underline;
	
	}

#logo a:hover {
	color: #6bc236;}
	
	

#mission {
	position: relative;
	left: 262px;
	margin-top: -164px;
	width: 482px;
	}


#mission a:link, #mission a:visited {
	color: #2932ce;
	font-weight: bold;
	
	}

#mission a:hover {
	color: #6bc236;}




p.text{ 
	font-size: .75em;
	line-height:1.6em;
	font-style:italic;
	padding-bottom: 6px;

	}

p.textright{ 
	font-size: .75em;
	line-height:1.6em;
	font-style:italic;
	padding-bottom: 6px;
	text-align:right;

	}


p.quote{ 
	font-size: .7em;
	line-height:1.6em;
	font-style:italic;
	font-weight:bold;
	padding-bottom: 6px;
	padding-top:6px;
color:#2932ce;
	}

p.person{ 
	font-size: .7em;
	line-height:1.6em;
	font-weight:bold;
	padding-bottom: 6px;
	text-align:right;
	color:#2932ce;
	text-transform:uppercase;

	}


#navcontainer {
font-size:.75em;
	font-family: verdana,arial,helvetica;
	position: absolute;
	top: 14px;
	height: 23px;
	left: 40px;
	text-align:right;
	color:#FFFFFF;
	width: 735px;
	text-transform:uppercase;
}

#navbarmain li {
	display: inline;
		}

#navbarmain a {
	text-decoration: none;
	font-weight:bold;
	}

#navbarmain a:link, #navbarmain a:visited {
	color: #2932ce;
	padding:0px 6px/*top right bottom left*/
}

#navbarmain a:hover{
	color: #fff;
	padding:0px 6px /*top right bottom left*/
	}
	
	
#navbarmain a:active,
	.home #navbarmain #home a,
	.about #navbarmain #about a,
	.homeowners #navbarmain #homeowners a,
	.professionals #navbarmain #professionals a{
	color: #fff;
	padding:0px 6px/*top right bottom left*/
		}


		
#footer { 
	height: 117px;
	position: relative;
	background-image: url(images/homebackgroundbottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	}
	
p.footer {
	font-size: 65%;
	color:#fff;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;			
	padding-top:70px;
	padding-right:25px;
	}

#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	}

#footer a:hover {
	color: #2932ce;
	}
	
	
	#subnavigation{
position:relative;
border-top:#2932ce thin solid;
border-bottom:#2932ce thin solid;
font-size:75%;
text-align:center;
margin-bottom:12px;
background-color:#6bc236;
padding: 6px 12px 6px 12px;
color:#2932ce;
text-transform:uppercase;
}

#navbarsub li {
	display: inline;
		}

#navbarsub a {
	text-decoration: none;
	font-weight:bold;
	}

#navbarsub a:link, #navbarsub a:visited {
	color: #2932ce;
	padding:0px 0px 0px 6px /*top right bottom left*/
}

#navbarsub a:hover{
	color: #FFF;
	padding:0px 0px 0px 6px /*top right bottom left*/
	}
	
	
#navbarsub a:active,
	.professionals #navbarsub #professionals a,
	.homeowners #navbarsub #homeowners a{
	color: #FFF;
	padding:0px 0px 0px 6px /*top right bottom left*/
		}

