body {
	margin:0px;
	padding:0px;
	font-family:"Helvetica Neue",Helvetica,Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background-color: #fff;
}

/* CONTENT STYLES*/
.full_grid {
	float:left;
	position:relative;
	width:100%;
}

a:link, a:visited {
	color:#345297;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

p {
	margin-bottom:20px;
}

.bottom_10 {
	margin-bottom:10px;
}

.bottom_20 {
	margin-bottom:20px;
}

.bottom_30 {
	margin-bottom:30px;
}

.bottom_40 {
	margin-bottom:40px;
}

.bottom_50 {
	margin-bottom:50px;
}

.bottom_60 {
	margin-bottom:60px;
}

.bottom_70 {
	margin-bottom:70px;
}

.bottom_80 {
	margin-bottom:80px;
}

.bottom_90 {
	margin-bottom:90px;
}

.bottom_100 {
	margin-bottom:100px;
}



img, div {
	border:none;
	behavior: url("/js/iepngfix.htc");
}

img.alignright {
	float:right;
	margin:0px 0px 5px 5px;
}

.dotted_bottom {
	border-bottom:1px dotted #aaa;
	padding-bottom:5px;
}

.dotted_bottom p {
}

img.alignleft {
	float:left;
	margin:0px 5px 5px 0px;
}

.inputfield {
	padding:3px;
	border-color: #ccc #ccc #aaa #ccc;
	border-width: 1px;
	border-style: dotted;
	font-family:"Helvetica Neue",Helvetica,Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-bottom: 10px;
}

.inputbutton {
	padding: 5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background-color: #345297;
	font-size: 14px;
	border: 1px dotted #666;
}

.field:active, .field:hover, .field:focus {
	background-color:#f1f1f1;
}

.tablebackgroundcolor {
	vertical-align:top !important;
}

.bordercolor {
	border-bottom:1px #999 dotted;
	padding:7px;
}

.bordercolor:hover {
	background-color:#fafafa;
}

.secondaryaccentcolor {
	font-weight:bold;
	padding-top:8px;
}

.addthis_default_style{
	margin-top:5px;
	margin-bottom:5px;
}



#header {
	margin-top:0px;
	height:200px;
	background-image:url("../images/header.jpg");
}

.top_logo {
	margin-top:96px;
	height:90px;
	position:relative;
}

.top_logo div {
position:absolute;
top:0px;
left:0px;
width:220px;
height:90px;
}

#dan_prudential {
	background-image:url("../images/dan_prudential.png");
}

#dan_presidents {
	background-image:url("../images/dan_presidents.png");
}

#charlie_sutton {
	background-image:url("../images/charlie_sutton.png");
}

#charlie_masters {
	background-image:url("../images/charlie_masters.png");
}

#contactbar {
	height:21px;
	padding-top:4px;
	background-color:#f5f2ff;
	color:#333;
	font-weight:bold;
}

#contactbar #dancontact p {
	margin-left:10px;
}

#contactbar #charliecontact p {
	margin-right:10px;
	text-align:right;
}

#menubar {
	height:28px;
	text-align:center;
	margin-top:5px;
	z-index: 10;
}

#menu {
	margin:0px auto;
	padding:0px !important;
	height:28px;
	text-align:center;
	width:100%;
	
}

#menu>li {
	display:inline;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px 0px 4px 0px;
	list-style:none;
	font-size:12px;
	height:19px;
	position: relative;
}

#menu>li.current {
	color:#345297;
	font-weight: 40;
}

#menu>li>a:link, #menu>li>a:visited {
	color:#777;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
	border-bottom:4px solid transparent;
}

#menu>li>a:hover {
	color:#345297;
	border-bottom:4px solid #345297;
}

#menu>li>a:active {
	position:relative;
	top:1px;
	color:#345297;
}

.submenu {
	position:absolute;
	left: -9999px;
	padding:0px 0px 0px 0px;
	top:14px;
	z-index:50;
	text-align: left;
	background-color: #345297;
	width: 150px;
	z-index: 20;
}

#menu li:hover .submenu {
	display:block;
	left:-10px;
}

.submenu li {
	text-align: left !important;
	margin:0px 0px 0px 0px !important;
	padding:3px 10px 5px 10px !important;
	display:block;
	border: none;
	clear:both;
	width: 130px;
	position:relative;
	overflow: hidden;
}

.submenu li a:link, .submenu li a:visited {
	color:#fff !important;
	font-size:12px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
	text-transform: uppercase;
}

.submenu li a:hover, .submenu li a:active {
	color:#fff !important;
	border-bottom: 4px solid #fff !important;
	background: none !important;
}


#content {
z-index: 0;
}

#content h2 {
	color:#345297;
	font-size:24px;
	padding:0px 0px 0px 0px;
	margin-bottom:5px;
	font-weight:700;
	text-transform:uppercase;
}

#content h2 a:link, #content h2 a:visited {
}

#content h2 a:hover, #content h2 a:active {
	text-decoration:none;
}

#content h3 {
	color:#345297;
	font-weight:300;
	text-transform:uppercase;
	font-size:20px;
	padding-bottom:0px;
	margin-bottom:5px;
}

#content h4 {
	color:#666;
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:0px;
	margin-bottom:2px;
}

#content h4 a:link, #content h4 a:visited {
	color:#666;
	text-decoration:none;
}

#content h4 a:hover, #content h4 a:active {
	color:#hover;
	text-decoration:none;
}

#content h6 {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#666;
	margin-bottom:5px;
	padding-bottom:0px;
}

/* INDEX STYLES */
#indexslide {
	height:240px;
	position:relative;
	overflow: hidden;
}


/* LISTING PAGE SPLITS */
.listing_page_nav_container {
}

.listing_page_nav {
	margin-right:5px;
	text-align:center;
	float:left;
}

.listing_page_nav:hover {
	background-color: #333;
}

.listing_page_nav a:link, .listing_page_nav a:visited {
	color: #fff;
	width: 24px;
	height: 22px;
	padding-top: 2px;
	display: block;
	text-align:center;
	float: left;
	background-color: #345297;
	font-weight: bold;
}

.listing_page_nav a:hover, .listing_page_nav a:active {
	color: #fff;
	background-color: #333;
	font-weight: bold;
	text-decoration: none;
}

.currentpage a:link, .currentpage a:visited {
	font-weight:bold;
	background-color: #333 !important;
	color: #fff;
	font-weight: bold;
}


/* LISTING ICON STYLES */
.listing_container {
	width:300px !important;
	margin-bottom:5px;
	overflow: visible;
}

.listing_icon_photo {
	width:300px;
	height:162px;
	float:left;
	float:left;
	position:relative;
}

.listing_icon_photo img {
	width:300px;
}

.listing_sold_sticker_large {
	width:155px;
	height:155px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url("/images/sold_sticker_large.png");
	background-repeat:no-repeat;
	z-index: 50;
}

.listing_sold_sticker_small {
	width:80px;
	height:80px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url("/images/sold_sticker_small.png");
	background-repeat:no-repeat;
}

.listing_remarks_small {
	position:absolute;
	left:-5px;
	bottom:10px;
	padding:5px 10px;
	background-color:#345297;
	color:#fff;
	z-index:10;
	font-weight:700;
}

.listing_remarks_large {
	position:absolute;
	left:-10px;
	bottom:20px;
	padding:5px 10px;
	background-color:#345297;
	color:#fff;
	z-index:10;
	font-weight:700;
	font-size:24px;
}

.listing_sold_banner {
	position:absolute;
	left:-10px;
	bottom:20px;
	padding:5px 10px;
	background-color:#c00;
	color:#fff;
	z-index:10;
	font-weight:700;
	font-size:24px;
}

.listing_icon_info {
	width:300px;
	float:left;
}

.listing_icon_price {
	width:50%;
	float:left;
	margin-bottom:1px;
}

.listing_icon_bedrooms {
	width:50%;
	float:left;
	text-align:right;
}

.listing_heading {
	text-align:center;
	color:#345297;
	text-transform:uppercase;
	height:40px;
}

.listing_icon_price p {
	margin-bottom:0px;
}

.listing_icon_address {
	width:100%;
	clear:both;
	float:left;
}

.listing_icon_address a:link, .listing_icon_address a:visited {
	color:#333;
}

.listing_icon_address a:hover, .listing_icon_address a:active {
	color:#345297;
}

#listing_gallery_container {
	
}

.listing_thumb {
	height:380px;
	background-image:url('/images/photocoming.jpg');
	background-repeat:repeat;
}

.listing_price {
	color:#345297;
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
}

/* LISTING DETAIL PAGES */

.listing_info p {
	margin-bottom:0px;
	padding:0px 2px;
}

#listing_detail_print_icon {
	margin-top:5px;
}

#mls_disclaimer {
	font-size: 10px;
	color: #777;
}

.specrow {
	margin:2px 0px;
	width:160px;
}

.specrow:hover {
	background-color:#eaedf4;
	color:#333;
}

table.grid_4 .specrow {
	width:220px;
}

.specname{
	font-weight:bold;
	padding:2px 2px 2px 5px;
	text-align:left;
	width:73px;
}

.specvalue {
	font-weight:normal;
	padding:2px 5px 2px 5px;
	text-align:left;
	width:70px;
}

table.grid_4 .specvalue {
	width:130px;
}



.listing_gallery_thumbnail {
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; 
}

#listing_detail_left h4, #listing_detail_right h4 {
	padding:0px;
	margin-bottom:2px;
	line-height:1.0;
	margin-top:20px;
}

.contactrow {
	margin-bottom:5px;

}

/* FOOTER STUFF */
#footer {
	background-color:#345297;
	padding-top:10px;
	color:#fff;
	padding-bottom:20px;
}

#footer_quicklinks a {
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#ddd;
	text-decoration:underline;
}

#footer h4 {
	font-size:18px;
	color:#fff;
	font-weight:700;
	margin-bottom:2px;
	padding-bottom:0px;
	text-transform:uppercase;
}

#footer ul li {
	list-style:none;
	padding:0px 2px;
	margin:0px 0px 2px 0px;
}

#footer p {
	padding:0px 2px;
	margin-bottom:10px;
}

#facebook_fan_box {
	background-color:#fff;
}

/* BLOG ELEMENTS (UNIVERSAL) */
.facebook_likebox {
	margin-top:5px;
}