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


/* BODY */
body { 
	margin: 0px;
	background: #121212 url('../images/bg_tiling.jpg') repeat-x;
}
body, p {
	font-family: Arial, Helvetica, San-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.4;
}

/* 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: #6A5E46;
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}




/* USED FOR CONTAINERS WITH FLOATING DIVS INSIDE */
.float_container {
	overflow: hidden;
}


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

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

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

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

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

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

.img_custom {
	background-image: none;
}


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

h1, .header {
	font-size: 18px;
	color: #000000;
}
h2, .title {
	font-weight: normal;
	font-size: 16px;
	color: #666666;
	padding: 10px 0px;
}
.title a:link, .title a:visited, .title a:active {
	color: #666666;
	font-weight: normal;
}

.title a:hover {
	color: #333333;
}
h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 10px 0px;
	margin-bottom: 10px;
}
.sub_title {
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px;
	border: none;
}
.row_title {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	color: #666666;
	line-height: 1.4;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}

.page_title {
	font-size: 21px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 30px;
	border-bottom: 1px dotted #000000;
}
.custom_content a:link, .custom_content a:visited, .custom_content a:active{
	color: #00715F;
	text-decoration: none;
}
.custom_content a:hover{ 
	color: #000000;
	text-decoration: none;
}
.profile_header {
	color: #000000;
	padding-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
}

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

.list_details {
	font-size: 12px;
	color: #333333;
}
.list_details a:link, .list_details a:visited, list_details a:active { 
	color: #333333;
}
.list_details a:hover {
	color: #000000;
}


/*MODULES*/

.module_title {
	font-size: 12px;
	font-weight: bold;
	color: #4E5453;
	padding: 0px 0px 6px 0px;
}

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

.module_title a:hover {
	color: #008973;
	text-decoration: none;
}
.module_date {
	color: #727272;
	font-size: 10px;
	padding-bottom: 7px;
}
.module_image {
}
.module_body, .module_body p {
	font-size: 12px;
	line-height: 1.3;
	color: #535353;
	padding: 1px 0px;
	margin: 0px;
}
.module_body, .module_body p a:link, .module_body, .module_body p a:visited, .module_body, .module_body p a:active {
	text-decoration: none;
	color: #535353;
	font-weight: normal;
}

.module_body, .module_body p a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.module_button {
	font-weight: bold;
	color: #B43B77;
}

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

.module_button a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.testimonial_button {
	text-align: right;
	margin-left: 160px;
}

/*BORDERS (ONLY INCLUDED FOR TEMPLATES W NON-WHITE CONTENT AREAS*/

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



/* MLS COLORS */
.personal_listings { background-color: #9AB9A0; }
.new_listings { background-color: #FF6666; }
.price_reduction_listings { background-color: #9195A7; }



/*FOOTER*/

#footer_table {
	width: 970px;
	margin: 15px auto 0px auto;
}
#footer_container {
	width: 720px;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
}
#footer_info {
}
#footer_logo {
	padding-top: 30px;
}
.footer {
	font-size: 10px;
	color: #666666;
	line-height: 1.6;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #666666;
}
.footer a:hover {
	color: #00C7A6;
}


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

.links_toggle_1 {
	font-weight: bold;
	font-size: 14px;
	color: #DDDDDD;
	padding: 2px 0px 2px 0px;
	margin: 2px 0px;
	border-bottom: 1px solid #BBBBBB;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #DDDDDD;
	font-weight: bold;
}

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

.links_active_1 {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding: 2px 0px 2px 13px;
	margin: 2px 0px;
	border-bottom: 1px solid #BBBBBB;
	background: url('../images/toggle_links_arrow.png') no-repeat left center;
}
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
	color: #FFFFFF;
	font-weight: bold;
}


.links_toggle_2 {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 2px 0px 2px 25px;
}
.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: #FFFFFF;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	font-weight: bold;
	font-size: 11px;
	color: #111111;
	text-transform: uppercase;
	padding: 2px 0px 2px 50px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #111111;
}
.links_toggle_3 a:hover {
	color: #999999;
}
.links_expand_3 {
	height: auto;
}




/* MAIN SECTION LINKS */
.links_main_toggle_1 {
	font-weight: bold;
	font-size: 14px;
	color: #65665C;
	padding: 4px 0px 7px 0px;
	background: url('../images/main_links_line.jpg') no-repeat;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 14px;
	color: #65665C;
	margin: 0px 30px 0px 11px;
}
.links_main_toggle_1 a:hover {
	color: #000000;
	padding-bottom: 1px;
	/*border-bottom: 4px solid #000000;*/
}

.links_main_active_1 {
	color: #65665C;
}
.links_main_active_1 a:link, .links_main_active_1 a:visited, .links_main_active_1 a:active, .links_main_active_1 a:hover {
	color: #000000;
	padding-bottom: 1px;
	border-bottom: 4px solid #000000;
}



/* HOME PAGE */


#main {
	width:950px; 
	margin: 0px auto;
	padding: 10px;
	overflow: hidden;
	background-color: #272727;
}
#main_links_area {
	height: 39px;
	padding: 10px 5px 0px 25px;
	overflow: hidden;
	background: #D4D4D4 url('../images/main_links_tiling.jpg') repeat-x;
}
#main_links {
	width: 772px;
	height: 42px;
	float: left;
}
#home_phone1 {
	width: 100px;
	float: left;
	margin-top: -2px;
	padding: 3px 0px 5px 36px;
	background: url('../images/main_phone_ornament.jpg') no-repeat left center;
}
#home_phone1 p{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
#home_slideshow {
	background: #000000;
	width: 622px; 
	height: 346px; 
	overflow: hidden;
}
#login_area {
	width: 970px;
	margin: 0px auto 4px auto;
	overflow: hidden;
}
.login_button {
	float: right;
	font-size: 10px;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	color: #008973;
	background: url('../images/accounts_ornament.png') no-repeat;
}
.login_button a:link, .login_button a:visited, .login_button a:active {
	color: #008973;
	padding: 3px 8px;
	background-color: #333333;
}
.login_button a:hover {
	color: #FFFFFF;
}


#content_container {
	overflow: hidden;
}
#main_left_column {
	float: left;
	width: 300px;
	height: 315px;
	padding: 31px 0px 0px 30px;
	background: #000000 url('../images/name_area_tiling.jpg') repeat-x;
}
#name_testimonial_area {
	padding: 90px 40px 20px 50px;
	background: url('../images/name_home.jpg') no-repeat;
	overflow: hidden;
}
#main_right_column {
	float: left;
	width: 600px;
	background-color: #000000;
}
#special_links_area {
	padding: 2px 5px;
	height: 29px;
	background: #949494 url('../images/special_links_tiling.jpg') repeat-x;
}
#special_links_float {
	width: 680px;
	float: left;
}

#b_email_listings {
	width: 252px;
	float: left;
	margin-top: -40px;
}
.special_links {
	padding: 6px 10px 4px 11px;
	margin-left: 20px;
	color: #555555;
	background: url('../images/special_links_arrow.jpg') no-repeat left center;
}
.special_links a:link, .special_links  a:visited, .special_links  a:active{
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}
.special_links a:hover { 
	color: #008973;
}
#module_area {
	overflow: hidden;
	padding: 15px 20px;
	border-bottom: 16px solid #97968B;
	background: #F4F4F4;
}
#logo_portrait_column {
	width: 135px;
	float: left;
	padding-right: 15px;
	border-right: 1px dotted #333333;
}
#home_phone2 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding-left: 24px;
	margin: 6px 0px 0px 0px;
	background: url('../images/phone_ornament_green.png') no-repeat left center;
}
#search_blog_column {
	width: 278px;
	float: left;
	padding: 0px 20px 0px 17px;
}
#burlingame_blog {
	overflow: hidden;
	padding-top: 10px;
	margin-top: 13px;
	border-top: 1px dotted #333333;
}
#blog_logo {
	width: 109px;
	float: left;
	padding-right: 10px;
}
#blog_content {
}
#blog_home_go {
	float: right;
	width: 18px;
	padding-left: 5px;
}
#thumbs_featured_column {
	width: 432px;
	float: left;
	padding-left: 10px;
	border-left: 1px dotted #333333;
}
#home_thumbs td{
	padding: 0px 4px;
	border-right: 1px dotted #333333;
}
#featured_property {
	margin-top: 29px;
	background: #B7B7B7 url('../images/featured_home_tiling.jpg') repeat-x 0px 9px;
}

.featured_home_community p{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 5px 0px;
	padding-right: 20px;
	line-height: 1.2;
}
.featured_home_title {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-right: 20px;
}

/* SHELL */


#shell_name_area {
	float: left;
	width: 187px;
	height: 196px;
	padding: 31px 0px 0px 23px;
	overflow: hidden;
	background: #000000 url('../images/name_area_tiling.jpg') repeat-x;
}
#shell_image_area {
	float: left;
	width: 740px;
	height: 227px;
	background: #000000;
}
#shell_blog_top {
	height: 196px;
	background: url('../images/shell_blog_top.jpg') no-repeat bottom left;
}
#no_blog_top {
	height: 196px;
}
#shell_slogan {
	padding: 96px 20px 13px 0px;
	font-size: 16px;
	line-height: 1;
	color: #939388;
	background: url('../images/name_shell.jpg') no-repeat;
}
#shell_special_links_area {
	padding: 0px 5px;
	height: 42px;
	background: #F8F8F8 url('../images/shell_special_links_tiling.jpg') repeat-x;
}
#shell_blog {
	width: 230px;
	float: left;
}
#shell_special_links_float {
	width: 480px;
	float: left;
	margin-left: 40px;
}
.shell_special_links {
	padding: 12px 8px 4px 9px;
	margin-right: 10px;
	color: #555555;
	background: url('../images/shell_special_links_arrow.jpg') no-repeat left 17px;
}
.shell_special_links a:link, .shell_special_links  a:visited, .shell_special_links  a:active{
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}
.shell_special_links a:hover { 
	color: #008973;
}
#b_geoffreys_homes_shell {
	width: 173px;
	float: left;
	margin-top: -13px;
}
.minisite_special_links {
	padding: 12px 10px 12px 11px;
	margin-left: 25px;
	color: #555555;
	background: url('../images/shell_special_links_arrow.jpg') no-repeat left center;
}
.minisite_special_links a:link, .minisite_special_links  a:visited, .minisite_special_links  a:active{
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}
.minisite_special_links a:hover { 
	color: #008973;
}
#special_links_label {
	font-weight: bold;
	color: #3D9284;
	padding: 12px 0px 0px 0px;
	margin-right: 15px;
}
#shell_content_container {
	overflow: hidden;
	background: #F4F4F4 url('../images/shell_content_shadow.jpg') repeat-x;
	border-bottom: 16px solid #97968B;
}
#shell_left_column {
	float:left;
	width: 212px;
}
#shell_full_left_column {
	float:left;
	width: 172px;
}
#shell_right_column {
	float: left;
	width: 738px;
}
#shell_title_area {
	padding: 45px 30px;
}
#shell_main h1 {
	padding: 0px;
	margin: 0px;
}
#section_title {
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 20px 25px 11px 25px;
	margin: 0px 4px 11px 0px;
	border-bottom: 1px dotted #BBBBBB;
}
#shell_links {
	padding: 0px 25px 0px 20px;
}

#side_bar {
	margin-top: 12px;
	background: #999999 url('../images/side_bar_tiling.jpg') repeat-y;
}
#side_bar_top {
	background: url('../images/side_bar_top.jpg') no-repeat;
}
#side_bar_sm {
	margin-top: 12px;
	background: #999999 url('../images/side_bar_tiling_sm.jpg') repeat-y;
}
#side_bar_top_sm {
	background: url('../images/side_bar_top_sm.jpg') no-repeat;
}
#shell_content {
	padding: 0px 68px 40px 68px;
	min-height: 300px;
}

/* MINISITE SHELL */

#aragon_slogan {
	padding: 0px 20px 13px 0px;
	font-size: 16px;
	line-height: 1;
	color: #939388;
	background: url('../images/aragon_name.jpg') no-repeat;
}
#easton_slogan {
	padding: 96px 20px 13px 0px;
	font-size: 16px;
	line-height: 1;
	color: #939388;
	background: url('../images/easton_name.jpg') no-repeat;
}
#peninsula_slogan {
	padding: 110px 20px 13px 0px;
	font-size: 16px;
	line-height: 1;
	color: #939388;
	background: url('../images/peninsula_name.jpg') no-repeat;
}
#minisite_special_links_float {
	width: 600px;
	float: left;
	margin-left: 47px;
}
#minisite_side_bar {
	margin-top: 12px;
	background: #999999 url('../images/minisite_side_bar_tiling.jpg') repeat-y;
}
#minisite_side_bar_top {
	min-height: 240px;
	background: url('../images/minisite_side_bar_top.jpg') no-repeat;
}
.minisite_list {
	font-size: 11px;
	color: #008973;
	line-height: 1;
}
.minisite_list a:link, .minisite_list  a:visited, .minisite_list  a:active{
	font-size: 11px;
	font-weight: bold;
	color: #008973;
}
.minisite_list a:hover { 
	color: #555555;
}
.minisite_caption {
	color: #7B7767;
	font-style: italic;
	font-size: 12px;
	border-top: 1px dotted #B2AFA1;
	border-bottom: 1px dotted #B2AFA1;
	padding: 15px;
	background-color: #FFFFFF;
}


/* DROPDOWN MENUS */
#subMenusContainer {
	top: 0px !important;
}
#subMenusContainer a {
	color: #333333;
	background-color: #DDDDD6;
}
#subMenusContainer a:hover {
	color: #7E7A65;
}





.portrait {
	margin: 0 36px 15px;
}

#social {
	width: 136px;
	margin: 10px 0 0;
	padding: 0;
	background: url('../images/s_bg.jpg') no-repeat;
}

#social a img {
	margin: 5px 0 5px 6px;
	padding: 0;
}