/* Normalizes margin, padding */
body, div, h1, h2, h3, p { 
margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3 { font-size : 100%; }

/* Removes list-style from lists */
/*ul { list-style : none; } */

/* Global style */

html 	{ 
background-color : #e4e8ef; 
text-align : center;}

body { 
font : 80%/1.5 Arial, Verdana, sans-serif;
background-color : #ffffff; 
color : #404040;
width : 996px;
position : relative;
margin : 0 auto;
padding-top : 0px;
text-align : left; 
border-left: 2px solid white;
border-right: 2px solid white;}

a { text-decoration:none; }
a:link { color:#22407c; }
a:visited { color:#22407c; }
a:active { color:#22407c; }
a:hover { color:#404040; text-decoration:none; }

div#header {
top:0px;
margin-top:0px;
padding-top:0px;
width : 100%;
height : 88px;
background : #9cb5dd url(/graphics/windermere_so_cal.png) no-repeat 0 0; }

div#sub-head-thumb {
width : 68px;
height : 70px;
margin-right:22px;
float:left;}

div#sub-head-main { 
width : 852px;
margin-left:80px;
padding-top:10px;
padding-left:10px;
height : 30px;
background : #dde6f3}

div#content-spacer { 
position : relative;
width : 952px;
height: 1px;
background : #ffffff;
z-index:-1;
}

/*
div#content { 
position : relative;
width : 952px;
padding-top:18px;
padding-bottom:22px;
padding-right:22px;
padding-left:22px;
#z-index:-1;
background : #ffffff; }
*/

div#footer { 
font : 78%/1.5 Arial, Verdana, sans-serif;
color:#414236;
padding-top:12px;
width : 100%;
height : 33px;
position : relative;
background : #f7f7f7;
border-top-style:solid;
border-color:#e1dcd8;
border-width:1px;
text-align : center;
z-index:1;}

/* Forms */

.formField { 
height: 18px; 
font-size: 12px;
background-color: #f7f7f7;
border: 1px solid #666666;
vertical-align: middle;
}

.formTextArea { 
font-size: 12px;
background-color: #f7f7f7;
border: 1px solid #666666;
vertical-align: middle;
}

.formButton {
height: 18px; 
font-size: 10px;
color: #FFFFFF;
border: 1px solid #666666;
background: #22407c;
}