body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	text-align: center;
	background: #6c675c;
	}



/* Misc Style CSS */

p {
	font-size: 1.3em;
	}

h2 { 
	font-size: 1.2em;
	font-weight: bold;
	}

h3 {
	font-size: 1.1em;
	margin-bottom: 5px;
	}

a, a:visited { 
	color: blue;
	}

img.float_left {
	float: left;
	margin: 8px 15px 8px 0px;
	border: black 2px solid;
	}

img.float_right {
	float: right;
	margin: 8px 0px 8px 15px;
	border: black 2px solid;
}

table tr td {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}




/*

.pagelinks {
	font-size: 15px;
	}

.small_navy { 
	font-size: .85em;
	color: navy;
	font-weight: bold;
	}

.listnav { 
	font-size: .85em;
	color: red;
	}

.text_1 {
	font-size: 12px; 
	color: #000000; 	
	}
.text_2 {
	color: #0E5326; 
	font-weight: bold;
	}

.header_1 {
	font-size: 16px; 
	color: #0E5326; 
	text-decoration: underline; 
	font-weight: bold
	}


*/

#container {
	display: block;
	width: 950px;
	margin: 0em auto;
	margin-top: -8px;
	}

#header {
	display: block;
	width: 100%;
	border: 1px black solid;
	background-color: #f7ffce;
	text-align: center;	
	}
#header img { vertical-align: top; }
#header img.img1 { margin-right:16px;}
#header img.img2 { margin-left:16px; }

#sidebars {
	display: block;
	width: 95%;
	margin: 0em auto;
	border-left: 3px black solid;
	border-right: 3px black solid;
	background: white;
	padding-top: 7px;
	}

#navbar {
	width: 90%;
	margin: 0em auto;
	margin-bottom: 8px;
	border: black 1px solid;
	background-color: #f7ffce;
	text-align: center;
	}
#navbar table {
	width: 100%;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	}
#navbar td { padding: 5px; }
#navbar a {
	text-decoration: none;
	color: #0E5326;
	font-size: 12px;
	font-weight: bold;
	}
#navbar a:hover {
	color: red;
	}
#navbar a.active  {
	color: red;
	}

#content {
	width: 95%;
	margin: 0em auto;
	text-align: left;
	}

#footer {
	width: 100%;
	margin: 0em auto;
	border: 1px black solid;
	background-color: #f7ffce;
	padding: 8px 0px;
	}
#footer a {
	text-decoration: none;
	color: #0e5326;
	font-weight: bold;
	}
#footer a:visited {
	text-decoration: none;
	color: #0e5326;
	font-weight: bold;
	}

/*******************************************************/

/* Styles for listings.php and listnav.php */

.listnav {
	width: 100%;
	text-align: center;
}
.listnav table {
	width: 90%;
	margin: 0em auto;
	text-align: center;
	font-size: 1.2em;
}
.listnav .row1 { border-bottom: none; }
.listnav .row1 td { width: 25%; }
.listnav .row2 td { width: 50%; }
.listnav span { color:red; }
.listnav a span { color: blue; }




/* Style for caclulator.php */

.calculator {
	width: 100%;
	text-align: center;
	}
.calculator table {
	width: 285px;
	height: 330px;
	text-align: justify;
	margin: 0em auto;
	}
.calculator table span { font-size: .9em; }
.calculator table h2 { text-align: center; }
.calculator p {
	width: 50%;
	margin: 0em auto;
	text-align: justify;
	font-size: 1em;
	border: blue 1px solid;
	padding: 8px;
	margin-top: 8px;
	}


/* Style for brokers.php */

.brokers {
	width: 100%;
	text-align: center;
	margin: 0em auto;
	}
.brokers img { border: black 2px solid; }
.brokers table {
	width: 100%;
	text-align: left;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 13px;	
	}
.brokers table td { vertical-align: top; }
.brokers table.directory { width: 100%;}
.brokers table.directory td { vertical-align: top; padding: 8px; }
.brokers table span { 
	margin-left: 5px;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: .2em;
	}
.brokers p { 
	width: 90%;
	text-align: justify; 
	margin: 20px auto;
	}


/* Styles for contact.php */
.contact {
	width: 100%;
	}
.contact h3 {
	font-size: 1.1em;
	text-decoration: underline;
	color: red;
	text-align: center;
	}
.contact .p1 { font-weight: bold; font-size: 14px; line-height: 1.2em; }
.contact .p2 { font-size: 14px; font-weight: bold; }
.contact .t1 .col2 h3 { text-align: left; }
.contact table { text-align: left;}
.contact td { vertical-align: middle; }
.contact td.col1 { width: 270px; }
.contact .t1 .col2 { width: 205px; }
.contact .contact_form td { padding: 3px; }
.contact .map { text-align: center; vertical-align: top;}
.contact .map a { color: blue; }
.contact .map a:visited { color: blue; }



/* Styles for area_info.php and area_subnav.php  */
.links { width: 100%; text-align: center; }
.links table { 
	width: 75%; 
	margin: 0em auto;
	text-align: left; 
	}
.links table td { padding: 13px; }
.links table a { font-weight: bold; font-size: 1.2em; line-height: 1.5em;}

.area_subnav { width: 100%; text-align: center; }
.area_subnav table { width: 90%;margin: 0em auto;text-align: center;font-size: 1.2em; }
.area_subnav .row1 td { width: 16.67%; }
.area_subnav .row2 td { width: 33%; }
.area_subnav span { color:red; }
.area_subnav a span { color: blue; }
.area_subnav .fineprint { display: none; font-size: .8em; }


/* Styles for localnews.php */
.localnews { 
	width: 100%; 
	text-align: center; 
	}
.localnews table { 
	width: 85%;
	margin: 0em auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	}
.localnews table td { width: 50%; vertical-align: top; }
.localnews img { border: black 2px solid; }
.localnews h3 { 
	text-decoration: underline; 
	letter-spacing: .2em;
	}
.localnews .fineprint { font-size: .9em; }
.localnews li { margin-left: -25px; margin-top: 0px; }
