/* CSS Document - King Index */

body {
text-align: center;
margin: 0;
background-image: url(../gfx/bg.gif);
background-repeat: repeat-x;
background-color: #C0C0C0;
font: normal 9pt/11pt "Tahoma", Georgia, serif;
}

a, a:visited, a:hover {
color: #CC0000;
}

h1 {
font: normal 12pt/14pt Georgia, Times New Roman, Times, serif;
color: #CC0000;
margin-top: 0;
}

h2 {
font: normal 10pt/12pt Georgia, Times New Roman, Times, serif;
color: #333;
}


#quicknav {
position: absolute;
top: 9px;
left: 576px;
width: auto;
height: auto;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.75;
opacity: 0.75;
z-index: 3;
text-align: left;
}

#container {
position: relative;
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 760px;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 0;
border-bottom: 0;
}

#header {
position: relative;
width: 760px;
height: 38px;
background-image:url(../images/header_bg.gif);
background-repeat: repeat;
z-index: 0;
font-size: 0;
margin: 0;
}

#nav {
position: relative;
background-color: #000;
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
border-right: 0;
border-left: 0;
height: 24px;
line-height: 24px;
vertical-align: middle;
color: #FFF;
text-align: left;
padding-left: 120px;
z-index: 0;
}
#nav a {
color: #FFF;
text-decoration: none;
}

#nav a:visited {
color: #CCC;
text-decoration: none;
}

#nav a:hover {
color: #FFFFCC;
text-decoration: underline;
}

#nav ul {
margin-left: 0;
padding-left: 0;
display: inline;
} 

#nav ul li {
margin-left: 0;
padding: 1px 6px;
list-style: none;
display: inline;
}
	
#nav ul li.first {
margin-left: 0;
border-left: none;
content: ", ";
display: inline;
}

#logo {
position: absolute;
height: 88px;
width: 98px;
top: 0;
left: 10px;
z-index: 3;
}

#flash {
position: relative;
top: 0;
left: 0;
width: 760px;
text-align: center;
z-index: 0;
background-color: #FFF;
background-image:url(../images/content_bg.jpg);
background-repeat: no-repeat;
}

#content {
position: relative;
top: 0;
left: 0;
background-color: #FFF;
width: 760px;
min-height: 730px;
z-index: 0;
}

#sidenav {
position: absolute;
top: 4;
left: 4;
width: 190px;
font: normal 8pt/10pt "Tahoma", Georgia, serif;
z-index: 0;
}

#sidenav h3 {
font: normal 9pt/11pt "Tahoma", Georgia, serif;
font-weight: bold;
}

#sidenav ul {
padding-left: 1.3em;
margin-left: 0;
list-style-type:square;
color: #666;
}

#copyright {
color: #FFF;
background-color: #000;
vertical-align: middle;
line-height: 24px;
text-align: center;
border-top: 1px solid #666;
border-bottom: 1px solid #FFF;
border-left: 0;
border-right: 0;
font: normal 8pt/24pt "Tahoma", Georgia, serif;
padding: 0;
}

.padding_flash {
padding-top: 8px;
padding-right; 0;
padding-left: 0;
padding-bottom: 4px;
}

.padding_content {
padding-left: 200px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
}

.padding_sidenav {
padding-left: 8px;
padding-right: 4px;
padding-bottom: 0;
padding-top: 4px;
z-index: 0;
}

.dropdown { 
font: 11px/13px normal Arial, Helvetica, sans-serif;
color: #FFF;
background-color:#000;
}

/*Drop-down Menu Classes follow*/
#dropmenudiv{
position:absolute;
border:1px solid black;
font: normal 8pt/11pt Georgia, Times New Roman, Times, serif;
color: #CC0000;
line-height:18px;
z-index:100;
text-align: left;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
font: normal 8pt/11pt Georgia, Times New Roman, Times, serif;
color: #CC0000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
font: normal 8pt/11pt Georgia, Times New Roman, Times, serif;
color: #CC0000;
}

