/* Main style sheet for entire site */
/* Reset browser defaults */
html, body, ul, ol, li, form, fieldset, legend { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; } 
img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th, td { text-align: left; vertical-align: top; font-weight: normal; } 
input, textarea, select { font-size: 110%; line-height: 1.1; } 
li { list-style: none; }
abbr, acronym { border-bottom: .1em dotted; cursor: help; } 
sup { vertical-align: text-top; } 
sub { vertical-align: text-bottom; } 
/* end reset defaults */

/* general elements and classes */
body {
	font: 62.5%/1.2 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif",  sans-serif;  /* 62.5% is trick to make changing font sizes easier to figure out */
	background: #fff url(http://www.kckps.org/images/body_bg.png) repeat-x;
	color: #000;
	text-align: center; /* so the #slide div will center in the browser window */
}

h1 {
	font-size: 2em;
}

h2 {
	font: bold 1.5em/1.5 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif",  sans-serif;
	color: #f30;
	background-color: transparent;
	padding-bottom: 0;
	margin-bottom: .25em;
}

h3 {
	font: bold 1.6em/1 "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
	color: #006;
	background-color: transparent;
	margin-bottom: .5em;
}

h4 {
	font: bold 1.4em/1.4 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif",  sans-serif;
	color: #000;
	background-color: transparent;
	margin-bottom: .5em;
}

h5 {
	font: bold 1.3em/1.3 "Times New Roman", "DejaVu Serif", Times, serif;
	color: #000;
	background-color: transparent;
	margin-bottom: .5em;
}

h6 {
	font: bold 1.2em/1 "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
	color: #006;
	background-color: transparent;
	margin-bottom: .5em;
}

strong {
	color: #f30;
}

p {
	font-size: 1.2em;
}

form {
	padding-bottom: 15px;
}

fieldset {
	padding: 10px;
}

legend {
	color: #006;
	background-color: transparent;
	padding-bottom: 10px;
	font-size: 1.1em;
}

table.clusters th {
	width: 50%;
	background-color: #ffc;
	color: #006;
	font-size: 1.4em;
}

table.clusters td {
	font-size: 1em;
}

#col2 table.policy {
    width: 95%;
	margin-left: 1em;
	border: none;
}

#col2 table.policy td, #col2 table.policy th {
	border: none;
}

#col2 table.clusters td ul li {
 	padding: 0;
	margin: 0;
}


#simple legend {
	font-size: 1.5em;
}

blockquote {
	margin: 0;
	padding: .5em;	
	border: 1px dashed #ccc;
}

blockquote p {
	font-family:  "Times New Roman", "DejaVu Serif", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2;
	color: #006;
	background-color: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
}

table {
	width: 95%;
}

table.auto {
	width: auto;
}

td, th {
	font-size: 1.2em;
	padding: .5em;
	vertical-align: top;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

th {
	font-weight: bold;
}

.boecal {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 3em 1em 5em;
}

.center {
	text-align: center;
}

.indent {
	margin-left: 1em;
}

.ext {
	color: #f30;
	font-family: "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
}

.note {
	font-family:  "Times New Roman", "DejaVu Serif", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5;
}

.quote {
	font-family: "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
	font-size: 1em;
}

.disclaimer {
	font-family: "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	border: #f30 dashed 1px;
	margin: 0;
	padding: 1em 1em 0 1em;
}

.warning {
	font-family: "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
	font-size: 1.5em;
	font-weight: bold;
	color: #006;
	background-color: #ffc;
	border: #ccc dashed 1px;
	padding: .5em;
}

.mono {
	font-family: "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
}

.picLeft, .floatLeft {
	float: left;
	padding: 0 1em 0 0;
}

.picRight, .floatRight {
	float: right;
	padding: 0 .5em 0 1em;
}

.picCenter {
	float: none;
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.floatLeft {
	float: left;
	padding: 0 2em 0 1em;
}

.floatRight {
	float: right;
	padding: 0 1em 0 1em;
}

.clear {
	clear: both;
}

.bottomPad {
	padding-bottom: 1.5em;
}

.topPad {
	padding-top: 1.5em;
}

.noBottomMargin {
	margin-bottom: 0;
}

.noTopMargin {
	margin-top: 0;
}

.noTopBottom {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: .5em;
}

.accessible, .print {
	display: none;
}

.right {
	text-align: right;
	padding-right: .5em;
}

.borderLeft {
	border-left: 1px dashed #000;
}

.disappear {
	color: #DAF2F9;
}

.rclinks {
	border-left: 1px dashed #006;
	margin-bottom: 2em;
}

.caldate {
	font-family:  "Times New Roman", "DejaVu Serif", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 0;
	margin-bottom: 0;
}

.caltime {
	padding-bottom: 0;
	margin-bottom: 0;
}

.postit {
	background-color: #ffc;
	border: 1px solid #ccc;
	padding: 1em .5em 0 .5em;
}

.releaseFooter {
	text-align: center;
	color: #666;
	background-color: transparent;
	font-family: "Courier New", "DejaVu Sans Mono", Courier, "Lucida Console", Monaco, monospace;
	font-size: 1.1em;
}

.yellowBack {
	background-color: #ffc;
	color: #000;
}

ul.check li {
 list-style-image: url(http://www.kckps.org/images/check_bullet.gif);
}

/* start styles for homepage slide */
#slide_home {
	position: relative;
	text-align: left;  
	width: 1024px;
	height:768px;
	margin: 0 auto;
	background-image: url(http://www.kckps.org/images/home_slide.jpg);
	background-repeat: no-repeat;
}

#nav_home {
	margin: 0 225px 0 0;
}

/* start styles for search box */
#search {
	clear: left;
	margin-top: 5px;
}

#searchentry {
	padding: 6px 0 0 10px;
}

#searchentry input {
	background-color: transparent;
	border: none; 
	border-width: 0;
	border-style: none; 
	border-collapse: collapse; 
	font-size: 1em;
} 

#searchbox2 {
	float: left;
	width: 19px;
	height: 19px;
	background-image: url(http://www.kckps.org/images/_search/srch_l.gif);
}

#searchbox3 {
	float: left;
	padding: 3px 0 0 3px;
	width: 115px;
	height: 19px;
	background-image: url(http://www.kckps.org/images/_search/srch_bg.gif);
	background-repeat:repeat-x;
	text-align: left; 
}

#searchbox4 {
	float: left;
	width: 19px;
	height: 19px;
	background-image: url(http://www.kckps.org/images/_search/srch_r.gif);
}
/* end styles for search box */

#twitter, #facebook {
	position: absolute;
	top: 50px;
	height: 35px;
	float: left;
	background-color: #DAF2F9;
	padding: .5em;
}

#twitter {
	left: 200px;
}

#facebook {
	left: 400px;
	width: 389px;
}

/* needed since visual text is part of background image - accessibility feature */
#h1home {
	margin: 0 250px 0 190px;
	visibility: hidden;
}

/* Start News Scroller New Look Test */
#news_scroller {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 215px;
}

#news_scroller h2 {
	font-size: 1.8em;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	color: #fc0;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}

#news_scroller strong {
	font-size: 1.2em;
	font-weight: 900;
	color: #fc0;
	background-color: #21709B;
}

#news_scroller p.instruct {
	text-align: center;
	color: #036;
	background-color: transparent;
	margin-bottom: .25em;
	padding-bottom: 0;
}

.news-container {
	height: 180px;
	width: 215px;
	background-color: #fff;
	color: #000;
	border: groove 2px #ccc;
}

.news-container p {
	font-size: 1.2em;
	padding: 0 .5em;
}

/* start news scroller link, visited and hover link colors */
#news_scroller a:link, #footer_home a:link {
	color: #f30;
	background-color: transparent;
	font-weight: bold;
}

#news_scroller a:visited, #footer_home a:visited {
	color: #f30; 
	background-color: transparent;
	font-weight: bold;
}

#news_scroller a:hover, #footer_home a:hover {
	color: #036;
	background-color: transparent;
	font-weight: bold;
}

#news_scroller a, #footer_home a {
	color: #f30;
	background-color: transparent;
	font-weight: bold;
}
/* end link, visited and hover link colors */
/* End News Scroller New Look Test */

#footer_home {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	font-size: 1em;
	line-height: 1.75;
}

#footer_home p {
	padding: 0;
	margin: 0;
}

/* Start sub page styles */
#slide_sub {
	text-align: left;  
	width: 1024px;
	height:768px;
	margin: 0 auto;
	background-image: url(http://www.kckps.org/images/sub_slide.jpg);
	background-repeat: no-repeat;
}

#nav_sub {
	margin: 139px 0 0 325px;
	width: 635px;
	float: left;
}

#nav_sub li {
	display: inline; 
}

#nav_sub a, #footer a {
	float: left;
	padding: 5px 9px;
	font-size: 1.1em;
	font-weight:bold;
	color: #000;
	background-color: #DAF2F9;
	text-decoration: none;
	margin: 0 2px 0 0;
}

#nav_sub a:hover, #col1 a:hover, #footer a:hover  {
	color: #DAF2F9;
	background-color: #000;
}

#nav_sub li.current a {
	color: #DAF2F9;
	background-color: #21709B;
}

#col1 {
	float: left;
	width: 180px;
	margin: 5px 0 0 45px;
}

#col1 li {
	display: inline; /* IE 6 or older fix */
}

#col1 a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #DAF2F9;
	background-color: #21709B;
	margin-bottom: 1px;
}

#col2 {
	float: left;
	width: 445px;
	height: 540px;
	margin: 5px 0 0 20px;
	overflow: auto;
}

#col2 ul {
	padding-left: 2em;
}

#col2 ul li {
	font-size: 1.2em;
	list-style-type: disc;
	padding-bottom: 1em;	
}

#col2 ul.nested li {
	font-size: 1em;
	list-style-type: circle;
	padding-bottom: .5em;	
}

#col2 ol, #simple ol {
	padding-left: 3em;
}

#col2 ol li, #simple ol li {
	font-size: 1.2em;
	list-style-type: decimal;
	padding-bottom: 1em;	
}

#col2 ol.nested li, #simple ol.nested li {
	font-size: 1em;
	list-style-type: lower-alpha;
	padding-bottom: .5em;	
}

#menuTable {
	font-size: .75em;
	width: 444px;
}

#menuTable caption {
	color: #000;
	background-color: transparent;
	font-size: 2em;
	font-weight: bold;
}

#menuTable th {
	color: #006;
	background-color: #ffc;
	font-size: 1.6em;
}

#menuTable h3 {
	font-size: 1.3em;
	padding-top: .25em;
}

#menuTable ul {
	list-style-image: url(../images/diamond_bullet.gif);
	margin-left: 0;
	padding-left: 2em;
}

#menuTable ul li {
	padding: 0;
	margin: 0;
}

#col3 {
	float: right;
	width: 250px;
	height: 540px;
	margin: 5px 55px 0 0;
	overflow: auto;
}

#col3 a {
	display: block;
	padding: 5px 0 5px 10px;
	font-size: 1.1em;
}

#col2 a:link, #col3 a:link {
	color: #006;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#col2 a:visited, #col3 a:visited {
	color: #21709B;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#col2 a:hover, a:focus, #col3 a:hover, a:focus {
	color: #f30;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

#col2 .bottomPad {
	padding-bottom: 2em;
}

#pdf {
	font-family:  "Times New Roman", "DejaVu Serif", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px 5px;
	border: 1px solid #f30;
	margin: 10px 0;
}

#pdf img {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

#calendar h3 {
	font-size: 2em;
	text-align: center;	
}

#calendar h4 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

#simplebg {
	background: #fff url(http://www.kckps.org/images/body_bg.png) repeat-x;
	background-color: #fff;
	color: #000;
}

#simple {
	position: relative;
	text-align: left;  
	width: 746px;
	margin: 0 auto;
	padding: 1em 3em;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}

#simple ul {
	padding-bottom: 1em;
}

#simple ul li {
	list-style-type: disc;
	margin-left: 1em;
	font-size: 1.2em;
}

#simple ul li p {
	font-size: 1.1em;
}

#simple ol.nested li, #simple ul.nested li {
	font-size: 1em;
}

#simple ul.nested {
	padding-left: 1.5em;
}

#simplesubmenu {
	position: relative;
	float: right;
	font-size: 1.2em;
    font-family: "Courier New", Courier, monospace;
	padding: 1em;
	margin: 1em;
	line-height: 1.75em;
	border: #ccc 1px dashed;
}

#simplesubmenu li {
	list-style: none !important;
	list-style-type: none !important;
	margin-left: 0 !important;
}

#bottomNav {
  font-size: 1.2em;
  font-family: "Courier New", Courier, monospace;
  padding: 0 0 20px 20px;
}

#bottomNav a:link, #bottomNav a, #simplesubmenu a:link, #simplesubmenu a {
  border-bottom: 1px dotted #960;
  text-decoration: none; 
  color: #960;
}

#bottomNav a:hover, #simplesubmenu a:hover {
  border-bottom: 1px solid #960;
}

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;	
}

#footer h2 {
	float: left;
	font-size: 1.3em;
}

#footer h2 a {
	color: #f30;
	background-color: #DAF2F9;
	margin: 0 2px;
	padding: 0 5px 2px;
}

#footer h2 a:hover {
	color: #f30;
	background-color: #DAF2F9;
}

#footer li {
	display: inline;
}

#footer #search {
	float: right;
	display: inline;
	margin: -28px 0 0 0;
	padding: 0;	
}
/* end sub page styles */
/* end main style sheet */

