/* - - - author: brian hasenkamp - - - */
/* - - - version: 2.17.06 - - - - */
/* - - - www.asenka.com - - - - */


/* page styles */

body {
	margin:0;
	padding:0;
}

#page {
	width:801px;
	position:relative;
}

#header {
	float:left;
/*	height:158px; */
}

#header img {
	float:left;
	border:none;	
}

#nav {
	float:left;
	width:175px;
}

#headerLeft {
	float:left;
	width:625px;
}

#subhead {
	display:block;
	width:460px;
	text-align:center;
	float:left;
/*	height:37px;  */
}

.content {
	display:block;
	float:left;
	padding:25px 45px 0 45px;
}
.oneCol {
	display:block;
	width:710px;
}
.oneCol img {
	float:left;
	margin-right:20px;
	border:none;
}
.twoCol {
	display:block;
	width:305px;
	float:left;
	padding:0 25px 0 25px;
}
.threeCol {
	display:block;
	width:225px;
	float:left;
/* padding:0 27px 0 0; */
}
.twoThirds {
	display:block;
	float:left;
	width:445px;  /* 2/3 of 710px less the padding width */
	padding-right:25px;
}
.twoThirds p {
	font-size:12px;
	color:#555555;
}
.oneThird {
	display:block;
	float:left;
	width:230px;
}
#footer {
	width:800px;
	float:left;
}
#footer img {
	float:left;
	margin-top:58px; /* to space it down */
}

#footerRight {
	background-image:url(/images/KRU_btm_right.gif);
	background-repeat:no-repeat;
	width:240px;
	height:154px;
	float:left;
	padding-top:115px;
	margin-bottom:-100px;
}

#bottomLinks {
	text-align:center;
	width:800px;
}

.activity {
	float:left;
	width:300px;
	height:180px;
	margin:0 30px 0 0;
}

.activity img {
	border:1px solid #426389;
	margin-right:10px;
	float:left;	
}
.activity-slider img {
	border:1px solid #426389;
}

img {
	border:none;
}

/* text styles */

p, a, ul, li, ol, h1, h2, h3, h4, h5, h6, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color:#555555;
}
a {
	color:#426389;
	text-decoration:underline;
}
a:visited {
	color:#888888;
}
a:hover {
	text-decoration:none;
}
.copyright {
	font-size: 10px;
	color: #FFF;
}
.copyright a {
	color:#FFF;
	text-decoration:none;
}
.copyright a:visited {
	color:#FFF;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}
p, ul, li, ol, blockquote {
	font-size: 12px;
}
li {
	margin:0 50px 7px 0;
}
ul, ol {
	list-style-position:outside;
	margin-left:15px;
}
.small {
	font-size: 10px;
}
a.small:link {
	color: #555555;
	text-decoration: underline;
}
a.small:active {
	color: #555555;
	text-decoration: underline;
}
a.small:visited {
	color: #777777;
	text-decoration: underline;
}
a.small:hover {
	color: #cd3459;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #cd3459;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #cd3459;
	margin-bottom: -10px;
}	
h3 {
	font-size: 12px;
	font-weight: bold;
}
blockquote {
	font-style:italic;
	margin: 10px 7px;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #426389;
	text-decoration: none;
}
.subhead:link {
	color: #426389;
	text-decoration: none;
}
.subhead:active {
	color: #426389;
	text-decoration: none;
}
.subhead:visited {
	color: #555555;
	text-decoration: none;
}
.subhead:hover {
	color: #cd3459;
	text-decoration: underline;
}
/*
.q {
	font-size: 12px;
	font-weight: bold;
	color: #cd3459;
}
*/
div.subnav {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #426389;
	text-align:center;
}
div.subnav a {
	color: #426389;
	text-decoration: none;
}
div.subnav a:hover {
	color: #cd3459;
	text-decoration: underline;
}


/* LINK STYLES */

div.copy {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 385px;
}

div.copy p {
	font-size: 12px;
	color: #555555;
	}
	
.clear {
	clear: both;
}

