body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	text-align:center;
}

a {
	color: #3776de;
	text-decoration:none;
	font-size:12px;
}
	

a:hover {
	text-decoration:underline;
	font-size:12px;
}

a:visited {
	color: #3776de;
}

a.intext {
	font-size:12px;
	color: #3776de;
	text-decoration:none;
}

a.intext:hover {
	text-decoration:underline;
}

a.intext:visited {
	color: #3776de;
}

h2 {
	margin: 5px;
	padding: 0px;
	font-size: 18px;
	font-weight:normal;
	color: #252526;
}

h1 {
	margin: 0px;
	padding: 10px 16px;
	font-size: 18px;
	font-weight:normal;
	color:#000;
}

h4 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 14px;
}
	
.thrColLiqHdr #container { 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align:center;
} 
.thrColLiqHdr #header { 
	background: url(../images/hdr_bckgrnd.jpg) repeat-x top left; 
	height: 258px;
	text-align:justify;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*padding: 0 24% 0 23.5%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #hdrContent { 
	background: url(../images/main_hdr_bckgrnd.jpg) no-repeat top left; 
	height: 258px;
	width:1000px;
	margin: 0 auto; 
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent_outer { 
	background:url(../images/main_bckgrnd.jpg) repeat top left;
	margin: 0;
	padding: 0;
	text-align:justify;
}

.thrColLiqHdr #mainContent_inner { 
	padding:0;
	/*margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. */
	margin: 0;
	width:1000px;
	font-size:12px;
	color: #5f5f5f;
	margin: 0 auto;
	width:1000px;
}

.thrColLiqHdr #footer { 
	/*padding: 0 24% 0 23.5%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d0d0d0;
	border: 1px outset #fff;
	text-align:justify;
} 
.thrColLiqHdr #footerContent { 
	margin: 0 auto;
	width:1000px;
}

.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColLiqHdr #footer div span,  .thrColLiqHdr #footer div a{
	font-size:10px;
	line-height: 150%;
}

a.main_menu_link {
	color:#9fdaff;
	font-size:12px;
	font-weight:bold;
}

a.btm_menu_link {
	font-size:10px;
}

a.current {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

a#header_link {
	font-size:14px;
	color:#5f5f5f;
	text-decoration:underline;
}
a#header_link:hover {
	color:#3776de;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt #mainMenu {
	width:525px;
}
.fltrt #btmMenu {
	width:495px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.block {
	clear:both;
	padding:2px 0px;
}
.accent {
	color:#3d3d3d;
	font-weight:bold;
}

#logo {
	margin-top:2px;
}

#logo_fine {
	color: #8fb6f0;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#slogan {
	color: #ffffff;
	font:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin: 24px 0px 0px 20px;
	font-weight:200;
	line-height:130%;
}

#slogan_fine {
	color: #abcdff;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 20px;
	font-weight:bold;
	line-height:150%;
}
.menu_item {
	float:left;
	margin-left:10px;
}

#business_card {
	background:url(../images/business_card.gif) no-repeat;
	width: 308px;
	height: 164px;
	padding: 16px;
	font-size:10px;
	color: #5f5f5f;
	line-height:170%;
	position:relative;
	margin-top:-55px;
}

.content_block_top {
	background:url(../images/content_block_top.gif) no-repeat ;
	width: 635px;
	height: 45px;
	margin-top:24px;
}
.content_block_cntr {
	background-color: #f0f0f0;
	width: 631px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	line-height: 150%;
	
}
.content_block_cntr .content{
	margin: 0px 16px;
	padding: 0px;
}

.content_block_btm {
	background:url(../images/content_block_btm.gif) no-repeat;
	width: 635px;
	height: 45px;
	margin-bottom: 24px;
}

.content_block_cntr p {
	margin:0px;
}

.content_block_btm img{
	margin: 16px 5px 0px 18px;
}

.extender {
	padding-top: 13px;
	float:left;
}

.extender a {
	color:#673955;
	font-size:12px;
	font-weight:bold;
}
	
#feat_block_1, #feat_block_2, #feat_block_3 {
	float:left;
	background:url(../images/property_frame_s.gif) no-repeat;
	width: 172px;
	height: 248px;
	margin: 16px 0px;
	padding: 5px 0px 0px 4px;
}

#feat_block_2 {
	margin: 16px 32px;
}
#feat_ID_price {
	color:#000000;
	margin:10px 0px;
}
#feat_price{
	color:#61161a;	
}

#market_report {
	padding-top:30px;
}
#facebook{
	border:0px solid #000;
	width:350px;
	overflow:hidden;
}
._italic {
	font-style:italic;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #5f5f5f;
	width: 120px;
}

#market_report {
	margin-left: 66px; /*to center margin=(business_card width - frame width)/2 */
}

.unmarked {
	list-style:none;
	padding:0px;
	padding-left:15px;
}
