/* CSS Document */
body{
	background-color:#fbf8ef;
	margin: 0px;
/*	font-family: Tahoma;*/
	font-family: Georgia, serif;
	font-size:11px;
	color:#877555;
}

#content{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	background:url(../images/header_bg.gif) repeat-x top left;
	text-align:center;
	width:100%;
}

#header_left{
	background:url(../images/header_bg_left.gif) no-repeat top left;
	text-align:center;
	width:100%;
}

#header_main{
	text-align:left;
	width:auto;
	min-width:742px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/rio_rancho_01.gif);
	background-repeat: no-repeat;
	background-position: 115px top;
}

/**************************** TOP MENU **/
#topMenuNew {
	margin: 10px auto 10px auto;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-family: Georgia, serif;
	font-size:14px;
	font-weight: bold;
	width:700px;
	text-transform:uppercase;
	
	height: 31px;
	border-bottom:2px solid #ecd8bb;
}
#topMenuNew li {
	float: left;
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;	border-right: 2px solid #ecd8bb;
}
#topMenuNew a,
#topMenuNew a:link,
#topMenuNew a:active, 
#topMenuNew a:visited{
	display: block;
	padding: 4px 10px 4px 10px;
	text-align: center;
	color: #7f4d31;
	text-decoration: none;
}
#topMenuNew a:hover{
	display: block;
	padding: 4px 10px 4px 10px;
	text-align: center;
	background-color: #6d3516;
	color: #fbf8ef;
}

#topMenuNew li.current a,
#topMenuNew li.current a:hover,
#topMenuNew li.current a:link,
#topMenuNew li.current a:active,
#topMenuNew li.current a:visited
{
	display: block;
	padding: 4px 10px 4px 10px;
	text-align: center;
	background-color: #6d3516;
	color: #fbf8ef;
}
/**************************** TOP MENU **/
#hIMGC{
	margin-top: 10px;
	margin-bottom: 6px;
	border: 8px solid #3b3326;
	width:729px;
	margin-left:auto;
	margin-right:auto;
}
#hIMG{ border: 6px solid #d8c19e; }
img{ border:0px; }

/********************** CONTENT TABLE **/
#content table {
	width:99.5%;
	padding: 0px;
	margin: 0px;
	margin-left:1px;
	margin-bottom:10px;
}

#content table td{
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

#leftP{
	width: 190px;
}

#leftPB{
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 16px;
	background: #3b3326 url("../images/left_bg.gif") no-repeat center bottom;
}

#leftP h4{
	padding: 10px;
	margin:0px;
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	color:#CCCCCC;
}
#sepTD{
	width: 4px;
}
#mainC{

}
#content table td table{
/*	width:auto;
	padding: 0px;
	margin: 0px; */
}
form table{
}
form table td{
	vertical-align:top;
	color:#999999;
	font-family:tahoma;
}
form table th{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	color:#333333;
	font-size:12px;
	font-family:tahoma;
}

/********************** CONTENT TABLE **/

.cHead{
	background-color: #3b3326;
	width:100%;
	height: 37px;
}

.head{
  float:left;
  background:url("../images/head_left.gif") no-repeat left top;
  margin:0;
  padding:0px 0px 0 35px;
  text-decoration:none;
  font-size:12px;
  text-transform:uppercase;
}
.head span {
  float:left;
  display:block;
  background:url("../images/head_right.gif") no-repeat right top;
  padding:12px 19px 10px 6px;
  color:#948467;
}
.head span {float:none;}

.leftBox{
	background-color: #655842;
	width: 154px;
	margin: 0px auto 0px auto;
	padding:10px;
	text-align:center;
}

.button a,
.button a:link,
.button a:active, 
.button a:visited{
  text-decoration:none;
  font-size:12px;
  text-transform:uppercase;
  background-color:#8d7c5e;
  color:#CCCCCC;
  padding:5px 10px 5px 6px;
}
.button a:hover{color:#8d7c5e;background-color:#fbf8ef;}

h1{
	font-size: 24px;
	COLOR: #847354;
	font-weight: normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 15px;
}

p{ font-size: 13px; }

a,
a:link,
a:active, 
a:visited{
color: #f47f3e;
text-decoration: underline;
}

a:hover{
	color: #847354;
	text-decoration: none;
}

#footer{
	background:url(../images/footer.gif) no-repeat top center;
	text-align:center;
	color:#FFFFFF;
	width:742px;
	margin: 0px auto 0px auto;	
}

#footerC{
	background:#77411c url(../images/footer_bg.gif) repeat-x top left;
	text-align:center;
	width:100%;
	min-width:742px;
}

#footer a,
#footer a:link,
#footer a:active, 
#footer a:visited{
color: #FFFFFF;
text-decoration: underline;
}

#footer a:hover{
	color: #fbf8ef;
	text-decoration: none;
}


form{
	margin:0px;
	padding: 10px;
}

input{
	font-family: Georgia, serif;
	font-size:12px;
	color:#000000;
	padding: 4px;
	border:solid #cccccc 1px;
	border-top: 0px;
	background:#FFFFFF url(../images/ibg.gif) repeat-x top left;
}
input.required, textarea.required {
	border: 1px solid #cccccc;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #ffe1e1;
	color : #FF0000;
	border: 1px solid #FF0000;
}
.radio{
	padding: 0px;
	border:0px;
	background:none;
}

select{
	font-family: Georgia, serif;
	font-size:12px;
	color:#999999;
	padding: 3px;
	border:solid #cccccc 1px;
	border-top: 0px;
	background:#FFFFFF url(../images/ibg.gif) repeat-x top left;
}

.req{
	color:#FF0000;
}

.submit{
	font-family: Tahoma;
	font-size:12px;
	color:#999999;
	font-weight:bold;
	background:none;
	background-color:#f0f0f0;
	border: 0px;
	border-right:solid #cccccc 2px;
	border-bottom:solid #cccccc 2px;
	cursor:pointer;
}

.shade{
	background:url(../images/shade.gif) repeat-x bottom left;
	padding: 10px;
	border:#e6dbca solid 1px;
}

.vendorHead{
	background:url(../images/vendor_img001.jpg) no-repeat top left;
	height:178px;
	margin-left: 6px;
}

.vendorHead h2{
	font-size: 22px;
	COLOR: #847354;
	font-weight: normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 0px; padding: 0px;
	padding-left: 190px;
	padding-top: 50px;
}

.vendorHead h5{
	font-size: 12px;
	COLOR: #847354;
	font-weight: normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 0px; padding: 0px;
	padding-left: 190px;
}

#download{
	width:450px;
	margin-left:auto;
	margin-right:auto;
}
#download table{
	width:450px;
}
#download table td{
	text-align:center;
	padding: 0px;
	width:100%;
	border-bottom:solid 6px #dad4c8;
}

#links{
	width:673px;
	margin-left:auto;
	margin-right:auto;
}
#links table{
	width:673px;
	border-bottom:solid 4px #b5a382;
}
#links table th{
	background-color:#b5a382;
	padding: 10px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align:left;
}
#links table tr.even{background-color:#ebe6d8;}
#links table tr.odd{background-color:#f3edde;}
#links table td.link{
	padding: 10px;
	border-bottom:1px solid #FFFFFF;
}
#links table td.desc{
	padding: 10px;
	border-bottom:1px solid #FFFFFF;
}
#links table td.bgIMG{
	background:url(../images/links_img001.jpg) repeat-x top left;
	height:138px;
	width:673px;
	padding: 0px; border:0px;
}

#links a,
#links a:link,
#links a:active, 
#links a:visited{
	color: #655842;
	font-family:Tahoma;
	font-size:12px;
	text-decoration: underline;
	font-weight:bold;
}

#links a:hover{
	color: #655842;
	text-decoration: none;
	font-weight:bold;
}


#maps{
	width:550px;
	margin-left:auto;
	margin-right:auto;
}
#maps table{
	width:550px;
}
#maps table th{
	padding: 8px;
	color:#b5a382;
	font-size: 18px;
	font-weight: normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align:left;
}
#maps table td{
	padding: 8px;
}


.head02{
	background:url("../images/bullet.gif") no-repeat left top;
	font-size:18px;
	background-color: #3b3326;
	padding: 4px;
	padding-left: 27px;
	width:480px;
	margin-left: 16px;
	clear:both;
	color:#FFFFFF;
}


.simplelist {
	margin: 0;
	padding: 0;
	font-size:12px;
	margin-left: 40px;
	margin-top: 5px;
}
.simplelist li {
	text-align:center;
	margin:0px;
	border-bottom:#F9F9F9 solid 1px;
	display: block;
	line-height:20px;
	list-style:none;
	color: #3b3326;
	text-align:left;
}

.vmiddle{
width:10px;
}

#register{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
#register table{
	width:550px;
}

#schedule{
	width:745px;
	margin-left:auto;
	margin-right:auto;
}
#schedule table{
	width:745px;
}
#schedule table td{
	padding: 8px;
}

#schedule table td table{
width:auto;
}
table.schedule{
	padding: 10px;
	margin: 10px;
}

table .schedule td{
	font-size: 12px;
	line-height:18px;
}

.schedule_head{ height: 50px;
	background:url("../images/stars2.gif") no-repeat center right;
}

.schedule_head h1{
margin-top: 8px;
}
.schedule_img{ width: 110px; }
.schedule_img img{ border:4px solid #FF0000; }


/************** SLIDER **/
#list1{ width:20em; }
h3.H3list1{ cursor:pointer; padding:5px 10px 5px 35px;
color: #DFD9CB;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
font-weight:normal;
text-transform:uppercase; font-size:16px;
width: 496px; margin:0px;margin-top:4px;
background:#655842 url("../images/arrow.gif") no-repeat 16px center;
}
p.list1{padding:5px 10px 5px 10px; }
#log { position:absolute; top:0; right:1em; text-align:right; }
#switch { position: absolute; top: 0; right: 15em; }
/************** SLIDER **/
ul.errorbox{
list-style:none;
padding:0px;
margin:0px;
}
ul.errorbox li{
  border-color: #FF0000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  color: #FF0000;
  background-color:#ffe1e1;
  margin-bottom:2px;
}