@charset "UTF-8";
/* CSS Document */

/* River Meadows Ranch styles */

/* START MAIN STYLES */

body {
	background-image: url(images/boards_bg2.jpg); /* root relative link */
	background-repeat: repeat;
	margin-top: 20px;
}


/* START WRAPPER STYLES */

#wrapper {
	background-image: url(images/container_bg.png);
	background-repeat: repeat-y;
	position:relative; 
	margin:auto;
	width:920px; /* width of bg image */
	border: 0px solid yellow;
}

#bgBottom {
	position: relative; 
/*	bottom: -20px; /* negative the height of top bg image plus bottom bg image */
	margin: auto;
	background-image: url(images/container_bg_btm.png); 
	width: 920px; /* width of bg image */
	height: 28px; /* height of bottom bg image */ 
	border: 0px solid red;
}


#content {
	position: relative;
	margin: auto; 
	width: 920px; /* width of bg image */
	background-image: url(images/container_bg.png); 
	background-repeat: repeat-y;
	border: 0px solid green;
}

#main_table {
	width: 874px;
	border-collapse:collapse;
}

#logo {
	width: 260px;
	position: absolute;
	margin: auto;
	top: 314px;
	left: 60px;
	border: 1px solid blue;
}

#page_content {
	width: 540px;
	position: absolute;
	margin: auto;
	top: 254px;
	left: 320px;
	border: 0px solid purple;
	padding:25px 55px 0 34px;
}

#banner1, #banner2, #banner3 {
	position: absolute;
	top: 14px;
	left: 24px;
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity:0;
}
	

#mainNav {
	height: 35px;
	padding: 13px 0 0 13px; /* internal block spaces administration */
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	border: 0 solid red;
}

#masthead {
	position: relative;
	margin: auto;
	height: 254px;
	border: 0 solid red;
	align: center;
}

#footer {
	position :relative;
	width: 920px;
	left: 0px;
	margin: auto;
	padding: 5px 0px 20px 34px;
	vertical-align: top;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #c8b699;
	text-decoration: none;
}




/* START CLASS STYLES */

.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #AC997D;
	font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	text-transformation: caps;
	vertical-align: middle;
}
.nav1:hover {
	color: #FCFCFC;
	text-decoration: none;
}

.emph {
	color: #661111;
}
	
#email_form input, #email_form textarea, #email_form select {
	border:1px solid #999999; 
	color: #666666;
	
}

#email_form input, #email_form select {
	width: 165px;
	
}

#email_form textarea{
	width: 350px;
	height: 95px;
}

	


/* START HEAD STYLES */

h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #4b2901;
	font-size: 15px;
	font-style: normal;
	margin-bottom: 15px;
	
}	

body, p {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration:none;
}

a {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #354C35;
	text-decoration:none;
}

a.link2 {
	font-size:10px;
}
a:hover {
	text-decoration: underline;
}

