/* ------------------------------------------------------------------------- CSS RESET ----- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/* ------------------------------------------------------------------------ FONT RESET ----- */
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* --------------------------------------------------------------------- GENERAL RESET ----- */
html { overflow-y: scroll; } /* always force a scrollbar in non-IE */

body, select, input, textarea { 
  color: #000; /* #444 usually looks better than black, unless not a light background! */
  font-family: Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

a:hover, a:active { outline: none; }  /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } /* Remove margins for navigation lists */

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px;  
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* IE remove scroll from textarea */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE */
button {  width: auto; overflow: visible; }
 
.ie7 img { -ms-interpolation-mode: bicubic; } /* Image sizing quality upgrade */

/* MISC */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; } /* for image replacement */

.hidden { display: none; visibility: hidden; } /* Complete hides */
.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */

/* Screenreader friendly, visual hides */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* --------------------------------------------------------------------------- GENERAL ----- */
body {
	color: #000000;
	background: #bee2fa url(../../ksc_assets/system/bg.jpg) repeat-x;
}

h1 { font-size: 1.6em; font-family: arial, sans-serif; color: #bd0a0e; }
h2 { font-size: 1.1em; font-family: arial, sans-serif; color: #bd0a0e; }
h3 { font-size: 1.15em; font-family: arial, sans-serif; color: #bd0a0e; font-weight: normal; }
h4 { font-size: 1em; font-family: arial, sans-serif; }

hr { margin: .3em 0; } /* adjust down */

p { margin: 5px 0 5px 0; }

a, a:visited, a:link, a:active { color: #0043c4; text-decoration: none; }
a:hover { color: #07348c; text-decoration: underline; }

/* ------------------------------------------------------------------------------ PAGE ----- */
#container {
	text-align: left;
	width: 811px; /* 776px usable interior space */
	margin-left: auto;
	margin-right: auto;
}

	header {
		width: 811px;
		height: 136px;
		background: transparent url(../../ksc_assets/system/bg_ends.png) no-repeat 0 0%;
	}
	
		header div.secondary, header div.secondary_lg {
			height: 11px;
			padding: 8px 30px 8px 26px; /* specific positioning to match orig site */
		}
		
		.ie8 header div.secondary, .ie8 header div.secondary_lg, .ie7 header div.secondary, .ie7 header div.secondary_lg, .ie6 header div.secondary, .ie6 header div.secondary_lg {
			padding: 7px 30px 9px 26px; /* specific positioning to match orig site */
		}
		
			#logo {
				width: 166px;
			}
			#logo img {
				margin: 0 0 0 1px; /* specific positioning to match orig site */
				border: 0;
			}
		
		header div.content {
			width: 775px;
			height: 109px;
			padding: 0 18px 0 18px;
			clear: both;
		}

			nav {
				width: 774px;
				height: 35px;
				margin: 1px 0 0 0;
				background: transparent url(../../ksc_assets/system/bg_nav.png) repeat-x 0 0;
				border-left: 1px solid #70add9;
				border-right: 1px solid #70add9;
			}
			
				nav.alt {
					height: 1px;
					background: #75abd9;
				}
			
			nav ul {
				list-style: none;
			}
			
			nav li {
				float: left;
			}

			nav a, nav a:link, nav a:visited, nav a:active, nav a:hover {
				display: block;
				height: 17px;
				padding: 9px 10px 9px 10px;
				border-right: 1px solid #718fa7;
				color: #000000;
				font-size: 14px;
				text-decoration: none;
			}
			
			nav a:hover, nav a.selected {
				background: transparent url(../../ksc_assets/system/bg_nav.png) repeat-x 0 -35px;
			}
			
	#main {
		width: 775px;
		min-height: 550px;
		padding: 0 18px 0 18px;
		overflow: hidden; /* Make sure floats expand container, rather than being out of the document flow as expected */
	}
	
		#column_full {
			width: 655px;
			padding: 0 40px 40px 40px;
		}

		#column_left, #column_main, #column_right {
			float: left;
			padding: 10px;
		}
		
		#column_left {
			width: 117px;
			font-size: 0.85em; /* downsize subnavigation headers & links contained herein */
		}
		
		#column_main {
			width: 436px;
		}
			.column_sublt {
				float: left;
				width: 48%;
				margin: 10px 5px 10px 0;
			}

			.column_subrt {
				float: left;
				width: 48%;
				margin: 10px 0 10px 5px;
			}

		#column_main_alt {
			float: left;
			width: 553px;
			padding: 10px;
		}

		#subnav a {
			display: inline-block;
			padding: 2px;
		}
		#subnav .selected {
			background-color: #c4e13d;
		}
		#column_right {
			width: 162px;
		}
				
			#signon_wrapper {
				position: relative;
				margin: 0 0 10px 0;
			}
			
				#signon {
					float: left;
					height: 20px;
					padding: 4px 10px 0 10px;
					color: #ffffff;
					text-decoration: none;
					background: #3398ce;
				}
				
				#signon span.drop {
					float: right;
					height: 16px;
					width: 16px;
					margin: 0 0 0 4px;
					background: transparent url(../../ksc_assets/system/btn_icons.gif) no-repeat 0 0;
				}
			
				ul.signon_menu {
					display: none;
					position: absolute;
					margin:0 0 0 10px;
					padding:0;
					list-style:none;
				}

				ul.signon_menu li {
					/* Moved following to anchor below as rollover in ie7 was causing multiple rollover effect (dropdown menu would repeatedly show/hide).
					border-top: 1px solid #ffffff;
					*/
					clear: both;
				}

				ul.signon_menu li a {
					border-top: 1px solid #ffffff;
					width: 130px;
				}
				
	footer {
		width: 811px;
		height: 48px;
		background: transparent url(../../ksc_assets/system/bg_ends.png) no-repeat -808px 0%;
	}
	
		footer div.secondary, footer div.secondary_lg {
			height: 34px;
			padding: 6px 48px 0 36px; /* specific positioning to match orig site */
		}

		.ie8 footer div.secondary, .ie8 footer div.secondary_lg, .ie7 footer div.secondary, .ie7 footer div.secondary_lg, .ie6 footer div.secondary, .ie6 footer div.secondary_lg {
			padding: 5px 36px 0 36px; /* specific positioning to match orig site */
		}

		#copyright {
		}

/* ----------------------------------------------------------------------------- FORMS ----- */
form div.field {
	height: 30px;
	clear: both;
}

label {
	display: block;
	height: 30px;
	width: 100px;
	float: left;
}

input.med {
	width: 200px;
}

/* ---------------------------------------------------------------------------- STYLES ----- */
.bg_none {
	background: transparent url(../../ksc_assets/system/bg_page.png) repeat-y -10px 0%;
}

.bg_left {
	background: transparent url(../../ksc_assets/system/bg_page.png) repeat-y -841px 0%;
}

.secondary {
	font-size: 0.78em; /* 10px; */
}

	.secondary a, .secondary a:link, .secondary a:visited, .secondary a:active, .secondary a:hover {
		font-size: 1.1em; /* 11px; */
		color: #000000; 
		font-weight: bold;
	}

.secondary_lg {
	font-size: 0.9em;
}

.nav {
	list-style: none;
	margin-left: 0;
}
	/* Child navs are indented */
	.nav ul {
		list-style: none;
		margin-left: 10px;
	}

	.nav li {
		margin: 5px 0 5px 0;
	}

	.nav li.selected {
		background: #c4e13d;
	}

a.button, a:link.button, a:visited.button, a:active.button, a:hover.button {
	float: left;
	height: 20px;
	padding: 4px 10px 0 10px;
	color: #ffffff;
	text-decoration: none;
	background: #3398ce;
}

	a:hover.button {
		background: #c4e13d;
	}

	a.button span.lock {
		float: left;
		height: 16px;
		width: 16px;
		margin: 0 4px 0 0;
		background: transparent url(../../ksc_assets/system/btn_icons.png) no-repeat 0 0;
	}

.accent_photo {
	display: block;
	border: 0;
}

	.space_vert10 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

.left {
	float: left;
}

	.left_space {
		margin-right: 5px;
	}

.right {
	float: right;
}

	.right_space {
		margin-left: 10px;
	}

.block {
	display: block;
}

.clear {
	clear: both;
}

ul.alt {
	list-style: outside url(../../ksc_assets/system/ul_alt.gif);
	padding-top: 5px;
	margin: 0 0 0 20px;
}

	ul.alt li {
		margin: 5px 0 5px 0;
	}
	
/* --------------------------------------------------------------------------- WIDGETS ----- */
/* MS Carousel Overrides */
#carousel_home {
	margin: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

	#carousel_home .carousel_box {
		height: 110px;
		width: 415px;
		float: left;
		margin: 0 10px 0 0;
		padding: 10px;
	}
		
.carousel_home_nav {
	width: 437px;
	height: 21px;
	padding: 5px 0 0 0;
	clear: both;
	background: #ffd370;
}

	.carousel_home_nav ul {
		list-style: none;
		margin: 0;
		padding: 0
	}
	
	.carousel_home_nav ul li {
		display: inline;
		cursor: pointer;
		padding: 5px 10px 5px 10px;
		color: #ffffff;
		background-color: #ffd370;
	}
	
	.carousel_home_nav ul li.active {
		display: inline;
		cursor: pointer;
		padding: 5px 10px 5px 10px;
		color: #ffffff;
		background-color: #ffb611;
	}

/* MS Carousel Base */
.mscarousel {overflow:hidden}
.mscarousel img{border:0}
.mscarousel .child{position:relative;}
.mscarousel .child .set, .mscarousel .set{float:left; position:relative;}
.mscarousel .child .clear{clear:both}
.hand{cursor:pointer}

/* ------------------------------------------------------------------------- OVERRIDES ----- */
@media all and (orientation:portrait) { 
}

@media all and (orientation:landscape) { 
}

@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you -- j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Keep CSS under 25k for mobile device browser caching */
