@charset "UTF-8";
/* CSS Document */
/* LAYOUT */

* {
	margin:0;
	padding: 0;
}
body {
	background-image:url(images/background_eyecandy.jpg);
	background-color:#DCB684;
	background-position:center top;
	background-attachment: fixed;
}
#eyecandys {
	background-image:url(images/background_eyecandy.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	width:auto;
	min-height:800px;
	height:auto !important;
	height: 800px;
	background-attachment: fixed;
}
#container {
	width: 980px;
	height:100%;
	margin: 0 auto 0 auto;
}
#header {
	width: 620px;
	height:auto;
	padding:10px 0px 0px 0px;
	_padding:10px 0px 0px 0px;
}
#newsletter_button {
	float:right;
	margin: 10px 50px 0 0;
	_margin: 0px 50px 0 0;
	z-index:999999999;
}
#footer {
	margin: 0px 0 0 0;
	padding: 0px 40px 20px 40px;
	width:620px;
	height:auto;
}
#pagecontent {
	height:auto;
	width:620px;
	padding: 0 40px 0 40px;
}
#sidebar_left {
	width:260px;
	height:auto;
	float:left;
}
#sidebar_right {
	width:220px;
	height:auto;
	float:right;
	padding: 30px 20px 0 0px;
	_padding: 30px 10px 0 0px;
}
#globalNav {
	font-size: 12px;
	text-decoration: none;
	width:210px;
	height:auto;
	padding: 3px 0px 10px 0px;
	margin: 0px 10px 0 0;
	_padding: 13px 0px 10px 0px;
	_margin: 0px 0px 0 0;
	position:fixed;
}
#searchbox {
	float:right;
	width: 300px;
	height:auto;
}
#CAT_Search {
	background-color:#02366E;
	color: white;
}
body.homepage #pagecontent, body.wide #pagecontent {
	width:auto;
}
body.right #pagecontent {
	float:left;
}
body.left #pagecontent {
	float:right;
}
body.homepage #sidebar_left {
	width:430px;
	margin: 30px 0 0 0;
}
body.homepage #sidebar_right {
	width:430px;
	margin: 30px 0 0 0;
}
.heroshot {
	margin: 0 0 40px 0;
}
.sidebarAd {
	margin: 20px 0 20px 0;
}
#breadcrumbs {
	border-top: 1px solid #999999;
	margin: 40px 0 0 0;
}
.scrollbox {
	height:auto;
	max-height:412px;
	height: expression(412 + "px");
	width:620px;
	overflow:auto;
}
/* TYPOGRAPHY */
body {
	font-family: "Gill Sans", Arial;
	font-size:90%;
	line-height:120%;
	color: #333;
}
H1, H2, H3 {
	font-family: "Gill Sans", Arial;
	background-image: url(images/plumeria.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 0 0 30px;
}
#sidebar_right h4 {
	font-size:17px;
	line-height: 16px;
	font-weight:200;
	text-transform:uppercase;
	color:#000033;
	letter-spacing:1px;
	margin: 20px 0 0 10px;
}
#sidebar_right p {
	font-size:14px;
	line-height: 16px;
	margin: 0px 0 0 10px;
}
#searchbox H3 {
	background-image:none;
	padding: 20px 0 0 20px;
}
#footer {
	font-size:10px;
	color:#999999;
}
ul, ol {
	margin: 0 0 10px 20px;
}
hr {
	background-color:#999999;
	color:#999999;
	height:1px;
	border:0 none;
}
#breadcrumbs {
	font-size: 12px;
}
.newsletter-form p.sidebarHeader {
	margin: 20px 0 0 20px;
}
h1 {
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight:200;
	letter-spacing:2px;
	color:#111;
}
h1 a {
	color: #fff;
	text-decoration: none;
	border: none;
}
h1 a:hover {
	color: #fff;
	text-decoration: none;
	border: none;
}
h1 a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}
h2 {
	color:#444;
	font-size: 135%;
	line-height: 100%;
	padding-top:20px;
}
h3 {
	color:#303030;
	font-weight:200;
	font-size: 120%;
	line-height:95%;
	padding-bottom: 2px;
	padding-top: 20px;
}
h3 a {
	color: #036;
	text-decoration: none;
	border: none;
}
h3 a:hover {
	color: #669;
	text-decoration: none;
	border: none;
}
#column_right h3 {
	font-size: 1.35em;
	color: #669;
	padding-top: 0px;
}
h4 {
	color: #369;
	font-size: 1.05em;
	margin-bottom: 2px;
}
blockquote {
	margin: 20px 20px;
	padding: 10px 10px 10px 65px;
	background: url(images/block.gif) #fff no-repeat top left;
	color: #333333;
	text-align: justify;
}
p {
	padding: 5px 0 5px 0;
}
#column_right p {
	font-size: 10px;
	line-height: 15px;
}
#footer p {
	color: #666;
	border-top: 1px solid #ddd;
}
superscript {
	font-size:smaller;
}
ul {
	margin-top: 3px;
	list-style: none;
}
li {
	line-height: 15px;
	padding: 0 0 0 0px;
	list-style-image: url(images/bullet-square.gif);
	margin-left: 15px;
	list-style-position: outside;
}
.p7HGMpaginator li {
	list-style-image:none;
}
li li {
	margin-left: 20px;
	margin-bottom: 2px;
	padding: 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.disclaimer {
	color:#666666;
}
/* GLOBAL NAVIGATION */

.menu-item-hover {
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:underline;
}
.menu-item-selected {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.submenu-item {
	background-color:#333333;
	font-size:12px;
	padding: 0 3px 0 3px;
}
.submenu-item-hover {
	background-color:#666666;
	font-size:12px;
	padding: 0 3px 0 3px;
	cursor:pointer;
	color:#FFFFFF;
}
.submenu-item-selected {
	background-color:#999999;
	padding: 0 3px 0 3px;
	color:#FFFFFF;
	font-weight:bold;
}
/* LINKS */
a {
	text-decoration: none;
	color:#205394;
}
a:hover {
	text-decoration: underline;
}
#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}
.slideshow .slideshow-captions a, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
/** SIDEBAR */

#sidebar_right {
	font-size:12px;
}
#sidebar_right h3 {
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	line-height:1.8em;
	margin:20px 0 0 0;
	padding: 0;
}
#sidebar_right ul {
	list-style-position:inside;
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	font-size:14px;
}
#sidebar_right ul#p7PMnav {
	padding: 0 0 0 0px;
}
#sidebar_right ul li {
	color:#000000;
	list-style:none;
	padding: 0 0 0 0;
	margin: 0;
}
.sachilisting {
	line-height:13px;
	font-size:13px;
	padding: 0 0 10px 0;
}
ul#contactlist li {
	list-style:none;
	list-style-image:none;
	margin: 0 0 0 0px;
}
#sidebar_right li a {
	text-decoration:none;
}
#sidebar_right li a:hover {
	text-decoration:underline;
}
.navheading {
	margin: 10px 0 0 0;
}
/** FOOTER */

#footer {
	color:#999999;
}
.hide {
	display: none !important;
}
.author {
	color:#999999;
	display:none;
}
.secure-lost-password, .secure-login {
	background-color:#eeeeee;
	border: 1px solid #dddddd;
}
.webform label {
	font-size:13px;
}
.cat_textbox, textarea {
	background-color:#FFFFFF;
}
.req {
	color:#990000;
}
sup {
	font-size:10px;
	vertical-align:top;
}
/* Headings */

.post {
	margin-bottom: 35px;
}
.realtor {
	color: #fff;
	margin-top: 163px;
	text-align: left;
	margin-left: 20px;
	font-size: 12px;
}
.sidenote {
	padding-left: 3px;
	padding-right: 3px;
	font-size: .95em;
	font-weight: normal;
	color: #666666;
}
.articletitle {
	background-image: url(images/plumeria.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h1.articletitle {
	padding: 20px 0 0 30px;
	_padding: 1px 0 0 30px;
}
.articledate {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0 10px 30px;
	color: #666666;
	
}

.articlefooter {
	background-color: #f8f8f8;
	padding: 0 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	background-image: url(images/artfooter.jpg);
	margin: 0 0 75px 0;
	height: 50px;
	Width:619px;
	border-bottom: 1px solid #9999CC;
	clear:both;
}
.caps {
	text-transform: capitalize;
}
.errorMessage {
	background-color: #FFFFCC;
}
.errorHeading {
	color: #CC0000;
}
.highlite {
	background-image: url(images/highlite.gif);
}
.odd_row {
	background-color:#F2F2FF;
	padding:  2px 2px 2px 2px;
}
.even_row {
	background-color:#fff;
	padding: 2px 2px 2px 2px;
}
/* Links */
a {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #036;
	text-decoration: underline;
}
a img {
	border: none;
}
/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
}
img.alignright {
	padding: 4px;
	margin: 4px 0 5px 7px;
	display: inline;
	border: 1px solid #ddd;
}
img.alignleft {
	padding: 4px;
	margin: 4px 7px 5px 0;
	display: inline;
	border: 1px solid #ddd;
}
/* Forms */
form {
	margin-top: 7px;
	margin-bottom: 7px;
}
fieldset {
	text-indent: 3px;
	border-top: 1px dashed #9999CC;
	border-right: 1px dashed #9999CC;
	border-bottom: 1px dashed #9999CC;
	border-left: 1px dashed #9999CC;
}
legend {
	text-transform: capitalize;
	color: #9999CC;
	padding-bottom: 11px;
	padding-right: 4px;
	font-size: 1em;
}
label {
	text-transform: capitalize;
	color: #369;
	font-size: 1.05em;
	font-weight: bold;
}
label sub {
	font-size: 1em;
}
textarea {
	width: 480px;
}
.errormessage {
	color:#990000;
}
#searchbox {
	width: 620px;
	height: 200px;
	margin: 10px 0 20px 0;
	background-image:url(images/background_search.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#searchbox H3 {
	color:#FFFFFF;
}

