/* CSS Document */

body {
background-color: #AE540C;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-image: url(../images/header-back.png);
background-repeat: repeat;
background-position: center top;
}

#top-menu {
width: 100%;
height: 20px;
background-color: #F6F6F6;
border-bottom: 1px #000000 solid;
position: absolute;
left: 0px;
top: 0px;
color: #999999;
text-align: right;
}

#top-menu ul {
list-style-type: none;
display: block;
margin-top: 3px;
padding-right: 20px;
}

#top-menu ul li {
display: inline;
padding-left: 20px;
}

#top-menu ul li a {
text-decoration: none;
color: #999999;
font-weight: bold;
}

#top-menu ul li a:hover {
text-decoration: none;
color: #000000;
}

#frame {
width: 800px;
min-height: 600px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 100%;
height: 200px;
padding-top: 10px;
padding-left: 30px;
}

#strip-con {
width: 100%;
height: 390px;
background: url("../images/strip.png") repeat-x;
position: absolute;
left: 0px;
margin-top: -37px;
}

#strip {
width: 800px;
height: 390px;
margin-left: auto;
margin-right: auto;
}

#images-con {
width: 395px;
height: 385px;
position: absolute;
background-image:url(../images/frame.png);
background-repeat: no-repeat;
float: left;
z-index: 100;
}

#images {
width: 390px;
height: 395px;
position: relative;
z-index: 50;
margin-left: 10px;
top: -14px;
}

#content {
position: relative;
float: right;
margin-top: -371px;
margin-right: -50px;
padding-right: 25px;
width: 420px;
height: 313px;
vertical-align: middle;
overflow-y: auto;
}

@contact a:link {
font-weight: bold;
text-decoration: none;
color:#FFFFFF;
}

#contact a:hover {
text-decoration: underline;
}

@contact a:visited {
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
}


#footer {
width: 100%;
height: 20px;
clear: both;
margin-top: 375px;
color: #333333;
text-align: center;
}

#menu {
width: 500px;
margin-left: 400px;
list-style: none;
list-style-type: none;
margin-top: 13px;
}

.nav, .nav ul { 
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: 0px;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
  list-style-type: none;
}

.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  color: #000000;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  text-decoration: none;
  list-style: none;
}

.nav li a:hover {
  color: #FFFFFF;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  color: #000;	
}

.nav ul {
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
  list-style: none;
}
.nav ul a {
  padding-right: 20px;
  width: 150px;
  white-space: nowrap;
  list-style: none;
}
.nav ul a:hover {
  color: #000;
}

.textchange {
text-transform: none!important;
background-color: #990000;
font-size: 12px!important;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}

img {
border: 0px;
}