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

 margin:0px;
 padding:0px;
 background-color:#9c9c6b;
}

a {  color: #E0E0D1;}
a:link {  color: #E0E0D1}
a:active {  color: #E0E0D1}
a:visited {  color: #E0E0D1}
a:hover {  color: #FFFFFF}

.important { color: #FF0000; }
.message {
  color: #FF0000;
  margin: 10px 0px 10px 0px;
}
img {
 border: 0px;
}

/* -------------------- RLP SITE STYLES -------------------- */
#frame {
 position:relative;
 margin-top:auto;
 width:auto; 
 background-image:url(../images/template/rightside-bg.jpg); background-position:right; background-repeat:repeat-y;
}
#leftside {
 position:absolute;
 top:0px;
 left:0px;
 z-index:3;
}
#rightside {
 position:absolute;
 top:0px;
 right:-1px;
 z-index:3;
}
#content {
 position:relative;
 width: auto;
 background-image:url(../images/template/leftside-bg.jpg);  background-position:left; background-repeat:repeat-y;
 z-index:2;
}
#content2 {
 position:relative;
 margin-left:190px;
 width:auto;
 padding-top:20px;
 padding-right:200px;
 padding-bottom:20px; 
}
#footer {
 position:relative;
 margin-top:-2px;
 background-image:url(../images/template/footer.jpg); background-repeat:repeat-x;
 z-index:4
}
#menu {
 position:absolute;
 top:144px;
 z-index:5
}

/* CONTACT FORM */

#contact-content {
 position:relative;
}

#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;
}
