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

html, body, div, h1, h2, h3, form, fieldset,  
input, textarea {  
margin: 0;  
padding: 0;  
}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  
blockquote{
background-image: url(images/quote.gif);
background-repeat: no-repeat;
background-position: top left;
padding-left: 30px;
font-size: 11px;
font-style: italic;
margin: 0px;
color: #fff;
}
blockquote span{
font-size: 12px;
font-weight: bold;
}  
body{
margin: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #001942;
line-height: 18px;
font-size: 12px;
}
a{
color: #000;
}
.bulletlist{
list-style-image: url(bullet.gif);
margin: 15px 0 0 0;
display: block;
line-height: 24px;
font-size: 14px;
}  
h1{
font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
font-size: 30px;
color: #fff;
font-weight:normal;
padding-bottom: 0px;
line-height: 38px;
}
h2{
font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
font-size: 20px;
color: #2a77b3;
font-weight: lighter;
padding-bottom: 0px;
line-height: 24px;
}
h3{
font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
font-size: 20px;
color: #2a77b3;
font-weight:normal;
padding-bottom: 0px;
line-height: 24px;
}
#wrapper{
width: 960px;
margin-left: auto;
margin-right: auto;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
background-position: left;
height: 114px;
}
#navcontainer{
width: 400px;
float: right;
padding-top: 60px;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding: 15px 15px 10px 15px;
background-image: url(images/navDevide.gif);
background-position: right;
background-repeat: no-repeat;
}
#navcontainer A:hover, #navcontainer A:active{
background-image: url(images/navDevide.gif);
background-repeat: repeat-x;
color: #fff;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
color: #fff;
}
#navcontainer li a#current{
background-image: url(images/navDevide.gif);
background-repeat: repeat-x;
color: #fff;
}
#banner{
background-image:url(images/banner.jpg);
width: 960px;
height: 438px;
clear: both;
}
#bannerintro{
padding-top: 55px;
width: 420px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 20px;
font-weight: normal; 
color: #fff;
font-size: 16px;
}
#bannerContact{
font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
color: #092759;
margin-top: 90px;
font-size: 14px
}
#bannerContact a{
color: #06204b;
}
#bannerContact span{
padding-left: 30px;
}
#banner_sub{
background-image:url(images/banner_sub.gif);
width: 960px;
height: 66px;
clear: both;
}
#pow{
clear: both;
}
#pow1, #pow2, #pow3 {
width: 200px;
margin-right: 10px;
float: left;
}
#contentContainer{
clear: both;
padding: 40px 0 0 0;
}
#contentContainer span{
font-size: 14px;
}
#left{
float: left;
width: 630px;
}
#right{
float: right;
width: 310px;
}
.eco{
background-color: #6a7245;
font-style: italic;
padding: 5px;
}
.formfield{
width: 97%;
padding: 2px;
}
.formlist{
width: 100%;
font-size: 11px;
padding: 2px;
}
#footer{
border-top: solid 1px #aed6f4;
height: 120px;
clear: both;
text-align: center;
color: #3d87c1;
padding-top: 15px;
font-size: 11px;
}
#footer a{
color: #3d87c1;
}

/* Homes Search styles */

#searchContainer{
background-image: url(images/powBg.gif);
background-repeat: repeat-x;
border: solid 1px #3c3838;
padding: 10px;
}
.searchlist{
width: 100%;
font-size: 11px;
padding: 2px;
background-image: url(images/formBg.jpg);
background-repeat: repeat-x;
border: 0px;
}
.searchButton{
background-image: url(images/search.gif);
background-repeat: no-repeat;
border: 0;
margin: 0;
width: 116px;
height: 24px;
cursor: pointer;
}
