/*
-----------------------------------------------------------------------------
OVERALL
-----------------------------------------------------------------------------
*/
body {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	color: #012d6a;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../img/backG_tile.jpg);
	background-repeat: repeat-x;
}



/*
-----------------------------------------------------------------------------
END OVERALL
-----------------------------------------------------------------------------
*/



/*
-----------------------------------------------------------------------------
COMMON
-----------------------------------------------------------------------------
*/



a img {
	border: 0px;
}

p {
	line-height: 1.6em;	
}

p a {
	font-weight: bold;
	color: #778e1d;
	text-decoration: none;
}



p a:hover {
	color:#333333;
}


.detail {
	display: block;
	padding: 1em 0 0 0;
}

.clear {
	clear: both;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #012d6a;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #778e1d;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #012d6a;
}

em {
	color: #666666;	
}

.note {
	color: #666666;
	font-style: italic;	
}

.top a {
	font-weight: bold;
	color: #778e1d;
	text-decoration: none;
	float:right;
}

.top a:hover {
	color: #666666;
}

/*
-----------------------------------------------------------------------------
END COMMON
-----------------------------------------------------------------------------
*/




/*
-----------------------------------------------------------------------------
WRAPPER BORDER
-----------------------------------------------------------------------------
*/
#wrapper_border {
	width: 880px;
	text-align: left;
	margin:0 auto;
	background: #fff;
	border: #fff 5px solid;
}

#wrapper {
	width: 880px;
}
/*
-----------------------------------------------------------------------------
END WRAPPER BORDER
-----------------------------------------------------------------------------
*/



/*
---------------------------------------------------------
HEADER
---------------------------------------------------------
*/

#logo_btn {
	background-image: url(../img/header_img.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 141px;
}





/*
-----------------------------------------------------------------------------
WINDOW
-----------------------------------------------------------------------------
*/
#window {
	margin-top: 2px;
	margin-bottom: 4px;
}



/*
-----------------------------------------------------------------------------
END WINDOW
-----------------------------------------------------------------------------
*/
/*
---------------------------------------------------------
BREADCRUMBS
---------------------------------------------------------
*/
#breadcrumbs {
	font-size: .9em;
	color: #9d9fa2;
	background-image: url(../img/breadcrumbs_bkg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 880px;
	margin-bottom: 4px;
}

#breadcrumbs p {
	margin: 0;
	padding:10px 0 0 24px;
}

#breadcrumbs a {
	text-decoration: underline;
	color: #9d9fa2;
}

#breadcrumbs a:visited {
	color: #9d9fa2;
}
/*
---------------------------------------------------------
END BREADCRUMBS
---------------------------------------------------------
*/


/*
-----------------------------------------------------------------------------
LEFT COLUMN
-----------------------------------------------------------------------------
*/

#left_col {
	float: left;
	width: 225px;
	
}

#left_col p {
	font-size: .9em;
	line-height: 1.8em;
	padding-left: 24px;
	padding-right: 6px;
	width: 180px;
}

#left_col .readmore {
	background-image: url(../img/link_arrow.gif);
	background-repeat: no-repeat;
	margin-left: 2em;
	background-position: left center;
	padding-left: 15px;
}


#services_nav{
	width: 210px;	
}


#left_nav_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #012d6a;
	line-height: 1.2em;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 24px;
}
/*
-----------------------------------------------------------------------------
END LEFT COLUMN
-----------------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------------
CENTER COLUMN
-----------------------------------------------------------------------------
*/

#center_col {
	float: left;
	width: 370px;
	margin: 0 0 0 30px;
}



#center_col ul, #services_nav ul{
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
	padding: 0;
	
}

#center_col ul li, #services_nav ul li{
	background-image: url(../img/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	
}


#center_col ul a, #services_nav ul a {
	color: #778e1d;
	text-decoration: none;
	font-weight: bold;
}

#center_col ul a:hover, #services_nav ul a:hover {
	color: #333333;
}

#services_nav ul{
	margin-left: 24px;
}

#service_areas {
	float:left;
	color: #666666;
}

/*
-----------------------------------------------------------------------------
END CENTER COLUMN
-----------------------------------------------------------------------------
*/

/*
-----------------------------------------------------------------------------
RIGHT COLUMN
-----------------------------------------------------------------------------
*/

#home_right_col {
	float: right;
	width: 225px;
}

#subpage_right_col {
	float: right;
	width: 200px;
}

#home_right_col p, #subpage_right_col p{
	color:#666666;
	margin-left: 1em;
	font-size: .9em;
	line-height: 1.6em;
}


#map {
	padding-top: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
}

#static_map {
	padding-top: .5em;
	padding-bottom: .5em;
}
/*
-----------------------------------------------------------------------------
END RIGHT COLUMN
-----------------------------------------------------------------------------
*/

#home_curves_top {
	background-image: url(../img/home_curves_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 13px;
}

#home_content_tile {
	background-image: url(../img/home_content_tile.gif);
	background-repeat: repeat-y;	
}

#home_curves_bot {
	background-image: url(../img/home_curves_bot.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 13px;
}
	
/*
-----------------------------------------------------------------------------
END CONTENT
-----------------------------------------------------------------------------
*/



/*
---------------------------------------------------------
FOOTER
---------------------------------------------------------
*/
#footer {
	clear: both;
	height: 44px;
	color: #666;
	font-size: 0.9em;
	background-image: url(../img/footer_bkg.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	text-align: center;
}
#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }


.copyright {
	padding-top: 30px;
	padding-bottom: 30px;
}
.lower_nav {
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 0;	
}

.lower_nav a {
	padding-top: 0;
	padding-right: 65px;
	padding-bottom: 0;
	padding-left: 65px;
}
/*
---------------------------------------------------------
END FOOTER
---------------------------------------------------------
*/


#subpage_curves_top {
	background-image: url(../img/subpage_curves_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 8px;
}
#subpage_curves_bot {
	background-image: url(../img/subpage_curves_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 11px;
}
#subpage_content_tile {
	background-image: url(../img/subpage_content_tile.gif);
	background-repeat: repeat-y;
}

/*
---------------------------------------------------------
Updated Residential Market Report
---------------------------------------------------------
*/
#update_res {
	width: 150px;
	float:left;
}


/*
---------------------------------------------------------
End Updated Residential Market Report
---------------------------------------------------------
*/

/*
---------------------------------------------------------
Project/Land/Sales report
---------------------------------------------------------
*/
#project_report {
	width: 150px;
	float:right;
}
/*
---------------------------------------------------------
End Project/Land/Sales report
---------------------------------------------------------
*/
