body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #669966;
}
p {
	font-size:  11px;
}
td {
	font-size:  11px;
}
li {
	font-size:  11px;
}
h1 {
	font-size: 20px;
	padding: 0px;
	color: #003366;
	margin-bottom: -5px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	padding: 0px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	padding: 0px;
	color: #588558;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

table.body {
	background-color: #FFFFFF;
	border-left: #000066 1px solid;
	border-right: #000066 1px solid;
	border-bottom: #000066 1px solid;
	border-collapse: collapse;
}
td.topBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #1F1F6C;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* 
	top navigation classes. 
	navigation display uses <ul>, <li> and <a>
	class names can be modified from admin navigation settings. these are defaults
	separators can be specified (optional). they are displayed as <li class="#separator_class#">#separator#</li>
*/
ul.top_nav {
	display: inline;
	margin: 0px;
	list-style-type: none;
}
li.top_nav {
	display: inline;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}
li.top_nav_separator {
	display: inline;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
}
a.top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #1F1F6C;
	text-decoration: none;
}
a.top_nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #FF0000;
	text-decoration: none;
}
/* end top navigation classes */

/* start page navigation classes */
ul.page_nav {
	list-style-top: none;
	margin-left: 0px;
}
li.page_nav {
	font-size:  11px;
	margin-bottom: 1px;
}
li.page_nav a {
	background-color: #EFEFEF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 20px;
	padding: 2px;
}

li.page_nav a:hover {
	background-color: #003366;
	color: #FFFFFF;
}
ul.page_nav_sub {
	list-style-top: none;
	margin-left: 0px;
}
li.page_nav_sub {
	font-size:  11px;
	margin-bottom: 1px;
	margin-top: 1px;
}
li.page_nav_sub a {
	background-color: #99CCFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

li.page_nav_sub a:hover {
	background-color: #003366;
	color: #FFFFFF;
}
/* end page navigation classes */

li.nav_header_hide {
	display: none;
}

td.content {
	font-size:  11px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

td.left_nav {
	padding-left: 15px;
	padding-top: 10px;
}

/* site specific classes */
td.logo_left {
	border-top: #1F1F6C 1px solid;

	padding: 10px;
	background-color: #ffffff;
}
td.logo_right {
	border-top: #1F1F6C 1px solid;
	border-bottom: #1F1F6C 1px solid;
	padding: 10px;
	text-align: right;
	font-size: xx-small;
	vertical-align: top;
	color: #003366;
}
ul.box_bullets {
	list-style-type: none;
	margin-left: 0px;
}
li.box_bullets {
	background-color: #EFEFEF;
	padding: 3px;
	margin-left: 0px;
	margin-bottom: 2px;
}
li.box_bullets_more {
	padding: 3px;
	margin-left: 0px;
	margin-bottom: 2px;
	font-size: xx-small;
	color: #003366;
	text-align: right;
}
li.box_bullets_more a {
	font-size: xx-small;
	color: #003366;
}
td.footer {
	background-color: #EFEFEF;
	border-top: #003366 4px solid;
	text-align: center;
	color: #666666;
	font-size: 10px;
	padding: 10px;
}

table.login {
	border: #909090 1px solid;
	margin: 10px;
}
th.login {
	background-color: #EFEFEF;
	border-bottom: #FFFFFF 1px solid;
	font-size: xx-small;
	padding: 5px;
}
td.login_hdr {
	background-color: #EFEFEF;
	border-bottom: #FFFFFF 1px solid;
	font-size: xx-small;
	padding: 5px;
	font-weight: bold;
}
td.login {
	background-color: #EFEFEF;
	border-bottom: #FFFFFF 1px solid;
	font-size: xx-small;
	padding: 5px;
}
input.login {
	font-size: 12px;
	border: #909090 1px solid;
	height: 18px;
	width: 150px;
}
input.login:focus {
	background-color: #FFFFCC;
	font-size: xx-small;
	border: #909090 1px solid;
}

/* list table classes */
table.listTable {
	border-collapse: collapse;
	border: #003366 1px solid;
}
th.listHdr {
	font-size: xx-small;
	background-color: #003366;
	color: #FFFFFF;
	font-size: bold;
}
td.listCol1 {
	font-size: xx-small;
	background-color: #EFEFEF;
	border: #003366 1px solid;
}
td.listCol2 {
	font-size: xx-small;
	border: #003366 1px solid;
}
td.listColSub1 {
	font-size: xx-small;
	border: #003366 1px solid;
	background-color: #99FFCC;
	/*display: none;*/
}
td.listColSub2 {
	font-size: xx-small;
	border: #003366 1px solid;
	background-color: #99FFCC;
	/*display: none;*/
}
td.listSep {
	font-size:  11px;
	background-color: #909090;
	font-weight: bold;
	color: #FFFFFF;
}
a.expand {
	width: 20px;
	height: 20px;
	background-color: #C0C0C0;
	text-decoration: none;
	color: #000000;
	font-size: small;
	border: #A0A0A0 2px solid;
}

/* new record table classes */
table.newRecord {
	border-collapse: collapse;
	border: #003366 1px solid;
}
th.newRecord {
	background-color: #EFEFEF;
	color: #000000;
	font-size: xx-small;
	text-align: right;
	padding: 4px;
	border: #003366 1px solid;
	vertical-align: top;
}
td.newRecord {
	border: #003366 1px solid;
	font-size: xx-small;
	padding: 4px;
}
td.newRecordButtons {
	padding: 4px;
}

span.required {
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	font-size:  11px;
}

td.newRecord td {
	font-size: xx-small;
}

td.newRecordSep {
	background-color: #FFFFEE;
	font-size:  11px;
	font-weight: bold;
	padding: 3px;
}

table.searchForm {
	border: #E5E5E5 1px solid;
	border-collapse: collapse;
}

td.searchForm {
	border: #E5E5E5 1px solid;
	padding: 5px;
}

td.searchFormSep {
	border: #E5E5E5 1px solid;
	padding: 5px;
	background-color: #EFEFEF;
}

table.searchResults {
	border: #006699 1px solid;
	border-collapse: collapse;
}

th.searchResultsHdr {
	background-color: #006699;
	color: #FFFFFF;
	font-size:  11px;
	text-align: left;
}

th.searchResults {
	background-color: #E5E5E5;
	color: #006699;
	font-size:  11px;
	border-bottom: #006699 1px solid;
}

td.searchResults1 {
	background-color: #FFFFEE;
	color: #000000;
	font-size:  11px;
	border-bottom: #006699 1px solid;
}

td.searchResults2 {
	background-color: #FFFFFF;
	color: #000000;
	font-size:  11px;
	border-bottom: #006699 1px solid;
}

div.listing_section {
	border-bottom: #006699 1px solid;
	font-size: 10pt;
}

div.listing_header {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 150px;
	margin-bottom: 0px;
}

ul.listing_features {
	list-style-image: url("../images/check_bullet.gif");
}

li.listing_features {
	list-style-image: url("../images/check_bullet.gif");
	font-size:  11px;
}

td.property_info table {
	border: #606060 1px solid;
	background-color: #E5E5E5;
}

td.property_info td {
	font-size:  11px;
	padding: 2px;
}

.listed {
	color: #006600;
	font-weight: bold;
}

.not_available {
	color: #FF0000;
	font-weight: bold;
}

td.property_options table {
	border: #000000 1px solid;
	background-color: #E5E5E5;
}

td.property_options td {
	font-size:  11px;
	padding: 2px;
}

div.mortgage_calc {
	border: #0099CC 1px solid;
	padding: 0px;
	background-color: #FFFFCC;
	font-size:  11px;
}

div#calc_expand {
	float: right;
	display: inline;
}
div#calc_expand a {
	color: #FFFFFF;
	text-decoration: none;
}

div#calc_hdr_text {
	float: left;
	display: inline;
}

div.calc_header {
	width: 100%;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	background-color: #0099CC;
	color: #FFFFFF;
}

div.calc_body {
	width: 100%;
	background-color: #99FFCC;
	display: none;
}

div.calc_body td {
	font-size:  11px;
}

.est_payment {
	border-left: #0099CC 1px solid;
	padding: 5px;
	text-align: center;
}

div#slideshow {
	font-size:  11px;
	text-align: center;
	padding: 10px;
	border: #C0C0C0 1px solid;
	background-color: #EFEFEF;
}

div.contact_agent {
	padding: 10px;
}

div.page_options {
	color: #00000;
	font-weight: bold;
	font-size:  11px;
	margin-top: 4px;
	padding: 5px;
	text-align: left;
	width: 98%;
	background-color: #C0C0C0;
}

div.page_options a {
	font-weight: normal;
	text-decoration: none;
}

div.page_options a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}




.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	padding: 4px 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #D9ECC6;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
	background-color: #006699;
	color: #FFFFFF;
}

.suckerdiv .subfolderstyle{
	background-image: url(../images/arrow-list.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


.imagebackground {
	background-image: url(../images/photocollage.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.readmore {
	color: #808080;
	text-align: right;
	background-attachment: fixed;
	background-color: #FFFFFF;
	list-style-image: url(../images/arrow-list.gif);
	margin-top: -5px;
}.box {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #336699;
	padding: 2px;
	border: 1px solid #003366;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669966;

}
.subheads a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669966;
	margin-bottom: -8px;
}
.subheads a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #339966;
	margin-bottom: -8px;
}

.subheads a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
	margin-bottom: -8px;
}
.newsimages {
	padding-left: 10px;
}
.spotlight {
	background-color: #FF0000;
	border: 1px solid #0099FF;
	padding: 2px;
}
.spotlight .subheads {
	color: #FF0000;
}



.newsborder {
	padding-right: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #339966;
	padding-left: 10px;

}
.newsflash {
	width: 230px;
	background-color: #003366;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.newsflashwhite {
	width: 230px;
	background-color: #ffffff;
	color: #000000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #99CC66;
}

.largertext {
	font-size: 14px;
}
.redtext {
	color: #CC0000;
}

.newsborder p {
	margin-top: 2px;
	margin-bottom: 5px;

}
.newsitems {
	padding-right: 15px;


}
.newsitems p {
	margin-top: 2px;
	margin-bottom: 5px;

}
.breadcrumb{
	font: bold 10px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 10px;

}

.breadcrumb a{
	background: transparent url(../images/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;

}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}
