body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}

#container {
	margin: 0;
	padding: 0;
	width: 780px;
	background-color: #FFFFFF;
}

#logo {
	float: left;
}

#metanav {
	float: right;
	width: 300px;
	text-align: right;
}
#metanav ul {
	list-style-type: none;
}
#metanav ul li {
	display: inline;
	padding: 0 3px;
	font-size: 12px;
	line-height: 36px;
}

/* primary nav links */

#nav {
	width: 780px;
	clear: both;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav ul li a {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	height: 30px;
}

#about a {
	width: 99px;
	background-image: url(images/nav/about.jpg);
}


#managing a {
	width: 195px;
	background-image: url(images/nav/managing.jpg);
}

#products a {
	width: 155px;
	background-image: url(images/nav/products.jpg);
}

#cvn a {
	width: 185px;
	background-image: url(images/nav/cvn.jpg);
}
#vbp a {
	width: 185px;
	background-image: url(images/nav/vbp.jpg);
}

#vbp a {
	width: 185px;
	background-image: url(images/nav/vbp.jpg);
}

#reading a {
	width: 146px;
	background-image: url(images/nav/reading.jpg);
}

#nav a {
	background-position: 0 30px;
}

body.about #about a, 
body.managing #managing a,
body.products #products a,
body.vbp #vbp a,
body.reading #reading a,
#nav a:hover  { background-position: 0 0; }

/* end primary nav link styles */

#navtext {
	background: url(images/nav/green-pixel.jpg);
	color: white;
	clear: both;
}

#home #navtext {
	height: 20px;
}

#flash {
	width: 780px; 
}

#content {
	position: relative;
	min-height: 600px;
	background: url(images/nav/bg_body.jpg) repeat-y;
	margin: 0;
	padding: 0;
	border-right: 2px solid #346667;
	
	width: 780px; /* fake width for IE 5.x Win */
	
	voice-family: "\"}\""; /* hide real width from IE Win */
	voice-family: inherit;
	
	width: 778px; /* real width: 780px - 2px border */
}

html>body #content { width: 778px } /* real width for Opera */

#home #content {
	background: #fff;
}

#main {
	margin: 0 0 0 170px;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	overflow: visible;
	color: #333333;
	background: url(images/nav/drop-shadow.jpg) repeat-x;
	
	width: 608px; /* fake width for IE 5.x Win */
		
	voice-family: "\"}\""; /* hide real width from IE Win */
	voice-family: inherit;
	
	width: 568px; /* real width */
}

#home #main {
	background: #fff;
}

#breadcrumbs {
	margin: 5px 0;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	text-align: right;
}

#breadcrumbs li {
	display: inline;
}

/* sidebar styles */

/*

Active bullet color: #008270

*/

#sidebar {
	/*float: left;*/
	position: absolute;
	left: 0;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 100px;
	font-size: 13px;
	font-weight: bold;
	background: url(images/nav/sidebar.jpg) no-repeat;
	
	width: 170px; /* fake width for IE Win */
	
	voice-family: "\"}\""; /* hide real width from IE Win */
	voice-family: inherit;
		
	width: 130px; /* real width */
}

html>body #sidebar { /* real width for Opera */
	width: 130px;
}


#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	margin: 1em 0 0 0;
	padding: 0;
	color: #444;
}


#sidebar li.active {
	list-style-type: square;
	color: #008270;
}

#sidebar li.active ul li {
	list-style: none;
}

#sidebar li ul li {
	font-size: 12px;
	margin-left: 10px;
	margin-top: .8em;
	color: #444;
}

#sidebar a:link,
#sidebar a:visited {
	color: #444;
}

#sidebar a:hover {
	color: #008270;
	text-decoration: none;
}

body#home #sidebar { /* home page sidebar */
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
	line-height: 2em;
	text-align: right;
	background: #fff;
}


/* end sidebar styles */

#footer {
	text-align: center;
	background-color: #346667;
	color: #eee0c3;
	font-size: 11px;
	padding: 5px;
	clear: both;
}

#textlinks {
	
}

#textlinks a:link, #textlinks a:visited { 
	color: #eee0c3;
	text-decoration: none;
}

#textlinks a:hover {
	text-decoration: underline;
}

#copyright {

}

.newsitem {
	font-size: 12px;
	color: #000000;
}

.newsheader {
	font-size: 18px;
	color: #204D4D;
}

.leftFloatPic {
	display: inline;
	float: left;
	border: 1px solid black;
	margin: 0 10px 7px 0;
}

.alt {
	display: none;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	color:#346667;
	}
	
#navtext h1 {
	line-height: 1.5em;
	color: white;
	padding: 0;
	margin: 0 10px;
}
	
h2 {
	font-size: 14px;
	line-height: 16px;
	color:#346667;
	}

h3 {
	font-size: 12px;
	line-height: 16px;
	color:#000000;
	}
	
a:link {
	color: #346667;
}

a:visited {
	color: #663333;
}

.rightFloatPic {
	float: right;
	border: 1px solid black;
	margin: 15px;
}
