﻿/** 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/inside_topdots.gif") top left repeat-x #ffffff; }

h1{
	font-size: 3.0em; /* 30px by default */
	font-weight: bold;
}

h2{
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.5em 0;
	color: #4b6885;
}

h3{
	font-size: 1.1em; /* 18px by default */
	font-weight: bold;
	margin: 0.5em 0;
	color: #4b6885;
}

p{
	font-size: 1.1em; /* 12px by default */
	color: #4b6885;
	margin: 1em 0;
	line-height: 2em;
}

p#featuredpic {
	width: 228px;
	float: right;
	padding: 0 0 0 15px;
	text-align: center;
}

img.photo{
	border: 1px solid #000;
	margin-bottom: 2px;
}

a{ color: #4b6885; }

a:hover{ text-decoration: none; }

a:visited{}

a:active{}


/* structure */

#wrapper{ margin: 0 auto; width: 670px;}
#header{ padding-top: 17px; height: 55px; }
#subheader{ height: 101px; background: url("../images/inside_subheader.gif") no-repeat; }
#content{ border-top: 1px solid #000; margin-top: -1px;}
#sidebar{ float: left; width: 155px; height: 550px; background: url("../images/inside_sidebar.gif") top left no-repeat; }
#main{ margin: 6px 10px 10px 178px; }
* html #main{ height: 1em; }
#footer{ padding: 75px 8px 8px 8px; margin-left: 178px;}
	#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;}
/* end structure */

#main ul{ margin: 1em 0 1em 3em; }
#main ul li{ font-size: 1.1em; color: #4b6885; line-height: 2em; }

	

/* navigation */
ul#nav{ list-style: none; }
ul#nav li{ 
	width: 155px;
	height: 36px;
	font-size: 1.3em;
	font-family: Tahoma, arial, helvetica, sans;
	font-weight: normal;
}

/* IE6 is such a piece of crap */
 * html ul#nav li{ margin-top: -3px; } 

ul#nav li ul { 										/* flyout boxes */
	position : absolute;							/* DO NOT REMOVE */	
	left: -999em;									/* DO NOT REMOVE */
	font-size: 1.0em;								/* DO NOT REMOVE */
	margin-left: 150px;								/* = #nav li width */
	border-bottom: 1px solid #666;						/* Outline color for flyouts */
	margin-top: -36px;
	width: 167px;									/* width of flyout item + borders & padding */
	list-style: none;
}

* html ul#nav li ul{ margin-left: -3px; margin-top: 0; }

ul#nav li ul li{ 										/* individual flyout menu options */
	position: relative;								/* DO NOT REMOVE */
	border-width: 1px 1px 0 1px;					/* DO NOT REMOVE */
	background: #e4e4df;							/* 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;
}

ul#nav li ul li a{ height: 100%; width: 100%; display: block; }

ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul {
	left: -999em;									/* DO NOT REMOVE */
}

ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul { 
	left: auto;										/* DO NOT REMOVE */
}

ul#nav li ul li:hover, ul#nav li ul li.sfhover{
	background: #f2f2f2;							/* Background of the sub nav items when hovered */
}

ul#nav li:hover, ul#nav li.sfhover{  }
ul#nav li#eo:hover, ul#nav li#eo.sfhover{ }
ul#nav li#eo{ }
ul#nav a{ color: #274f77; text-decoration: none; }

/* end navigation */



