/* CSS Document */

@import url("global.css"); /* Main Styles */




/* Header Styles *********************************************************************/

#header {

	background:transparent url(../images/tuscolaHeader.jpg) no-repeat;

	height:109px;

	position:relative;

}

#header h1 a {

	position:absolute; 

	background:none; 

	display:block; 

	text-indent:-9000px; 

	overflow:hidden; 

	left:10px; 

	width:800px;

}

#header h1 a {

	height: 90px;

	top: 5px;

}



/* Info Navigation Styles *********************************************************************/

#infoNav ul{

	padding: 0 5px 0 10px;

	margin: 0;

	list-style-type: none;

	float:left;

	background-color: #a9a9a3;

	font-size: 75%;

}

#infoNav ul li{

	float:left;

}

#infoNav ul a{

	display:block;

	padding: 0 .7em;

	line-height: 1.9em;

	background: url(../images/infoNavDivider.gif) no-repeat left center;

	text-decoration:none;

	color: #fff;

}

#infoNav ul li.first a{

	background: none;

}

#infoNav ul a:hover{

	color: #333;

}



/* Left Navigation Styles *********************************************************************/

#leftNav ul{

	margin: 0;

	padding: 0;

	list-style-type:none;

	font-size: 75%;

}

#leftNav ul a{

	font-weight: bold;

	display:block;

	width: 160px;

	height: 2.1em;

	line-height: 25px;

	color: #fff;

	text-decoration: none;

	background-color: #007fc2;

	border-top: 1px solid #fff;

	padding-left: 15px;

}

#leftNav ul a:hover{

	background-color: #47577a;

}

#leftNav .active{

	background-color: #47577a;

}

#leftNav p{

	padding-left: 5px;

}



/* Content Wrapper Styles *********************************************************************/

#contentWrapper{	

	background: #fff url(../images/leftNavBG.gif) repeat-y left top;

	height: 1%;

	display: block;

	margin: 0;

	padding: 0;

}



/* Left Navigation Styles *********************************************************************/

#leftNav{

	width:195px;

	float:left;

}



/* Content Styles *********************************************************************/

#content{

	padding: 20px 50px 0 195px;

}



#content ul{

	font-size: 85%;

	margin-top:0;

	margin-left: 10px;

	padding-top:0;

}

#content ul li ul{

	font-size: 100%;

}

#content ul li ul li{

	list-style-type:square;

	margin-left: 5px;

}



#containerLeft{

	width: 40%;

	float:left;

	margin-right: 20px;

}

#containerRight{

	width: 40%;

	float:right;

}



