/* The ePeak Styles: Created: 12/03/2003, Modified: 02/14/2004 */

/* General */

body {
	font: small/140% Georgia, "Times New Roman", Times, serif;
	background: url(../img/k10kpattern1.gif);
	margin: 0;
	}

img	{
	display: block;
	border: 0;
	}
	
#banner img	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#container {
	width: 760px;
	\width: 770px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: #fff;
	}

#banner {
	margin-bottom: 5px;
	background-image: url(../img/peakBanner2.gif);
	background-repeat: no-repeat;
	height: 23px;
	background-color: #000000;
	color: #fff;
	padding-top: 137px;
	padding-left: 15px;
	font-variant: small-caps;
	}
		
#topbar {
	margin-bottom: 5px;
	background-color: #fff;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	}
	
#topbar b {
	font: bold small helvetica, arial, lucida, verdana, "Trebuchet MS", sans-serif;
	}

#content {
	padding: 15px;
	margin-right: 230px;
	background-color: #fff;
	border-right: 1px solid #666;
	}
	
#content ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 15px;
	}
	
#content ul li a {
	color: #993300;
	}
	
#content ul li a:hover {
	background-color: #ccc;
	color: black;
	}

#sidebar {
	float: right;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding-top: 30px;
	}
	
#sidebar h6{
	font-size: 13px;
	margin-left: 15px;
	border-bottom: 1px solid #000000;
	width:215px;
	}
	
#sidebar ul {
	list-style-type: none;
	text-align: left;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 25px;
	}

#sidebar ul li a {
	background: transparent url(../img/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: small helvetica, arial, lucida, verdana, "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #993300;
	border-bottom: 1px solid #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	width:100%;
	}
	
html>body #sidebar ul li a {
 	width: auto;
	}

#sidebar ul li a:hover {
	background: #afdd1c url(../img/list-on.gif) no-repeat left center;
	color: black;
	}

#sidebar ul li.current {
	background: transparent url(../img/list-active.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: small helvetica, arial, lucida, verdana, "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #000000;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width:100%;
}

html>body #sidebar ul li.current {
 	width: auto;
	}

#footer {
	clear: both;
	padding: 10px 10px 5px;
	margin-top: 5px;
	color: #CCCCCC;
	border-top: 1px solid #666;
	text-align: center;
	font-size: x-small;
	background: #666666 url(../img/white.gif) repeat-x;
	}
	
#footer p	{
	margin: 10px 0;
	padding: 0;
	}
	
/* Typography */
	
p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, lucida, verdana, "Trebuchet MS", sans-serif;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 140%;
	}
	
#content img {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-top: -10px;
	margin-right: -5px;
	padding: 10px;
	float:right;
	background: #FFFFFF;
}
	
#content h4 {
	border-bottom:1px solid #666;
	font-size: larger;
}

#content h3 {
	float:right;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	line-height: 140%;
	display: inline;
	padding-left: 5px;
}
	
/* General Linkage */

a:link, a:visited {
	text-decoration : none;
	color: #99CC00; 
	}

a:hover {
	text-decoration : underline;
	color: #999; 
	}

a:active {
	text-decoration : none;
	color: #526968; 
	}
.biline {
	font-style: italic;
	color: #993300;
}

/* Form Stuff */


div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 250px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  }
