/* Meyer Reset--Removes browser rendering variables from style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /* ol, ul, li,p,*/ 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.25;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background-color: ffffcc;
	font-family:Verdana, Tahoma, "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: small;
}

a {
	color: #096097;
	font-weight: 600;
}

h1,h2,h3,h4,h5 {
	color: #ec1d18;
}

h2 {
	margin-top:3em;
	margin-bottom: 1em;
	font-size: 110%; 
	font-weight: 600;
}

h3 {
	color:#6a592e;
	font-size: 110%; 
	font-weight: 600;
}	

.container {
	min-height: 900px;	/* set here min height  */
	height: auto !important;	/* overwrite the height */
	height: 900px;	/* this is also the min height for IE */
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
}

a:link {
	color:#096097;
	text-decoration: none;
	white-space: nowrap;
}

a:visited {
	color:#096097;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	color: #ec1d18;
	text-decoration: underline;
	white-space: nowrap;
} 

a:active {
	color: #ec1d18;
	text-decoration: underline;
	white-space: nowrap;
}

.topbanner {
	background-image: url(../../images/KCPL/kcpl-homebanner.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	height: 156px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
}

.topbanner a:link {
	text-decoration: none;
}

.topbanner a:visited {
    text-decoration: none;
}

.topbanner a:hover {
	text-decoration: none;
}

.topbanner a:active {
    text-decoration: none;
}

/* Stylesheet for Global Menu Bar */

.topmenu-container {
	text-align: center;
	padding: 4px;
	background-color: #096097;
}

.topmenu-left {
	padding: 0px;
	position: absolute;
	left: 14px;
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
	text-align: left;
}

.topmenu-center {
	width: 100%;
	text-align: center;
	padding: 0 2em;
	word-spacing: 2em;
}

.topmenu-right {
	text-align: right;
	position: absolute;
	right: 14px;
	padding-left: 0px;
	padding-right: 0px;
}

a.menuitem {
	color: white;
	word-spacing: normal;
}

a.menuitem:link {
	color: white;
}

a.menuitem:visited {
	color: white;
}

a.menuitem:hover {
	color: white;
}

a.menuitem:active {
        color: white;
}

/* End NavBar Style */

/* Breadcrumb Style */

.breadcrumb-container {
	padding: 4px 1em;
	background-color: white;
	text-align: left;
}

.breadcrumb-left {
	left: 2em;
	width: auto;
	text-align: left;
}

.breadcrumb-right {
    text-align: right;
	position: absolute; 
    right: 2em;
}

/* End Breadcrumb Style */

.subscribe {
	line-height: 1.5;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
}

a.subscribe {
	line-height: inherit;
	margin-left: 0px;
	display: list-item;
}

p.subscribe {
	background-color: #c9ef77;
	color: #096097;
	text-align: center;
	padding: 4px;
	line-height: normal;
	margin-right: 4px;
	margin-left: 0px;
}
.middlecontainer {
	margin-top: 1em;
}

.leftcolumn {
	display: block;
	position: absolute;
	float: none;
	left: 10px;
	width: 300px;
	text-align: left;
}

div.leftspud {
	margin: 0px; 
	border-top: 1px black solid;
	padding: 10px;
}

.maincolumn {
	min-height: 900px;	/* set here min height */
	height: auto !important;	/* overwrite the height */
	height: 900px;	/* this is also the min height for IE */
    margin-left: 300px;
    border-top: 1px black solid;
    border-right: 1px black solid;
    border-left: 1px black solid;
	background-color: #ffffcc;
	display: block;
	float: none;
	width: auto;
	text-align: left;
	padding: 10px;
}

.rightcolumn {
	margin-left: 300px;
	width: auto;
	padding: 0px 10px 10px 10px;
}

.bottommenu {
	color: white;
	background-color: #096097;
	margin-bottom: 4px;
	padding: 4px;
	text-align: left;
}

input {
	font-family:Verdana, Tahoma, "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 1em;
}

.buttons {
	background-color: #f9d27e;
	color: #000000;
	border: solid 1px black;
/*	font-size: medium; */
}

select {
	font-family:Verdana, Tahoma, "Lucida Sans", Helvetica, Arial, sans-serif;
	border: 1px solid gray;

}

input.text {
	font-family:Verdana, Tahoma, "Lucida Sans", Helvetica, Arial, sans-serif;
	border: 1px solid gray;
/*	font-size: medium; */
}	

.radio {
	font-family:Verdana, Tahoma, "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 1em;
}

textarea {
	font-family:Verdana, Tahoma, "Lucida Sans", Helvetica, Arial, sans-serif;
	border: 1px solid gray;
}

.arrows {
	color: #ec1d18;
	font-size: larger;
	font-weight: 600;
}

a.anchor{
	text-decoration: none;
	color: black;
}
