/*
+----------------------------------------------------------------------+
| Copyright (c) 2008 Coldwell Banker Funkhouser Realtors               |
+----------------------------------------------------------------------+
| Authors: Matthew Kirkpatrick <matt@cbfunkhouser.com>                 |
+----------------------------------------------------------------------+
 Created:      December 17, 2008
 Last Updated: December 19, 2008
*/
* {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#333333;
}

body {
/*	background:				#f2f2f2 url("../../files_images/site/bg_site.jpg") repeat-x fixed top;*/
	background:				none;
	background-color:		#efffff;
	margin:					0px auto 0px auto;
}

img {
	border:					0px;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:			Arial, Helvetica, sans-serif;
	font-weight:			bold;
	color:					#603813;
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 10px 0px;
}

h1 {						font-size: 24px; }
h2 {						font-size: 21px; }
h3 {						font-size: 18px; }
h4 {						font-size: 16px; }
h5 {						font-size: 14px; }
h6 {						font-size: 12px; }

a:link,
a:visited
{
}

a:hover,
a:active
{
	color:					#7c1212;
}

form {
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

input, select, textarea {
	font-size:				9px;
	border:					1px solid #333333;
}


/**********************************************************************/
/*                           STRUCTURE                                */
/**********************************************************************/

.hgh_parent {
	width:					802px;
	margin:					0px auto 0px auto;
}

/**************************** MASTHEAD ********************************/

.hgh_masthead_container {
	width:					100%;
	margin:					45px auto 7px auto;
	text-align:				center;
}

/******************************* NAV **********************************/

.hgh_navL1_container {
	width:					100%;
	margin:					0px auto 4px auto;
	text-align:				center;
	font-size:				0px;
}

.hgh_navL1_container a {
	display:				inline-block;
	margin-right:			3px;
	font-size:				0px;
}

.hgh_navL1_container a#hgh_home {
	margin-left:			0px;
}

.hgh_navL1_container a#hgh_agents {
	margin-right:			0px;
}

/****************************** BODY **********************************/

.hgh_content_container {
	width:					100%;
	margin:					0px auto 0px auto;
	background-color:		#ffffff;
	border:					1px solid #666666;
	clear:					both;
}

.hgh_content_padder {
	padding:				16px 16px 16px 16px;
	min-height:				400px;
}

.hgh_content {
	margin:					0px auto 0px auto;
	padding-top:			70px;
}

.hgh_page_title_top {
	display:				block;
	position:				absolute;
	top:					156px;
	left:					auto;
	width:					787px;
	/*background-color:		#8cc63f;*/
	background-color:		#603813;
	border:					0px;
	color:					#ffffff;
	padding:				35px 0px 5px 16px;
	margin:					0px 0px 0px -16px;
	font-size:				25px;
}

.hgh_content p.basic_content,
.hgh_content strong.basic_content,
.hgh_content a.basic_content {
	text-align:				justify;
	margin:					0px 0px 15px 0px;
	padding:				0px;
	font-size:				14px;
	line-height:			20px;
}

.hgh_content li.basic_content {
	text-align:				justify;
	margin:					0px 20px 10px 0px;
	padding:				0px;
	font-size:				14px;
	line-height:			20px;
}

.association_updater {
	float:					right;
	width:					350px;
	height:					17px;
	text-align:				right;
	background-repeat:		no-repeat;
	background-position:	top right;
	margin:					0px 0px 25px 25px;
}

.association_updater strong {
	color:					#990000;
	font-size:				11px;
}

.admin_association_updater {
	float:					left;
	width:					230px;
}

.association_updater #update_default_association {
	width:					230px;
	background-color:		#ffffff;
	filter:					alpha(opacity=0);
	-moz-opacity:			0.0;
	opacity:				0.0;
	font-size:				10px;
}


/****************************** FOOTER ********************************/

.hgh_footer_container {
	width:					100%;
	margin:					0px auto 25px auto;
}

.hgh_footer {
	padding:				6px;
	font-size:				10px;
	color:					#666666;
}

.hgh_footer a {
	font-size:				10px;
	color:					#666666;
	text-decoration:		none;
	padding:				0px 5px 0px 5px;
}

.hgh_footer a:link,
.hgh_footer a:visited
{
	color:					#666666;
}

.hgh_footer a:hover,
.hgh_footer a:active
{
	color:					#7c1212;
}

#hgh_footer_fair_housing {
	padding:				0px 5px 0px 0px;
}

.hgh_footer_disclaimer {
	padding:				0px 0px 0px 6px;
	font-size:				9px;
	color:					#999999;
	line-height:			12px;
}

.hgh_footer_disclaimer a {
	font-size:				9px;
	color:					#999999;
	text-decoration:		none;
	padding:				0px 6px 0px 0px;
}

.hgh_footer_disclaimer a:link,
.hgh_footer_disclaimer a:visited
{
	color:					#999999;
}

.hgh_footer_disclaimer a:hover,
.hgh_footer_disclaimer a:active
{
	color:					#7c1212;
}

/******************************** END *********************************/