@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	background: #000;
	background-image:url(../images/header.jpg);
	height: 85px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #navcontainer {
	padding-top: 30px;
}

#navcontainer ul li {
	display: inline;
}

.thrColFixHdr #header-text {
	height: 85px;
	width: 450px;
	height: 50px;
	color:#FFFFFF;
	float:right;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:343px;
/*	background: #fff;
	background-image: url(../images/home-left-hunt-animate.gif);
	background-repeat:no-repeat; */
}
.thrColFixHdr #mainContent {
	float:left;
	height: 343px;
	width: 500px;
	background-image:url(../images/home-logo.gif);
}
.thrColFixHdr #textbox {
	position: relative;
}
.thrColFixHdr #relative {
	position: absolute;
	top: 28px;
	left: 246px;
	height: 302px;
	width: 234px;
	font-size:11px;
	font-family:"Myriad", Verdana, sans-serif;
	color: #794400;
	line-height: 19px;
}
.thrColFixHdr #footer {
	background-color: #003d7d;
	height:170px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link {
	text-decoration:none;
	color: #fff;
}
#footer a:hover {
	text-decoration:none;
	color: #fff;
}
#footer a:visited {
	text-decoration:none;
	color: #fff;
}
#footer a:active {
	text-decoration:none;
	color: #fff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#apDiv1 {
	position:absolute;
	left:444px;
	top:222px;
	width:0px;
	height:2px;
	z-index:1;
}
.style4, .style5 {
	font-family: "Myriad Pro", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.social{
	float:right;
	width: 35%;
}
.social ul{
	float:right;
	display:inline;
	list-style-type:none;
	margin:14px 20px 0 0;
}
.social li a{
	float:left;
	padding-top:25px;
	height: 0 !important;
	height /**/:+25px;
	overflow: hidden;
	padding-right: 10px;
}
.facebook{
	width:20px;
	background: url(../images/fb.png) top left no-repeat;
}
.social a:hover {
	background-position:0 -25px;
}
.youtube{
	background: url(../images/yt.png) top left no-repeat;
	width:65px;
}
.thrColFixHdr #sidebar1 {
padding-top: 0px;
}

.navlist {
	width: 65%;
	float: left;
}
.navlist ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
    position:relative;
	float: left;
	font-family: "Myriad Bold", Verdana, sans-serif;
}

.navlist ul li ul {
 display:none;
 margin:0
}
.navlist ul li:hover ul {
 display:block;
 position:absolute;
 top:20px;
 left:155px;
 width:95px;
 background:#999 url(../images/dropdown.jpg) no-repeat;
 padding: 8px 2px 8px;
 z-index:99;
}
.navlist ul li ul li a{
 margin-left:0;
 border:none;
}
#navcontainer ul li {
	display: inline;
}
.navlist ul li a {
	padding: 3px 12px;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font: "Myriad Bold", Verdana, sans-serif;
	font-size:12px;
}
.navlist ul li a:hover {
	color: #cca859;
}

