/* ------- KVAZ Base styles ------- */
@import url(basestyles.css);

/* ------- Layout ------- */
body {
	font: 75%/1.4em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
	background-color: #665;
	background-image: url(../KVAZimages/bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	position: relative;
	}
#pageBounds {
	margin: 0 auto;
	width: 780px;
	position: relative;
	background: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	}

#contentBounds {
	margin: 0 auto;
	width: 774px;
	text-align: left;
	position: relative;
	z-index: 1;
	}

/* ------- masthead ------- */
#masthead {
	width: 774px;
	background: transparent url(../KVAZimages/bg_masthead.gif) repeat-x left top;
	height: 70px;
	}
	
#masthead h2 {
	background: transparent;
	}
	
#masthead h2 a {
	position: absolute;
	background: transparent url(../KVAZimages/KVAZMastImg500x60.gif) no-repeat left top;
	width: 500px;
	height: 68px;
	top: 0px;
	left: 0px;
	text-indent: -999em;
	overflow: hidden;
	}
#masthead p {
	font-size: 100%;
	line-height: 100%;
	color: #fff;
	float: right;
	top: 30px;
	left: 215px;
	text-align: left;
	padding: 10 5 5 2px;
	}
#masthead p a {
	font-size: 100%;
	line-height: 100%;
	color: #fff;
	}
	
/* ------- navigation ------- */
#nav {
	font-size: 92%;
	font-weight: bold;
	list-style: none;
	margin: 0 auto 3px;
	background: #d8d8cd url("../KVAZimages/bg_nav.gif") left bottom repeat-x;
	text-align: center;
	border-bottom: 3px solid #665;
	padding: 0 0 0 5px;
	width: 774px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 769px;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	background: url(../KVAZimages/d_nav.gif) no-repeat left bottom;
	}

#nav li .end{
	float: right;
	margin: 0;
	padding: 0 2px 0 0;
	background: url(../KVAZimages/d_nav.gif) no-repeat right bottom;
	}

#nav li a {
	display: block;
	color: #333;
	text-align: center;
	line-height: 1em;
	padding: 9px 0;
	white-space: nowrap;
	}

#nav li#n1 a { width: 70px; }
#nav li#n2 a { width: 80px; }
#nav li#n3 a { width: 80px; }
#nav li#n4 a { width: 80px; }
#nav li#n5 a { width: 80px; }
#nav li#n6 a { width: 100px; }

#nav li a:hover {
	color: #333;
	background: url(../KVAZimages/here_nav.gif) repeat-x left bottom;
	text-decoration: none;
	}

#nav li a.here, #nav li a.here:hover {
	background: #f5f5ed;
	}

#localnav {
	height: 24px;
	border-bottom: 1px solid #dadad1;
	width: 774px;
	background: url(../KVAZimages/bg_localnav.gif) repeat-x left top;
	list-style: none;
	font-size: 92%;
	margin: -3px 0 0;
	}

#localnav li {
	float: left;
	line-height: 24px;
	margin: 0;
	padding: 0 10px;
	background: url(../KVAZimages/d_localnav.gif) no-repeat 100% 55%;
	}

#mainContent {
	float: left;
	width: 480px;
	margin: 0 0 2em 12px;
	display: inline;
	position: relative;
	z-index: 2;
	min-height: 300px;
	}

#mainContent p {
	/*color: #888;*/
	font-size: 12px;
	background: none;
	/*line-height: 20px;*/
	padding: 0 0 10px 0;
	margin: 0 0 0 15px;
	}

#home #mainContent {
	float: left;
	width: 515px;
	margin: 0;
	}


.full #mainContent {
	width:750px;
	}

#sideBar {
	float: right;
	width: 256px;
	margin: 0 0 2em;
	}

#home #mainContent, #home #sideBar { margin-bottom: 0; }

#footer {
	clear: both;
	margin: 0 auto;
	width: 774px;
	line-height: 1.2em;
	color: #665;
	background: url("../KVAZimages/bg_footer.gif") left top repeat-x;
	height: 33px;
	border-top: 3px solid #665;
	}

/* ------- globals ------- */
a:link, a:visited {
	color: #069;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #72a114;
	}

a:active {
	color: #ccc;
	}
	
a img {
	background: none;
	border: 0;
	}
	
a.more, .localnav li a {
	font-style: oblique;
	background: url("../KVAZimages/bullet_m.gif") 100% 5px no-repeat;
	padding-right: 9px;
	}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	line-height: normal;
	margin: 0;
	position: relative;
	z-index: 999;
	}

h1 {
	color: #333322;
	font-size: 200%;
	margin: 10px 0 0 5px;
	}

#home #mainContent h2, #home #sideBar h2 {
	color: #fff;
	font-weight: bold;
	font-size: 117%;
	background: #665;
	line-height: 25px;
	height: 25px;
	padding: 0 7px;
	margin-top: 0;
	}

#mainContent h2 {
	color: #888;
	font-size: 137%;
	background: none;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin-top: 1em;
	}

#sideBar h2 {
	color: #fff;
	font-weight: bold;
	font-size: 105%;
	background: #665;
	line-height: 0.9em;
	padding: 6px 7px;
	margin-top: 0;
	}

h2 img { padding-top: 6px; }

h3, legend {
	font-size: 107%;
	color: #333322;
	margin-top: 20px;
	font-weight: bold;
	}

legend {
	margin: 0;
	padding: 0 3px;
	}

h4 {
	font-size: 100%;
	padding-top: 7px;
	}
	
li h4 {
padding-top: 0;
}

ul li {
	}

sup { line-height: 0; }

ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	z-index: 99;
	margin: 5px;
	line-height: 1.2em;
	padding: 2px 0 2px 10px; 
	background: url("../KVAZimages/bullet.gif") .25em .5em no-repeat;
	}

#home ul li {
	position: inherit;
	}


img.alignright {
	float: right;
	margin: 4px 0 5px 20px;
	}

img.alignleft {
	float: left;
	margin: 4px 9px 5px 0;
	}

#govcontext img, img.titleimage {
	float: right;
	margin: 15px 0 10px 10px;
	padding: 3px;
	border: 1px solid #ddd;
	}

.box { border: 1px solid #ccc; }

#sideBar select,#sideBar input {
	font-size: 95%;
}


/* ------- content ------- */
#flashContent { 
	margin: 0 0 3px; 
	background: #333333}

#latestUpdates {
	margin: 0 0 3px;
	}
#latestUpdates .box {
	position: relative;
	height: 230px;
	overflow: auto;
	}

#AboveElectionUpdate {
	margin: 0 0 3px;
	}
#AboveElectionUpdate .box {
	position: relative;
	height: 50px;
	overflow: hidden;
	}
#AboveElectionUpdate ul li {
	float: left;
	display: inline;
	width: 100%;
	height: 52px;
	margin: .25em .25em .25em .45em;
	}
#AboveElectionUpdate ul li em {
	font-style: normal;
	font-size: 92%;
	line-height: 100%;
	}
	
#electionUpdate {
	margin: 0 0 3px;
	}
#electionUpdate .box {
	position: relative;
	height: 200px;
	overflow: auto;
	}
#electionUpdate ul li {
	float: left;
	display: inline;
	width: 45%;
	height: 52px;
	margin: .25em .25em .25em .45em;
	}
#electionUpdate ul li em {
	font-style: normal;
	font-size: 92%;
	line-height: 100%;
	}
	
#ActivityUpdate {
	margin: 0 0 3px;
	}
#ActivityUpdate .box {
	position: relative;
	height: 175px;
	overflow: auto;
	}
#ActivityUpdate ul li {
	float: left;
	display: inline;
	width: 45%;
	height: 125px;
	margin: .25em .25em .25em .45em;
	}
#ActivityUpdate ul li em {
	font-style: normal;
	font-size: 92%;
	line-height: 100%;
	}

#teacherUpdates {
	margin: 0 0 3px;
	}
#teacherUpdates .box {
	position: relative;
	height: 230px;
	overflow: auto;
	}


/* ------- sideBar ------- */
#KVAZInformation {
	margin: 0 0 3px;
	border-bottom: 3px solid #665;
	background-color: #f5f5ed;
	}
#KVAZInformation .box {
	position: relative;
	height: 300px;
	overflow: auto;
	}
#KVAZInformation ul li {
	clear: both;
	margin: 0;
	border-bottom: 1px solid #d2d2c2;
	padding: 5px;
	line-height: 1.2em;
	background: #f5f5ed url("../KVAZimages/bg_dest.gif") left top repeat-x;
	font-size: 92%;
	}
#KVAZInformation ul li span {
	float: left;
	width: 235px;
	}

#Partners {
	margin: 0 0 3px;
	border-bottom: 3px solid #665;
	}
#Partners .box {
	position: relative;
	}
#Partners ul li {
/*		background: none; */
	padding-left: 8px;
	padding-top: 1px;
	}
#Partners ul li a {
	display: block;
/*	height: 20px; */
	cursor: pointer;
	}
#Partners ul li span {
	float: right;
	width: 185px;
	padding: 6px 0 0;
	margin: 0;
	}
#Partners ul li img {
	float: left;
	width: 50px;
	}
#home #Partners .box {
	height: 322px;
	overflow: auto;
	}
#home #Partners ul li span {
	width: 225px;
	}

#locationDetails {
	margin: 15px 0 3px;
	border-bottom: 3px solid #665;
	}
#locationDetails .box {
	padding: 8px;
	background: #f5f5ed url("../KVAZimages/bg_location.gif") left top repeat-x;
	}

#relatedInfo {
	margin: 0 0 3px;
	border-bottom: 3px solid #665;
	}
#relatedInfo h2 {
	background: #006598;
	}

#availableFacs {
	margin: 0 0 3px;
	border-bottom: 3px solid #665;
	}
#availableFacs .box {
	}



/* ------- g ------- */
#footer p {
	margin: 0;
	}
#footer ul {
	padding-left: 2px;
	font-size: 92%;
	list-style: none;
	}
#footer ul li {
	float: left;
	margin: 0;
	padding: 9px 8px 0;
	background: url("../KVAZimages/d_footer.gif") 100% 95% no-repeat;
	}
#footer ul li.last, #localnav li.last, #footer ul li.siteby {
	background: none;
	}
#footer ul li.copyright, #footer ul li.siteby {
	float: right;
	}
#footer ul li a:link, #footer ul li a:visited {
	color: #665;
	background: none;
	padding: none;
	}
#footer ul li a:hover {
	padding: none;
	}
	
/* ------- misc ------- 	overflow: hidden;*/

.BigRed {
	color: #CC0000;
	font-size: 200%;
	font-weight: bolder;
}

.RedQuote {
	color: #CC0000;
	font-size: 150%;
	font-weight: bolder;
	font-style: italic;
	letter-spacing:normal;
	line-height:normal;
	word-spacing:normal;
}

.shadow {
  float: left;
  background: url("../KVAZimages/drop.png") no-repeat bottom right;
  margin: 1px 0 0 1px;
}

.shadow.detail { margin-left: 42px; display: inline; }

.shadow img {
	display: block;
	position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  margin: -1px 5px 5px -1px;
}

.note { font-style: italic; font-size: 83%; }

/* ------- Additional Table Formatting 
http://www.straightupsearch.com/archives/2007/02/css_table_tutor_1.html
------- */

.table th.head {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	letter-spacing: 2px;
	border-top: 1px solid #885546;
	border-right: 1px solid #885546;
	border-bottom: 1px solid #885546;
	padding: 6px;
	background: #822123 url(KVAZimages/table_bg.jpg) no-repeat;
}


.table th.spec {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #822123;
	letter-spacing: 2px;
	border-top: 0;
	border-left: 1px solid #FFF798;
	padding: 6px;
	background: #FFF798 url(KVAZimages/table_bgspec.jpg) no-repeat;
}

.table th.specalt {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
	color: #822123;
	border-top: 1px solid #FBE689;
	border-right: 1px solid #FBE689;
	border-bottom: 1px solid #FBE689;
	padding: 6px;
	background: #F8DD6D url(KVAZimages/table_bgspecalt.jpg) no-repeat;
}

.table td {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #822123;;
	border-right: 1px solid #FFF798;
	border-bottom: 1px solid #FFF798;
	padding: 6px;
	background: #FFFBCB;
}

.table td.alt {
	color: #822123;
	background: #FBE689;
}

