/* COMMON DEFINITIONS */
body {  
 font-family:  Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px; 
 color: #000000; 

 margin: 0px;
 padding: 0px;
 background-color:#182d30 ;
 background-image:url(../images/template/bg.jpg);background-repeat:repeat-x;
}

a {  color: #1B4E85;}
a:link {  color: #1B4E85}
a:active {  color: #FF0000}
a:visited {  color: #142C3D}
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:800px;
 margin:auto;
 margin-top:0px;
 }
#menu_left {
 position:absolute;
 top:185px;
 left:0px;
}
#btn_home {
 position:absolute;
 top:185px;
 left:81px;
}
#btn_contact {
 position:absolute;
  top:185px;
 left:137px;
}

#btn_history {
 position:absolute;
  top:185px;
 left:208px;
}

#btn_water {
 position:absolute;
  top:185px;
 left:289px;
}

#btn_lodging {
 position:absolute;
  top:185px;
 left:419px;
}

#btn_realestate {
 position:absolute;
  top:185px;
 left:491px;
}

#menu_right {
 position:absolute;
  top:185px;
 left:682px;
}

#below_menu {
 position:relative;
 margin-top:32px;
 margin-left:0px;
}

#footer {
 position:relative;
 margin-top:-14px
}

#content {
 position:relative;
 margin-top:-19px;
 background-image:url(../images/template/content_bg.jpg);background-repeat:repeat-y;
}

#content2 {
 position:relative;
 width:700px;
 margin-left:22px;
 padding-bottom:18px;
}

#footer-text {
 position:relative;
 top:-25px;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#EDDAAD;
 font-style:italic;
}

/* CONTACT FORM */

#contact-content {
 position:relative;
 margin-top:-25px;
}

#contact-form {
 position: relative;
 display: block;
 width: 350px;
 margin: 0px 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;
}
