/*
Mass Reset
--------------------------------------------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
body { padding: 0px; margin: 0;}
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; }
pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 0; padding: 4px; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding: 10px; }

/*
Essential
--------------------------------------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	}
#swoosh {
	bottom: 0;
	left: 0;
	width: 130px;
	height: 63px;
	background: url(../images/km_swooshes.gif) bottom left no-repeat;
	position: fixed;
	}
a {
	color: #09c;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#gradient {
	width: 100%;
	float: left;
	background: transparent url(../images/gradient_bg.gif) top left repeat-x;
	}
#wrapper {
	width: 860px;
	float: left;
	background: url(../images/rside_bg.gif) top right no-repeat;
	}
#banner {
	height: 80px;
	padding: 20px 0 0 0;
	background: #fff url(../images/content_bg.gif) top right repeat-y;
	}
#banner h1 {
	width: 377px;
	height: 59px;
	background: #fff url(../images/km_logo.gif) top right no-repeat;
	margin: 0 0 0 20px;
	padding: 0;
	}
#banner a, #banner a:hover {
	display: block;
	width: 377px;
	height: 59px;
	border: none;
	text-decoration: none;
	}
#banner h1 span {
	display: none;
	}

/*
Main-Nav
--------------------------------------------------------------------------------------------------------*/
#main-nav {
	width: 130px;
	float: left;
	}
#main-nav ul {
	margin: 20px 0 0 0;
	list-style: none;
	text-align: right;
	font-size: 13px;
	}
#main-nav ul li a {
	padding: 2px 15px 2px 0;
	margin: 0 0 0 0;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 18px;
	}
#main-nav ul li a:hover {
	padding: 2px 15px 2px 0;
	margin: 0 0 0 0;
	color: #6c3;
	text-decoration: none;
	display: block;
	background: url(../images/main-nav_arrow.gif) center right no-repeat;
	}

/*
Content-Wrapper & Content
--------------------------------------------------------------------------------------------------------*/
#content-wrapper {
	margin: 0;
	float: left;
	display: inline;
	}	
#content {	
	float: left;
	padding: 10px 0 0 0;
	background: #fff url(../images/content_bg.gif) top right repeat-y;
	min-height: 450px;
	height: auto !important; /* IE doesn't recognize min-height or min-width so this is fed to IE */
	height: 450px; /* Compliant browsers recognize the first rule and ignore the second two */
	}

/*
Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0;
	padding: 0 0 50px 0;
	}
#footer p {
	padding: 10px 0 50px 0;
	margin: 0 15px 0 10px;
	font-size: 9px;
	color: #fff;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

/*
Typography
--------------------------------------------------------------------------------------------------------*/
p {
	margin: 2px 20px 13px 20px;
	}
h1 {
	padding: 0 0 0 10px;
	margin: 0 20px 20px 20px;
	font-size: 13px;
	color: #666;
	background: url(../images/green_arrow.gif) center left no-repeat;
	letter-spacing: 2px;
	}
h2{
	padding: 0 0 0 10px;
	margin: 0 20px 20px 20px;
	font-size: 13px;
	color: #666;
	background: url(../images/green_arrow.gif) center left no-repeat;
	letter-spacing: 2px;
	}
h2.green {
	color: #62AF35;
	background: none;
	letter-spacing: normal;
	padding: 0;
	}
h3 {
	margin: 10px 20px 0 20px;
	font-size: 12px;
	}
h3 a {
	color: #999;
	font-size: 13px;
	text-decoration: none;
	}
h3 a:hover {
	text-decoration: underline;
	}
h4 {
	margin: 0 20px;
	color: #62AF35;
	font-size: 11px;
	font-weight: normal;
	}
h5 {
	margin: 10px 20px;
	}
h6 {
	margin: 10px 20px;
	}