/* CSS Document */
/* Independence at home website */
/* Author: RealityHouse */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	font-size: 75%; /* 12px equivalent */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/design/bandbkg.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	background-color: #e0eeff;
}
h1 {
	font-size: 2.3em;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 110%;
	margin: 12px 0 15px 0;
	font-weight: normal;
	color: #0e3070;
}
h2 {
	font-size: 1.5em;
	line-height: 140%;
	margin: 0 0 10px 0;
	color: #0e3070;
}
h3 {
	font-size: 1em;
	line-height: 140%;
	margin: 30px 0 15px 0;
	border-bottom: 1px dotted #6666cc;
	padding-bottom: 5px;
	color: #0e3070;
}
p {
	font-size: 1em;
	line-height: 140%;
	margin-bottom: 10px;
}
a:link {
	text-decoration: underline;
	color: #102f70;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	color: #5170b1;
}
abbr:hover{
	cursor: help;
}
div#wrap {
	width: 950px;
	margin: 0 auto 25px;
}

/* -- logo, staff, strap -- */

div#head {
	display: block;
	height: 112px;
	position: relative;
}
img#khlogo {
	position: absolute;
	top: 0;
	left: 0;
}
#donate {
	position: absolute;
	top: 0;
	right: 17px;
	width: 180px;
	height: 90px;
	background-image: url(../images/design/bkg_donate.gif);
	text-align: center;	
}
#donate p {
	margin: 0;
	padding: 20px 0 0 0;
	color: #FFF;
}
#donate p img {
	margin: 0 0 10px 0;
}
#donate p a {
	color: #FFF;
}

/* main navigation */

ul#nav {
	float: left;
	display: block;	
	margin: 5px 0 0 10px;
	padding: 0;
	width: 720px;
	height: 34px;
}
ul#nav li {
	list-style-type: none;
/*	display: inline;			*/
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-right: 6px;
	background-color: #0f3070;
	background-image: url(../images/nav_blue_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
ul#nav li a {
	background-image: url(../images/nav_blue_left.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	padding: 6px 15px 8px 15px;
	display: block;
}

ul#nav li#active {
	background-image: url(../images/nav_yellow_right.gif);
	background-color: #e9ae01;
}
ul#nav li#active a {
	background-image: url(../images/nav_yellow_left.gif);
	color: #0f3070;
}

ul#nav li a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #bed2ff;
}
ul#nav li a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #CCC;
}
ul#nav li a:hover {
	color: #fff;
}

div#textsize {
	float: left;
	display: block;
	margin-top: 5px;
	padding: 0;
	width: 170px;
}
div#textsize p {
	padding: 0 0 0 46px;
	margin: 0;
	color: #FFF;
	font-family: "Times New Roman", Arial, Verdana, sans-serif;
	font-size: 1.3em;
}
div#textsize p img {
	margin: 0 0 -4px 4px;
}

/* -- content -- */

div#content {
/*	margin: 43px 10px 0 10px;			*/
	margin: 39px 0 0 0;
	padding: 0 10px 0 10px;
	background-color: #FFF;
	border-top: 10px solid #FFF;
	border-bottom: 2px solid #FFF;
}
div#content a:link, div#content a:visited {
	text-decoration: underline;
	color: #003366;
}
div#content a:visited {
	color: #0e3070;
}
div#content a:hover {
	color: #6666cc;
}
div#leftcol {
	float: left;
	width: 738px;
}

/* -- sub navigation -- */

div#subnavcol {
	float: left;
	width: 220px;
}
div#subnavcol h3 {
	display: block;
	margin:  0 0 10px 0;
	padding: 8px 10px 8px 15px;
	background-color: #eaae02;
	font-size: 2.3em;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-weight: normal;
	color: #0e3070;
	border-bottom: none;
}
ul#subnav {
	margin: 0;
	padding: 0;
	border-right: 1px solid #0e3070;
	border-bottom: 1px solid #0e3070;
	border-left: 5px solid #5170b1;
}
ul#subnav li {
	list-style: none;
}
ul#subnav li a {
	display: block;
	margin: 0;
	padding: 5px 22px 5px 10px;
	height: 100%;
	border-top: 1px solid #0e3070;
	background-color: #FFF;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	text-decoration: underline;
	background-image: none;
	color: #102f70;
}
ul#subnav li a:hover, ul#subnav li a.active, ul#subnav li a:visited.active {
	background-color: #eaae02;
	background-image: url(../images/subarrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #102f70;
}

/* smaller font items */

div#centercol ul, div#centercol p {
	font-size: 0.9em;
}
div#centercol h2 {
	font-size: 1.3em;
}
div#centercol h3 {
	font-size: 0.9em;
}

div#centercol {
	float: left;
	margin-left: 10px;
	width: 467px;
	background-color: #fff3ff;
	padding: 0 15px 15px;
}
div#centercol ul {
	margin: 0 15px 15px;
	color: #0e306f;
}
div#centercol ul ul {
	margin-top: 10px;
}
div#centercol ul li {
	margin-bottom: 5px;
	list-style-type: disc;
	line-height: 130%;
}
div#centercol ol {
	margin: 0 15px 15px 25px;
}
div#centercol ol li {
	margin-bottom: 5px;
}

/* -- breadcrumbs -- */

div#centercol ul#breadcrumb {
	display: block;
	margin: 25px 0 0 0;
	padding: 0;
}
div#centercol ul#breadcrumb li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	display: inline;
}
div#centercol ul#breadcrumb li a:link {
	list-style-type: none;
	background-image: none;
	margin: 0 2px 0 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	text-decoration: underline;
	background-image: none;
	background-color: #eed387;
}
div#centercol ul#breadcrumb li a:visited {
/*	color: #666;			*/
	margin: 0 2px 0 0;
	padding: 0;
	background-image: none;
}
div#centercol ul#breadcrumb li a:hover {
	background-color: #eaae02;
	color: #102f70;
}
div#rightcol {
	float: left;
	width: 190px;
}
div#rightcol h3 {
	margin:  0 0 0 0;
	padding: 5px 6px 4px 8px;
	background-color: #eaae02;
	font-size: 1.3em;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-weight: bold;
	color: #0e3070;
	border-bottom: 0;
}
div#rightcol div.serviceTab {
	margin-top: 10px;
}
div.clear {
	clear: both;
}

/* -- footer -- */

div#footer {
	border-top: 1px dotted #5177A5;
	border-bottom: 1px dotted #5177A5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div#footer p {
	float: left;
	width: 500px;
	padding: 4px 0 0 0;
	margin: 0;
	color: #0e306f;
}

div#footer ul {
	margin: 5px 0 0 0;
	padding: 0 3px 0 0;
	display: inline;
	width: 350px;
	float: right;
	text-align: right;
}
div#footer ul li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding:0;
	margin: 0 0 0 10px;
}
div#footer ul li a:link {
	text-decoration: underline;
	color: #0e3070;
	background-image: none;
}
div#footer ul li a:visited {
	text-decoration: underline;
/*	color: #666;		*/
	background-image: none;
}
div#footer ul li a:hover {
	color: #003366;
	background-image: none;
}
div#ukhca {
	display: block;
	margin: 10px 0 25px 0;
}
div#ukhca img {
	margin: 0 10px -20px 0;
}

.baseLine {
	color: #0d2f6f;
	border-bottom: 1px dotted #5378a4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.baseLine a {
	color: #0d2f6f;
}

table.styled th {
	color: #003366;
}
table.styled td {
	padding: 4px 0;
	border-bottom: 1px solid #859cb3;
}
