@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px;}
img { border: 0px;}
.left { float: left;}
.right { float: right;}
br.clear { clear: both;}

p { font-size: 0.8em; margin:0 0 10px;}
p.intro { color: #87836A; font-weight: 600;}

ul { font-size: 0.8em;}


.info {
	background: #f8fafc url('/img/icons/info.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	color: #276dcc;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px 10px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	margin: 3px 0px 3px 0px;
}

.warning {
	background: #fff6bf url('/img/icons/warning.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	color: #e1b60d;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px 10px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin: 3px 0px 3px 0px;
}



/*
 *	Form styles
 */
select { width: 150px;}
input.btn {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 4px 0px 0px;
	padding: 2px 10px;
	background: #064e97;	
	border-top: 1px solid #4482C2;
	border-left: 1px solid #4482C2;
	border-right: 1px solid #043566;
	border-bottom: 1px solid #043566;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	cursor: pointer;
}








body {
	color: #666;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url('/img/bg.gif') repeat-x top left;
}
body.home { background: #FFFFFF url('/img/bg_home.gif') repeat-x top left;}
body.news_feed { background: none;}


#head {
	position: relative;
	width: 775px;
	height: 141px;
	margin: 0 auto;
}

#head img.logo { margin-top: 28px;}
#head img.slogan {
	position: absolute;
	top: 28px;
	right: 0px;
}
#head #top {
	position: absolute;
	top: 0px;
	right: 0px;
}




/*
 *	Top navigation menu
 */
#top {
	width: 100%;
	overflow: hidden;
	color: #92c0ef;
	margin: 0px;
}
#top ul { font-size: 1em;}
#top ul li {
	float: right;
	list-style: none;
}
#top ul li a:link, #top ul li a:visited {
	color: #92C0EF;
	text-decoration: none;
	padding: 4px 13px;
	font-size: 0.8em;
	background: url('/img/nav_top_bg.gif') right top no-repeat;
	display: block;
}
#top ul li a:hover { color:#FFF;}




/*
 * Tab navigation menu
 */
#head #nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #6ba3dc;
	overflow: hidden;
	color: #FFF;
}

#nav ul {
	font-size: 1em;
	margin: 0px;
}

#nav ul li { 
	float: left;
	display:inline;
	list-style: none;
	background: url('/img/nav_bg.gif') no-repeat right top;
}

#nav ul li a:link, #nav ul li a:visited {
	float: left;
	display: block;
	padding: 8px 13px;
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, serif;	
	font-size: 0.8em;
	margin: 1px 2px 0px 0px;
	background: #4A87C5;
	display: inline;
}
#nav ul li a:hover { background: #6ba3dc;}

#nav ul li.last { background: none;}
#nav ul li.last a:link, #nav ul li.last a:visited{
	padding: 8px 17px 8px 27px;
	margin-right: 0;
}
#nav ul li a:hover.last { background:#6ba3dc;}




/*
 * Sub navigation menu
 */ 
#nav_sub {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	font-family: Georgia, serif;
}
#nav_sub ul { font-size: 1em;}
#nav_sub ul li {
	list-style:none;
	margin:0;
	font-size:1.1em;
}
#nav_sub ul li a:link, #nav_sub ul li a:visited {
	display: block;
	color: #8b5a20;
	padding: 9px 8px 0;
	height: 1.8em;
	text-decoration: underline;
}
#nav_sub ul li a:hover { text-decoration: none;}













/*
 * Content sections
 */
#content {
	width: 775px;
	margin: 0 auto;
/*	border: 1px solid black; */
}

#content_map {
	width: 99%;
	margin: 10px auto;
}

#content .splash_bg {
	width: 775px;
	height: 130px;
	background: url('/img/splash_bg.gif') no-repeat;
	margin: 0px 0px 10px 0px; 
}

#content .splash_home_bg {
	width: 775px;
	height: 214px;
	background: url('/img/splash_home_bg.gif') no-repeat;
	margin: 0px 0px 10px 0px;
}

#content .splash_bg img.splash {
	margin-top: 13px;
	padding-left: 8px;
}

#content .splash_home_bg img.splash {
	margin-top: 13px;
	padding-left: 8px;
}











#main {
	width:565px;
	float:left;
	display:inline;
	padding-left:10px;
}



h1, h2, h3, h4, h5 {
	font-family:georgia,serif;
	margin:0 0 10px;
	color:#88836a;
}


h1 {
	margin:0 0 10px;
	color: #226BB7;
	font-size: 1.6em;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 7px;
	font-weight: 400;
}
h2 { font-size: 1.2em; font-weight: normal;}
h4 { color: #666; font-size: 1.1em; font-weight: 500;}
h5 { color: #666; font-weight: 500;}

p {
	font-size: 0.8em;
	margin:0 0 10px;
}
.intro {
	font-weight: 600;
	color: #87836A;
}

.mandatory { color:#FF0000;}

dt {
	clear: left;
	float: left;
	width: 80px;
}

dt, dd { line-height:1.5;}

table {font-size: 0.8em;}
table th, table td, table.form th, table.form td { padding: 3px;} 

table.form tr th { background-color: #E0DDD0;}
table.form tr td { background-color: #F5F4EF;} 

a, a:link, a:visited {
	color: #226BB6;
	text-decoration: none;
	padding: 0 0 1px;
	font-weight: normal;
}
a:hover { text-decoration: underline;}

address { font-size: smaller;}











#main a, #main a:link, #main a:visited {
	color: #226BB6;
	text-decoration: none;
	padding: 0 0 1px;
	font-weight: normal;
}
#main a:hover { text-decoration: underline;}

div.thumb {
	margin: 8px 5px 8px 5px;
	border: 1px solid #edece6;
	height: auto;
	float: left;
	/* width: 120px; */
	text-align: center;
	background-color: #F5F4EF;
}





























div.thumb img {
	display: inline;
	margin: 12px 12px 0px 12px;
	border: 1px solid #43423d;
}

div.thumb a:hover img {border: 1px solid black;}
.thumb_desc {
	text-align: center;
	font-family: Arial;
  	font-weight: 600;
	font-size: small;
  	margin: 0px 3px 3px 3px;
	white-space: nowrap;
}
.thumb_desc span {
	display: block;
	font:500 80.5%/1 tahoma,arial,helvetica,sans-serif;
	font-weight: 500;
}
#main ul {margin-left: 5px; margin-bottom: 5px;}
#main li { list-style:circle;}





/*
 * News feed
 */
#datacontainer h3 { font-size: smaller; margin: 4px;}
#datacontainer h4 { font-size: smaller;}
#datacontainer p { font-size: smaller;}







#sunshine_kids { float: left;}
#sunshine_kids img { float: left;}
#sunshine_kids a:link, #sunshine_kids a:visited {
	float: left;
	font-family: Georgia, serif;
	display: block;
	font-size: 18px;
	border-bottom: 1px dotted #8b5a20;
	text-decoration: none;
	color: #8b5a20;
	margin: 15px 15px;
}
#sunshine_kids a:hover { border: none;}


a.brown:link, a.brown:visited {
	font-family: Georgia, serif;
	font-size: 18px;
	border-bottom: 1px dotted #8b5a20;
	text-decoration: none;
	color: #8b5a20;
}



label.realtor {
	padding: 10px;
	font-size: 18px;
}



/*
 * Brokerage profile view
 */
img.rockondoor {
	float: right;
	margin: 0px 0px 0px 10px;
}







 
/*
 * Sitemap view
 */
#sitemap h2{
	margin-top: 10px;
	margin-left: 50px;
}
#sitemap ul { margin-left: 100px;}
#sitemap ul li { list-style-type: none;}





/*
 * Listing view
 */
#listing_header {
	float: left;
	width: 760px;
	height: 122px;
	margin: 9px auto;
}
img.main {
	float: left;
	display: inline;
	margin-right: 15px;
	margin-left: 10px;
	border: 1px solid #43423d
}
#listing_header h1 {
	font-size: 1.3em;
	margin-left: 175px;
}
#listing_header h5 {
	text-align: right;
}
#listing_header ul li {
	list-style: none;
	margin: 0 5px;
	float: left;
}
#listing_header ul li a:link, #listing_header ul li a:visited { color: #666; text-decoration: none;}
#listing_header ul li a:hover { text-decoration: underline;} 

#listing_body {
	width: 760px;
	margin: 10px auto;
}

#listing_body table { width: 370px;}
#listing_body table th {
	width: 100px;
	padding: 2px;
	background-color: #F5F4EF;
	font-weight: 400;
	text-align: left;
}
#listing_body table td { 
	padding: 2px;
	background-color: #F5F4EF;
}

#listing_gallery {
	width: 760px;
	margin: 10px auto;
}
#listing_realtors {
	clear: both;
	width: 760px;
	margin: 10px auto;
}

#listing_realtors .realtor {}
#listing_realtors .realtor h4, #listing_realtors .realtor h5 { margin: 0px 10px;}
#listing_realtors .realtor p { margin: 0px 10px;}












/*
 * Footer element
 */
#footer {
	height: 50px;
	margin-top: 15px;
	color:#666;
	background-color: #F5F4EF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;	
}

#footer_links{
	margin: 0 auto;
	width: 775px;
}

#footer_links ul { font-size: 1em;}
#footer_links ul li {
	float: left;
	display: inline;
	list-style: none;
	padding: 15px 10px 0px 0px;
}
#footer_links ul li a:link, #footer_links ul li a:visited { color:#666;}

#disclaimer {
	width: 775px;
	margin: 10px auto;
	text-align: center;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

