/* COMMON DEFINITIONS */
body {  
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px; 
 color: #FFF3C4; 

 margin:0px;
 padding:0px;
 background-color:#C4B198;
 background-image:url(../images/template/bg.jpg);background-repeat:repeat-x;
}

a {  color: #1B4E85;}
a:link {  color: #FFFFFF}
a:active {  color: #FFFFFF}
a:visited {  color: #FFFFFF}
a:hover {  color: #FF0000}

.important { color: #FF0000; }
.message {
  color: #FF0000;
  margin: 10px 0px 10px 0px;
}
img {
 border: 0px;
}

/* -------------------- RLP SITE STYLES -------------------- */
#frame {
 position:relative;
 width:1000px;
 margin:auto;
 margin-top:0px;
}

#top {
 position:absolute;
 top:0px;
 left:0px;
}
#clickMe {
 position:absolute;
 top:312px;
 left:30px;


}
#pics-home {
 position:absolute;
 top:172px;
 left:0px;
}

#lodging {
 position:absolute;
 top:276px;
 left:0px;
}


#dining {
 position:absolute;
 top:276px;
 left:76px;
}

#winery {
 position:absolute;
 top:276px;
 left:134px;
}

#nationalparks {
 position:absolute;
 top:276px;
 left:198px;
}

#stateparks {
 position:absolute;
 top:276px;
 left:312px;
}

#calendar {
 position:absolute;
 top:276px;
 left:408px;
}

#activities {
 position:absolute;
 top:276px;
 left:588px;
}

#brochure {
 position:absolute;
 top:276px;
 left:706px;
}

#contact {
 position:absolute;
 top:276px;
 left:847px;
}

#home {
 position:absolute;
 top:276px;
 left:938px;
}

#content_top { 
 position:absolute;
 top:303px;
 left:0px; 
}

#content_left {
 position:absolute;
 top:365px;
}

#banner {
 position:absolute;
 top:365px;
 left:757px;
}

#below_banner {
 position:absolute;
 top:462px;
 left:757px;
}

#content_right {
 position:absolute;
 top:365px;
 left:956px;
}

#text1 {
 position:absolute;
 width:540px;
 top:370px;
 left:200px;
 z-index:20;
}

#text2_bg {
 position:relative;
 width:900px;
 left:40px;
 padding:20px;
 z-index:10;
}

#text2 {
 position:absolute;
 width:1000px;
 top:664px;
 left:0px;
 background:url(../images/template/content_bg.jpg);
 background-repeat:repeat-y;
}

#footer {
 position:relative;
 top:25px;
 left:-60px;
}




/* CONTACT FORM */

#contact-content {
 position:relative;
 margin-top:-25px;
}

#contact-form {
 position: relative;
 display: block;
 width: 350px;
 margin: -150px auto -10px auto;
 font-size: .9em;
}
#contact-form label {
 display: block;
 clear: both;
 float: left;
 width: 40%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form .textinput {
 display: block;
 float: right;
 width: 49%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form .fieldgroup {
 float: right;
 width: 49%;
 margin: 3px 0px 0px 0px;
 height: 20px;
}
#contact-form textarea {
 clear:both;
 width: 98%;
 height: 100px;
 border: #000 solid 1px;
 margin: auto;
}
#contact-form .form-button {
 clear: both;
 background: #000066;
 color: #FFF;
 width: 100%;
 margin: 10px 0px 10px 0px;
}
#contact-form br {
 clear: both;
}

/* SEARCH FORM */

#wcsearch-form {
 display: block;
 width: 300px;
}
#wcsearch-form .button {
 clear: both;
 background: #000066;
 color: #FFF;
 width: 100%;
 margin: 10px 0px 10px 0px;
}
.search-result {
 font-size: .9em;
 color: #000;
 line-height: 1.4em;
}
..earch-result a {
 color: #000;
 text-decoration: none;
}
.search-result a:link {  
 color: #000;
}
.search-result a:active {  
 color: #F00;
}
.search-result a:visited {  
 color: #000;
}
.search-result a:hover {  
 color: #F00;
 text-decoration: underline;
}

