@charset "UTF-8";
/* CSS Document */
html, body {
	background-image:url(../images/background/KS_black_backfade.png);
	background-repeat: repeat-x;
	background-color:#000;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align:center;
}

h1 {
	font-size:2.4em;
	text-align: center;
	color:#030;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
}

h2 {
	background: url(../images/icons/bullets_red_h2.gif) center left no-repeat;
	margin-top: 0;
	padding-left: 50px;
	color: #900;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	letter-spacing: .15em;
	padding-top: 16px;
	padding-bottom: 10px;
	font-size:1.7em;
	text-align:left;
}

p {
	text-align:left;	
}


a {
	text-decoration: none;
	color: #030;
	font-family:Geneva, Verdana, sans-serif;
	font-weight: bold;
}

a:hover {
	color: #900;	
}





/********table styles*********/
/*table styles*/
table {
	caption-side: bottom;
	margin: 40px auto 40px 0px;
	border: thin solid #000;
}

td, th {
	padding: 5px;
	text-align: center;
}

td {
	border: thin solid #000;
	border-collapse: collapse;
}

th {
	background-color: #030;
	color: #FFF;
	border: thin solid #000;
}

caption {
	font-style: italic;
	font-weight: normal;
	padding-top: 8px;
}




/**************section for div styles*************/


/*main container styles*/
#container {
	margin: 0 auto;
	width: 900px;
	background-color:#FFF;
	padding: 0px;
	border-left: medium #CCC solid;
	border-right: medium #CCC solid;
	border-bottom: medium #CCC solid;
}





/*header styles*/
#header {
	width: 850px;
	margin: 0px auto;
	background-color:#FFF;
	text-align: center;
}


#headline {
	width:900px;
	margin: 0 auto;
}



/*navbar styles*/
#navbar {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px;
	border-top: medium solid #CCC;
	border-bottom: medium solid #CCC;
	background-color:#030;
	margin: 0;
	float:left;
	width:900px;
}

#navbar ul {
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
}

#navbar li {
	display: inline;
	margin: 0px 0px;
	padding:0 15px 10px 15px;
	line-height:2.0em;
}

#navbar li:hover {
	background-image:url(../images/icons/navbar_hover.jpg);
	background-repeat:no-repeat;
	background-position: center 0;	
}

#navbar a {
	color:#FFF; 
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}
 
#navbar a:hover {
	color: #900;	
}





/*mainContent styles*/
#mainContent {
	width: 900px;
	background-color: #FFF;
	margin: 0px auto 0px auto;
}


/*middle region styles*/
#main {
	margin: 0px auto 10px auto;
	padding: 10px;
	background-color:#FFF;
	background-image: url(../images/background/main_SC.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#main img {
	margin:10px auto;
}

#main p {
	margin-left:10px;	
}

#main ul {
	text-align:left;	
}









/*footer styles*/
#footer {
	width: 900px;
	border-top: medium solid #CCC;
	margin: 10px auto 0px auto;
	text-align:center;
}

#footer p {
	text-align:center;
	font-size: .9em;
	margin:3px 0px 3px 0px;
}






/*class styles*/
.clear_both {
	clear:both;	
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;	
}

.red_text {
	color:#900;	
}

.green_text {
	color:#030;	
}

.img_border {
	border: medium solid #CCC;
}

/*class to get rid of link outlines on images*/
.no_link_outline img {
	outline: 0 none;
	-moz-outline: 0 none;
	border: none;
	border-style: none;
	text-decoration: none;
}


.gallery {
	margin:0px 0px 0px 20px;	
	float:right;
}

.gallery img {
	margin: 30px 0px;	
}

