@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}
html, body { height: 100%; min-height:100%; margin: 0; padding: 0; }
html, body, 
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
  
a, a:link, a:visited { color: #bb8d0b; text-decoration: none; }
a:hover, a:focus { color: #bb8d0b; text-decoration: underline; }
p { padding-bottom: 10px; }

#wrapper { width: 100%; height: 100%; position:absolute;}
#header {
	background:url(../images/header-x.gif) repeat-x;
	height: 160px;
}

#nav {
	margin: 0 auto;
	width:1024px;
	/*background:url(../images/header.gif) no-repeat;*/
	height: 160px;
	text-align: center;
}

#logo { padding-top: 20px; }
#nav ul { list-style-type: none;
padding-top: 25px;
display: block;
}

#container { margin:0 auto; min-height: 100%; height: 100%; background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  
#content { width: 1024px; margin:0 auto; min-height: 100%; }

#copy {
	background: #FFF;
	width: 920px;
	min-height: 100%;
	text-align: left;
	opacity:0.9;
	filter:alpha(opacity=90);
	margin-left: 52px;
	min-height: 100%;
	position: absolute;
}

#copy2 { padding: 25px 15px 15px 15px; }
#copy2 h1 { color: #bb8d0b; font-size: 24px; padding: 0 5px 15px 5px; }
#copy2 h2 { color: #000; font-size: 20px; padding: 15px 5px 0 5px; }
#copy2 h3 { color: #bb8d0b; padding: 5px 5px 0 5px; }
.note { color: #bb8d0b;}
#copy2 p {
	padding: 5px;
	color: #000;
}
#copy2 ul {
	padding-left: 20px;
}
#copy2 td { vertical-align: top; }
.main { margin-top: 30px; }
#nav { position:relative; }
#nav li {  
display:inline;
padding-right: 25px; 
text-transform: uppercase;
}

#nav li a {color: #FFF; font-size: 16px; font-weight: bold; text-decoration:none; }
#nav li a:hover {color: #000; text-decoration: none;}

#nav li img {
	vertical-align:middle;
}

#footer {
	color: black;
	font-size: 75%;
	text-align: center;
	padding-bottom: 20px;
}

/*#header {
	background:url(../images/header.gif) no-repeat;
	height: 160px;
}*/

