html {
	height: 100%;
}
body {
	height: 100%;
	background: #8FADB8 url(images/bkg.jpg) repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;

} 

h1 {
	margin: 0;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	font-size: 115%;
	letter-spacing: 0.1em;
	color: #617886;
	background-color: inherit;
	
} 

h2 {
	margin: 0;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: inherit;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	font-size: 110%;
			
}

h3 {
	margin: 0;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 130%;
	letter-spacing: 0.2em;
	color: #516377;
	background-color: inherit;
} 


.blue {
	color: #617886;
	background-color: inherit;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0px 0;
	font-style: italic;
} 

.blue2 {
	color: #617886;
	background-color: inherit;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0px 0px 0;
	font-style: italic;
} 


.grey {
	color: #333;
	background-color: inherit;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0px 0;
	font-style: italic;
} 

a{
	color: #617886;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a:link{
	color:#617886;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #333;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #516377;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

.menuSpacer {
 border-bottom: 1px dotted #8FADB8;
 margin-bottom: 8px; 
}

/***********************************************/
/* Page Layout Divs                            */
/***********************************************/
#wrapper{
	margin:0px auto;
    position: relative;
	width:777px;
	padding: 0px;
		
}

#masthead{
	margin:0px auto;
	width: 777px;
	padding: 0px;
	height: 97px;
    background: #EDF6F1 url(images/top-bkg.jpg) repeat-y;
	color: #333;
}

#masthead .logo {
	float: left;
	margin: 0px 0px 0 222px;
}

#contentwrapper{
	margin:0px auto;
    position: relative;
   	width:777px;
	padding: 0px;
	color: #333333;
	background: #EDF6F1 url(images/bkg-content.jpg) repeat-y;
}

#midsection{
	margin:0px;
	padding: 0px;
	background: #EDF6F1 url(images/bkg-content.jpg) repeat-y;
	color: #333;
}

#jeanphoto {
   position:absolute;
   left:22px;
   top:0px;
   width:197px;
   height:301px;
   z-index:1;
}


#content {
    padding: 20px 12px 0px 0px;
	width: 544px;
	float: right; 
	line-height: 1.3;	
	
} 

#topmenu {
   position:absolute;
   left:412px;
   top:65px;
   width:360px;
   height:32px;
   z-index:1;
}

/* pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
		
		
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0px 12px 6px 12px;
        text-decoration: none;
        color: #516377;
		background-color: inherit;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        background: url(images/pyramid.gif) no-repeat bottom center;
		
}       

/*---  LEFT SIDE COLUMN  ---*/
#leftcol {
	float: left;
	padding: 20px 0px 0px 20px;
	margin: 0px;
	top: 10px;
	width: 197px;
	
} 

/************** Footer Styles ****************/
#upperfooter{
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/bkg-footer.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 35px;
}

#footer{
	clear: both;
	font-size: small;
	color: #EDF6F1;
	background-color: inherit;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
}


/*************** Left Column Menu Styles ********************/


/* CSS Tabs */
#navcontainer {
        margin: 0px 0 0 0px;
	    padding: 0px 0px 0px 0px;
	    width: 188px;
	    background-color: #C0D3D6;
		color: #617886; 
	    border-top: 8px solid #8FADB8;
		border-bottom: 8px solid #8FADB8;
        font-family: georgia, serif;
        font-size: 13px;
        text-align: left;
        
}

#navcontainer p{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 90%;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 90%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #8FADB8 #8FADB8 #ccc #8FADB8;
        border-style: solid;
        color: #617886;
        text-decoration: none;
        background-color: #C0D3D6;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background-color: #C0D3D6;
        color: #666666;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        border-color: #8FADB8;
		background-color: #EDF6F1;
		color: #333;
}



/************* Testimonial on Home Page **************/
.testimonialbox {
    margin: 0px;
	padding: 10px 0px 8px 0px;
	width: 188px;
	background-color: #C0D3D6;
	color: #333;
	border-top: 6px solid #8FADB8;
	font-family:Geneva, Arial, Helvetica, sans-serif;
			
}

.testimonialbox p{
	margin:5px 0 0px 2px;
	padding: 10px  5px 5px 18px;
	background: url(images/quote-left.gif) top left no-repeat;
	font-size: small;
}

.testimonialbox a.more {
		display:block;
		text-align:right;
		padding: 8px 5px 0 0;
		font-weight: bold;
		font-size: small;
		font-style: italic;
		font-family: Arial, Helvetica, sans-serif;
		color: #516377;
		text-decoration: none;
}

.testimonialbox a.more:hover {
		text-decoration:underline;
}

/************* Testimonial Page  only**************/
.quote {
	margin:5px 0 0px 2px;
	padding: 4px  5px 5px 18px;
	background: url(images/quote-left2.gif) top left no-repeat;
	font-size: small;
	
}

/************* RWRE Listing Search Box Styles**************/
.searchbox {
    margin: 0px;
	padding: 10px 0px 8px 0px;
	width: 188px;
	background-color: #C0D3D6;
	color: #333;
	border-top: 6px solid #8FADB8;
	font-family:Geneva, Arial, Helvetica, sans-serif;
			
}

.leftcolfooter {
	margin: 0px 0 0 0px;
	padding: 0px 0px 8px 0px;
	width: 188px;
	background-image: url(images/bkg-colfooter.gif);
	background-repeat: no-repeat;
	height: 26px;
		
}

/************* RWRE Styles **************/

.textbox {
	margin: 0px;
	padding: 4px;
	background-color: #C0D3D6;
	border: 1px solid #8FADB8;
		
}


.menuSpacer2 {
 border-bottom: 2px solid #8FADB8;
 height: 1px;
 margin: 10px 0px 10px 0px; 
}



a.botnav:link    {color:#617886;; background-color: inherit; text-decoration:none;}
a.botnav:visited {color:#617886;; background-color: inherit; text-decoration:none;}
a.botnav:active  {color:#617886;; background-color: inherit; text-decoration:none;}
a.botnav:hover   {color:#333333; background-color: #BAC2A9; text-decoration:none;}

a.topanchor:link    {font-weight: normal; color:#EDF6F1; background-color: inherit; text-decoration:underline;}
a.topanchor:visited {font-weight: normal; color:#EDF6F1; background-color: inherit; text-decoration:underline;}
a.topanchor:active  {font-weight: normal; color:#EDF6F1; background-color: inherit; text-decoration:underline;}
a.topanchor:hover   {font-weight: normal; color:#8FADB8; background-color: #EDF6F1; text-decoration:none;}

a.pd:link    {font-weight: normal; color:#EDF6F1; background-color: inherit; text-decoration:none;}
a.pd:visited {font-weight: normal; color:#EDF6F1;; background-color: inherit; text-decoration:none;}
a.pd:active  {font-weight: normal; color:#EDF6F1;; background-color: inherit; text-decoration:none;}
a.pd:hover   {font-weight: normal; color:#CCCCCC; background-color: inherit; text-decoration:underline;}

/* *** This is internal css for Open-Realty */
.field_caption{
	font-weight:bold;
}
.searchpage_field_caption {
font-weight:bold;
text-align:right;
}
.searchpage_field_caption_row {
font-weight:bold;
text-align:right;
}

.lat_long_header{font-size:12px;}
.postalcode_distance_header{font-size:12px;}
.view_image {
	text-align:center;
}

.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
 /* added to fix problem in IE */ 
.view_user_user_images {
	float:left;
width:32%;min-width:140px;
   display:inline;   /* IE */ 
}
.view_user_user_info {
	float:left;
   display:inline;   /* IE */ 
}
 /* end */ 
 
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {

}
.no_results { color:#990033; margin-top:10px; background-color: inherit;}

input, select, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {
	border: 0px none;
}

#pagewidth{
	width:777px;
	min-width: 500px;
}
.search_results
{
	width:100%;
}
.result_row_0	{ background-color: inherit; color: #333;}
.result_row_1	{ background-color: inherit; color: #333;}

.view_users { width:100%; }

 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	
	#leftcol{display:none;}
	#outer{border-left:0;}
}


/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: #C0D3D6;
	width:100%;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool {
	background-color: #C0D3D6;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool_num {
	color: #617886;
	background-color: inherit;
}

.browse_tool_button A {
	background-color: #C0D3D6;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	border-color: #000000;
   	border-style: outset;
 	border-width: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 82px;
	height: 18px;
	display: block;
}

.browse_tool_button A:visited {
	color: #000000;
	background-color: inherit;
}

.browse_tool_button A:hover {
	color: #617886;
	border-style: inset;
	width: 82px;
	height: 18px;
	background-color: inherit;
}

.browse_tool_ghost {
	font-size: 10px;
	line-height: 10px;
	color: #aaaaaa;
	text-decoration: none;
	background-color: inherit;
}


.browse_tool_curpage {
	background-color: #8FADB8;
	color: #FFFFFF;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	background-color: #D1DEE9;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
	background-color: inherit;
}

A.bt_pages{
	color:	#000000;
	background-color: inherit;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
	background-color: inherit;
}

A.bt_pages:hover{
	color:#FFFFFF;
	background: #132975;
}
/* LISTING PAGE DETAILS 'listing_next_prev'  */

.next_prev_listing { margin: 2em 0 2em 3em;  border: 1px solid #a9a9a9; width: 30em; text-align: center; }
.next_prev_listing ul { margin: 1.5em auto; }
.next_prev_listing li { display: inline; padding: .5em 1em; list-style-type: none; }
.count, .listing_xy { width: 100%; color: #333; background-color: #dcdcdc; clear: both; padding: .5em 0; }

 
