@charset "utf-8";
/* CSS Document */

/* Resets all Browser Defaults */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Site Styles */

body {
	background:#181818 url(images/main_bg_tile.jpg) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#afb1b4;
}

a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

#site_container {
	width:980px;
	margin:0 auto;
}

#logo {
	width:267px;
	height:59px;
	background:url(images/ksm_logo.png) no-repeat;
	margin-top:38px;
	float:left;
	margin-left:10px;
}

#logo a{
	display:block;
	width:267px;
	height:59px;	
}

#navigation {
	width:629px;
	height:108px;
	float:right;
	margin-bottom:20px;
	margin-right:10px;
}

#navigation ul{
	list-style:none;
}

#navigation li{
	display:inline;
}

#navigation li a{
	float:right;
	padding:79px 10px 10px 10px;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}

#navigation li a:hover{
	padding:79px 10px 10px 10px;
	background:#181818 url(images/nav_bg_tile.jpg) repeat-x top;
	text-decoration:none;
	color:#6fa9bc; 

}

.activepage {
	padding:79px 10px 10px 10px;
	background:#181818 url(images/nav_bg_tile.jpg) repeat-x top;
	text-decoration:none;
	color:#6fa9bc !important; 
}

#main_cta {
	width:980px;
	height:383px;
	margin-bottom:18px;
}

#main_cta img{
	border:none;
}

.clearfix {
	clear:both;
}

.column_home1 {
	float:left;
	width:308px;
	margin-left:10px;
	margin-bottom:35px;
}

.column_home1 h1 {
	margin-bottom:10px;
}

.column_home1 h1 a{
	font-size:18px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.column_home1 h1 a:hover{
	color:#6fa9bc;
	text-decoration:none;
}

.column_home2 {
	float:left;
	width:308px;
	margin-left:19px;
	margin-bottom:35px;
}

.column_home2 h1 {
	margin-bottom:10px;
}

.column_home2 h1 a{
	font-size:18px;
	margin-bottom:15px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.column_home2 h1 a:hover{
	color:#6fa9bc;
	text-decoration:none;
}

.column_home2 li {
	display:block;
	border-bottom:#8f8f8f dotted 1px;
}

.column_home2 li a {
	color:#afb1b4;
	font-size:14px;
	display:block;
	text-decoration:none;
	line-height:27px;
}

.column_home2 li a:hover {
	color:#6fa9bc;
	text-decoration:none;
}

#footer {
	width:980px;
	background:url(images/footer_bg.jpg) no-repeat;
	padding-top:15px;
	margin-bottom:25px;
}

#footer ul {
	margin-left:260px;
	margin-bottom:35px;
	width:600px;

}

#footer li {
	display:inline;
}

#footer li a {
	float:left;
	color:#8b8b8b;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:50px;
	font-size:14px;
}

#footer li a:hover {
	color:#fff;
	text-decoration:none;
	
}

#footer p{
	text-align:center;
	font-size:12px;
	margin-top:10px;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
	text-decoration:underline;
}

#contentpage {
	width:920px;
	min-height:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	padding:20px;
	background:url(images/contentbg.png) repeat;
	
}

#contentpage a {
	color:#fff;
	text-decoration:none;	
}

#contentpage a:hover{
	text-decoration:underline;
}

#contentpage h1 {
	font-size:18px;
	margin-bottom:15px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#contentpage h2 {
	font-size:14px;
	margin-bottom:15px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#contentpage strong {
	color:#e1e1e1;
}

#contentpage ul{
	list-style:outside circle;
	margin:10px 0 10px 0;
}

#contentpage li{
	margin-left:15px;
	padding-left:5px;
}

#contentpage .rightimg {
	float:right;
	margin:15px;
}

#contentpage hr {
	display:none;
	
}

#contentpage p{
	margin-bottom:15px;
	line-height:17px;
}

.hrule {
	border-top:1px dotted #666666;
	margin-top:20px;
	margin-bottom:20px;
}

.pictures {
	width: 283px;
	margin:10px;
	float: left;
	font-size:12px;
}

.pictures img {
	margin-bottom:10px;
	border:solid 4px #666666;
	display:block;
}