@charset "iso-8859-1";
/* CSS Document */
/* */
*{
	margin-left:0;
	margin-right:0;
	text-decoration: none;	
		}

	body {
	font-family: Verdana, sans-serif;
	font-size: small;
	background-color:#107cad;
	text-align:center;/* ie need this to center the layout in the browser window */
		}
		
#wrap {
	min-width: 500px;
	max-width: 960px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	background: url(../images/wrap-bg.gif) 70.2% 0;
	
	
	text-align:left;
			}

	a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #03C;
		}

	a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #099;
		}

	a:hover {
	color: #F33;
	font-weight: bold;
		}

	a:active  {
	color: #F03;
	font-weight:bold;
		}

p.email{
	font-size: .9em;	
	
	
	
	}
	
		

	
 #header {
	background-color: #90c5ef;
	width: 100%;
	
	}
	#header .gutter{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;		
		}
	
	#header h1 {
	width: auto;
	margin:0;/* setting to zero clears the defaut h1 margin */
	font-family: Georgia, serif;
	font-size: 225%;
	color: #107cad;
		
			}
	#header  h2 	{
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #003399;
	margin:0;/* setting to zero clears the defaut h1 margin */
	padding-left: 150px;
	}
	#header h5 {
	font-weight: bold;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-bottom: 1px;
	margin: 0px;
	}
	
	#announcements{
	padding: 2px;
	width: 30%;
	background-color: #FFFFCC;
	float: right;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
}

	#message {
	font-weight: normal;
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
	font-size: 125%;
	text-align: left;
	background-color: #A9D6F4;
	background-image: url(.../images/message_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	#message strong {
	padding: 0 0 0 28px;
	color: #0033CC;
	background-position: 0 50%;
	background-image: url(.../images/cross.gif);
	background-repeat: no-repeat;
		}

	.navDiv {
	float: right;
	width: 100%;
	margin:0;
	padding:0;
	list-style: none;
	background-color: #90c5ef;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	
	border-top-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099cc;
	}
	.navGutter{
	padding-right:2%;
			
		}
	
	#nav li {
	float:right;
	width:80px;
	margin: 0px;
	padding:5px;
	font-family: "Lucida Grande", san-serif;
	font-size: 100%;
	text-align: center;
	list-style: none;
	}	
		

	#nav a {
	float: right;
	width:100%;
	display: block;
	color: #003399;
	text-decoration: none;
	border: 1px solid #988748;
	border-bottom: none;
	background-color: #8dcff4;
	background-image: url(../images/off_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	}
	
	#nav a:hover, body #intro #t-intro a{
	color: #003399;
	padding-bottom: 5px;
	background-color: #FFFF33;

	background-image: url("../images/on_bg copy copy.gif");
	background-repeat: repeat-x;
	background-position: left top;
	border-top-color: #727377;
	border-right-color: #727377;
	border-bottom-color: #727377;
	border-left-color: #727377;
	}
	
	#content {
	clear:both;
	float: left;
	width: 70%;
	font-size: 105%;
	line-height: 1.5em;
	color: #333;
		}
#content .gutter{
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px;
	}

	#content h2{
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #663;
	background-image: none;
	background-repeat: no-repeat;
	}

	
	dl.feature{
	margin: 15px 0;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #FF0000;
	border-bottom-color:#FF0000;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: right bottom;
	}
	
	dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	
		
	dl.feature dt {
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	}
	
	
	dl.feature dt img{
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background-image: url(/hrcc.khwebs.com/images/photo-frame.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	dl.feature dd{
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	color: #000000;	
	}
	.archives {
	background-color: #FFF;
		}
	table{
	position: relative;
	top: -4px;
	left: -4px;
	width:50%;
	border:1px solid #000;
	background: #fff;
					}
								
		table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background-color: #99CCCC;
	color: #006666;
	font-weight: bold;
		}
	table th, table td{
	margin:0;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b5b5;
	padding:8px;
			}
	table th{
		color: #003399;
		}
	table .name{
		text-align: left;
				}
	table tr{
	background-color: #CCFFFF;
	}
	table tr.alt{
	background: #f1f1f1;
		}
	
		
	#sidebar {
	clear:right;
	float: right;
	width: 30%;
	word-wrap:break-word;
	}
	
		
	#sidebar .gutter {
	padding: 15px;
	}
	
	

		
	.box {
	width: 85%;
	font-size: 105%;
	line-height: 1.5em;
	color: #666;
	background-color: #fff;
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
	padding-bottom: 12px;
	padding-top: 0px;
	}
	
	.box h3 {
	width: 80%;
	margin: 0;
	padding: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #006699;
	}
	.box p, .box ul{
	margin: 0;
	padding: 0 12px;
	}
	.box h5 {
	color: #009933;
	margin: 0;
	padding: 0 12px;
}
	
	
	.box ul li {
	margin: 0 0 0 12px;
	
	}
	.box h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #009966;
	margin: 0;
	padding: 0 12px;
}
	
	
	
	#footer {
	clear: both;
	background-color: #7bc3f2;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: thin solid #CCC;
	}
	#footer p {
	margin: 0;
	padding: 15px;
	font-size:85%;
	color: #333;
	}
	
		/*HACKS\*/
		
	
	/*Footer Fix\*/
	
	/*Hide from IE5/Mac\*/
	#footer { height:1%; }
/* End hide from IE%/Mac*/

/*Hide from IE5/Mac\*/
*html #footer{ height: 1%; }
/*End hide from IE%/Mac */


/*Self Clearing fix\*/
/*hide from IE/Mac \*/
*html dl.feature { height:1%; }
/*End hide from IE/Mac */

dl.feature {display: inline-table;}

/*hides from IE-mac \*/
*html dl.feature { height: 1%; }
dl.feature{ display: block; }
/* End hide from IE-mac */

	
	
	
	
	
