@charset "utf-8";
/* CSS Document */

body {
background-color:#073809;
margin-top:25px;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

#shady {
background-image:url(Assets/shady1.png);
padding-left:5px;
padding-right:5px;
padding-bottom:0;
width:966px;
margin:auto;
}

#borders {
background-image:url(Assets/edge1bg.jpg);
padding-left:35px;
padding-right:35px;
}

#container {
background-image:url(Assets/body-bg.jpg);
}

#header {
width:896px;
height:197px;
background-image:url(Assets/header.jpg);
background-repeat:no-repeat;
}

#headerinfo {
text-align:center;
padding-top:165px;
font-family:Arial, Helvetica, sans-serif;
font-size:13.5px;
}

#content {
}

#nav {
float:left;
width:151px;
height:100%;
}

/* not used */
#featured {
float:right;
width:190px;
}

#text1 {
width:720px;
margin-left:161px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
}

#flistings {
width:286px;
height:229px;
background-image:url(Assets/featured-bg2.png);
background-repeat:no-repeat;
margin:5px;
float:right;
}

.iframe {
margin:10px;
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

#divider {
margin-top:40px;
margin-left:198px;
width:500px;
height:20px;
background-image: url(Assets/hordiv.png);
}


#footer {
margin-top:10px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

/*nav css*/
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin-top: 5px;
  margin-left:-10px; 
  padding:0;
  width: 171px; /*For KHTML*/
  height:100%;
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

ul#navmenu a {
  padding: 9px;
  margin-bottom:4px;
  display: block;
  color: #490888;
  background-image:url(Assets/button-up.png);
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}



ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* forms */
/* -------------------------- Forms ---------------------------*/

fieldset {
width:500px; 
display:block;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

legend {1
color:#000;
padding:5px;
text-transform:uppercase;
}

input {
float:right;
width:300px;
}

label {
float:left;
text-align:left;
}

textarea {
float:right;
width:300px;
}

select {
float:right;
width:275px;
}

.box {
float:right;
width:270px;
}

.box2 {
width:185px;
float:left;
}

.checkbox {
float:right;
width:20px;
margin-right:130px;
}

.button {
width:100px;
margin:20px 250px 0 0;
}

/*--------------- Highlighter ---------------*/

.ctrlHolder {
overflow:hidden;
clear:both;
margin:0;
padding:7px 4px;
}

.ctrlHolder span {
position:relative;
}

.focused {
color:#E32824;
border:3px solid #333;
border-width:3px 0;
padding:4px 4px;
}

.ctrlHolder .textInput:focus {
border-color:#666;
}

div.focused .formHint {
color:#000;
}