/** 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;
	   background: url("../images/vert_bckgrnd.gif") top left ;} /* Allow for easy use of em sizing */

h1{
	font-size: 1.6em; 
	font-weight: bold;
	color: #3a668c; 
	margin: 0.5em 0 1em 0; 
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #3a668c; 
	margin: 1em 0 0.5em 0; 
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	color: #3a668c; 
}

p{
	font-size: 1.1em; 
	line-height: 1.5em;
	margin: 0.8em 0;
}

p.tallcolumn{
	width: 300px;
	float: left;
	height: 150px;
	text-align: center;
	}

p.leftcolumn{
	float: left;
	width: 300px;
}

p.rightcolumn{
	margin-left: 300px;
	text-align: right;
}

blockquote{ margin: 0.5em 0 0.5em 3em; font-weight: bold; }

a{ color: #3a668c; }

a:hover{ text-decoration: none; }

a:visited{}

a:active{}

/** structure **/

#wrapper{ width: 670px; margin: auto; background: #ffffff;}
/**#header{ width: 670px;height: 158px; }**/
#subheader{background: url("../images/sub_header_bg2.jpg") no-repeat; height: 170px;}
#content{border: 1px solid #000000;}
#sidebar{ float: left; width: 112px; padding-left: 20px; }
#main{ padding-top: 10px; margin-left: 35px; padding-right: 20px;  }
#header a {background: url("../images/header_bg2.jpg") no-repeat;  display: block; height: 158px; width: 670px;} 
#header a span { visibility: hidden;} 


/* stupid ie6 fix */
* html #main{ height: 1em; }

#footer { text-align: center; padding: 25px 0;}
	#footer ul { margin-top: 10px;}
	#footer li { display: inline; position: relative; margin: 0 5px; padding: 0 10px; background: url("../images/footer_dash.gif") right center no-repeat;}
	#footer li.end { background: none}
	#footer p{ font-size: 1.0em; color: #666666; line-height: 1.0em; text-align: center; margin-top: 20px;}

#fakeclear{ height: 20px; }

/** navigation **/

ul#nav { 
	list-style: none;
	height: 20px; 
	border-top: 1px solid #B3B3B3; 
	border-bottom: 1px solid #666666; 
	background: url("../images/menu_bg2.gif") no-repeat;
	background-color: #3A668C;
	padding: 0px 0px 0px 5px;

}



ul#nav li{
	float: left; 
	height: 20px; 
	line-height: 20px; 
	font-size: 1.0em; 
	text-transform: uppercase;
	padding: 0 0.5em;
	margin-left: 1px;
	border-right: 1px solid #6B8CA9;
	
}

ul#nav li#memberborder {border-right: 1px solid #3A668C; }

ul#nav li.right{
	/**float: right;
	padding: 0 1.4em 0 1.3em;**/
}

ul#nav li:hover, ul#nav li.sfhover{
	background: #A0ACC0;
	
}

ul#nav li a{
	color: #ffffff;
	text-decoration: none;
	
}

ul#nav li a:hover{
	text-decoration: none;
	color: #ffffff;
}

/** home page form **/

fieldset{
	margin: 0.5em 0;
}

label{
	font-size: 1.1em;
	color: #716b60;
}

input{
	width: 100px;
	border-top: 1px solid #6f7062;
	border-left: 1px solid #6f7062;
	border-right: 1px solid #e1efe2;
	border-bottom: 1px solid #e1efe2;
	background: #eee8e0;
	margin-bottom: 0.5em;
	padding: 0.1em;
	font-size: 10px;
}

/** list styles **/

#main ul{ margin-left: 3em; }
#main ul li{ 
	line-height: 1.5em; 
	margin: 0.5em 0; 
	font-size: 1.1em;
}

/** homepage 3 column bullet list styles **/

#homebulletlists {width:220px;float:left;}
#homebulletlists ul {margin-left: 50px;}
#homebulletlists li{list-style-image: url("../images/bullet_image.gif");}
#bulletlistshell {background: url("../images/bulletbckgrnd.jpg") no-repeat center;height:147px;}

/** utility styles **/

.gray{ color: #999999; }
