@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-image: url(_i/bg.gif);
}	
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 5px 0 0px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	
   clear: both;

}
.oneColFixCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


a { color:#FFFFFF}
a:hover {color:#FF0000}
a:visited { color:#FFFFFF} 

a.nav:link {
	color:  #FFFFFF;
	font-size:12px;
	text-decoration:none;
	border:0px solid #FFF; display:inline-block; line-height:2.21em;}
a.nav:link, x:-moz-any-link {display:-moz-inline-box; padding-top:0.7em;}
a.nav:link, x:-moz-any-link, x:default {display:inline-block; padding-top:0;}
body > div#nav { margin-top: 10px; }

a.nav:visited {
	color: #FFFFFF;
	font-size:12px;
	text-decoration:none;
}
a.nav:hover {
	color: #FF0000;
	font-size:12px;
	text-decoration:underline;
}
a.nav:active {
	color: #CCCCCC;
	font-size:12px;
}

.tag {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
	 a.secnav:link {
	color: #FFFFFF ;
	font-size:12px;
	text-decoration:none;
	border:0px solid #FFF; display:inline-block; line-height:2.21em;}
a.secnav:link, x:-moz-any-link {display:-moz-inline-box; padding-top:0.7em;}
a.nav:link, x:-moz-any-link, x:default {display:inline-block; padding-top:0;}
body > div#nav {  margin-left: 10px; }
a.secnav:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size:12px;
}
a.secnav:hover {
	color: #FF0000;
	text-decoration:underline;
}
a.secnav:active {
	color: #CCCCCC;
}
	
.footer {
	font-size: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
.foot #nestfooter {
	position: relative;
}

.foot #social {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px; /* 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 */
	padding: 5px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 64px;
}
.foot #centerfooter {
	position:absolute;
	left:160px;
	top:3px;
	width:686px;
	height:88px;
	z-index:101;
}


/* pop div for gallery */
#FOOTBALL {
	position: absolute;
	visibility: hidden;
	width: 980px;
	height: 800px;
	margin-left:-15px;
	margin-top: 50px;
	background-color: #333333;
	
	border: 4px solid #000;
	
	z-index:5000;
}

#close {
	float: right;
}





.style1 {
	color: #FFFFFF;
	font-weight: bold;
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.style15 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.style4 {color: #FFFFFF; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:14px; font-weight:800; padding-right:30px;}
.style6 {color: #FFFFFF; font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; padding-left:30px; }


#menuh-container
	{
	position: absolute;
	top: 1em;
	left: 27px;
	z-index:5000;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	color:#FFFFFF;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: black;
	text-decoration: none;
	}
	
.drop {	
	border: 1px solid #555;
	}
	
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: black;
	text-decoration:none;
	color:#FF0000;
	
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(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(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	
	/* width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#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:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

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 */

.oneColFixCtrHdr #mainContent:after { 
	content: '';
	color:#000;
	width: 100%;
	height:0px;
	clear: both; 
	display: block; 
	visibility: hidden;
}
