/* COMMON DEFINITIONS */
body {  
 font-family:  Times New Roman; 
 color: #000000; 
 font-size: 16px;

 margin: 0px;
 padding: 0px;

 background-color: #000066;
}

a {  color: #1B4E85;}
a:link {  color: #1B4E85}
a:active {  color: #FF0000}
a:visited {  color: #142C3D}
a:hover {  color: #FF0000}

.important { color: #FF0000; }

/* -------------------- SITE STYLES -------------------- */

#masthead {
 position: relative;
 background: url(../images/template/masthead_background.jpg);
 height: 150px;
}
#contact-info {
 position: absolute;
 top: 0px;
 right: 0px;
}

#content-area {
 position: absolute;
 top: 145px;
 left: 18px;
 right: 130px;
 background: #E6FAFF;
 border: #94DBFF solid;
 border-width: 0px 2px 0px 2px;
 padding: 10px;
}

#masthead ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}
#masthead ul li {
 display: block;
 float: left;
}
#masthead img {
 display: block;
 border: 0px;
}
                   
/* -------------------- FORM STYLES -------------------- */

/* SUBSCRIPTION FORM */

#subbox {
margin: 30px 0px 20px 0px;
text-align: center;
font-size: 11px;
color: #FFFFFF;
}
.formfield {
 width: 98%;
 margin: auto;
 border: #000 solid 1px;
 height: 20px;
}
.form-button {
 margin: auto;
 background: #8EB6DD;
 color: #35445B;
 font-size: 12px;
 font-weight: bold;
}

/* 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: #CFA294;
 color: #000;
 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: #FBF9DB;
 color: #000;
 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;
}