/*
-----------------------------------------------
Style Sheet

Site: Rancho Buena Vista Real Estate
Author:   aaryn.com
Version:  2008.4
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background-color: #96acbf;
	font-size:.78em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:12px 0;
	line-height:1.5em;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#bf6e2b;
	}
	
a:hover, a:active {
	color:#853b1c;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.pic_border, a:link .pic_border, a:visited .pic_border {
	border:1px solid #ccc;
	padding:2px;
	}
	
.largertext {
	font-size:1.2em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:12px 0;
	line-height:1.5em;
	}
	
.footertext {
	font-size:.9em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:12px 0;
	line-height:1.5em;
	}

.red_bold {
	font-size:1.4em;
	color:#821516;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	}

.content_list {
	margin-left:10px;
	}

	.content_list li {
		_position:relative;	 /*to fix the IE bullet peekaboo pug */
		padding-left: 10px;
		line-height:1.6em;
		list-style: none;
		background: transparent url(../images/bullet_square.gif) 0px 8px no-repeat;
		}

.big {
	font-size:1.2em;
	}

/* Layout
 * ------------------------------------------------------------------------- */

#container {
	background:url(../images/container_bg.gif) repeat-y;
	width:930px;
	margin:0 auto;
	}
	
#header {
	background:url(../images/header.gif) no-repeat;
	width:930px;
	height:166px;
	}
	
#header_home_link {
	width:178px;
	height:166px;
	display:block;
	text-indent:-5000px;
	outline:none;
	float:left;
	}

#banner {

	margin:0 27px 10px 27px;
	}

#content_container {
	width:876px;
	margin:0 27px;
	}
	
#content_container2 {
	width:930px;
	margin:0 0px;
	}
	
#footer {
	background:url(../images/footer.gif) no-repeat;
	width:930px;
	height:27px;
	}

#make_an_offer {
	display:block;
	width:229px;
	height:49px;
	text-indent:-5000px;
	background:url(../images/make_an_offer_button.gif) no-repeat;
	outline:none;
	}
	
	#make_an_offer:hover {
		background-position:-0px -49px;
		}


#contact_left {
	float:left;
	width:260px;
	display:inline;
	}

#contact_middle {	
	width:200px; 
	margin-left:24px; 
	display:inline; 
	float:left;
	}

#contact_right {
	width:368px;
	margin-left:24px;
	float:left;
	display:inline;
	}

.blue_bar {
	background:#2B5180;
	padding:1px 10px;
	font-size:.92em;
	line-height:1.4em;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
	}

/* ---------- Main Form ---------- */

form#main_contact {
	width:260px;
	margin-top:10px;
	}
	
#main_contact br {
	clear:left;
	}

#main_contact input, #main_contact textarea {
	width:186px;
	float:left;
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */

	color:#000;
	margin-bottom:8px; /* sets vertical spacing between fields */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	} 

#main_content textarea {
	overflow:auto;
	}
	
	#main_contact fieldset {
		margin:0;
		padding:0;
		border:none;
		}




#main_contact label {
	float:left;
	text-align:left;
	margin-right:10px;
	margin-top:0px; /* to align label with the top of input area */
	font-weight:bold;
	width:55px;
	color:#821516;
	}

	#main_contact label#message {
		width:150px;
		float:none;
		margin:0;
		}

	input.checkbox {
		width:16px;
		height:16px;
		background:none;
		border:none;
		margin:0 5px 8px 80px;
		}

#main_contact select {
	margin-bottom:8px;
	background-color:#efefef;
	border:1px solid #999;
	}



	form br {
		line-height:0.0;  /* defaults vertical spacing between fields */
		clear:both;
		}

#main_contact #submit {

	width:50px;
	height:19px;
	float:right;
	border:none;
	padding:0;
	}
 


/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/navnew.gif") no-repeat; width:876px; height:54px; position:relative; margin:0 27px; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:54px; display:block; }
#nav span { display:none; }

#nav-01 { width: 57px; left:0; }
#nav-02 { width: 111px; left: 58px; }
#nav-03 { width: 101px; left: 170px; }
#nav-04 { width: 101px; left: 271px; }
#nav-05 { width: 117px; left: 373px; }
#nav-06 { width: 106px; left: 491px; }
#nav-07 { width: 81px; left: 598px; }
#nav-08 { width: 105px; left: 680px; }
#nav-09 { width: 90px; left: 786px; }


#nav-01 a:hover { background: transparent url("../images/navnew.gif") -0 -54px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/navnew.gif") -58px -54px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/navnew.gif") -170px -54px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/navnew.gif") -271px -54px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/navnew.gif") -373px -54px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/navnew.gif") -491px -54px no-repeat; }
#nav-07 a:hover { background: transparent url("../images/navnew.gif") -598px -54px no-repeat; }
#nav-08 a:hover { background: transparent url("../images/navnew.gif") -680px -54px no-repeat; }
#nav-09 a:hover { background: transparent url("../images/navnew.gif") -786px -54px no-repeat; }


/* top corner vertical navigation
 * ------------------------------------------------------------------------- */

#corner_nav { background:url("../images/corner_nav.gif") no-repeat; width:170px; height:123px; position:relative; float:right; margin:27px 28px 0 0; display:inline; }
#corner_nav li { position:absolute; }
#corner_nav li, #corner_nav a { height:37px; display:block; }
#corner_nav span { display: none; }

#corner_nav-01, #corner_nav-02, #corner_nav-03 { width:170px; left:0; }

#corner_nav-01 { top: 0; }
#corner_nav-02 { top: 43px; }
#corner_nav-03 { top: 86px; }


#corner_nav-01 a:hover { background: transparent url("../images/corner_nav.gif") -170px  -0px  no-repeat;}
#corner_nav-02 a:hover { background: transparent url("../images/corner_nav.gif") -170px  -43px  no-repeat;}
#corner_nav-03 a:hover { background: transparent url("../images/corner_nav.gif") -170px  -86px  no-repeat;}
