body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #a0926c;
	background-image: url(images/sand_bkg.gif);
	background-repeat: repeat;
}

#mainwrapper {
	position: relative;
	margin: 0 auto;
	width: 766px;
	background-color: #fff;
	border: 1px solid #fff;
}

/*  ------ div that contains header top and bottom  ------ */
#header_wrapper {
	height: 296px;
	width: 766px;
	background-color: #fff;
	margin: 0;
}
/*  ------ John's top half and cottage  ------ */
#header_top {
	background-image: url(images/header_bkg1.jpg);
	background-repeat: no-repeat;
	width: 766px;
	height: 156px;
}

#header_top h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	line-height: 26px;
	height: 28px;
	width: 700px;
}

#header_top h2 {
	width: 350px;
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	margin: 0;
	margin-left:160px;
	padding: 0;
}

/*  ------ John's bottom half and sandpipers  ------ */

#header_bottom {
	background-image: url(images/nav_bkg.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	height: 140px;
	width: 766px;
	margin: 0;
}

/*  ------ menu styles  ------ */
#p7PMnav, #p7PMnav ul {
	position:absolute;
	left: 416px;
	top: 160px;
	width: 343px;
	z-index:100;
	margin:0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}
.red {
	color: #CC0000;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-align: right;
	width: 340px;
	text-decoration: none;
	padding: 2px 0 3px 0;
	color: #0038a9;
	font-weight: bold;
	font-size: 11px;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #CC0000;
	text-decoration: underline;
	letter-spacing: .01px;
}

/* ------ mls search ------ */
input.mls {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 1px;
	margin-right: 4px;
	color: #0038a9;
	background-color: #fff;
	border: 1px solid #423c23;
}
#header_bottom td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	color: #423c23;
	z-index:101;
}
/* ------ contact info ------ */
#contactinfo {
	position:absolute;
	left: 37px;
	top: 260px;
	color: #1859ba;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.00;
}
#contactinfo a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

#contactinfo a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

/* ------ div that contains the area under the header ------ */

#maincontent_wrapper {
	width: 766px;
	background-color: #FFFFFF;
	margin: 0;
	background-image: url(images/wave_bkg2.gif);
	background-position: 1px 1200px;
	background-repeat: repeat-y;
}
/* ------ left sidebar region ------ */

#sidebar {
	width: 155px;
	float: left;
	padding: 0;
	padding-left: 8px;
	margin: 0;
	background-color: #fff;
}
#sidebar h1 {
	color: #CC0000;
	width: 132px;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 3px 0;
	text-align: center;
}
/* weather widget */

#weather-widget {
	width:132px;
	text-align:center;
	font-family:verdana,arial,sans-serif;
	font-size:8pt;
	color: #1859ba;
	margin: 0;
	border: solid #fff 1px;
}

#ww-header {
  padding:2px;
  color: #fff;
  background-color: #1859ba;
}

#ww-title {
  font-weight:bold;
}

#ww-location {
  font-size:7pt;
}

#ww-body {
  background-color: #ffffff;
  padding:2px;
  text-align:center;
  border: solid #307BBE 1px;
}

.ww-float {
  width:32%;
  float:left;
}

#ww-wind {
}

#ww-date {
}

#ww-temp {
  padding-top:8px;
}

#ww-bottom {
  clear:both;
  padding-top:8px;
  margin: 0;
}

/* ------ Map ------ */

/* ------ Featured Listings Box ------ */
#featured {
	margin: 0;
	margin-top: 5px;
	padding-bottom: 0;
	background-color: #1859ba;
	width: 132px;
	text-align: center;
}

#featured a {
	border: solid 1px #5494f5;
	display: block;
	width: 49px;
	height: 37px;
}

#featured a:hover {
	border: solid 1px #CC0000;
}
#featured a.allfeatured {
	border: none;
	font-size: 9px;
	font-weight: bold;
	width: 132px;
	height: auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-bottom: 3px;

}
#featured a:hover.allfeatured {
	border: none;
	color: #fff18f;
	text-decoration: underline;
}


/*#featured ul {
	margin: -2px 0 0 0;
	padding: 0 0 5px 0;
	width: 132px;
	background-color: #1859ba;
}
#featured li {
	margin-left: 35px;
	padding: 0;
	list-style-image: url(images/featured_arrow.gif);
	list-style-type: circle;
}
#featured li a {
	border: solid 1px #5494f5;
}
#featured li a:hover {
	border: solid 1px #CC0000;
}*/

/* ------ See Property you like Box ------ */

#see_property_box {
	padding: 0;
	margin: 10px 0;
}

#see_property_box h1 {
	color: #4e89e2;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	line-height: 13px;
}
#see_property_box p {
	margin: 0;
	padding: 2px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

#see_property_box p a {
	background-color: #1859ba;
	color: #FFFFFF;
	margin: 2px 0;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}
#see_property_box p a:hover {
	background-color: #FF0000;
}

/* ------ Team ------ */

#team {
	padding: 5px 0;
}

#team p {
	color: #1859ba;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	margin: 4px 0 6px 0;
}

#team a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

#team a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

/* ------ From The Sandman (Caricature) ------ */

#fromsandman {
	padding: 5px 0;
	width: 132px;
}

#fromsandman a {
	font-size: 11px;
	font-weight: bold;
	color: #1859ba;
	text-decoration: none;
}
#fromsandman a:hover {
	color: #CC0000;
}

/* ------ main content regoin ------ */
#maincontent {
	margin: 0;
	margin-left: 165px;
	padding: 0;
	width: 580px;
}
#maincontent h1 {
	color: #1859ba;
	font-size: 13px;
	font-weight: bold;
}
#maincontent h2 {
	color: #4e89e2;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.bluetext {
	color: #1859ba;
}
.smalltext {
	color: #999;
	text-align: center;
	font-size: 9px;
}


/*Styles Applied to Form Elements*/
#form {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 565px;
	margin: 0;
	color: #423c23;
}

#form input {
	font-size: .95em;
	background-color : #fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #a7a28e;
}

#form select {
	background-color : #fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #a7a28e;
}
#form select:focus { background : #fffad6}

#form input:focus {
	background : #fffad6;
}

#form textarea { 
	font-size: .95em;
	background-color : #fff;
	border : 1px solid #b7b1a1; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

#form textarea:focus { background : #fffad6}

#form td {
	padding-left: 6px;
}
#form td.fields {
	background-color : #e1ded7;
}
#form td.header {
	font-weight: bold;
	background-color : #b7b1a1;
}
#form table {
	padding: 3px;
	border : 1px solid #b7b1a1;
	background-color : #f5f5f2;
}
#form input.button {
	color : #CC0000;
	background-color : #b7b1a1;
	border : 1px solid #a7a28e;
}
#form input.button:focus {
	color : #FF0000;
}
#form.required {
	color : #CC0000;
}


/* ------ footer regoin ------ */
#footer {
	margin: 0;
	margin-left: 165px;
	width: 595px;
	padding: 0;
	background-color: #fffad6;
	text-align: center; 
}
#footer h1 {
	margin: 0;
	padding: 4px 0 0 0;
	line-height: 10px;
}
#footer h1 a {
	color: #1859ba;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#footer h1 a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#footer h2 {
	margin: 0;
	padding: 4px 0 0 0;
	line-height: 10px;
}

#footer h2 a {
	color: #1859ba;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer h2 a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#footer p {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
}
#footer p.small_text {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin: 0;
}

#footer table.links {
	width: 595px;
	background-color: #1859ba;
}
#footer table.links td {
	width: 198px;
	padding: 1px;
	text-align: center;
}
#footer table.links td a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#footer table.links td a:hover {
	color: #fff18f;
}
#footer table.links td.blank_cell {
	color: #1859ba;
}
#footer table.logos {
	width: 100%;
	background-color: #fff;
}

#copyright {
	margin: 0;
	margin-left: 165px;
	width: 575px;
	padding: 4px;
	text-align: right;
	font-size: 9px;
	clear: both;
}

#copyright a {
	color: #1859ba;
	text-decoration: none;
}
#copyright a:hover {
	color: #cc0000;
	text-decoration: underline;
}
