/*Wrap Design w/Child Table*/
/*Austin360 Hrz. Nav/Fixed Subwidths*/
/*1ontheweb Vertical Popout*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

*{margin:0;padding:0;}

body {
	background: #898F97;	/*Set body margin, padding for consistency bet. browsers*/
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;
	vertical-align: top;	/*centre for ie5 */
}

h1 {
	text-align: left; text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Trebuchet ms, Helvetica, Verdana, Arial, sans-serif;*/
	font-size: 24px;
	font-weight: bold;	
	line-height: 26px;
	letter-spacing: 0;			/* Trebuchet = 1px;*/
	color: #DB1518;				/* blue=#669999; */
	border-bottom: 1px solid #325155;
	margin: 0px 0px 8px 0px;	/*push H2's down 4 from H1*/	
}

h2 {
	text-align: left;
	text-transform: uppercase; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;	
	color: #325155;
}

h3 {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}


/*WRAP CONTAINER -- PARENT TO ALL DIV ELEMENTS*/
#wrap {
	width: 930px;
	margin: auto;  /* centre for compliant browsers*/
	border: 1px solid #02132F;
}
*html #wrap {width: 930px;}

/*What does 'head+body' do?*/
#main:after,#site_nav:after,#site_nav ul:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}


/* HEADER GRAPHIC & LOGO*/
#header {
	background: url(../images/mafb_header.gif) no-repeat center top;
	height: 100px;
}


/* TOP NAVIGATION BAR */
/********** Nav bar and drop-down menus / StatesmanMain.css & Austin360.css **********/
/*Note that top-level items don't have defined widths*/

#topnav {background-color: #23282E;}

#site_nav {
padding: 0px; margin: 0px;
width: 930px; list-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold;
line-height: 18px; letter-spacing: 1px; text-transform: uppercase; clear: both;}

*html #site_nav {margin-right: 0px;}

#site_nav ul {padding: 0px; margin: 0px; list-style: none; position: relative; z-index: 900;} 
#site_nav ul {background-color: #ccc;}

#site_nav #resources {width: 14em; z-index: 999;}
#site_nav #nav_adjust {padding: 0px 19px;}

#site_nav a {white-space: nowrap; display: block; color: #fff; text-decoration: none;}
#site_nav li {white-space: nowrap; float: left; margin-bottom: 0px;}
#site_nav li {
background-color: #23282E;
padding: 0 20px 0 20px;
border-right: 1px solid #325155;
}	

#site_nav li ul {position: absolute; width: 120px; left: -999em; } /* Bring lvl2 nav to front */
#site_nav li ul li {margin: 0px; padding: 0px 12px; width: 100%;} /* 2nd-level nav item */
#site_nav li ul li {
	background-color: #325155;
	border-right: 1px solid #325155;
	border-bottom: 1px dashed #fff; /*2nd-lvl nav item*/
	z-index: 1000;
}
 
#site_nav li ul .last {border-bottom: 1px solid #455B72;}/*last item of 2nd-level*/

/** Level 3 -- pos 1 less than parent width **/
/*#site_nav ul ul ul {position: absolute; display: none;}*/
/*#site_nav ul ul ul li {position: relative; border-bottom: 1px dashed #fff;}*/

/********** Hovers **********/
#site_nav li:hover ul, #site_nav li.sfhover ul {left: auto; margin-left: -20px; z-index: 10000;} /* Left margin must equal padding of #site_nav li + 1. */
#site_nav #site_nav_adjust:hover ul, #site_nav #site_nav_adjust.sfhover ul {margin-left: -22px;}
#site_nav li:hover, #site_nav li.sfhover {background-color: #DB1518;}
/*END TOP NAVIGATION*/


/*MAIN TABLE -- parent to #content*/
#main{
	width: 930px;
	background: #02132F url(../images/bg_fade300.gif) center top repeat-x;
	padding: 8px 0 8px 0;
	z-index: 1;
}
* html #main{height:1%;}		/*whats this do?*/


/****************************** CONTENT AREA (WHITE) **********************************/

/* CONTENT */
#content{
	margin-left: 8px;			
	margin-right: 8px;
	padding: 8px;		/* Inner tables begin down & left 8 */
	background: #fff;
	border: 1px solid #02132F; /*#CCC; /*C7D4E7;*/
	font-size: 12px;
	line-height: 130%;
}
/* html #content {margin-left: 7px;}			/* fix 3 pixel jog*/
/** html #content{float:right; display:inline;}	/*whats this do?*/
/*head+body #content{margin: 0 10px 0 10px;}	/*IE can't interpret*/

#content p {margin-bottom: 15px;}
#content .list {margin-bottom: 8px;}		/* List items of Graphic/Bullets table */

/********* Content Tables & Spacing ***************/

/*SLIM BORDER*/
.borderTable { padding: 0; border: 1px solid #325155;}

/*TABLE CELL BORDERS*/
.summaryTableTop { border: 1px solid #325155; border-bottom: none; background-color: #6E8FBF;}
.summaryTable { border: 1px solid #325155; background-color: #E9EDF1;}
.leftspace {padding-left: 8px;}
.rightspace {padding-right: 8px;}
.rtCol { border: 1px solid #325155; background-color: #848E9D;}

/*MORE COLORS*/
.liteBlue {background-color: #E9EDF1;}
.medBlue {background-color: #C7D4E7;}
.liteGray {background-color: #D6D8DB;}
.medGray {background-color: #ADAFB1;}


/*Text links w/in the content*/
#content a { /*default*/
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
  
#content a:hover {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

/* mac hide \*/
* html #content{height:1%}			/*don't know why*/
/*End Hide*/

/****************** Special items ********************/
#content .tableHeader {/*Team, Media pgs*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;	
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 18px;
	
}

#content .caption {/*Photo Captions*/
 	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold; font-size: 10px; color: #000;
	display: block;
	padding: 0 0 0 2px;}
/* END CONTENT */
/*End Main*/

	
/* FOOTER */
#footer{
	margin: auto;
	line-height: 40px;
	color: #CCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;	
}
