/* CSS Document */
body {
	background-image: url(/athleticforum/images/bg-stripes.jpg);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font: small/150% Arial, Helvetica, sans-serif;
	color: #353022;
	
	margin:0;
padding:0;
height:100%; /* this is the key! */
}


/*  PAGE STRUCTURE */
#header {
	position:absolute;
	width:100%;
	height:105px;
	left: 0px;
	top: 0px;
	background-image: url(/athleticforum/images/bg-grass.jpg);
	background-repeat:repeat-x;
	background-color: #962217;
	z-index:20;
}

#navMenu {
	position:absolute;
	width:100%;
	height:29px;
	left:0px;
	top:105px;
	background-color: #DFC990;
	background-image: url(/athleticforum/images/bg-navmenu.jpg);
	background-repeat:repeat-x;
	z-index:15;
}




#search {
	position:absolute;
	left:719px;
	top:105px;
	width:180px;
	height:29px;
	padding-top:2px;
	z-index:20;
}

#contentwrap {
	position:absolute;
	width:100%;
	top:134px;
	left: 0px;
/*	height:100%;*/
}

#leftSideBar {
	
	background-image: url(/athleticforum/images/bg-leftside.jpg);
	background-repeat:repeat-x;
	width:60px;
	background-color: #962217;
	/*background-color: #00FF00;*/
		/*background-image: url(/athleticforum/images/bg-leftside.jpg);
	background-repeat:repeat-x;*/
}

#redbarwrapper {
/*position:absolute;
left:0;
top:0;
padding:0;
height:100%; 
	background-color: #962217;
	background-image: url(/athleticforum/images/bg-leftside.jpg);
	background-repeat:repeat-x;
	width:60px;*/
}

#rightSideBar {
	padding: 15px 5px 0px 0px;
	width: 210px;
}


/* NEXT EVENT AREA */
#nextEventWrap {
	width:594px;
	border: 1px solid #353022;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	background-color: #DFC990;
}

#nextEventHeader {
	background-color: #962217;
	height: 25px;
	padding-left: 10px;
}

#nextEventTextAreaWrap {
	background-image: url(/athleticforum/images/bg-nextevent.jpg);
	background-repeat:repeat-x;
	background-color: #DFC990;
	border-top: 1px solid #353022;
	padding: 20px 10px 5px 15px; 
	margin: 0px;
}
#nextEventTextArea {
	font-size: 82%;
	line-height: 110%; 
	background-color: #DFC990;
	background-image: none;
	padding: 0px;
}
.nextEventTitle {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	margin:0px;
}
.nextEventMoreInfoLink {
	text-transform: uppercase;
	margin-right: 20px;
}

#nextEventThumbnails {
	position:absolute;
	top:310px;
	margin-left:380px;
	height:200px;
	width:200px;
}

#nextEventThumbnails img {
	border: 1px solid #353022;
	margin: 5px;
}


/* MAIN CONTENT AREA */
#mainContent {
	padding: 15px;
	width:594px;
}


.redunderline {
	border-bottom: 1px dotted #962217;
	padding-bottom: 0px;
	margin-bottom: 5px;

}
h2 {
	margin: 15px 0px;
	font-size: 170%;
	padding-bottom: 2px;
	border-bottom: 1px dotted #962217;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 140%;
	font-weight: bold;

}
h3.underline {
	margin-top: 15px;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dotted #962217;

}

 img.border-right {
 	float: right;
	margin: 0px 0px 15px 20px;
	padding: 2px;
	border:1px solid #999999;
 }


/* RIGHT SIDEBAR */
#news {
	width:100%;
	background-image: url(/athleticforum/images/bg-topnews.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border: 1px solid #353022;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#news-top {
	background-color: #353022;
	height: 25px;
	padding-left: 10px;
}

#news p {
	margin-left:15px;
	margin-right: 15px;
}

/* FOOTER */
#footer {
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
}

#footer p {
	border-top: 1px solid #666666;
	padding-top: 8px;
	color: #845A33;
}

#footer a:link, #footer a:visited, #footer a:hover {
	margin-right: 40px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:bold;
	color: #845A33;
}

#footer a:hover {
	color: #962217;
}


/* LINKS */
a:link, a:visited {
	color: #962217;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #845A33;
}


/*ZONE 3 DROPDOWN*/
#zone-3-dropdown {
	position:absolute;
	top:105px;
	left:70px;
	/*z-index:20;*/
	z-index:500;
}
#zone-3-dropdown, #zone-3-dropdown ul {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
	float: left;
	list-style: none;
	line-height: 1;
	background:none
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	clear: left;
}

#zone-3-dropdown a {
	display: block;
	color: #353022;
	text-decoration: none;
	padding: 0;
}

#zone-3-dropdown li {
	float: left;
	padding: 0;
}

#zone-3-dropdown li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	/*below prevents drop downs from being two columns sometimes*/
	w\idth: 13.9em;

	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#zone-3-dropdown li li {
/*sets width of dropdowns - but only lengthens rollover in Safari if set to higher than 11em*/
	width: 16em;
	
	padding: 5px 5px;
	background: #DFC990;
}

#zone-3-dropdown li ul  {
	/*This is a workaround to control Safari dropdown length*/
	width: 17em;
}


#zone-3-dropdown li ul ul {
	margin: -1.75em 0 0 14em;
}

#zone-3-dropdown li:hover ul ul, #zone-3-dropdown li:hover ul ul ul, #zone-3-dropdown li.sfhover ul ul, #zone-3-dropdown li.sfhover ul ul ul {
	left: -999em;
}

#zone-3-dropdown li:hover ul, #zone-3-dropdown li li:hover ul, #zone-3-dropdown li li li:hover ul, #zone-3-dropdown li.sfhover ul, #zone-3-dropdown li li.sfhover ul, #zone-3-dropdown li li li.sfhover ul {
	left: auto;
	
}

#zone-3-dropdown li:hover, #zone-3-dropdown li.sfhover {
	background-image: url(/athleticforum/images/menu_rollover_bg.gif)
	
}

/*this is to prevent dropdowns from sticking in IE7*/
#zone-3-dropdown li:hover, #zone-3-dropdown li.hover {
    position: static;
}


#zone-3-dropdown li li:hover {
background-image:none; 
background-color:#eeddaa;
}
#zone-3-dropdown li li.sfhover {
background-image:none; 
background-color:#eeddaa;
}

.button {
	height:32px; 
	background-color:#851E15; 
	color: #FFFFFF; 
	font: bold 14px Arial, Helvetica, sans-serif;
}
