/*
Description: CSS developed for KIMS
Author: Laura Jones
Version: 1.0 (8/30/09)
*/

/* ---------------------------------------------------------------------------- RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* ---------------------------------------------------------------------------- GLOBAL */
body {
	background: #e8f2fe;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; }

a:link { color: #396dab; }
a:visited { color: #396dab; }
a:hover { color: #6695ce; }
a:active { color: #396dab; }

a { outline: none; }

img { border: 0; }

.clearIt {
	clear: both;
	display: block; }

/* ---------------------------------------------------------------------------- STRUCTURE */
#wrapper {
	background: #e8f2fe;
	margin: 0 auto;
	width: 820px; }

#shadow {
	background: url(images/shadow.png) repeat-y;
	display: inline;
	float: left;
	width: 820px; }

#page {
	background: #fff;
	margin-left: 30px;
	width: 762px; }

#header {
	border-bottom: 1px solid #ccc;
	height: 194px;
	margin: 0 30px;
	padding: 20px 0;
	width: 702px; } /* 762-60 */

#logo {
	display: block;
	float: left;
	width: 240px; }

#rot_image {
	display: block;
	float: left;
	margin-left: 44px;
	width: 418px; }

#content {
	margin: 0 30px;
	padding: 20px 0;
	width: 702px; }	/* 762-60 */

#main {
	display: block;
	float: left;
	width: 492px; } /* 702-170-40 */

#sidebar {
	display: block;
	float: left;
	padding-left: 40px;
	width: 170px; }

#footer {
	border-top: 1px solid #ccc;
	font-size: 1.3em;
	margin-top: 20px;
	padding: 20px 0 5px 0; }

#foot_left {
	float: left;
	width: 450px; }

#foot_right {
	float: right;
	text-align: right;
	width: 250px; }

#footer a:link { color: #000; }
#footer a:visited { color: #000; }
#footer a:hover { color: #4f81bd; }
#footer a:active { color: #000; }

/* ---------------------------------------------------------------------------- HEADINGS */
h1 {
	background: url(images/logo.jpg) top left no-repeat; /* image replacement */
	font: 10px/10px sans-serif;
	height: 194px;
    text-indent: -9000px; }

h2 {
	font-size: 2em;
	padding-bottom: 10px; }

h3 {
	font-size: 1.6em;
	padding: 5px 0 10px 0; }

h4 {
	font-size: 1.4em;
	padding-bottom: 10px; }

/* ---------------------------------------------------------------------------- VARIOUS */
p , #contact td, #contact_form td {
	font-size: 1.4em;
	line-height: 18px;
	padding-bottom: 10px; }

ul li {
	font-size: 1.4em;
	padding-bottom: 6px;
	margin-left: 14px; }

.kims {
	color: #4f81be;
	font-family: Century Gothic, Arial, sans-serif;
	font-weight: bold;
	text-transform: lowercase; }

.photo_R { margin-left: 15px; }

/* ---------------------------------------------------------------------------- CONTACT FORM */
.alert {
	color: #e71b20;
	font-weight: bold; }

.allgood {
	color: #6695ce;
	font-weight: bold; }

/* ---------------------------------------------------------------------------- NAVIGATION */
#nav {
	color: #fff;
	margin-bottom: 20px;
	width: 170px; }

#nav a {
	color: #c6d9f1;
	text-decoration: none; }

#nav a:hover { color: #e4f0ff; }

#nav li {
	background: #4f81bd url(images/nav_bg.jpg) repeat-x;
	border-top: 1px solid #6193ce;
	border-bottom: 1px solid #3c6aa5;
	height: 28px; /* 38-10 */
	font-size: 1.6em;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 12px; }

#nav li.selected { background: #583355 url(images/nav_bg_selected.jpg) no-repeat; }

#nav li.selected a {
	color: #fff;
	font-weight: bold; }