/**** REMOVES DEFAULT BROWSER STYLES ****/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
margin:  0;
padding : 0;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }

/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
padding: 0;
margin: 0 0 0 0;
}	

/* MAIN SITE STYLES START HERE */

body {
	width:100%; /* MAIN WIDTH OF SITE */
	text-align : left;
	margin-right: auto;
	margin-left: auto;
	background-color: #002894;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../graphics/bg2.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.intro{
	font-size: 18px;
	line-height: 22px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

p{
	font-size: 13px;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A8EC7;
	margin-bottom: 4px;
	margin-top: 4px;
}

/* floats images in content */

img.floatLeft { 
float: left; 
margin: 4px; 
}

img.floatRight {
float: right;
margin: 4px; 
}

/* container */

#container {
	width:950px;
	margin-right: auto;
	margin-left: auto;
}

/* links at the top of the site */

#divisions{
	height: 34px;
}

#divisions p a{
	color: #F1F1F1;
	font-size: 11px;
}

/* header */

#header {
	width:950px;
	height: 121px;
	margin-right: auto;
	margin-left: auto;
}

/* column wrapper */

#col-wrapper {
	width: 950px;
	height: 1%;
	float: left;
	position: relative;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

/* left column */

#left-col {
	height: 1%;
	float: left;
	width: 175px;
}

/* right column */

#right-col {
	height: 1%;
	padding-bottom: 18px;
	width: 740px;
	float: left;
	padding-left: 4px;
}

#right-col li{
	list-style-type: square;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	margin-left: 35px;
}

#right-col h1, h2, p{
	padding-left: 4px;
}

#featured{
	background-color: #000000;
	width: 745px;
	height: 235px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* large image or flash on home page */

#home-pic{
background-color: #000000;
height: 230px;
width: 770px;
}

/* footer */

#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #DF0000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
}

#footer p{
text-align: center;
color: #DFE4EE;
padding-top: 4px;
padding-bottom: 14px;
font-size: 11px;
}

/* footer links */

#footer li {
line-height:150%;
text-align:center;
font-size:0.95em;
display:inline;
}

#footer a {
	color:#FFFFFF;

}

#copyright {
width:950px;
clear: both;
float: left;
font-size: 11px;
color: #F5F5F5;	
}

#copyright p{
text-align: center;
font-size: 11px;
}

#copyright a {
text-decoration: underline;
color: #F5F5F5;
font-size: 11px;
}

/* top navigation */

#top-nav{
height: 1%;
width: 950px;
background-color: #0066CC;
float: left;
position: relative;
}

#top-nav ul {
}

#top-nav ul li {
display:inline;
height:28px;
}

#top-nav ul li a {
	color:#FFFFFF;  
	text-decoration:none;
	float:left;
	font-size:12px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCC;
	padding-right:12px;
	padding-left:12px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

#top-nav ul li a:hover {
background-color:#00499F;
color:#FFFFFF;
}



.side-logo{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 3px;
}

#property-search h2{
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 13px;
	border-bottom-style: none;
}

#property-search{
	border: 1px solid #4a66ac;
	padding: 12px;
}

.small{
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}

.buttn{
	padding: 4px;
	margin-top: 12px;
}

#spotlight{
	float: left;
}

#spotlight img{
	padding-right: 6px;
	padding-bottom: 6px;
}

#appraisal-table{
	margin-top: 6px;
	margin-bottom: 4px;
	border: 1px solid #FFFFFF;
}

#appraisal-table td{
	border: 1px solid #314F9D;
}

#appraisal-table p{
	border: 1px solid #314F9D;
	padding-left: 8px;
}

#appraisal-featured{
	background-image: url(../graphics/tractor.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#advicebuying-featured{
	background-image: url(../graphics/tent.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#adviceselling-featured{
	background-image: url(../graphics/penguins.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#progression-featured{
	background-image: url(../graphics/koala.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#mailing-featured{
	background-image: url(../graphics/bird1.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#overseas-featured{
	background-image: url(../graphics/feet.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#contact-featured{
	background-image: url(../graphics/old-phone.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#careers-featured{
	background-image: url(../graphics/careers.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#foundation-featured{
	background-image: url(../graphics/hands.jpg);
	width: 740px;
	padding-top: 255px;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	margin-top: 7px;
	margin-bottom: 4px;
}

#appraisal-featured h1, #advicebuying-featured h1, #adviceselling-featured h1, #mailing-featured h1, #progression-featured h1, #overseas-featured h1, #contact-featured h1, #careers-featured h1, #foundation-featured h1{
	padding-left: 16px;
	padding-bottom: 9px;
	font-weight: bold;
	font-size: 16px;
	color: #CCCC00;
	background-color: #002894;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DF0000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 9px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}


/* contact and other forms */

.land-drop{
	width: 195px;
}

label
{
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 5em;
}

.submit input
{
	margin-left: 4.5em;
} 
input
{
	color: #480E03;
	border: 1px solid #D0C0AB;
	font-size: 11px;
	background-color: #FFFFFF;
}

.submit{
	margin-top: 4px;
}

.submit input
{
	color: #000000;
	background: #F1F1F1;
	border: 2px outset #D0C0AB;
	font-size: 13px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	width: 70px;
} 

fieldset
{
	border: 1px solid #7A8EC7;
	margin-top: 8px;
	margin-bottom: 6px;
	padding: 12px;
	width: 446px;
}

fieldset p
{
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

legend
{
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
}

#contact-form{
	width: 469px;
}

#contact-form p{
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;	
}

/* sections on forms */

.section{
	width: 430px;
	border: 1px solid #7A8EC7;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.logos{
	padding-left: 4px;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-bottom: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#districts{
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../graphics/districts.jpg);
	background-repeat: no-repeat;
	height: 400px;
}

#districts p{
	padding-top: 345px;
	padding-left: 455px;
	font-size: 12px;
}


#area-main{
	width: 762px;
	border: 2px solid #000065;
	margin-bottom: 2px;
	position: relative;
}

#area-main td{
	border: 2px solid #000065;
}

#contact-table{
	width: 748px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
}

#contact-table td{
	background-image: url(../graphics/contact-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #447EB6;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	background-position: 0px bottom;
}

#contact-table p{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	line-height: 16px;
}

#contact-table h2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-size: 13px;
	padding-bottom: 0px;
}

#contact-table a{

}

#mini-pics{
	float: right;
	width: 244px;
	padding-top: 16px;
	margin-right: 12px;
}

#mini-pics img{
	border: 1px solid #FEFEFE;
	margin-bottom: 9px;
}

.local{
	padding-top: 6px;
	padding-bottom: 6px;
}

.foundation-reg{
	font-size: 10px;
	border: 1px solid #6B9DBB;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-top: 15px;
}

.kids{
	font-style: italic;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}

#schools-comp{
	margin-bottom: 10px;
	margin-top: 8px;
	border: 1px solid #AAD0F7;
	font-size: 11px;
}

#schools-comp p{
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
}

#schools-comp img{
	padding-bottom: 4px;
}
