html, body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 90%;
	color: #FFF;
	background: #d0d0d0;
	}	

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	color: #000;
	background: url("../images/wrapper_bkgnd.jpg") top left repeat-y;
	}

/* @group header */

#header {
	margin: 0;
	padding: 0;
	height: 60px;
	color: #000;
	background: #F4EA68 url("../images/header.jpg") top left no-repeat;
	font-family: "Times New Roman", "Times", serif;
	}
	
#header h1 img {
	border: none;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 300%;
	color: #023E9C;
	}
	
#header h3 {
	margin: 0;
	padding: 30px 0 0 280px;
	color: #023E9C;
	font-style: italic;
	font-size: 135%;
	text-align: center;
	}
	
	/* @end */
	
/* @group property_search */
	
#property_search {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 180px;
	z-index: 1;
	}
	
#property_search table {
	position: relative;
	margin: 5px;
	padding: 0;
	background: #759DDB url("../images/corner.jpg") top right no-repeat;
	width: 170px;
	z-index: 1;
	}
	
#property_search a {
	color: #FFF;
	}
	
#property_search a:visited {
	color: #023E9C;
	}
	
#property_search a:hover {
	color: #F4EA68;
	}
	
#property_search h4 {
	display: block;
	margin: 5px;
	padding: 5px 5px 20px 5px;
	color: #34609B;
	text-decoration: none;
	border-top: 1px solid #34609B;
	background: url("../images/border_bottom_DKBLUE.gif") bottom center no-repeat;
	text-align: center;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	font-size: 120%;
	}
	
.btn {
	margin: 0;
	padding: 5px;
	background: #B80404;
	border: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	}
	
	/* @end */
	
/* @group address */
	
.address {
	margin: 10px 5px;
	padding: 0;
	border: 1px solid #000;
	background: #555;
	width: 370px;
	}
	
.address img {
	float: left;
	margin: 5px 15px 5px 10px;
	padding: 0 0 5px 0;
	}
	
.address h4 {
	margin: 0 0 5px 0;
	padding: 5px;
	display: block;
	background: #012357;
	color: #F4EA68;
	font-weight: normal;
	font-size: 120%;
	font-family: "Georgia", "Times New Roman", serif;
	}
	
.address p {
	margin: 0;
	padding: 5px;
	}
	
.address a {
	color: #B80404;
	}
	
.address a:visited {
	color: #759DDB;
	}
	
.address a:hover {
	color: #023E9C;
	}
	
	/* @end */
	
/* @group callout */

#callout {
	float: left;
	margin: 0;
	padding: 0 5px;
	width: 180px;
	}
	
#callout h4 {
	padding: 0 5px;
	font-weight: normal;
	text-align: center;
	}
	
#callout h4 a {
	display: block;
	margin: 0;
	padding: 5px 5px 15px 5px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #34609B;
	background: url("../images/border_bottom_DKBLUE.gif") bottom center no-repeat;
	}
	
#callout h4 a:visited {
	color: #555555;
	}
	
#callout h4 a:hover {
	color: #B80404;
	}

	/* @end */
	
/* @group left_col */

#left_col {
	float: left;
	width: 250px;
	margin: 0;
	padding: 10px 0;
	background: url("../images/left_col_bkgnd.jpg") top left no-repeat;
	}

	/* @end */

/* @group content */

#content {
	margin: 35px 0 0 245px;
	padding: 5px;
	color: #FFF;
	}
	
#content img {
	padding: 0 1px;
	}
	
#content p {
	margin: 5px 3px;
	padding: 5px 0;
	}
	
a {
	color: #FFF8A0;
	}
	
a:visited {
	color: #B80404;
	}
	
a:hover {
	color: #C8DEFF;
	}

.clear {
	clear: both;
	}
	
	/* @end */
	
/* @group menu */

/* remove the bullets, padding and margins from the lists */

.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float: left;
	position: relative;
	z-index: 100;
	}

/* use the table to position the dropdown list */
.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 100;
	left: -1px;
	bottom: 0;
	}

/* style all the links */
.menu a, .menu a:visited {
	display: block;
	font-size: 110%;
	font-family: "Arial", "Verdana", sans-serif;
	font-style: italic;
	width: 110px;
	padding: 7px 0;
	color: #ffffff;
	background: #B80404;
	text-decoration: none;
	/*margin-right: 1px;*/
	text-align: center;
	}

/* style the links hover */
.menu a:hover {
	color: #FFF;
	background: #012E9C;
	}

/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 110px;
	height: 0;
	z-index: 80;
	}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
	border-top: 1px solid #ffffff;
	}
	
/* hide and show any sub level iframe with its ul */
.menu ul iframe {
  position: absolute;
  visibility: hidden;
  }

.menu ul li:hover iframe, .menu ul a:hover iframe { 
  visibility: visible;
	}

/* @end */

/* @group columns */

#col_one {
	float: left;
	width: 167px;
	}
	
#col_one h4 {
	margin: 5px 5px 5px 10px;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 120%;
	letter-spacing: 1px;
	}
	
#col_one p {
	margin: 5px 5px 5px 10px;
	font-family: "Georgia", "Times New Roman", serif;
	color: #E0ECFF;
	}
	
#col_two {
	float: left;
	width: 167px;
	}
	
#col_two h4 {
	margin: 5px 5px 5px 10px;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 120%;
	letter-spacing: 1px;
	}
	
#col_two p {
	margin: 5px 5px 5px 10px;
	font-family: "Georgia", "Times New Roman", serif;
	color: #E0ECFF;
	}
	
#col_three {
	float: left;
	width: 167px;
	}
	
#col_three h4 {
	margin: 5px 5px 5px 10px;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 120%;
	letter-spacing: 1px;
	}
	
#col_three p {
	margin: 5px 5px 5px 10px;
	font-family: "Georgia", "Times New Roman", serif;
	color: #E0ECFF;
	}

/* @end */

/* @group footer */

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	color: #000;
	background: #F4EA68;
	}
		
#footer a {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	}
	
#footer a:hover {
	margin: 0;
	padding: 0;
	color: #759DDB;
	}
	
#footer img {
	border: none;
	}	
	
.copyright {
	padding: 0 5px;
	font-size: 80%;
	text-align: center;
	}
	
	/* @end */	
