/* COMMON DEFINITIONS */
body {
 margin:0px;
 padding:0px;
 background-color:#000;
 font-family:sans-serif;
 font-size:13px;
}
a {text-decoration:none;}

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

/* -------------------- SITE STYLES -------------------- */
#frame {
 position:relative;
 margin:auto;
 width:800px;
 
}
#top {
 position:relative;
}
#contactInfo {
 position:absolute;
 right:25px;
 top:70px;
 color:#FFF;
 font-family:arial;
 font-size:14px;
 font-style:italic;
 font-weight:bold;
}
#topNAV {
 position:absolute;
 top:155px;
 left:148px;
}
#topNAV a {
 color:#EBEBEB;padding-right:9px;
 font-family:arial;
 font-size:13px;
 font-style:italic;
 font-weight:bold;
}
#topNAV a:hover {
 color:#FFF;
}
#contentFrame {
 position:relative;
 background-image:url(../images/template/contentBG.jpg);
 margin-top:-3px;
 padding:12px 10px 12px 12px;
}
#content {
 width:768px;
 padding:8px 0px 8px 8px;
 color:#000;
 font-family:sans-serif;
 font-size:16px;
 background-color:#CCC;
 border:solid 1px #000;
}
#blurb {
 color:#008080;
 font-family:sans-serif;
 font-size:10px;
}
#bottom {
 position:relative;
}
#footerText{
 position:absolute;
 left:135px;
 bottom:9px;
 color:#000000;
 font-family:sans-serif;
 font-size:12px;
 font-weight:bold;
 z-index:2;
}

/* CONTACT FORM */

#contact-form {
 position: relative;
 display: block;
 width: 400px;
 margin: 0px auto 0 180px;
 font-size: .9em;
 font-family:arial;
}
#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;
}


