/* CSS Document */

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
font-family: Arial, Helvetica, Tahoma, sans-serif;
font-size: 8pt;
color: #2b2b2b;
line-height: 17px;
}

body{
margin-top: 0px;
background-color: #f6f2d9;
}

/****************************General Link Color*******************************/

a:link{ 
color: #3a3a3a;
text-decoration: underline;

} 

a:visited{ 
color: #3a3a3a; 
text-decoration: underline;
}

a:hover{ 
color: #3a3a3a; 
text-decoration: none;
}

/****************************** Background Images ********************************/

.shadowLeft{
background: url(../images/shadow_left.jpg) top right repeat-y;
width: 7px;
}

.shadowRight{
background: url(../images/shadow_right.jpg) top left repeat-y;
width: 7px;
}

.columnLeft{
background: url(../images/column_left_bkg_repeat.jpg) top right repeat-y;
width: 191px;
}

#columnLeft{
margin: 0px;
padding: 0px;
background: url(../images/column_left_no_repeat.jpg) top left no-repeat;
width: 191px;
height: 100%;
}

/*********************************Search******************************/

#search{
float: right;
}

.searchText{
height: 12px;
width: 150px;
font-size: 7pt;
color: #5b6771;
margin: 2px 0px 2px 8px;
padding: 2px 4px;
}

.searchButton{
height: 20px;
margin: 2px;
font-size: 7pt;
}

/***********************Breadcrumbs/Print/Mail******************/

a.breadCrumb:link, a.breadCrumb:visited{
padding: 0px 5px;
text-decoration: none;
color: #202020;
}

a.breadCrumb:hover{
text-decoration: underline;
color: #5b6771;
}

.iconWithText img{
margin: 3px 4px;
}

.textWithIcon a:link, .textWithIcon a:visited{
text-decoration: none;
}

.textWithIcon a:hover{}

/**********************************navigation***********************/

.firstNavTable{
margin: 7px 0px;
border-collapse: collapse;
}

.firstNavTable td{
padding: 0px;
}

/*.firstBullet{
float: left;
padding: 7px 3px 7px 15px;
background-color: #ffffff;
}*/

a.firstNav:link, a.firstNav:visited{
display: block;
background: url(../images/nav_seperator.jpg) bottom left repeat-x;
width: 167px;
padding: 7px 5px;
margin: 0px 7px 0px 5px;
color: #ffffff;
text-decoration: none;
font-size: 12pt;
font-weight: bold;
}

a.firstNav:hover{
color: #0f5606; 
}

a.firstNavSelected:link, a.firstNavSelected:visited{
display: block;
background: url(../images/nav_seperator.jpg) bottom left repeat-x;
width: 167px;
padding: 7px 5px;
margin: 0px 7px 0px 5px;
color: #ffffff; 
text-decoration: none;
font-size: 12pt;
font-weight: bold;
}

a.firstNavSelected:hover{
color: #0f5606; 
}


/******************* SUB NAV CONTROL *********************/

a.secondNav:link, a.secondNav:visited{
display: block;
border: none;
background-color: #FFFFFF;
width: 171px;
margin: 0px;
padding: 2px 5px 2px 15px;
color: #0f5606; 
font-weight: bold;
text-decoration:none;
font-size: 10pt;
}

a.secondNav:hover{
color: #2b2b2b;
background-color: #f8fdf0;
}  

a.secondNavSelected:link, a.secondNavSelected:visited{
display: block;
border: none;
background-color: #ffffff;
width: 171px;
margin: 0px;
padding: 2px 5px 2px 15px;
color: #2b2b2b; 
font-weight: bold;
text-decoration:none;
font-size: 10pt;
}

a.secondNavSelected:hover{
background-color: #f8fdf0;
}

/************************third nav***************************/

.thirdNav{
margin: 4px 0px 3px 40px;
}

.thirdNavSelected{
margin: 4px 0px 3px 40px;
}

a.thirdNav:link, a.thirdNav:visited{ 
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: none;
text-align: left;
} 

a.thirdNav:hover{
text-decoration: underline;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{ 
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: underline;
}

a.thirdNavSelected:hover{
text-decoration: none;
}

/************************** Listings *********************************/

table.listing_fields_table{
 width: 100%; 
}

table.listing_fields_table th{
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight:normal;
padding-right:5px;
text-align:left;
width:200px;
vertical-align:top;
}

tr.listing_fields_table_PROPOVER td, tr.listing_fields_table_PROPOVER th
{
    padding:1em 0em;
}

tr.listing_fields_table_PROPSIZE1 td, tr.listing_fields_table_PROPSIZE1 th
{
    padding-bottom:1em;
}


table.listing_fields_table td{
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight:normal;
text-align: justify;
}

.listing_images_table{
padding:0px;
margin:0px;
}

td.listing_images_table img{
padding:1px;
margin:1px;
}



table.listing_child_table{
    width: 100%;
}

table.listing_child_table td{
    vertical-align:top;
}

table.listing_child_table a img{
    border: none;
}

table.listing_child_table a.listing_more_css{
    padding-top: 0em;
    display: block;
    text-align: right;
}

table.child_summary{
	width: 600px;
	margin: 3em 20px 1.5em;
    padding: 10px;
    border: thin solid silver;
}
/* CSS Document */

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
font-family: Arial, Helvetica, Tahoma, sans-serif;
font-size: 8pt;
color: #2b2b2b;
line-height: 17px;
}

body{
margin-top: 0px;
background-color: #f6f2d9;
}

/****************************General Link Color*******************************/

a:link{ 
color: #3a3a3a;
text-decoration: underline;

} 

a:visited{ 
color: #3a3a3a; 
text-decoration: underline;
}

a:hover{ 
color: #3a3a3a; 
text-decoration: none;
}

/****************************** Background Images ********************************/

.shadowLeft{
background: url(../images/shadow_left.jpg) top right repeat-y;
width: 7px;
}

.shadowRight{
background: url(../images/shadow_right.jpg) top left repeat-y;
width: 7px;
}

.columnLeft{
background: url(../images/column_left_bkg_repeat.jpg) top right repeat-y;
width: 191px;
}

#columnLeft{
margin: 0px;
padding: 0px;
background: url(../images/column_left_no_repeat.jpg) top left no-repeat;
width: 191px;
height: 100%;
}

/*********************************Search******************************/

#search{
float: right;
}

.searchText{
height: 12px;
width: 150px;
font-size: 7pt;
color: #5b6771;
margin: 2px 0px 2px 8px;
padding: 2px 4px;
}

.searchButton{
height: 20px;
margin: 2px;
font-size: 7pt;
}

/***********************Breadcrumbs/Print/Mail******************/

a.breadCrumb:link, a.breadCrumb:visited{
padding: 0px 5px;
text-decoration: none;
color: #202020;
}

a.breadCrumb:hover{
text-decoration: underline;
color: #5b6771;
}

.iconWithText img{
margin: 3px 4px;
}

.textWithIcon a:link, .textWithIcon a:visited{
text-decoration: none;
}

.textWithIcon a:hover{}

/**********************************navigation***********************/

.firstNavTable{
margin: 7px 0px;
border-collapse: collapse;
}

.firstNavTable td{
padding: 0px;
}

/*.firstBullet{
float: left;
padding: 7px 3px 7px 15px;
background-color: #ffffff;
}*/

a.firstNav:link, a.firstNav:visited{
display: block;
background: url(../images/nav_seperator.jpg) bottom left repeat-x;
width: 167px;
padding: 7px 5px;
margin: 0px 7px 0px 5px;
color: #ffffff;
text-decoration: none;
font-size: 12pt;
font-weight: bold;
}

a.firstNav:hover{
color: #0f5606; 
}

a.firstNavSelected:link, a.firstNavSelected:visited{
display: block;
background: url(../images/nav_seperator.jpg) bottom left repeat-x;
width: 167px;
padding: 7px 5px;
margin: 0px 7px 0px 5px;
color: #ffffff; 
text-decoration: none;
font-size: 12pt;
font-weight: bold;
}

a.firstNavSelected:hover{
color: #0f5606; 
}


/******************* SUB NAV CONTROL *********************/

a.secondNav:link, a.secondNav:visited{
display: block;
border: none;
background-color: #FFFFFF;
width: 171px;
margin: 0px;
padding: 2px 5px 2px 15px;
color: #0f5606; 
font-weight: bold;
text-decoration:none;
font-size: 10pt;
}

a.secondNav:hover{
color: #2b2b2b;
background-color: #f8fdf0;
}  

a.secondNavSelected:link, a.secondNavSelected:visited{
display: block;
border: none;
background-color: #ffffff;
width: 171px;
margin: 0px;
padding: 2px 5px 2px 15px;
color: #2b2b2b; 
font-weight: bold;
text-decoration:none;
font-size: 10pt;
}

a.secondNavSelected:hover{
background-color: #f8fdf0;
}

/************************third nav***************************/

.thirdNav{
margin: 4px 0px 3px 40px;
}

.thirdNavSelected{
margin: 4px 0px 3px 40px;
}

a.thirdNav:link, a.thirdNav:visited{ 
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: none;
text-align: left;
} 

a.thirdNav:hover{
text-decoration: underline;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{ 
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: underline;
}

a.thirdNavSelected:hover{
text-decoration: none;
}

/************************** Listings *********************************/

table.listing_fields_table{
 width: 100%; 
}

table.listing_fields_table th{
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight:normal;
padding-right:5px;
text-align:left;
width:200px;
vertical-align:top;
}

tr.listing_fields_table_PROPOVER td, tr.listing_fields_table_PROPOVER th
{
    padding:1em 0em;
}

tr.listing_fields_table_PROPSIZE1 td, tr.listing_fields_table_PROPSIZE1 th
{
    padding-bottom:1em;
}


table.listing_fields_table td{
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight:normal;
text-align: justify;
}

.listing_images_table{
padding:0px;
margin:0px;
}

td.listing_images_table img{
padding:1px;
margin:1px;
}



table.listing_child_table{
    width: 100%;
}

table.listing_child_table td{
    vertical-align:top;
}

table.listing_child_table a img{
    border: none;
}

table.listing_child_table a.listing_more_css{
    padding-top: 0em;
    display: block;
    text-align: right;
}

table.child_summary{
	width: 600px;
/*	margin: 3em 20px 1.5em; */
    padding: 10px;
/*    border: thin solid silver; */
}

col.child_summary_col1{
    width: 100px;
/*    background: #501081; */
}

col.child_summary_col2{
/*    width: 100px;
    background: #501081; */
}

col.child_summary_col3{
/*    width: 100px;
    background: #501081; */
}

/*
table.child_summary_fields{
    width: 200px;	
    margin-top: -3.2em;
	margin-left: -210px;
    position: absolute;
    background: #FAFAFA;
    border: thin solid silver; 
}

table.child_summary_fields th, table.child_summary_fields td{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight:normal;
    text-align:left;
/* 	border-top: thin solid silver;
    border-bottom: thin solid silver; 
    padding: 0.5em; 
    vertical-align: middle; 
}

table.child_summary_fields td{
    color: red;
    font-weight: bold;
    text-align: left;
}

table.child_summary_fields th.child_summary_List_Price{
    display:none;
}

table.child_summary_fields td.child_summary_List_Price{
    width: 100px;
	border-left: thin solid silver;
    border-right: thin solid silver;
    text-align: center;
    padding: 1em 0em;
}

table.child_summary_fields td.child_summary_Sq_Ft{
    border-right: thin solid silver;
}

table.child_summary_description{


}
*/

table.child_summary_fields{
    width: 600px;	
    margin-top: -4.1em;  
    margin-left: -118px; 
    position: absolute; 
    background: #FAFAFA;
    border: thin solid silver;  
}

table.child_summary_fields th, table.child_summary_fields td{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight:normal;
    text-align:left;
/*    border-right: thin solid silver;
    border-left: thin solid silver; */
    padding: 0.5em; 
    vertical-align: middle;
}

table.child_summary_fields td{
    color: green;
    font-weight: bold;
    text-align: left;
}

table.child_summary_fields th.child_summary_List_Price{
    display:none;
}

table.child_summary_fields th.child_summary_Price{
    display:none;
}

table.child_summary_fields th.child_summary_Property_Type{
    width: 90px;
}

table.child_summary_fields td.child_summary_List_Price{
/*    width: 100px;
  border-left: thin solid silver; */
    border-right: thin solid silver;
    text-align: left;
    padding: 1em 0em;
}

table.child_summary_description{

}