/* Table of Contents (new 2)
--------------------------------------------------------------//
Global Defaults
Header
Page Structure
Nav
Headings
Text
Lists
Links
Tables
Forms
Global Classes
Misc
*/

/* Global Defaults
--------------------------------------------------------------*/
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	background:#a4a480;
	font:12px/17px Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	margin:0 auto;
	padding:0;
	width:900px;
}

img {
	border:0;
	margin:0;
	padding:0;
}


/* Header
--------------------------------------------------------------*/
#header {
	background:url(images/KCMEheader.jpg) no-repeat;
	height:142px;
	padding:30px 0 0 17px;
}

#topnav {
	color:#580f0d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:28;
	letter-spacing:1px;
}

#topnav ul {
	margin:0;
	padding:0;
}

#topnav li {
	float:left;
	list-style:none;
	margin:33px 34px 0 0;
}

#topnav a, a:link, a:visited {
	color:#580f0d;
	font-weight:bold;
}

#topnav a:hover, a:active {
	color:#cc0000;
}


/* Page Structure
--------------------------------------------------------------*/
#page {
	background:#000 url(images/bkgd.jpg);
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-bottom:12px;
	width:900px;
}

#ads {
	float:right;
	width:165px;
}

#ads img {
	margin-bottom:10px;	
}

#ads a, a:link, a:visited {
	color:#c4c6b6;
	font-size:13px;
}

#ads a:hover, a:active {
	color:#fff;
}

#content {
	background:#d8d9c7;
	margin-left:16px;
	padding:10px;
	width:672px;
	min-height:500px;
}

#rightcol {
	background:url(images/header2.jpg) no-repeat top right;
	float:right;
	line-height:normal;
	padding:14px 8px 0 0;
	width:165px;
}

#footer {
	color:#222;
	font-size:.8em;
	margin-top:20px;
}

.listing {
	background:#FFF;
	border-top:1px dotted #c4c6b6;
	border-left:1px solid #c4c6b6;
	border-right:1px solid #c4c6b6;
	min-height:100px;
	margin:0;
	padding:16px 7px 10px 7px;
}

.listing img {
	border:none;
	float:left;
	margin:-5px 20px 0 0;
}

.callout {
	border:1px solid #580f0d;
	float:left;
	font-size:.81em;
	margin:22px 20px 13px 0;
	padding:5px;
}

.nav-list {
	border-right:1px dotted #666;
	float:left;
	font-size:12px;
	margin:8px 20px 20px 0;
	padding-right:8px;
	max-width:200px;
	min-width:152px;
}

.left-col {
	border-right:1px dotted #666;
	float:left;
	font-size:12px;
	margin:8px 20px 20px 0;
	padding-right:8px;
}

.left-col img {
	margin-bottom:14px;
}


/* buttons
--------------------------------------------------------------*/
a.button {
	display:block;
	height:45px;
	margin-bottom:7px;
	width:115px;
	overflow:hidden;
}

a.button:hover {
	display:block;
	text-indent:-115px;
}

a.button:active {
	display:block;
	text-indent:-230px;
}


div.btn {
	background:url(images/button.gif) no-repeat;
	padding:6px 4px;
	height:20px;
	text-align:center;
	width:91px;
}

.btn a {
	
}


/* Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	color:#ac1f23;
	font-size:18px;
	letter-spacing:.08em;
	line-height:22px;
	padding:12px 0 12px 0;
}
 
h2 {
	font-size:1.3em;
	letter-spacing:-.02em;
	padding:7px 0 7px 0;
}
 
h3 {
	color:#580f0d;
	font-size:1.18em;
	font-weight:bold;
	line-height:1.7em;
	margin-bottom:5px;
}

h4 {
	color:#580f0d;
	font-size:1em;
	font-weight:bold;
	margin-bottom:5px;
}

h5 {
	border-bottom:1px dotted #777;
	color:#ac1f23;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:5px;
}


/* Text
--------------------------------------------------------------*/
.subtitle {
	color:#7d1416;
	font-size:1.18em;
	font-weight:bold;
	margin-bottom:5px;
}

.intro {
	color:#222;
	font:1.03em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.07em;
	line-height:1.6em;
	margin:3px 0 5px 0;
}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

 
/* Lists
--------------------------------------------------------------*/
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}

ul li {
line-height:22px;
list-style:none;
list-style-image:url(images/dot.gif);
margin-left:20px;
padding:0;
}

ol {
margin-left:33px;
}

ol li {
padding-left:8px;
}
 
table tr td {
vertical-align:top;
padding:2px;
text-align:left;
}

.pad-right td {
padding-right:12px;
}


/* Forms
--------------------------------------------------------------*/



/* Links
--------------------------------------------------------------*/
a,a:link,a:visited {
	background:none;
	color:#7d1416;
	font-weight:bold;
	text-decoration:none;
}

a:hover,a:active {
	background:none;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

 
/* Global Classes
--------------------------------------------------------------*/
.clear			{ clear:both; }
.left			{ float:left; margin-right:20px; }
.right			{ float:right; margin-left:20px; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px dotted #ccc; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 12px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet {
background:none;
list-style:none;
list-style-image:none;
}

.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }

.short {line-height:7px;}

.border-top { border-top:1px solid #999; }


/* Misc
--------------------------------------------------------------*/
#test {
      margin: 2px 3px 5px 9px;
      font: bold 12px/14px Arial, Verdana, sans-serif;
      border: 1px solid #000;
      background: #fff url(bg.gif) 0 15px no-repeat;
}
