/* Positioned Elements */

body {
  font-family:arial, Helvetica, sans-serif;
  margin:0px;
  background:#282828;
  behavior: url(/csshover.htc);
}
	
#container {
  width:976px;
  margin-left:auto; 
  margin-right:auto;
}

#banner {
  background:url(/images/banner.jpg) no-repeat;
  height:208px;
}

  #banner p {
    font-size:16px;
    float:left;
    margin:0px;
    padding:90px 0px 0px 34px;
    line-height:21px;
    letter-spacing:.5px;
    color:#000;
  }

#topnav {
  background:#72401b;
  height:38px;
}

#rightmenu {
  float:right;
  width:500px;
  margin-bottom:30px;
}

#rightmenu table {
  background:#F7E7DA;
  border:solid 4px #727D6C;
  padding:18px 20px 20px 26px;
  width:449px;
  margin-left:20px;
  font-size:14px;
}

#rightmenu td {
  padding-right:20px;
  height:40px;
}

#rightmenu th {
  font-size:18px !important;
  text-align:left;
  padding-bottom:5px;
}

#content {
  background:url(/images/content.jpg) no-repeat #fff;
  margin:0px;
  padding:7px 0px 20px 0px;
}

#footer {
  background:#72401b;
  padding:0px 0px 0px 0px;
  margin:0px;
  font-size:13px;
  color:#000;
  text-align:center;
}

  #footer p {
    list-style:none;
    margin:0px;
    padding:13px 0px 10px 0px;
  }

#bottom {
  text-align:center;
  font-size:13px;
  color:#ccc;
}


/* Styled Elements */


#content h1 {
  font-size:30px;
  color:#000;
  padding:24px 32px 0px 32px;
  margin:0px 0px 0px 0px;
  font-weight:bold;
  font-family:times;
  text-transform:uppercase;
  letter-spacing:1px;
}

#content h2 {
  font-size:19px;
  margin:14px 32px 0px 32px;
  padding:0px;
  color:#72401a;
  font-style:italic;
  letter-spacing:1px;
}

#content h3 {
  font-size:16px;
  margin:14px 32px 0px 32px;
  padding:0px;
  color:#000;
}

#content p {
  margin:14px 32px 0px 32px;
  font-size:14px;
  line-height:20px;
}

#content li {
  padding-bottom:2px;
  font-size:13px;
  margin-left:16px;
  margin-right:22px;
}

#table {
  margin:14px 32px 0px 32px;
  font-size:13px;  
}

#table td {
  vertical-align:top;
}

#rotator {
  height:300px;
  width:450px;
  overflow:hidden;
  float:right;
  margin:30px 32px 20px 32px;
}

.right_pic {
  float:right;
  padding:4px 12px 14px 12px;
  margin:0px !important;
  font-size:13px;
  text-align:center;
  font-style:italic;
}

.left_pic {
  float:left;
  padding:8px 22px 12px 2px;
  margin:0px !important;
  font-size:13px;
  text-align:center;
  font-style:italic;
}

.required {
  color:#000 !important;
}

#logo {
  float:left;
  width:366px;
  height:154px;
  padding:19px 0px 0px 12px;
  margin:18px 0px 0px 16px;
}

img {
    border:none;
    display:block;
}

hr {
    margin:20px 32px 20px 32px;
}

#clear {
  height:0px;
  margin:0px;
  clear:both;
}

.hidden {
  display:none;
}


/* Begin link styles */


a {
  color:#132E5B;
  font-weight:bold;
  text-decoration:underline;
}

a:visited {
  color:#132E5B;
  text-decoration:underline;
}

a:hover {
  color:#4c72b3;
  text-decoration:underline;
}

#banner a {
  color:#000;
  font-weight:normal;
}

#banner a:visited {
  color:#000;
  font-weight:normal;
}

#banner a:hover {
  color:#ECD0BB;
  font-weight:normal;
}

#bottom a {
  color:#ccc;
}

#bottom a:visited {
  color:#ccc;
}

#bottom a:hover {
  color:#fff;
}

/* Begin CSS rollover menus */


div#nav {
  font-family:arial;
}

div#nav ul {
  padding:0px 0px 0px 45px;
  margin:0px;
  list-style: none;
  margin:0px;
  z-index:50;
}

div#nav li {
  padding:0px 0px 0px 0px !important;
}

div#nav a {
  color: #fff; 
  font-size:14px;
  text-transform:uppercase;
  display: block;
  font-weight: bold;
  padding:10px 20px 11px 20px;
  text-decoration:none;
  margin:0px;
}

div#nav a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background:#8E9D86;
}

div#nav li li {
  display: block; 
  float: none;
  background:#06284b;
  text-align:left;
  padding:0px !important;
  margin:0px;
}

div#nav li li:hover {
  background: #104B85;
}

div#nav li li a {
  font-weight: bold;
  border:none;
  margin:0px;
  padding:9px;
  color:#fff;
  width:170px;
  font-size:13px;
}

div#nav li li a:hover {
  color:#fff;
  background: #104B85;
}

div#nav li { /* all list items */
  cursor: default; 
  float: left;
  padding:0px;
  margin:0px;
}

div#nav li ul { /* second-level lists */
  background: #377c2b;
  position: absolute;
  left: -999em;
  margin:0px;
  padding:0px;
}

/* third-and-above-level lists */
div#nav li ul ul {
  position: absolute;
  margin:-34px 0px 0px 187px;
}

div#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

div#nav li:hover ul, div#nav li li:hover ul, div#nav li.sfhover ul, div#nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}: auto;
}