/* COMMON DEFINITIONS */
body {  
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 background-color:#006D7F;
 margin:0px;
 padding:0px;
}

a {  color: #006D7F;}
a:link {  color: #006D7F}
a:active {  color: #006D7F}
a:visited {  color: #006D7F}
a:hover {  color: #000000}

.important { color: #FF0000; }
.message {
  color: #FF0000;
  margin: 10px 0px 10px 0px;
}
img {
 border: 0px;
}

h1, h3 { font-size:10px; font-weight:normal; text-align:center; }
h3 { font-size:14px; font-weight:bold; margin-top:10px; }

/* -------------------- RLP SITE STYLES -------------------- */

#frame {
 position:relative;
 width:878px;
 margin:auto;
 top:5px;
}
#title {
 position:absolute;
 top:6px;
 text-align:center;
 color:#00AFC6;
 font-family:Verdana;
 z-index:2;
 width:875px;
}
#head {
 position:absolute;
}
#nav-bg-interior {
 position:absolute;
 top:182px;
 left:0px;
}
#info-area {
 position:absolute;
 top:211px;
 left:0px;
 z-index:2;
}
#interior-slideshow {
 position:absolute;
 top:0px;
}
#menu {
 position:absolute;
 top:184px;
 left:43px;
 padding-left:5px;
 font-family:Arial;
 font-size:12px;
 color:#006D7F;
 font-style:italic;
}
#address {
 position:absolute;
 top:214px;
 left:250px;
 font-family:Arial;
 font-size:13px;
 font-weight:bold;
 color:#FFF;
 z-index:3;
}
#content {
 position:relative;
 background-image:url(../images/template/content-bg.jpg);
 background-repeat:repeat-y;
 width:878px;
 top:55px;
 left:0px; 
}
#content2 {
 position:relative;
 width:778px;
 margin-top:15px;
 margin-left:50px;
 margin-right:50px;
}
#bottom {
 position:relative;
 top:55px;
 left:0px;
}
#blurb {
 position:relative;
 top:63px;
 text-align:center;
 color:#00AFC6;
 font-family:Verdana;
 font-size:10px;
}
#blurb p#seo a { color:#00AFC6; padding:0 10px; }
#ims {
 position:relative;
 top:75px;
 margin-bottom:78px;
}
#bg {
 position:absolute;
 top:82px;
 left:0px;
 height:80px;
 width:100%;
 background-color:#A1995B;
}

#bg_teaser {
 position:absolute;
 top:152px;
 left:0px;
 height:80px;
 width:100%;
 background-color:#A1995B;
}

/* 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: #006D7F;
 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;
}
