/*  
Theme Name: Klein
Theme URI: http://www.newvisualsolutions.com
Description: Custom theme for L-3 Klein Associates.
Version: 1.0
Author: Zechariah Tanner
Author URI: http://www.newvisualsolutions.com/

*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/bodyBG.jpg) top center repeat-y #b1b1b1;
	behavior: url(csshover2.htc);
}
#page {
	margin: 0 auto;
	position: relative;
	width: 760px;
	text-align: left;
	background-color: #7797B5;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
	background: url(images/header_800.gif) no-repeat;
	width: 760px;
	height: 158px;
}
#headerimg h1 {
	margin: 0;
	padding: 0;
}
#headerimg a {
	display: block;
	width: 760px;
	height: 158px;
}
#headline {
	position: absolute;
	top: 87px;
	left: 328px;
	width: 390px;
	height: 72px;
	background: url(images/headline_800.gif) no-repeat;
	text-indent: -5000px;
	/*color: #224569;
	font:  13px Verdana, Arial, Helvetica, sans-serif;*/
}
#contentwrap {
	position: absolute;
	top: 155px;
	background: url(images/contentBG_800.jpg) top repeat-x #B4C5D8;
	width: 760px;
	min-height: 328px;
}
#contentWhite {
	background: #fff;
	width: 700px;
	height: 280px;
	border-left: 17px solid #1C3E63;
	position: absolute;
	top: 203px;
	z-index: 0;
}
#content {
	position: absolute;
	top: 203px;
	left: 0;
	width: 620px;
	color: #87898C;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding: 0 40px 0 40px;
	z-index: 20;
	border-left: 17px solid #1C3E63;
}
#content h2 {
	color: #B7C7DA;
	font: 22px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 157px;
	padding: 15px 0 0 0;
}
#content h3 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#content h4 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#content p {
	/*margin-right: 40px;
	margin-left: 10px;*/
	line-height: 1.5em;
}
#content a {
	color: #698FAC;
}
#content p.hide {
	display: none;
}
#content img {
	float: left;
	border: 1px solid black;
}
#content img.noborder {
         border: none;
}
#content img.main {
	width: 140px;
	height: 227px;
	margin: -37px 20px 20px 0;
	display: inline;
}
#content img.left {
	margin: 20px;
	margin-left: 10px;
	display: inline;
}
#content img.right {
	margin: 20px;
	margin-right: 0;
	float: right;
	display: inline;
}
#content img.center {
	margin: 10px auto;
	float: none;
	display: block;
}
#content #homeArea {
	float: none;
	border: none;
	margin: 0;
	margin-left: -5px;
	/*
	width: 759px;
	height: 328px;
	z-index: 40;*/
}
#content ul {
	line-height: 1.3em;
}
#content li {
	padding-top: 1em;
}
div.entry {
	padding-bottom: 2em;
}
div.credits {
	display: none;
}
#sidebar h2 {
	display: none;
}
div#sidebar {
	position: absolute;
	top: 180px;
	left: 17px;
	margin: 0;
	padding: 0;
	z-index: 30;
}
div#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 11px "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
}
div#sidebar li {
	position: relative;
	float: left;
	margin: 0;
}
div#sidebar li a {
	display: block;
	color: #698FAC;
	text-decoration: none;
	padding: 5px 11px;
}
div#sidebar ul li a:hover {
	background-color: #fff;
}
div#sidebar ul ul li:hover {
	background-color: #fff;
}
div#sidebar ul ul ul li a {
	padding: 0.25em 0 0.25em 0.5em;
}
div#sidebar ul ul ul li a:hover {
	background-color: #E5E5E5;
}
div#sidebar ul ul ul {
	position: absolute;
	top: 100%;
	left: -1px;
	width: 10.5em;
	background: white;
	border: 1px solid #ccc;
	border-right-width: 2px;
}
div#sidebar ul ul ul li {
	width: 10.5em;
	border-bottom: 1px solid #ccc;
}

div#sidebar ul ul ul ul {
	position: absolute;
	top: -1px;
	left: 10.5em;
	margin-right: 3px;
}
div#sidebar ul ul ul, div#sidebar ul ul li:hover ul, div#sidebar ul ul li:hover ul ul, div#sidebar ul ul li:hover ul ul ul, div#sidebar ul ul li:hover ul ul ul ul {
	display: none;
}
div#sidebar ul ul li:hover ul, div#sidebar ul ul ul li:hover ul, div#sidebar ul ul ul ul li:hover ul {
	display: block;
}
.current_page_item a, .current_page_ancestor a {
	background: white;
}
#footer {
	color: #B2C4D6;
	font: 8px Arial, Helvetica, sans-serif;
	padding: 70px 0 0 20px;
}
