*{
	padding: 0;
	margin: 0;
}
body {
	background: #004080 url(/images/bg.gif) repeat-x;
	color: #333;
}
#doc.yui-t1{
	background: #FFFFFF url(/images/bgDoc.gif) repeat 0 0 ;
}
#doc.yui-t2{
	background: #FFFFFF url(/images/bgDoc.gif) repeat 0 0 ;
}

#ft {
	background-color: #cdd1d0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #226a90;
}
div.yui-u{
	padding-top: 5px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
}
h1.tag_line {
	color: #0C3757;
	font-size: 170%;
	float: right;
	margin-top: -30px;
	margin-right: 10px;
	width: 400px;
}
h1.heading {
	color: #0C3757;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
h2.confirmation{
	font-size: 130%;
	font-weight: bold;
	color: #007d00;
	padding-left: 70px;
	background: url(/images/success.gif) no-repeat left center;
}
h2.error{
	font-size: 130%;
	font-weight: bold;
	color: #ee1c1b;
}
h2.button {
	padding: 20px;
	font: 150% Georgia, "Times New Roman", Times, serif;
}
.floorplan_section h2 {
	margin-top: 35px;
	margin-bottom: 10px;
	font-size: 150%;
	color: #207493;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}

p{
	padding-top: 5px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
strong{
	font-weight: bold;
}
a{
	color: #333;
}
a:hover{
	color: #ccc;
}
#errors {
	background: #fff0d6 url(/images/alert.gif) no-repeat left center;
	border: 1px solid #ff3534;
	padding: 5px 5px 5px 70px;
	width: 80%;
	font-size: 110%;
	font-weight: bold;
	color: #ff1d00;
}
#messages {
	background: #fff url(/images/checkmark_button.jpg) no-repeat left center;
	border: 1px solid #008338;
	padding: 5px 5px 5px 70px;
	width: 80%;
	font-size: 110%;
	font-weight: bold;
	color: #008338;
}

.note {
	font-weight: bold;
	font-size: 105%;
}

/* @group header */

div.logo {
	background: url(/images/clouds.jpg) no-repeat left bottom;
	padding-top: 50px;
	padding-bottom: 90px;
	
	}

div.green_line {
	background: url(/images/green_small_bkg.jpg) repeat-x left center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px solid #FFFFFF;
}

div.silver_line {
	padding: 10px;
	background: url(/images/silver_small_bkg.jpg) repeat-x left center;
}

div.white_line {
	padding: 10px;
	background: url(/images/white_bkg.jpg) repeat-x left center;
}

div.sub_navigation {
	float: left;
	width: 100%;
	background: #E0EDC1 url(/images/light_green_bkg.png) repeat-x left bottom;
}

a.big_button_blue {
	background: url(/images/big_blue_button_up.jpg) no-repeat 0 0;
	padding: 15px;
	width: 200px;
	height: 55px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #fff;
}



a.big_button_blue:hover {
	background: url(/images/big_blue_button_down.jpg) no-repeat 0 0;
	color: #bbb;
}










div.sub_navigation{width:720px;margin:0;padding:0 0 0 
30px;height:120px;}

/* added a div for the annoying background flicker in ie 6*/ 

div.sub_navigation div{
position:relative;
height: 120px;
width: 200px;
float:left;
margin-left:20px;

}

div.sub_navigation h2{
font-size:135%;
margin:10px 20px 24px;padding:0;
background: url(/images/big_blue_button_up.jpg) no-repeat 0 0;
width: 160px;margin-left:7px;
	float:left;
	display:inline;
	
	}
div.sub_navigation h2 a{float:left;padding:20px 30px 20px 10px;height:60px;text-align:center;width:160px;}
div.sub_navigation img.button_image{position:absolute;top:60px;right:0;}


/* added an id to the house image so the png fix would work ie 6 
changed the margin-top so the link  would work the house image was overlapping

*/


img.header_image, #header_image{
	float: left;
	margin-top: -100px;
}

/* @end */

/* @group navigation */

div#navigation{
	background: url(/images/green_bkg.jpg) repeat-x left center;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	float: left;
	margin-top: -33px;
	width: 100%;
}


/* added position relative and increased the z-index to overlap the house pic */
ul#navigation_list {
	float:left;
	margin-right:10px;
	position:relative;
	z-index:200;
}
ul#navigation_list li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-align: center;
	/*text-indent:-9999px;	*/
}
ul#navigation_list li a {
	display:block;
	text-decoration:none;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul#navigation_list li a:hover {
	color: #999;
}
li#home a {
	border-right: 1px solid #333;
	background: url(/images/home_button.png) no-repeat center top;
}
li#new_home_communities a {
	border-right: 1px solid #333;
	background: url(/images/new_home_communities_button.png) no-repeat center top;
}
li#folsom_listings a {
	border-right: 1px solid #333;
	background: url(/images/folsom_listings_button.png) no-repeat center top;
}
li#newsletter a {
	border-right: 1px solid #333;
	background: url(/images/newsletter_button.png) no-repeat center top;
}
li#contact a {
	border-right: 1px solid #333;
	background: url(/images/contact_button.png) no-repeat center top;
}
li#links a {
	border-right: 1px solid #333;
	background: url(/images/links_button.png) no-repeat center top;
}
li#estacio_estates a {
	border: 0;
	background: url(/images/estacio_estates_button.png) no-repeat center top;
}
li#visalia_estates a {
	border: 0;
	background: url(/images/visalia_estates_button.png) no-repeat center top;
}
li#home a:hover, li#home a:focus, #t-home li#home a {
	background: url(/images/home_button_over.png) no-repeat center top;
}
li#new_home_communities a:hover, li#new_home_communities a:focus, #t-new_home_communities li#new_home_communities a {	
	background: url(/images/new_home_communities_button_over.png) no-repeat center top;
}
li#folsom_listings a:hover, li#folsom_listings a:focus, #t-folsom_listings li#folsom_listings a {	
	background: url(/images/folsom_listings_button_over.png) no-repeat center top;
}
li#newsletter a:hover, li#newsletter a:focus, #t-newsletter li#newsletter a {	
	background: url(/images/newsletter_button_over.png) no-repeat center top;
}
li#contact a:hover, li#contact a:focus, #t-contact li#contact a {	
	background: url(/images/contact_button_over.png) no-repeat center top;
}
li#links a:hover, li#links a:focus, #t-links li#links a {	
	background: url(/images/links_button_over.png) no-repeat center top;
}
li#estacio_estates a:hover, li#estacio_estates a:focus, #t-estacio_estates li#estacio_estates a {	
	background: url(/images/estacio_estates_button_over.png) no-repeat center top;
}
li#visalia_estates a:hover, li#visalia_estates a:focus, #t-visalia_estates li#visalia_estates a {	
	background: url(/images/visalia_estates_button_over.png) no-repeat center top;
}

/* @end */

/* @group main content area */

.map_section {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#address {
	background: #a3a8a2 url(/images/silver_bkg.jpg) repeat-x left bottom;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 140px;
}

div#content {
	margin-bottom: 10px;
}

img.footer_image {
	float: right;
	padding: 0;
	margin: 15px 5px 0 0;
}

table.community_list {
	border: 2px solid #b3b3b3;
	font-size: 95%;
	background-color: #fff;
	margin-bottom: 5px;
	width: 90%;
}
table.community_list th {
	color: #207493;
	padding: 3px;
	border-bottom: 1px solid #b3b3b3;
}
table.community_list th.main_heading {
	color: #FFFFFF;
	background: #207493;
	border-bottom: 1px solid #b3b3b3;
}
table.community_list td {
	padding: 3px;
	/*border: 1px solid #b3b3b3;*/
}
table.community_list tr.odd {
	background: #c8eeff;
}

.yui-content {
	float: left;
	width: 551px;
}

#tab1{
	float: left;
}

#tab2{
	float: left;
}

#tab3{
	float: left;
}

#news h3 {
	margin-top: 10px;
}

#products div.product {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
#products div.product h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #207493;
	display: block;	
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}
#products div.product_image {
	width: 210px;
	float: left;
}
#products div.product_description {
	width: 360px;
	float: left;
}
.detail_header {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product_images {
	text-align: center;
}

div.floorplan_section {
	float: left;
	clear: both;
}
.description {
	width: 80%;
	font-size: 95%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.slide{
	width: 340px;
	height: 300px;
}
.floorplan_graphics {
	width: 435px;
	padding: 0;
}
.floorplan_graphics p{
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.elevation_graphics{
	float: left;
	clear: both;
	padding-top: 5px;
	width: 100%;
}
.elevation_graphics p{
	float: left;
	clear: none;
	margin: 0;
	text-align: center;
	padding: 0 10px 0 0;
}
.details{
	float: left;
	width: 170px;
	padding-top: 23px;
	padding-left: 10px;
}
a.read_more {
	background: url(../images/read_more_button.gif) no-repeat left top;
	padding-bottom: 30px;
	padding-right: 80px;
	padding-left: 7px;
	padding-top: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	margin-top: 5px;
}
a.read_more:hover {
	color: gray;
}
div.
div.callout {
	text-align: center;
	border: 2px solid gray;
	padding: 10px;
}
a.kml_file {
	background: url(../images/google_earth_icon.gif) no-repeat left center;
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
div.slideshow {
	border:1px solid #207493;
	margin-bottom:10px;
	padding: 10px 10px 10px 28px;
	width:220px;
	background: url(../images/pictures.png) no-repeat left center;
}
div.slideshow a {
	color: #2647a0;
	font-weight: bold;
	text-decoration: none;
}
div.slideshow a:hover {
	text-decoration: underline;
}
/* @end */

/* @group forms */
form{
	background-color: #e6e6e6;
	border: 1px solid #4c4c4c;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 300px;
}

/* added an id to the subscribe form increased the width

increased the forms padding aligned "required to the right

 */
#subscribeform{width:380px;}
#subscribeform table td{padding:2px;}
#subscribeform table td .required{text-align:right;}
.centerThis{text-align:center;}


form ol{
	padding: 0;
	margin: 0;
}

form ol li {
	padding: 5px;
}

li.field_error{
	border: 1px solid #ff3534;
	background: #fcfeef;
	margin-top: 5px;
}

form label {
	width: 200px;
	padding-right: 5px;
	font-weight: bold;
}

form input {
	padding: 0;
	
}

form input.field_error{
	border: 2px solid #f00;
}

form select {
	padding: 0;
}

form textarea{
	
}

form input.submit_button {
	
}

/* @end */

		 


#ft p{padding:4px;}
 


