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

 margin: 0px;
 padding: 0px;
 background-color: #deded4;
}

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

/* -------------------- SITE STYLES -------------------- */
#frame {
 position: relative;
 width: 800px;
 margin: auto;
 background-image: url(../images/template/bg.jpg); background-repeat:repeat-y;
}

#top {
 position: absolute;
 top: 0px;
 left: 0px;
}

#banner {
 position: absolute;
 top: 149px;
 left: 616px;
}

#leftof_flash {
 position: relative;
 top: 149px;
 left: 197px;
}
#belowTop {
 position: absolute;
 top: 114px;
 left: 0px;
}

#payments_btn {
 position: absolute;
 top: 114px;
 left: 245px;
}
#reserve_btn {
 position: absolute;
 top: 114px;
 left: 415px;
}
#contactus_btn {
 position: absolute;
 top: 114px;
 left: 592px;
}
#menu_border {
 position: absolute;
 top: 149px;
 left: 182px;
}
#location_btn {
 position: absolute;
 top: 149px;
 left: 0px;
}
#features_btn {
 position: absolute;
 top: 176px;
 left: 0px;
}
#moving_btn {
 position: absolute;
 top: 203px;
 left: 0px;
}
#safes_btn {
 position: absolute;
 top: 227px;
 left: 0px;
}
#directions_btn {
 position: absolute;
 top: 257px;
 left: 0px;
}
#aboutus_btn {
 position: absolute;
 top: 284px;
 left: 0px;
}
#photos_btn {
 position: absolute;
 top: 311px;
 left: 0px;
}
#home_btn {
 position: absolute;
 top: 338px;
 left: 0px;
}
#belowHome {
 position:absolute;
 top:365px;
 left:0px;
}
#thumbs {
 position: absolute;
 top: 391px;
 left: 0px;
}
#payments2_btn {
 position: absolute;
 top: 486px;
 left: 0px;
}
#reserve2_btn {
 position: absolute;
 top: 512px;
 left: 0px;
}
#contactus2_btn {
 position: absolute;
 top: 538px;
 left: 0px;
}

#content {
 position: relative;
 width:550px;
 margin-top: 180px;
 margin-left: 220px;
 margin-bottom: 50px;
}

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

/* CONTACT FORM */

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