body {
	margin: 0;
	padding: 0 8%;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 76%;
	text-align: center;
	line-height: 1.5em;
	color: #333333;
	background-color: #666666;
}
.alert {
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
}
.mousetype {
	font-size: .9em;
}
/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: normal;
	text-decoration: none;
	color: #336699;
	}
a:hover {
	color: #003366;
	text-decoration: underline;
	}

input.btngreen{
   color:#999999;
   font-size:1em;
   font-weight:bold;
   background-color:#D9E7BD;}
   
/* page structure
---------------------------------------------------------- */

#wrap {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	}
#mainbody {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0px;
	width: 80%;
	}
#mainbody_listings {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0px;
}
#footer {
	clear: both;
	margin: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #E1e1e1;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	}
	

/* masthead
---------------------------------------------------------- */

#masthead {
	background-image: url(../images/masthead.gif);
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-position: left bottom;
	background-color: #245d9e;
	height: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6699CC;
	}
#sitename{
	color: #ffffff;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 2em;
	letter-spacing: 1.5px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}
#sitename a:link, #sitename a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#sitename a:hover {
	color: #B0D5FF;
	text-decoration: none;
	font-weight: normal;
}
#sitename a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#sitedescription {
	color: #000000;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0px;
	margin: 0em;
}
#newsletter {
	float: right;
}
#newsletter a:link, #newsletter a:visited {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #B0D5FF;
	font-weight: normal;
	background-color: #003366;
	padding: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newsletter a:hover {
	color: #EEFADD;
	text-decoration: none;
	font-weight: normal;
}
#newsletter a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}


/* navigation
---------------------------------------------------------- */

#nav {
	background-color: #003366;
	background-image: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 30px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	color: #EEFADD;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	}
#nav li a:hover {
	color: #ffffff;
	background-color: #336699;
/*	background-image: url(../images/nav_on_bg.gif); */
	background-repeat: repeat-x;
	background-position: left top;
	}
#nav li a.active {
	font-weight: bold;
	color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	background-color: #336699;
	/* background-image: url(../images/nav_on_bg.gif); */
	background-repeat: repeat-x;
	background-position: left top;
	}

/* title
---------------------------------------------------------- */

#title {
	color: #336699;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	}
#title h1 {
	margin: 0 50px 5px 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	font-family: helvetica, verdana, arial, sans-serif;
	}
#title h2 {
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight: normal;
	font-family: helvetica, verdana, arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E7BD;
	margin-bottom: 10;
	padding-bottom: 12px;
	color: #336699;
	}	

/* main body styles
---------------------------------------------------------- */

#mainbody h2 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #667E00;
	margin: 0px;
	padding-top: 0.7em;
	}
#mainbody h2 + p {
	margin-top: 0px;
	}
	#mainbody h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#mainbody h2 + h3 {
	margin-top: 0px;
}
#mainbody h3 + p {
	margin-top: 0px;
}
#mainbody p em {
	color: #667E00;
}
#mainbody p {
	font-size: 1em;
}


/* main body listings styles
---------------------------------------------------------- */
#mainbody_listings h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	font-family: helvetica, verdana, arial, sans-serif;
	}
	
#mainbody_listings h2 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #667E00;
	margin: 0px;
	padding-top: 0.7em;
	}
#mainbody_listings h2 + p {
	margin-top: 0px;
	}
#mainbody_listings h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#mainbody_listings h2 + h3 {
	margin-top: 0px;
}
#mainbody_listings h2 + ol {
	margin-top: 0px;
	}
	
#mainbody_listings h3 + p {
	margin-top: 0px;
}
#mainbody_listings p em {
	color: #667E00;
}
#mainbody_listings p {
	font-size: 1em;
}
#mainbody_listings ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet_01.gif);
	list-style-type: none;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 16px;
}
#mainbody_listings ol {
	list-style-position: outside;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
#mainbody_listings img {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainbody_listings #adpackages h2 {
	color: #FFFFFF;
	background-color: #003366;
	padding: 0.5em;
	font-size: 1.2em;
}
#mainbody_listings #adpackages ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet_01.gif);
	list-style-type: none;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	font-size: 1.1em;
}
#mainbody_listings #adpackages .pricing {
	font-weight: bold;
	text-align: center;
	color: #666600;
	font-size: 1.3em;
	padding: 0.5em;
}
#mainbody_listings #propertysearch h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #667E00;
	margin: 0px;
	padding-top: 0px;
	}
	
td.freeText  {
   margin-top: 0px;
   padding-left: 20px;
}

td.freeText li {
	margin-left: 30px;
	padding-top: 0px;
	padding-left: 10px;
}

.adlink a:link, .adlink a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	}	
	
	.adlink a:hover {
	text-decoration: underline;
	color: #336699;
	}
/* form styles
---------------------------------------------------------- */


label
{
width: 10em;
float: left;
text-align: right;
display: block;
margin-right: 0.50em
}

.submit input
{
margin-left: 4.5em;
} 
input
{
	color: #333333;
	<!--background: #D9E7BD;-->
}


fieldset
{
	border: 1px solid #999999;
	width: 54.5em;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
}

fieldset legend
{
	color: #003366;
	background-color: #FFFFFF;
	font-size: 1.2em;
	display: block;
	padding: 3px 10px;
	background-image: url(../images/bg_legend.jpg);
	background-repeat: repeat-x;
}


#mainbody_listings table fieldset
{
	border: 1px solid #999999;
	width: 25em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#mainbody_listings table fieldset legend
{
	color: #003366;
	background-color: #FFFFFF;
	font-size: 1.2em;
	display: block;
	padding: 3px 10px;
	background-image: url(../images/bg_legend.jpg);
	background-repeat: repeat-x;
}

.mail_ad {
  color:#667E00;
   font-size:1em
}

.mail_ad a, a:hover, a:link, a:visited {
  color:#667E00;
  font-size:1em;
  text-decoration: underline;
}

/* footer styles
---------------------------------------------------------- */

#footer {
	font-size: 1.0em;
	margin-top: 40px;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
