/***********************************************/
/* kng.css                           	       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #dddddd;
	line-height: 1.166;
	margin: 0px;
	/*background-image: url(images/clouds.jpg);*/
	background-color:#203060;
	/*background-attachment: fixed;*/
	/*background-position: center center;*/
	padding: 10px 10px 10px 10px;
	font-size: 100%;
}

p{
	padding: 0px 0px 10px 0px;
}

a:link, a:visited, a:hover {
	color: #44AAFF;;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #5577dd;
}

h2{
 font-size: 114%;
 color: #3399DD;
}

h3{
 font-size: 100%;
 color: #6688ee;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #3399DD;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #3399DD;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#bg{
    margin 0 auto;
    width: 100%;
    background-color: #000000;
}

#wrapper{
	margin: 0px auto;
	width: 800px;
	padding: 0px;
	#border: 1px solid;
	text-align: left;
	background-color: #203060;
}

#header{
	position: absolute; top: 0px; left 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px 0px;
	border: 0px;
	width: 100%;
	height: 140px;
	background-image: url(./kng_header.jpg);
	background-color:#203060;
	background-position: center left;
	background-repeat: repeat;
	border-bottom: 1px solid #000000;
}

.navBar{
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #203060;
	width: 200px;
}

#content{
	padding: 20px 10px 10px 20px;
	background-color: #203060;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	position: absolute; top: 0px; left: 0px;
	margin: 0px;
	width: 100%;
}

#siteHeader{
	padding: 40px 0px 10px 10px;
	color: #000000;
	/*background-color: #dddddd;)*/
	/*filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; */
}

#siteNametext{
	color: #000000;
}
	
#siteName img{
	padding: 0px 0px 0px 0px;
    
}
	
 


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	position: absolute; bottom: 0px;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/*********** #navBar link styles ***********/

.navBar ul a:link, .navBar ul a:visited {display: block;}
.navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win\\\\\\\'s broken rendering of block-level anchors in lists */
.navBar li {border-bottom: 1px solid #203060;}

/* fix for browsers that don\\\\\\\'t need the hack */
html>body .navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	background-color: #203060;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#navBar br {
line-height:15px;
} 

#Logos {    
    	margin-left: auto;
    	margin-right: auto;
	text-align: center;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  	voice-family: \\\\\\\"\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\\"\\\\\\\"; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/**image captions**/

.w3caption{
	font-size: 90%;
	font-style: oblique;
}

#nopage{
	font-size: 80%;
    	margin-left: auto;
    	margin-right: auto;
	width: 650px;
	height: 400px;
}	
