/** Kellen Interactive Base CSS Document **/

* { margin:0; padding:0; border:0; } /* forces all spacing to be set manually */

html { font-size: 62.5%; font-family: Verdana, Helvetica, Arial, Sans; } /* Allow for easy use of em sizing */

body{ background: url("../images/super_faux.gif") top left no-repeat #012e5d; }

h1{
	font-size: 3.0em; /* 30px by default */
	font-weight: bold;
}

h2{
	font-size: 2.4em; /* 24px by default */
	font-weight: bold;
}

h3{
	font-size: 1.8em; /* 18px by default */
	font-weight: bold;
}

h4{
	font-size: 1.6em; /* 16px by default */
	font-weight: bold;
}

p{
	font-size: 1.1em; /* 12px by default */
	color: #9baec7;
	margin: 0.5em 0;
	line-height: 2em;
}

a{ color: #9baec7; }

a:hover{ text-decoration: none;}

a:visited{}

a:active{}


/* structure */

#wrapper{ margin: 0 auto; width: 680px;}
#sidebar{ float: left; width: 208px; height: 597px; }
#main{ padding-top: 17px; margin-left: 208px; background: #012e5d; min-height: 1000px;}
* html #main{ height: 1000px; }
#flash{ width: 467px; height: 379px; background: #ccc;}
#content{ padding: 5px 8px 8px 8px;}
#footer{ padding: 75px 8px 8px 8px;}
	#footer ul{ list-style: none; }
	#footer ul li{ display: block; float: left; font-size: 0.9em; color: #9baec7; margin: 0.5em 0; }
	#footer ul li.divider{ margin: 0.4em; }
	#footer p{ clear: left; font-size: 0.9em;}
	

/* navigation */

ul#nav{ margin-top: 30px; list-style: none; }
ul#nav li{ 
	height: 36px;
	width: 206px;
	font-size: 1.4em;
	margin-right: 2px;
	text-align: right;
	font-family: arial, helvetica, sans;
}

#nav li ul { 										/* flyout boxes */
	position : absolute;							/* DO NOT REMOVE */	
	left: -999em;									/* DO NOT REMOVE */
	font-size: 1.0em;								/* DO NOT REMOVE */
	margin-left: 200px;								/* = #nav li width */
	margin-top: -24px;
	border-bottom: 1px solid #666;						/* Outline color for flyouts */
	width: 167px;									/* width of flyout item + borders & padding */
	list-style: none;
}

* html #nav li ul{ margin-left: -5px; margin-top: 0; }

#nav li ul li{ 										/* individual flyout menu options */
	position: relative;								/* DO NOT REMOVE */
	border-width: 1px 1px 0 1px;					/* DO NOT REMOVE */
	background: #eff2f6;							/* Background for flyouts */					
	border-style: solid;							/* Style for the borders between flyout items */
	border-color: #666;								/* Color for the borders between flyout items */
	padding: 5px;							/* Used to position text within the flyout box */
	width: 160px;									/* Width of a flyout item */
	font-size: 1.0em;
	line-height: 1em;
	height: auto;
	margin: 0;
	margin-top: -1px;
	text-align: left;
}

#nav li ul li a{ height: 100%; width: 100%; display: block; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;									/* DO NOT REMOVE */
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;										/* DO NOT REMOVE */
}

#nav li ul li:hover, #nav li ul li.sfhover{
	background: #d3dce7;							/* Background of the sub nav items when hovered */
}

ul#nav li:hover, ul#nav li.sfhover{ background: url("../images/nav_on.gif") center right no-repeat; }

ul#nav a{ color: #274f77; text-decoration: none; }


