/* CSS Document */

html { /* -- forces vertical scroll in Firefox--*/
	height: 100%;
	margin-bottom: 1px;
}

body {
	width: 800px;
	margin: 20px auto;
	text-align: center; /* ie hack */
	padding: 0;
	background: #fff;
}


div.content {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	margin: 0;
	padding: 0;
	text-align: left;
}


div.header {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 140px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}


/* ----------------------------------------------------------------------------------------*/
/* --------------------start of Main Nav Bar-----------------------------------------------*/
/* ----------------------------------------------------------------------------------------*/

#navi {
	position: absolute;
	top: 114px;
	left: 250px;
	width: 500px;
	height: 25px;
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	z-index: 1000;
}

#navi li {
	margin: 0 10px;
	padding: 0;
	height: 25px;
	color: #fff;
	float: left;
	background: none;
	list-style: none;
	position: relative;
}

#navi li, #navi li a {
	height: 25px;
	display: block;
}

#navi li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0;
}

#navi li a:hover {
	height: 15px;
	color: #abda4d;
	background-color:#188bb1;
	padding: 5px 10px;
	margin: 0;
}



/* --------------------end of Main Nav Bar-------------------------------------------------*/
/* ----------------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------------------------------*/
/* -------------------start of Sub Menu CSS------------------------------------------------*/

ul#subnav { 
    position: absolute;
	top: 23px;
	left: 0;
	width: 100px;
	height: 25px;
    display: none;
	text-align: left;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	z-index: 1000;
}


/* ---------formatting for list items in hidden submenu--a drop down menu------------------*/
ul#subnav li { 
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	width: 160px;
	background: #188bb1;
	border: 1px solid #18a7c3;
	border-top: none;
	padding: 0;
	margin: 0;
}

/* --these next two lines allow for longer submenu items--attach the class to the parent <li> tag----*/
.subnavWide ul#subnav, .subnavWide ul#subnav li {width: 200px;}
.subnavWide ul#subnav {left: -20px;}
/*------------------------------------------------------------------------------*/


ul#subnav li, ul#subnav li a {
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0;
}
	
		
/* ----------formatting on a href list items-----------------------------------------------*/
ul#subnav li a:hover{ 
	text-decoration: none;
	background-color: #abda4d;
	height: 25px;
	color: #188bb1;
	padding: 0 0 0 20px;
	margin: 0 0 0 -10px;
}


	
/* ----------Fix IE. Hide from IE Mac----- */
* html #navi ul ul#subnav li { height: 1%; float: right; }
* html #navi ul ul#subnav li a { height: 1%; }
/* End */



/*---------------displays hidden submenu on mouseover-------------------------------------*/
#navi li:hover ul, #navi li.over ul { 
		display: block;
		}


/* -------------------end of Sub Menu CSS--------------------------------------------------*/
/* ----------------------------------------------------------------------------------------*/

div.leftcol {
	position: relative;
	top: 0;
	left: 40px;
	width: 120px;
	min-height: 500px;
	float: left;
	background: #fff url(../images/sidebar.jpg) no-repeat;
	margin: 0;
	padding: 30px 50px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;	
	z-index: 500;
}

div.main {
	position: relative;
	top: 0;
	left: 30px;
	width: 525px;
	min-height: 350px;
	float: left;
	margin: 0;
	padding: 25px 40px 10px 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	z-index: 0;
}

div.main li { 
	position: relative;
	top: 0;
	width: 500px;
	left: 25px;
	padding: 0;
	margin: 0;
}

div.footer {
	position: relative;
	top: 10px;
	left: 30px;
	width: 600px;
	margin: 0;
	padding: 0 0 0 50px;
	clear: both;
	z-index: 0;
}

div.footer p, div.footer a, div.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #abda4d;
	margin-top: 10px;
}

td.lined {   /* lined table  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #89cc49;
}

td.data {   /* lined table  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

.tsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.tc {
	text-align:	center;
}

.tr {
	text-align:	right;
}

.tl {
	text-align:	left;
}

.tlarge {
	font-size: 20px;
	line-height: 22px;
}