/* ABO CSS Core */
#warriorBanner{
width: 462px;
text-align:justify;
}
/* Center entire layout */
body {
	margin: 0;
	padding: 0;
	font: 11px arial, helvetica, verdana, sans-serif;
	color: #fff;
	background: #000;
	background-image: url(images/fadeBG_blk_blue.jpg);
	background-repeat: repeat-x;
}
body {
	min-width: 750px;
	text-align: center;
}
img {
	margin:0;
	padding:0;
	border:none;
}
#centerwrap {
	width: 750px;
	margin: 10px auto;
	padding: 10px 0;
	text-align: left;
}
/* Header elements */
h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
/* Main content */
#content {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Paragraph elements */
p {
	margin: 9px 0 0 0;
	padding: 0;
	color: #FFF;
	background-color: transparent;
	font: 12px arial, helvetica, verdana, sans-serif;
}
#getFlashPlayer {
	position: absolute;
	top: 10px;
	right: 0;
}
/* List elements */
ol.subpage, ul.subpage {
	margin: 12px;
	padding: 0;
	color: #FFF;
	background-color: transparent;
	font: 12px arial, helvetica, verdana, sans-serif;
	list-style-type: disc;
}
/* HOME (INDEX) PRESENTATION */
#headerContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
}
#indexLeftHeader {
	float: left;
	width: 621px;
	height:150px;
	color: #000;
	background-color: #000;
}
#indexRightHeader {
	float: left;
	width: 127px;
	height:150px;
	color: #000;
	background-color: #000;
}
#navBarContainer {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
}
#navBar {
	clear: both;
	float: left;
	width: 750px;
}
#navBarContainer {
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
	width: 750px;
}
#homeText {
	width: 450px;
	padding-left:8px;
	line-height:1.8em;
	font-weight:700;
	text-align: justify;
	padding-top: 10px;
	position:relative;
	float:left;
}
#homeFairChaseLogo {
	width:218px;
	float:right;
	text-align:center;
}
.aboName {
	color:#a8c2d2;
}
#videoPlayer {
	padding-top:28px;
	padding-left:25px;
	height:296px;
	width:723px;
	background: url(images/homeVideo.jpg) no-repeat;
	position:relative;
}
#videoLogo {
	position:absolute;
	left:248px;
}
#sponsor_Splash {
	height:85px;
	width:675px;
}
/* Add Tedd Sperling's Free code for CSS Dropdown Menu */
/* http://www.sperling.com/examples/menuh/ */
#menuh-container {
	position: absolute;
	top: 1em;
	left: 1em;
	height: 26px;
}
#menuh {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0;
	margin-top: 0;
}
#menuh a {
	text-align: center;
	display: block;
	border: 1px solid #000;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
}
#menuh a, #menuh a:visited	/* menu at rest */ {
	color: white;
	background-color: #9C8230;
	text-decoration: none;
}
#menuh a:hover	/* menu at mouse-over  */ {
	color: white;
	background-color: #4A0213;
}
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */ {
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */ {
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh ul {
	list-style: none;
	margin: 0;
	padding:0;
	float: left;
	width: 150px;	/* width of all menu boxes */
}
#menuh li {
	position:relative;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}
#menuh ul ul {
	position:absolute;
	z-index:200;
	top: auto;
	display: none;
}
#menuh ul ul ul {
	top: 0;
	left: 100%;
	z-index: 200;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:200;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {
	display:none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
	display:block;
}
/* End CSS Drop Down Menu */
/* Nav (top) items */
#navItemHome {
	position: absolute;
	top: 4px;
	left: 60px;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#navItemAbout {
	position: absolute;
	top: 4px;
	left: 195px;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#navItemPartners {
	position: absolute;
	top: 4px;
	left: 360px;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#navItemSitemap {
	position: absolute;
	top: 4px;
	left: 460px;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#navItemContactUs {
	position: absolute;
	top: 4px;
	left: 560px;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
/* Main Content Area */
#middleContentContainer {
	border:0;
	margin:0;
	padding:0;
	clear: both;
	position: relative;
	width: 750px;
}
#flashThumbnails {
	position: absolute;
	top: 261px;
	left: 210px;
}
#middleContentTop {
	width: 748px;
	height:21px;
}
#middleContentMiddle {
	margin: 0;
	padding: 1px;
	border: 0;
	/* float: left; */
	width: 748px;
	background-image: url(images/pixelSlice.jpg);
	background-repeat: repeat-y;
	min-height:300px;
}
#contentTextPosition {
	margin:0 30px 0 30px;
	padding:0;
	position: relative;
	top: 0;
	left: 0;
	/* border: 1px solid red; */
	z-index: 20;
}
#WCcontentTextPosition {
	margin:0 30px 0 30px;
	padding:0;
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	/* border: 1px solid red; */
	z-index: 20;
}
#schedContentTextPosition {
	margin:0 30px 0 30px;
	padding:0;
	position: relative;
	top: 0;
	left: 0;
	width: 350px;
	/* border: 1px solid red; */
	z-index: 20;
}
#aboutContentTextPosition {
	margin:0 30px 0 30px;
	padding:0;
	position: relative;
	top: 0;
	left: 0;
	width: 68%;
	/* border: 1px solid red; */
	z-index: 20;
}
a.contentHDR_links {
	font: 11px arial, helvetica, verdana, sans-serif;
	color: #0099FF;
	font-weight:bold;
}
a.contentHDR_links:hover {
	font: 11px arial, helvetica, verdana, sans-serif;
	color:#CDCE52;
	font-weight:bold;
}
#wildCookinImg {
	position: absolute;
	top: 95px;
	left: 515px;
	/* left: 495px; */
	width: 180px;
	/* clear: left; */
	z-index: 20;
}
#plasmaTV {
	position: absolute;
	top: 87px;
	left: 415px;
	/* left: 495px; */
	/* width: 180px; */
	/* clear: left; */
	z-index: 20;
}
#ABOTVtext {
	position: absolute;
	top: 70px;
	right: 95px;
	font-size: 1.5em;
	font-weight: bold;
	color: #66CCFF;
	background-color: #000000;
	z-index: 40;
}
#middleContentBottom {
	float: left;
	width: 748px;
	height:18px;
	color: #000;
	background-color: #000;
}
#aboutSidebarContentContainer {
	/* clear: left; */
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 2px;
	right: -180px;
	/* left: 495px; */
	width: 161px;
}
#aboutSidebarmiddleContentTop {
	/* float: left; */
	margin: 0;
	padding: 0;
	border: 0;
	width: 161px;
	height:43px;
	color: #000;
	background-color: transparent;
}
#aboutSidebarMiddleContentMiddle {
	margin: 0;
	padding: 0;
	border: 0;
	/* float: left; */
	width: 161px;
	background-image: url(images/aboutPgSidebarPixelSlice.jpg);
	background-repeat: repeat-y;
}
#aboutSidebarContentTextPosition {
	/* margin:2px;
	padding:10px; */
	position: relative;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 5px 0 5px 10px;
	border: 0px;
	width: 80%;
	/* border: 1px solid red; */
	z-index: 20;
}
#aboutSidebarMiddleContentBottom {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 161px;
	color: #000;
	background-color: transparent;
}
#huntGallery {
	width:549px;
	margin:0 auto;
}
a.sitemapLink {
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #0099FF;
	font-weight: normal;
	background-color: transparent
}
a.sitemapLink:hover {
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #CDCE52;
	font-weight: normal;
	background-color: transparent
}
a.offsiteLink {
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #0099FF;
	font-weight: normal;
	background-color: transparent
}
a.offsiteLink:hover {
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #CDCE52;
	font-weight: normal;
	background-color: transparent
}
#middleContentTreeBG {
	position: absolute;
	bottom: 10px;
	right: 27px;
	width: 191px;
	height: 250px;
	/* background-color: #000; */
	background-color: transparent;/*overflow: auto; /* Variable height div, so can't use hidden - permit tree to extend content window along y */
}
#imageBelowNavContentContainer {
	clear: both;
	width: 750px;
}
#imageBelowNavContent {
	width: 748px;
	height:123px;
}
/* Online Forms */
table {
	background-color:transparent;
}
td {
	background-color:transparent;
}
.contact_form_main_head {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #fff;
	background-color:transparent;
}
.survey_form_main {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #fff;
	background-color:transparent;
}
.questions {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #fff;
	background-color: transparent;
	font-weight:bold;
}
.answers {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #fff;
	background-color: transparent;
}
cfinput {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #fff;
	background-color: transparent;
}
.submit {
	width: auto;
	font: 11px arial, verdana, geneva, helvetica, sans-serif;
	font-weight: 700;
	background-color: #CCCC33;
	color: #000;
	border: 1px solid #fff;
	margin-right: 0px;
	text-align: center;
}
#formBG {
	position: absolute;
	top: 230px;
	left: 0;
	width: 400px;
	height: 500px;
	background-image: url(images/formBG_Maroon.jpg);
	background-repeat: no-repeat;
	z-index: -10;
}
#contactForm {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 20px 20px 0;
	z-index: 200;
}

/* Footer Area */
#footerNavContentContainer {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	width: 748px;
	height:33px;
	background:url(images/lwrNav.jpg);
}
ul#footerNav {
	margin:0;
	padding:0;
}
#footerNav li {
	display:inline;
	padding:0;
	margin:0;
}
#footerNav a:link,  #footerNav a:visited {
	color:#fff;
	float:left;
	width:auto;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
}
#footerNav-home a:link,  #footerNav-home a:visited {
	padding:10px 59px 10px 59px;
}
#footerNav-about a:link,  #footerNav-about a:visited {
	padding:10px 45px 10px 45px;
}
#footerNav-partners a:link,  #footerNav-partners a:visited {
	padding:10px 48px 10px 48px;
}
#footerNav-events a:link,  #footerNav-events a:visited {
	padding:10px 55px 10px 55px;
}
#footerNav-contact a:link,  #footerNav-contact a:visited {
	padding:10px 40px 10px 40px;
}
a.foot_links {
	font: 12px arial, helvetica, verdana, sans-serif;
	color:#ffffff;
	font-weight:bold;
}
#footerNav a:hover {
	color:#CDCE52;
}
#navFooterHome {
	position: absolute;
	top: 400px;
	left: 60px;
	color: #FFF;
	font: 12px arial, helvetica, verdana, sans-serif;
	text-decoration: underline;
}
#navFooterAbout {
	position: absolute;
	top: 4px;
	left: 195px;
	color: #FFF;
	font: 12px arial, helvetica, verdana, sans-serif;
	text-decoration: underline;
}
#navFooterPartners {
	position: absolute;
	top: 4px;
	left: 360px;
	color: #FFF;
	font: 12px arial, helvetica, verdana, sans-serif;
	text-decoration: underline;
}
#navFooterSitemap {
	position: absolute;
	top: 4px;
	left: 460px;
	color: #FFF;
	font: 12px arial, helvetica, verdana, sans-serif;
	text-decoration: underline;
}
#navFooterContactUs {
	position: absolute;
	top: 4px;
	left: 560px;
	color: #FFF;
	font: 12px arial, helvetica, verdana, sans-serif;
	text-decoration: underline;
}
#footerContentContainer {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	width: 748px;
	height:33px;
}
#homeFooterContent {
	padding:20px 20px 0 0;
	float: left;
	width: 727px;
	height:65px;
	color: #fff;
	background:url(images/homeFooter.jpg) #000 no-repeat;
	text-align:right;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#footerContent {
	padding:20px 20px 0 0;
	float: left;
	width: 728px;
	height:65px;
	color: #fff;
	background:url(images/Footer.jpg) #000 no-repeat;
	text-align:right;
	font: bold 12px Arial, Helvetica, sans-serif;
}
/* End Nav (footer) items */
/*------------------------------------<EVENTPAGE>---------------------------*/
.event {
	clear:both;
	margin:10px auto;
	padding:20px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	width:510px;
}
.clear {
	clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}
.event-dateStamp {
	background: url(images/dateStamp.jpg) no-repeat;
	height:75px;
	width:70px;
	margin:0 20px 0 0;
	float:left;
}
.event-month {
	font: 20px/1.2em Verdana, Geneva, sans-serif;
	padding:10px 0 0 0;
	text-align:center;
}
.event-day {
	font: 25px/1.6em Verdana, Geneva, sans-serif;
	color:#000;
	text-align:center;
}
.event-meta {
	width:250px;
	padding:0 20px 0 10px;
	float:left;
	position:relative;
	border-left: 1px solid #333;
}
.event-description {
	text-align: justify;
	padding:10px 0 0 0;
}
.event-header {
	font: 28px/2em Verdana, Geneva, sans-serif;
	clear:both;
	margin:0 auto 20px auto;
	width:500px;
	text-align:center;
}
.event-title {
	font: 16px/1.6em Verdana, Geneva, sans-serif;
	color:#872b2c;
}
.event-contactInfo {
	float:left;
	position:relative;
	border-left:1px solid #333;
	padding:5px;
}
/*------------------------------------</EVENTPAGE>---------------------------*/
#sponsors_wrapper {
	clear: both;
	position:relative;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:13px;
}
.highlight {
	color: #54C4D2;
}
#choose_wrap {
	width:600px;
	padding:5px;
	text-align:justify;
}
#proStaff p {
	padding-left: 200px;
	padding-top: 10px;
}
.bold {
	font-weight:bold;
}
#proStaff .proNav{
	padding:0;
	text-align:center;
}
#spotlight h1{
	font:normal 3em/140% Verdana, Geneva, sans-serif;
	margin:0;
}
#spotlight h2{
	font:normal 1.8em/140% Verdana, Geneva, sans-serif;
	margin:0;
}
#spotlight h3{
	font:bold 1.4em/110% Verdana, Geneva, sans-serif;
	margin:8px 0;
	color:#900;
}
#spotlight p{
	margin:0;
}

#sponsorsRow1, #sponsorsRow2, #sponsorsRow3, #sponsorsRow4, #sponsorsRow5 {
	width: 650px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	position:relative;
}
.sponsor_left{
	position:absolute;
	top:0;
	left:0;
	width:325px;
}
.sponsor_right {
	position:absolute;
	top:0;
	right:0;
	width:325px;
}
#sponsorEnd{
	width: 650px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 50px;
}

.right {
	text-align:right;
	float:right;
	margin: 0 0 10px 10px;
}
.blog {
	width:450px;
	text-align:justify;
}