/* BODY */
body { 
	margin: 0px;
}
body, p  {
	font-family: Helvetica Neue, Helvetica, Arial, San-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.3;
}

/* IMAGE */
img {
	border: 0px;
}

/*
input, select, textarea {
	font-size: 8pt;
	background-color: #EEEEEE;
}
*/

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}



/* GENERAL LINKS */
a:link, a:visited, a:active{
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #333333;
	text-decoration: none;
}



/* LINKS */
.separator_row {
	text-transform: uppercase;
	color: #777777;
	font-size: 17px;
	padding: 10px 0px;
}

.links_toggle_1 {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	padding: 2px 0px;
}

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

.links_toggle_1 a:hover {
	color: #333333;
}


.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
}
.links_active_1 {
}

.links_toggle_2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 2px 5px 2px 15px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-weight: bold;
	color: #333333;
}
.links_toggle_2 a:hover {
	color: #555555;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	font-weight: normal;
	font-size: 11px;
	padding: 2px 5px 2px 30px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #333333;
	font-weight: normal;
}
.links_toggle_3 a:hover {
	color: #666666;
}
.links_expand_3 {
	height: auto;
}



.links_toggle_4 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 30px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_4 a:hover {
	color: #333333;
}
.links_expand_4 {
	height: auto;
}



.links_toggle_5 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_5 a:link, .links_toggle_5 a:visited, .links_toggle_5 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 40px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_5 a:hover {
	color: #333333;
}
.links_expand_5 {
	height: auto;
}



/*MODULE TITLE*/

.module_title {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.module_title a:link, .module_title a:visited, .module_title a:active {
	text-decoration: none;
	color: #666666;
}

.module_title a:hover {
	color: #333333;
	text-decoration: none;
}
.module_date {
	color: #0099FF;
	font-size: 10px;
	padding-top: 15px;
}
.module_body {
	padding-top: 15px;
}

.page_description {
	padding-bottom: 30px;
}



/* COLORS */
.theme_color {
	background-color: #CCCCCC;
}
.theme_color_compliment {
	background-color: #5184A7;
}
.theme_color_title_row {
	background-color: #9A9A9A;
}


/* LIST ROW COLORS */
.color1 {
	background-color: #FFFFFF;
}
.color2 {
	background-color: #DDDDDD;
}


/* MLS COLORS */
.personal_listings { background-color: #8ECDFF; }
.new_listings { background-color: #99CC66; }
.price_reduction_listings { background-color: #CCFFCC; }


/* FOOTER */

#footer_container {
	overflow: hidden;
	width: 964px;
	margin: 0px auto;
	padding: 15px 0px;
	margin-top: 8px;
	border-top: 1px solid #CCCCCC;
}
#footer_info {
	float: left;
	width: 860px;
	margin-right: 20px;
}
#footer_logo {
	float: left;
	width: 80px;
}

.footer {
	font-size: 10px;
	color: #999999;
	line-height: 1.6;
	text-align: center;
}