/* -------------------------------------------------------------------- CSS RESET ----- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* vertical-align: baseline; ... Screws up IE img aligns! */
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {	outline: 0; }
ins {	text-decoration: none; }
del {	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td {
	font-family: Arial, Sans Serif, Palatino Linotype, Palatino, serif; /* Win, Mac, Type */
	font-size: 12px;
	line-height: 18px;
}

/* ---------------------------------------------------------------------- GENERAL ----- */
body {
	color: #555555;
	font-family: Arial, Sans Serif, Palatino Linotype, Palatino, serif; /* Win, Mac, Type */
	font-size: 12px;
	line-height: 18px;
	background-color: #F4F4F4;
	background-image: url(../../system/website/tile_detail.jpg);
	background-repeat: repeat-x;
}
body.home {
	background-image: url(../../system/website/tile_home.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.8em;
	font-family: arial, helvetica, san-serif;
}

h2 {
	font-size: 1.6em;
	font-family: arial, helvetica, san-serif;
}

h3 {
	font-size: 1.4em;
	font-family: arial, helvetica, san-serif;
}

h4 {
	font-size: 1.2em;
	font-family: arial, helvetica, san-serif;
}

.lighttext {
	color: #F4F4F4;
}

a:link { 
	color: #75001e; 
	text-decoration: none; 
	font-weight: bold;
	font-style: italic;
}
	
a:visited { 
	color: #75001e; 
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
	
a:hover { 
	color: #75001e; 
	text-decoration: underline; 
	font-weight: bold;
	font-style: italic;
}

p { 
	margin:0px; 
	border:0px; 
	padding:0px;
}
	
td { 
	margin:0px; 
	border:0px; 
	padding:0px; 
	font-size: 10px; 
	font-family: arial, helvetica, san-serif; 
	color: #342B1F;
}

hr {
	color: #d2d2d2;
/*	height: 1px;
	border: none;
	border-top: 1px solid #d2d2d2; */
	height: 1px;
	padding: 1px 0 0 0;
	border: none;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

/* ------------------------------------------------------------------------- PAGE ----- */
#wrapper {
	position: relative;
	width: 960px;
	margin: 0px auto;
}

	#header {
		height: 93px;
	}
	
		#header_logo {
			float: left;
		}
		
		#header_address {
			position: absolute;
			/*top: 24px;*/
			top: 30px;
			left: 340px;
			font-weight: bold;
		}
		
		#header_search{
			float: right;
			padding: 20px 0 0 0;
		}
		
			#header_search input {
				*position: relative; /* IE7 and below */
				*top: -21px;
				*left: -5px;
			}
	
	#navigation {
/*display: table;*/
		height: 29px;
		width: 960px;
		margin: 18px 0 0 0;
		text-align: center;
		*font-size: 11px; /* IE7 and below */
	}

	#content {
		min-height: 600px;
	}

		#column_left {
			float: left;
			width: 660px;
		}
		
			#banner {
				height: 280px;
			}
			
			#banner img {
				display: none;
			}

		#column_right {
			float: left;
			width: 240px;
			padding: 60px 20px;
			text-align: left;
			/*background-image: url(../../system/website/tile_blend.jpg);*/
			background-repeat: repeat-x;
		}
			#column_right.tile_blend {
				background-image: url(../../system/website/tile_blend.jpg);
			}
			#column_right.tile_blend_yellow {
				background-image: url(../../system/website/tile_blend_yellow.jpg);
			}
			
		#subcolumns {
		}

			#subcolumn_left {
				float: left;
				/*width: 440px;*/
				width: 310px;
				padding: 20px 10px;
				text-align: left;
			}

			#subcolumn_right {
				float: left;
				/*width: 180px;*/
				width: 310px;
				padding: 20px 10px;
				text-align: left;
			}

		#column_left_detail, #column_left_3col_detail {
			float: left;
			width: 300px;
			min-height: 400px;
			padding: 0 0 20px 0;
			text-align: left;
			background-image: url(../../system/website/tile_blend_alt.jpg);
			background-repeat: repeat-x;
		}
		
		#column_right_detail {
			float: left;
			width: 620px;
			padding: 60px 20px 20px 20px;
		}
		
		#column_right_detail ul {
			padding: 0 0 0 15px;
		}

		#column_right_detail li {
			list-style: disc;
		}

		#column_center_3col_detail {
			display: inline-block;
			float: left;
			width: 380px;
			padding: 60px 20px 20px 20px;
		}
		#column_right_3col_detail {
			display: inline-block;
			float: left;
			width: 200px;
			padding: 60px 20px 20px 20px;
		}
#footer {
/*height: 269px;*/
	display: block;
	color: #F4F4F4;
	background-color: #3d3d3d;
	background-image: url(../../system/website/tile_footer.jpg);
	background-repeat: repeat-x;
	clear: both;
text-align: center;
}

	#footer_content {
	display: inline-block;
		width: 960px;
		margin: 0px auto;
		text-align: center;
		padding: 20px 0 0 0;
	}
	
		#footer_left {
			float: left;
			width: 440px;
			padding: 10px;
			text-align: left;
		}

		#footer_middle {
			float: left;
			width: 180px;
			padding: 10px;
			text-align: left;
		}

		#footer_right {
			float: left;
			width: 280px;
			padding: 10px;
			text-align: left;
		}

#copyright {
	height: 30px;
	padding:10px;
	color: #afb6a8;
	background-color: #3d3d3d;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.2em;
	text-align: center;
}

.content_no_sidenav {
	padding: 60px 0 20px 0;
}
/* ----------------------------------------------------------------------- STYLES ----- */
img.news_left {
	float: left;
	padding: 5px 10px 5px 0;
}

a.alt:link { 
	/*
	color: #75001e;
	color: #ab3450;
	*/
	color: #fd566f;
	text-decoration: none; 
	font-weight: bold;
	font-style: italic;
}

a.alt:visited { 
	/*
	color: #75001e;
	color: #ab3450;
	*/
	color: #fd566f;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a.alt:hover { 
	/*color: #75001e;
	color: #ab3450;
	*/
	color: #fd566f;
	text-decoration: underline; 
	font-weight: bold;
	font-style: italic;
}

div.button {
float: left;
/*
display: table-cell;
white-space: nowrap;
*/
	padding: 0 20px 0 20px;
	font-style: italic;
	font-weight: bold;
}
	div.first_button {
		padding: 0 20px 0 0px;	
	}
	div.last_button {
		padding: 0 0 0 20px;
	}
	
ul.list li {
	margin: 0 0 7px 15px;
	list-style-type: disc;
}

.alt {
	color: #75001e;
}

span.footer {
	color: #ffffff;
}

hr.footer {
	height: 1px;
	padding: 1px 0 0 0;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}

/* ------------------------------------------------------------------------ FORMS ----- */

/* ---------------------------------------------------------------------- BUTTONS ----- */
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	font-size:1.2em; 
	text-align: center; 
	background: transparent url(../../system/website/btn_cran_sprite.gif) no-repeat right -140px;
}
	
button.submitBtn span {
	padding: 7px 0 0 15px; 
	height:37px; 
	color:#ffffff; 
	background: transparent url(../../system/website/btn_cran_sprite.gif) no-repeat left top; 
}

/* hover */	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -210px;
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -70px;
}

/* mousedown */
button.submitBtn:active {
    background-position: right -350px;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

button.submitBtn:active span {
    background-position: left -280px;
}

/* Custom link buttons */
button.linkBtn { 
	padding: 0 45px 0 0; 
	margin-right:5px; 
	font-size:1.2em; 
	text-align: left; 
	background: transparent url(../../system/website/link_btn_sprite.png) no-repeat right -140px;
}
	
button.linkBtn span {
	padding: 16px 0 0 23px; 
	height:37px; 
	font-weight: bold;
	font-style: normal;
	color:#ffffff; 
	background: transparent url(../../system/website/link_btn_sprite.png) no-repeat left top; 
}

/* ---------------------------------------------------------------------- SIDENAV STYLES ----- */
div#sidenav {
	margin: 0 0 0 20px;
	padding: 0;
}
div#sidenav ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: disc;
}
div#sidenav ul li ul {
	margin-left: 16px;
	list-style-type: circle;
}
div#sidenav ul li a {
	display: block;
	/*background: url('../../system/website/bullet_alt.gif') no-repeat top left;*/
}
div#sidenav ul li.selected a {
	/*background: url('../../system/website/bullet_alt_sel.gif') no-repeat top left;*/
}
div#sidenav ul li.selected a.selected {
	/*color: #9990AF;*/
	cursor: default;
	color: #555555;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
div#sidenav ul  li ul li a{
	/*background: url('../../system/website/arrows_alt.gif') no-repeat top left !important;*/
}
div#sidenav ul  li ul li.selected a.selected{
	/*background: url('../../system/website/arrows_alt_sel.gif') no-repeat top left !important;*/
}

ul.arrows {
	list-style-image: url('../../ksc_assets/home/arrows.gif');
}

hr.double_line {
	border: 0;
	border-bottom: double #555555;
}
.dnf {
	display: none;	/* spam block on forms */
}
