/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* end of undohtml.css */
 
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	color: #000;
	background-color: #FFF;
}

a {
	color: #00c;
}
a:visited {
	color: #800080;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #813851;
}

/* Delete everything below here in new global.css to make updated global_printable_derived.css */

body, div, td, th, h2, h3, h4 { /*redundant rules for bad browsers */
	font-family: Verdana, Geneva, sans-serif;
	font-size:    12pt;
	color: #000;
} 

p { line-height: 140%; }
.blkquote {
	margin-right: 100px;
	margin-left: 100px;
}
h1,h2,h3 ,th{
	font-weight: normal;
	color: #816938;
	padding-top: 10px;
	padding-bottom: 20px;
}
.shadedRow {
	background-color: #FDF8E3;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}
#container {
	min-width: 760px;
}

/*
p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}*/
#container #header{
	padding: 0px;
	height: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #64615C;
	background-image: url(../images/header_gradient.gif);
	background-repeat: repeat-x;
}
#container #mainContent{
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
#container #sidebar1{
	background-color: #F3F1E9;
}
#container #sidebar2{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #F3F1E9;
}
#header  #bannerText{
	width: 220px;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 0px;
	height: 150px;
}
#header #bannerText h1{
	text-align: center;
	vertical-align: middle;
	color: #3F464F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
#header	#bannerImage{
	overflow: hidden; /* Hide part of image that doesn't fit */
	text-align: center;
	/*	width: 50%; */
	margin: auto;
	height: 150px;
}
#header #bannerImage img {
	margin: 0 -256px; /* Set to half the image's width for even cropping */
}
#header   #utilitiesLinks{
	width: 220px;
	text-align: right;
	padding-right: 20px;
	float: right;
	padding-top: 25px;
	height: 125px;
}
#header #utilitiesLinks a{
	display: inline-block;
	padding-top: .5em;
}
#container #pageTitle {
	padding-top: 5px;
	padding-bottom: 20px;
}
#container #eventsCalendar {
	padding-left: 15px;
	padding-right: 15px;
}
.calendarDate  {
	font-size: 12pt;
	color: #508138;
	width: 30%;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64615C;
}
.calendarDateFirst  {
	font-size: 12pt;
	color: #508138;
	width: 30%;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64615C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64615C;
}
.calendarItem  {
	font-size: 12pt;
	width: 65%;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64615C;
}
.calendarItemFirst  {
	font-size: 12pt;
	width: 65%;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64615C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64615C;
}
#mainContent h3 {
	padding-left: 25px;
}

#mainContent p {
	padding-bottom: 25px;
	padding-left: 25px;
}
#mainContent .mainContentDate {
	font-size: 12px;
	font-style: italic;
	color: #64615C;
	padding-right: 0px;
	padding-bottom: 0px;
}
#container .loginPage{
	margin-left: 0px;	
}
#mainContent .underConstruction {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 200px;
}
#mainContent .mainContentListLink{
	display: inline-block;
	padding-left: 50px;
	padding-bottom: 5px;
}							
#mainContent .mainContentListLinkContinuation {
	display: inline-block;
	padding-bottom: 5px;
}
#mainContent .mainContentListLinkExtended{
	padding-bottom: 5px;
	padding-left: 50px;
}
#container #sidebar1 #sidebar1_top p{
	text-decoration: none;
	text-align: center;
	line-height: normal;
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: 16px;
	color: #3f464f;
	font-weight: bold;
}
#container #sidebar1 h3{
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E0DCC5;
	border-top-color: #64615C;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	color: #3f464f;
	font-weight: bold;
}
#sidebar1 a {
	display: inline-block;
	width: 160px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 85%;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #E0DCC5;
	color: #FFF;
	background-color: #395181;
}
#sidebar1 .comingSoon {
	background-image: url(../images/coming_soon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#sidebar1 a:hover {
	text-decoration: underline;
	background-color: #F3F1E9;
	color: #395181;
}
#sidebar2 a {
	width: 170px;
	padding-bottom: 5px;
	font-size: 85%;
}
#sidebar2 img  {
	padding-bottom: 15px;/*	overflow: hidden; */
}
.sidebar2Date {
	font-size: 12px;
	font-style: italic;
	color: #64615C;
}
.sidebar2Text {
	font-size: 85%;
	width: 170px;
	padding-bottom: 5px;
}
#wgoInKCE    {
	padding-bottom: 15px;
}
#presCorner    {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64615C;
}
#q_And_a    {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64615C;
}
#webPosts    {
	padding-top: 20px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64615C;
}
#pageTitle h2  {
	background-image: url(../images/kcpoaLogo2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 45px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #64615C;
	padding-top: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #64615c;
	padding-right: 0px;
	padding-bottom: 3px;
}
.copyrightNotice {
	font-size: 9pt;
	font-weight: normal;
	color: #3f464f;
	text-align: center;
	line-height: 1.5em;
}
.mainContentFixedFont {
	font-weight: bold;
	margin-left: 50px;
	font-size: 90%;
}
.mainContentFloatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.mainContentFloatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.formTable {
}
.formLabel {
	text-align: right;
	padding-right: 10px;
}
.formLabelWarning {
	text-align: right;
	padding-right: 10px;
	color: #F00;
}
.formInput input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #395181;
	border-right-color: #395181;
	border-bottom-color: #395181;
	border-left-color: #395181;
}
.formInput textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #395181;
	border-right-color: #395181;
	border-bottom-color: #395181;
	border-left-color: #395181;
}
.formButton input {
	background-color: #f3f1e9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin-right: 50px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.formDiv {
	margin-bottom: 30px;
}
.formClearIt {
	clear: both;
}
.formWarning {
	color: #F00;
	text-align: center;
	width: 90%;
}
.formCheckboxLabel {
	font-size: 10pt;
}
.localServer {
	font-size: 16pt;
	color: #F60;
	text-align: center;
}
.formCheckbox {
	padding-left: 20px;
}
.colorBlue {
	color: #395181;
}
#footer {
	background-color: #F3f1e9;
}
.realEstateTable {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: FDF8E3;
	border: 3px ridge #E1DCC5;
}
.mainContentBlue {
	color: #00C;
}
.mainContentPurple {
	color: #800080;
}
