@charset "utf-8";
/* Standard classes */
* html body #wrapper {
	width: 1002px; /* Star hack to give IE 5/6 some sensible size as it doesn't understand max-width and min-width */
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	}
#wrapper{
	margin: 0 auto 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	max-width: 1002px; /* sets max-width value for all standards-compliant browsers */
	min-width: 767px; /* sets min-width value for all standards-compliant browsers */
}
h1 {
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 140%;
	background-color: #002878;
	padding: 0.5em 0.75em;
	background-image: url(../i/h1background.png);
	background-repeat: repeat-x;
	background-position: 100% 0%;
}
h2 {
	color: #F2F2F2;
	margin: 1.5em 0 0 0;
	padding: 0.5em 0.75em;
	font-size: 100%;
	background-image: url(../i/h1background.png);
	background-repeat: repeat-x;
	background-position: 100% 0%;
	background-color: #002078;
}
h2.red {
	background-image: url(../i/h1backgroundred.png);
	background-color: #840E1C;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	padding: 5px 0 0 0;
	margin: 0 0 8px 0;
	text-align: justify;
}
a.pdf {
	background-image: url(../i/page_white_acrobat.png);
	background-repeat: no-repeat;
	padding: 1px 0 2px 17px;
}
img {
	border-style:none;
}
/* Classes for the main components on the page */
#topbar{
	background-image: url(../i/kscheader_01.jpg);
	margin:0;
	padding:0;
	height:49px;
	background-repeat:no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	top:0;
}
#accessibility ul {
	margin:0 0 0 -0.5em;
	padding:0;
	list-style:none;
}
#accessibility li {
	border-left:1px solid;
	padding:0 0.5em;
	margin-top:20px;
	float:left;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
} 
#header {
	background-image: url(../i/kscheader_03.jpg);
	margin: 0px;
	padding: 0px;
	height: 234px;
	background-repeat: no-repeat;
} 
#main {
	margin: 8px 1em 8px 1em;
	padding: 0;
	background-color: #3577B3;
	background-image: url(../i/menubarfadeout.jpg);
	background-repeat: no-repeat;
} 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 10em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	margin: 0;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	margin: 0 0 0 10em;
	padding: 0 0 0 1em;
	background-color: #ffffff;
}
#mainContent img {
	border:1px solid #cccccc;
	padding:4px;
	margin:0 0 5px 0;
}
#mainContent img.frameless{
	border:none;
	padding:0;
	margin:0;
}
#mainContent ol{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: justify;
}
#mainContent ul{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: justify;
}
#mainContent li{
	padding: 5px 5px 0 5px;
	margin: 0 0 8px 0;
}
#mainContent p.center {
	text-align:center;
}
#footer {
	padding: 0 10px;
	background-color: #002078;
	color: #E8E8EA;
	border-bottom: solid #000000 1px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerleft {
	float:left;
}
#footerright{
	float:right;
}
#footer p a{
	color:#E8E8EA;
}

/* Table classes for reuse */
table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #002878;
	width: 99%; /* 100% causes problems for IE6 */
	margin: 0;
}
td {
	font-size: 70%;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 6px;
	padding-top: 6px;
}
.tdpay {
	width: 120px;
}
th {
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002878;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	background-image: url(../i/headingbackground.png);
	background-repeat: repeat-x;
	background-position: 100% 0%;
}
.thvertical{
	background-image: url(../i/headingbackgroundhorizontal.png);
	background-repeat: repeat-y;
	background-position: 100% 0%;
}
.timetable {
	width: 100%;
}
.tablesmall {
	}
.reven {
	background-color: #d0d0d0;
}
.rodd {
	background-color: #F2F2F2;
}
.tdcost {
	width: 120px;
}
.feetable {
}
.tddescription {
}
/* Float classes*/
.fltleft {
	float:left;
}
.fltright {
	float:right;
}
/* The all important clearfloat class to make parents containing their child floats. */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Classes to make boxed items for a bit of variation */
.boxeditemheading{
	color: #ffffff;
	margin: 0;
	background-color: #002878;
	background-image: url(../i/headingbackground.png);
	background-repeat: repeat-x;
	background-position: 100% 0%;
	padding: 0.5em 0.75em;
	font-weight: bold;
}
.boxeditemheadingcontrast{
	color: #ffffff;
	margin: 0;
	background-color: #002878;
	padding: 0.5em 0.75em;
	font-weight: bold;
}
.boxeditemdetail {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #002878;
	padding: 5px 5px 0 5px;
	margin-bottom: 8px;
	background-color: #F2F2F2;
}
.boxeditemdetailcontrast {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #002878;
	padding: 5px 5px 0 5px;
	margin-bottom: 8px;
	background-color: #002878;
	color: #F2F2F2;
}
.boxeditemdetailcontrast a {
	color: #F2F2F2;
}

/* Classes to set up columns for multi-column layouts */
#leftcol {
	padding: 0 1em 0 0;
	margin-right:250px;
}
#rightcol {
	float:right;
	width: 250px;
	padding: 0 0 1em 0;
	margin-left:1em;
}

/* Background Images */
/* The sandbag div to control wordwrap around background images.. */
.sandbagright{
	clear: right;
	float: right;
	padding: 0;
}
/* These are page specific because the actual page needs to contain sandbagging div to control the wordwrapping. */
.bkg_snowboarder {
	float: right;
	clear: none;
	background-image: url(../i/snowboarder.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}
.bkg_lplate {
	float: right;
	clear: none;
	background-image: url(../i/lplate.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

/* Contact form */
form.contact table{
	border:none;
}
form.contact td{
	font-size:100%;
	text-align: left;
}
div.success {
	background:#dfd;
	border:#afa 1px solid;
	padding:10px;
}
div.failure {
	background:#fdd;
	border:#faa 1px solid;
	padding:10px;
}
