/*--------------------*/
/*--------------------*/
/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/
/*--------------------*/
/*--------------------*/


/* BODY */
body { 
	margin: 0px;
	background: #181818;
}
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: #7EB1AB;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}


/*------------------------*/
/* IMAGES */
/*------------------------*/
img {
border: 0px; border:none
}

/* add photograph border with shadow */
.img_square_sample-s
{
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
}
.img_square_sample
{
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
}
.img_square-s
{
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
}
.img_square
{
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
}
.img_system
{
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
}

.img_s
{
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
}

.img_m
{
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
}

.img_l
{
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
	
}

.img_xl
{
	padding: 0px;
	background: none;
}

.img_custom {
	padding: 8px;
	background-color: #E0E0E0;
	background-image: none;
}


/*--------------------*/
/*--------------------*/
/*--------------------*/
/* TEMPLATE SPECIFIC  */
/*--------------------*/
/*--------------------*/
/*--------------------*/

.header {
	font-size: 14px;
}


.title {
	font-weight: normal;
	font-size: 16px;
	color: #888888;
	line-height: 1.4;
	padding-bottom: 20px;
}
.title a:link, .title a:visited, .title a:active {
	color: #888888;
	font-weight: normal;
}

.title a:hover {
	color: #333333;
}
.sub_title {
	color: #333333;
	font-weight: normal;
	font-size: 14px;
	padding: 20px 0px;
}
.row_title {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	color: #888888;
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.page_title {
	font-size: 32px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
}
.section_title {
	font-size: 24px;
	font-weight: 200;
	color: #FCD636;
	padding: 5px 0px 20px 0px;
}
.custom_content a:link, .custom_content a:visited, .custom_content a:active{
	color: #7EB1AB;
	text-decoration: none;
}
.custom_content a:hover{ 
	color: #000000;
	text-decoration: none;
}


/*MODULE TITLE*/

.module_container {
}
.module_container_blog {
	background: url('../images/blog_title.jpg') no-repeat;
}
.module_title {
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	margin: 18px 0px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #666666;
}

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

.module_title a:hover {
	color: #000000;
	text-decoration: none;
}
.module_date {
	color: #4F6D5B;
	font-size: 11px;
	padding-top: 17px;
	text-align: right;
}
.module_body {
	color: #333333;
	line-height: 1.4;
}

.page_description {
	padding-bottom: 30px;
}
.module_container p{
	padding: 1px 0px;
	margin: 0px;
	font-size: 12px;
}
.module_image {
	border: 1px solid #CCCCCC;
}
.module_button {
	color: #000000;
	font-size: 11px;
}
.module_button a:link, .module_button a:visited, .module_button a:active {
	color: #000000;
	padding: 3px 20px 6px 20px;
	background-color: #FCD01C;
}

.module_button a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
/*BORDERS (ONLY INCLUDED FOR TEMPLATES W NON-WHITE CONTENT AREAS*/

.border {
	border: 1px solid #CCCCCC;
}
.border_top {
	border-top: 1px solid #CCCCCC;
}
.border_right {
	border-right: 1px solid #CCCCCC;
}
.border_bottom {
	border-bottom: 1px solid #CCCCCC;
}
.dotted_border_bottom {
	border-bottom: 1px dotted #BBBBBB;
}
.border_left {
	border-left: 1px solid #CCCCCC;
}


/* SITE CONTACT PAGE */
.contact_title {
	font-size: 20px;
	font-weight: 300;
	color: #6A9490;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 20px 28px;
}
#contact_page_info {
	width: 200px;
	margin-left: 27px;
}
#contact_page_phone {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #AAAAAA;
}
#contact_page_email {
	font-size: 15px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AAAAAA;
}
#contact_page_address {
	color: #333333;
}
.contact_form {
	border: none;
	background-color: none;
	background: url('../images/contact_form_tiling.png') repeat-y;
	padding: 0px;
	margin: 0px;
}
.contact_form_top {
	background: url('../images/contact_form_top.png') no-repeat;
	padding: 25px;
}



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


/* FOOTER */

#footer_container {
	width: 970px;
	margin: 0px auto;
	padding: 2px 0px 20px 0px;
}
.footer {
	font-size: 10px;
	color: #666666;
	padding-top: 3px;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #666666;
}
.footer a:hover {
	color: #FCD01C;
}


/* LINKS */
.separator_row {
	color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
}

.links_expand_1 .separator_row {
	padding: 10px 0px 5px 25px;
}

.links_expand_2 .separator_row {
	padding: 10px 0px 5px 35px;
}

.links_expand_3 .separator_row {
	padding: 10px 0px 5px 45px;
}


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

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

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


.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: #999999;
	text-decoration: none;
	padding: 2px 5px 2px 25px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-weight: bold;
	color: #999999;
}
.links_toggle_2 a:hover {
	color: #CCCCCC;
}
.links_expand_2 {
	height: auto;
}



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



.links_toggle4 {
	font-weight: normal;
	font-size: 11px;
	padding: 2px 5px 2px 45px;
	color: #999999;
}
.links_toggle4 a:link, .links_toggle4 a:visited, .links_toggle4 a:active {
	color: #999999;
	font-weight: normal;
}
.links_toggle4 a:hover {
	color: #CCCCCC;
}
.links_toggle4 {
	height: auto;
}







/* MAIN SECTION LINKS */
.links_main_toggle_1 {
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	padding: 0px 5px;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	display: block;
}
.links_main_toggle_1 a:hover {
	color: #777777;
}

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

#Home_nav1 a:link, #Home_nav1 a:visited, #Home_nav1 a:active {
	width: 69px;
	height: 54px;
	background: url('../images/buttons/b_home.png') no-repeat;
}
#Home_nav1 a:hover {
	background: url('../images/buttons/b_home_on.png') no-repeat;
}
#Property_Search_nav1 a:link, #Property_Search_nav1 a:visited, #Property_Search_nav1 a:active {
	width: 164px;
	height: 54px;
	background: url('../images/buttons/b_property_search.png') no-repeat;
}
#Property_Search_nav1 a:hover {
	background: url('../images/buttons/b_property_search_on.png') no-repeat;
}
#Office_Search_nav1 a:link, #Office_Search_nav1 a:visited, #Office_Search_nav1 a:active {
	width: 135px;
	height: 54px;
	background: url('../images/buttons/b_office_search.png') no-repeat;
}
#Office_Search_nav1 a:hover {
	background: url('../images/buttons/b_office_search_on.png') no-repeat;
}
#Agent_Search_nav1 a:link, #Agent_Search_nav1 a:visited, #Agent_Search_nav1 a:active {
	width: 136px;
	height: 54px;
	background: url('../images/buttons/b_agent_search.png') no-repeat;
}
#Agent_Search_nav1 a:hover {
	background: url('../images/buttons/b_agent_search_on.png') no-repeat;
}
#Blog_nav1 a:link, #Blog_nav1 a:visited, #Blog_nav1 a:active {
	width: 66px;
	height: 54px;
	background: url('../images/buttons/b_blog.png') no-repeat;
}
#Blog_nav1 a:hover {
	background: url('../images/buttons/b_blog_on.png') no-repeat;
}
#Contact_nav1 a:link, #Contact_nav1 a:visited, #Contact_nav1 a:active {
	width: 88px;
	height: 54px;
	background: url('../images/buttons/b_home_contact.png') no-repeat;
}
#Contact_nav1 a:hover {
	background: url('../images/buttons/b_home_contact_on.png') no-repeat;
}

/* MAIN */

#border_top {
	border-top: 6px solid #898B85;
}
#login_area {
	width: 970px;
	margin: 0px auto;
	text-align: right;
	height: 90px;
	margin-bottom: 6px;
	background: #FFFFFF url('../images/apr_logo.png') no-repeat 35px 10px;
}
.login_button {
	font-size: 12px;
	width: 192px;
	height: 23px;
	text-align: center;
	color: #DFE3DE;
	background: url('../images/login_tab.png') no-repeat;
}
.login_button a:link, .login_button a:visited, .login_button a:active {
	color: #DFE3DE;
}
.login_button a:hover {
	color: #FFFFFF;
}
.logged_in {
	font-size: 10px;
	color: #7EB1AB;
	text-align: right;
	padding: 5px 12px 0px 0px;
}

.logged_in a:link, .logged_in a:visited, .logged_in a:active {
	font-size: 10px;
	color: #69948F;
	font-weight: normal;
}

.logged_in a:hover {
	color: #000000;
}

#main {
	width:970px; 
	margin: 0px auto;
}
#links_area {
	margin: 6px 0px 0px 230px;
}
#links_table td{
	padding: 0px 4px;
	background: url(../images/main_link_line.png) no-repeat bottom right;
}
#search_map_area {
	overflow: hidden;
}
#search_area {
	float: left;
	margin-right: 6px;
	background: #333333 url(../images/search_bg.jpg) no-repeat top right;
}
#search_base {
	width: 604px;
	height: 406px;
	background: url(../images/search_base.jpg) no-repeat bottom left;
}
#home_search_table {
	padding: 0px 0px 0px 31px;
}
#home_search_table p{
	margin: 4px 0px;
}
#search_question {
	font-size: 23px;
	color: #6A9490;
}
#home_openhouse_count {
	width: 70px;
	height: 94px;
	float: right;
	background: url('../images/openhousecount.jpg') no-repeat;
	text-align: right;
	color: #B1DEBD;
	font-size: 15px;
	font-weight: lighter;
	margin-right: 10px;
	padding-top: 65px;
	padding-right: 30px;
}
.home_search_prompt {
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
#input_location {
	margin-top: 6px;
}
.home_input_small {
	padding-bottom: 6px;
}
#map_key_bg {
	float: left;
	width: 360px;
	height: 35px;
	background: url(../images/home_map_key_bg.jpg) no-repeat;
}
#map_key {
	height: 30px;
	padding-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
#map_key p{
	margin-top: 2px;
	color: #DADFDA;
	font-size: 12px;
}
#map_key p a:link, #map_key p a:visited, #map_key p a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#map_key p a:hover { 
	color: #FFCC00;
	text-decoration: none;
}
.map_key_color {
	padding: 0px 9px 2px 9px;
	border-left: 1px solid #494948;
}
#map_area {
	float: left;
	width: 360px;
	height: 406px;
	/*background: url(../images/first_map.jpg) no-repeat;*/
}
#b_search_using_map {
	width: 117px;
	float: right;
	margin: 7px 3px 0px 0px;
}
#module_area {
	width: 970px;
	margin: 6px 0px;
	padding: 0px 0px 20px 0px;
	background: #D2D8D2 url(../images/content_fade.jpg) no-repeat top right;
}
#module1 {
	width: 242px;
	padding: 0px 18px 0px 31px;
	border-right: 1px solid #BCC1BD;
}
#module2 {
	width: 290px;
	padding: 0px 18px;
	border-right: 1px solid #BCC1BD;
}
#module3 {
	width: 302px;
	padding: 0px 31px 0px 18px;
}
.home_small_ad {
	padding: 11px;
	background-color: #B6BBB6;
	margin-bottom: 11px;
}
#contact_area {
	width: 946px;
	margin: 5px auto 0px auto;
	padding: 12px;
	background-color: #B6BBB6;
}
#contact_table {
	text-align: center;
}
.contact_info {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 20px 10px 50px;
	border-right: 1px solid #A7AAA8;
}
.contact_info a:link, .contact_info a:visited, .contact_info a:active {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.contact_info a:hover {
	color: #FCD01C;
}
#base {
	width: 970px;
	margin: 0px auto;
}
#shell_main {
	width:970px; 
	margin: 0px auto;
	background: url(../images/shell_tiling.jpg) repeat-y;
}
#content_container {
	overflow: hidden;
	background: url(../images/shell_top.jpg) no-repeat;
}
#content_container_clean {
	overflow: hidden;
	background: url(../images/shell_top_clear.jpg) no-repeat;
}
#shell_left_column {
	float: left;
	width: 187px;
	padding: 18px;
	margin-right: 5px;
	overflow: hidden;
}
#shell_links {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #434343;
}
#shell_right_column {
	float: left;
	width: 735px;
	overflow: hidden;
}
#shell_content {
	margin: 40px 30px 40px 30px;
	min-height: 250px;
}


.sidebar_search_title {
	font-size: 15px;
	font-weight: 200;
	color: #FCD636;
	padding: 10px 0px;
}
.mc_title a {
	color: #6A9490;
	font-weight: 200;
}
.mc_title a:hover {
	color: #6A9490;
	font-weight: 200;
}
#sidebar_search_startover {
	margin-top: -15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #434343;
}

#sidebar_search_table {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #434343;
}
#sidebar_search_table p {
	margin: 4px 0px;
	font-size: 12px;
	color: #999999;
}
.sidebar_search_prompt {
	font-size: 12px;
	color: #999999;
}

#sidebar_propertyType, #sidebar_saleType {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #434343;
}

#header_propertyType_toggle, #header_saleType_toggle, #header_extraOptions_toggle {
	display: block;
	padding-left: 20px;
	background: url('../images/sidebar_arrow_off.jpg') no-repeat left center;
}
.header_propertyType_active, .header_saleType_active, .header_extraOptions_active {
	background: url('../images/sidebar_arrow_on.jpg') no-repeat left center !important;
}
#header_propertyType_toggle a, #header_saleType_toggle a, #header_extraOptions_toggle a {
	color: #FCD636;
	font-weight: 200;
}
.search_error {
	background-color:#FFED8E;
}

.directionError {
	background: url('../../mls/images/directions_error.png') no-repeat top center;
	padding-top: 60px;
	text-align: left;
}

.streetViewError {
	background: url('../../mls/images/street_view_error.png') no-repeat top left;
	padding-left: 58px;
	width: 80%;
	margin: 50px auto;
	text-align: left;
}

.noFavoritesError {
	background: url('../../mls/images/error_no_favorites.png') no-repeat;
	width: 51px;
	height: 80px;
	margin-top: 15px;
	display: block;
	float: left;
}

.noRecentError {
	background: url('../../mls/images/error_no_recent.png') no-repeat left center;
	height: 82px;
	width: 49px;
	margin-top: 15px;
	display: block;
	float: left;
}

.error_text {
	padding-top: 20px;
	padding-left: 30px;
	font-weight: bold;
	float: left;
}

.startSearch {
	background: url('../../mls/images/start_search.png') no-repeat;
	width: 188px;
	height: 64px;
	margin: 5px;
	float: right;
}

#image_rotator_1440 {
	width: 360px; height: 363px; overflow: hidden;
}

