/* CSS Document */

body
{
	width: 860px;
	margin: 0 auto;
}

.page
{
	position: relative;
	margin: 0;
	height: 1%;
}

#login
{
	position: absolute;
	top: -75px;
	right: 74px;
	width: 302px;
	height: 65px;
	padding: 0;
	color: #fff;
	border: solid #032e40;
	border-width: 0 10px 10px;
}


#login table
{
	background-color: #39c;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 65px;
}

#login form td
{
	padding: 0 5px ;
	vertical-align: middle;
}

#login label { font-weight: bold; }

#username, #password { width: 120px; }

.toggle
{
	position: absolute;
	top: 65px;
	right: -10px;
	height: 14px;
	overflow: hidden;
	background-color: #39c;
	margin: 0;
	padding: 16px 10px 10px;
	z-index: 10;
	border: solid #032e40;
	border-width: 0 10px 10px;
}

.toggle a
{
	font-weight: bold;
	padding: 0 0 0 16px;
	background: url(toggle.gif) no-repeat left;
}

.toggle a:link { color: #fff; }

.toggle a:hover { text-decoration: none; }

.toggle a:visited { color: #fff; }

.toggle a active { color: #000; }

.header
{
	line-height: 0;
	padding: 30px 0 0 50px;
}

.header a
{
  display: block;
	width: 100px;
	height: 100px;
	background: url(kco.gif) no-repeat left top;
	border: 10px solid #032e40;
}

.header a:hover { background-position: bottom left; }

.header a strong { display: none; }

.nav
{
	position: relative;
	top: -10px;
	left: 10px;
	border: solid #032e40;
	border-width: 10px 10px 1px;
	padding: 0;
	margin: 0 0 0 150px;
	background-color: #39c;
	width: 605px;
}

.nav:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.nav { display: inline-table; }

/* Hides from IE-mac \*/
* html .nav { height: 1%; }
.nav { display: block; }
/* End hide from IE-mac */

.nav li
{
	list-style: none;
	float: left;
	margin: 0;
}

.nav li a
{
	display: block;
	float: left;
	font-weight: bold;
	width: 80px;
	height: 15px;
	color: #032e40;
	background-color: #39c;
	padding: 75px 10px 10px 10px;
	margin: 0;
	border: solid #032e40;
	border-width: 0 1px 0 0;
	overflow: hidden;
}


/* remove border from last nav link (currently 'contact') */
.nav li a.contactlink
{
	width: 80px;
	border: none;
}

.nav a:link { color: #032e40; }

.nav li a:hover
{
	color: #fff;
	background-color: #0a688f;
	text-decoration: none;
}

.nav a:visited, .nav a:active { color: #fff; }


.links
{
	position: relative;
	top: 15px;
	left: 30px;
	display: inline;
	float: right;
	margin: 105px 105px 0 0;
}

.links li
{
	display: inline;
	list-style: none;
	margin: 0 0 0 1em;
}

.links li a { color: #032e40; }


.news
{
	position: absolute;
}

.news
{
	top: 250px;
	left: 10px;
	width: 140px;
	text-align: right;
	margin: 0 10px 0 0;
}

.news li
{
	list-style: none;
	margin: 0 0 1em;
	height: 1%;
}

.news li a
{
	display: block;
	color: #032e40;
}

#fontcontrol
{
	position: absolute;
	top: 241px;
	right: 42px;
	z-index: 10;
	border: solid #032e40;
	border-width: 10px 10px 10px 0;
}

.image { margin: 0 0 0 150px; }

.content, .home
{
	position: relative;
	top: -10px;
	left: 10px;
	border: solid #032e40;
	border-width: 0 10px 1px;
	background-color: #fff;
	width: 605px;
	margin: 0 0 0 150px;
	padding: 10px 0;
}

.home h1, .home h2, .home p, .home ul
{
	margin: 10px 30px 10px 30px;
}

.home p
{
	margin: 10px 30px 20px 30px;
}

p.truetimeheader
{
	margin: 10px 30px 20px 30px;
}

.home h2
{
	font-size: 1.5em;
	color: #666;
}

.home ul
{
	margin: 20px 0 10px 30px;
}

.home li
{
	list-style: square;
	margin: 0 0 10px 15px;
}

.home li h2, .home li p
{
	margin: 0;
	color: #000;
}

a.featuredlink
{
	background: url(../images/arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 24px;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #069;
}

img.homeimage
{
	float: right;
	margin: 10px 30px 0 0;
}

.home p.separator 
{
	padding: 20px 0 0;
	margin: 20px 30px 10px 30px;
	background: url(separator.gif) repeat-x top;
}

.content h1
{
	padding: 0 30px 0 200px;
	margin: 20px 0 10px;
}

/*.content select
{
	float: left;
	margin: 25px 0 0 15px;
	width: 170px;
	font: 10px arial;
}*/

.content h1, .home h1
{
	font-size: 2em;
	line-height: 1.2em;
}

.home h1
{
	font-size: 1.6em;
	line-height: 1.2em;
}

.content:after, .home:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*.content, .home { display: inline-table; }*/

/* Hides from IE-mac \*/
* html .content, * html .home { height: 1%; }
.content, .home { display: block; }
/* End hide from IE-mac */

.subnav, .clientnav
{
	float: left;
	width: 180px;
	margin: 0;
}

.clientnav
{
	margin: 28px 0 0;
}

.subnav ul, .clientnav ul { margin: 0; }

.subnav li, .clientnav li
{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	height: 1%;
}

.subnav li a
{
	font-weight: bold;
}

.subnav li a, .clientnav li a
{
	display: block;
	padding: 2px 15px;
	width: 150px;
	color: #000 ! important;
	font-size: 0.9em;
	margin: 0;
	border: solid #e8e3d8;
	border-width: 0 0 1px;
}

.subnav li a:hover, .clientnav li a:hover
{
	background: url(nic.gif) no-repeat left;
	text-decoration: none;
}

.subnav li strong, .clientnav li strong
{
	display: block;
	padding: 2px 15px;
}

.subnav p, .clientnav p
{
	padding: 0 15px;
}

.text
{
	margin: 0 30px 0 200px;
}

.text p
{
	margin: 0 0 1em;
}
 
.text h2
{
	font-size: 1em;
	font-family: verdana, sans-serif;
	color: #0b7ba0;
	margin: 0;
}

.text h3
{
	font-size: 1em;
	font-family: verdana, sans-serif;
	margin: 0;
}

/* Contain the floats using the :after method */
.content:after
{
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
/* Hide from IE5-mac. Only IE-win sees this. \*/

* html .subnav, * html .clientnav
{
  margin-right: 17px;
}

* html .text
{
	margin-left: 0;
  height: 1%;
}

/* End hide from IE5/mac */

.client
{
	margin: 10px 0;
	padding: 0 0 10px;
	color: #032e40;
	border: solid #e8e3d8;
	border-width: 0 0 1px;
}

.client img
{
	float: left;
	border: 1px solid #032e40;
	margin: 0 20px 0 0;
}

.client p { padding: 0; }

.client h2
{
	margin: 0 0 2em;
}

.client a
{
	color: #032e40;
	margin: 0 1em 0 0;
}

.url { font-weight: bold; }

.url a
{
	color: #39c;
}

.paging a { color: #666; }

.quote
{
	background: #0b7ba0 url(../images/corner.gif) no-repeat right bottom;
	color: #fff;
	margin: 10px 0;
	padding: 5px 5px 10px 10px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.quote p { margin: 5px 0 5px; }

.quote strong { font: bold normal 1.2em/1.2em arial, helvetica, sans-serif; }

.testimonial
{
	clear: left;
	border: solid #ccc;
	border-width: 0 0 1px;
	margin: 0 30px 20px;
}

.testimonial h2
{
	float: left;
	width: 160px;
	text-align: center;
	margin: 0;
}

.testimonial-text
{
	margin: 0 0 0 170px;
}

.map
{
	border: 1px solid #032e40;
	margin: 0;
}

.footer
{
	position: relative;
	top: -10px;
	left: 10px;
	width: 585px;
	margin: 0 0 20px 150px;
	border: solid #032e40;
	border-width: 0 10px 10px;
	background-color: #39c;
	padding: 5px 10px;
	clear: both;
}

.footer p
{
	margin: 0;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

.footer a
{
	text-transform: lowercase;
	color: #000;
}

.footer a:hover
{
	color: #666;
}

.quotename {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#imgImage
{
	margin: 0 0 1em;
}
