/* CSS Document */

<style type="text/css">

{
padding: 0;
margin: 0;
border: 0;
}
html {
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	background-color: #233043;
	background-image: url(../_images/bk.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;

}
a {	color: #0485c1;
	text-decoration: none;
}
a:hover{
color: #0000FF;
text-decoration: none;
}
h1 {
	font: normal 30px/37px Georgia;
	color: #647B9A;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font: bold 18px/23px Arial;
	color: #A43E0C;
	margin: 17px 0px 0px 0px;
}
h3 {
	font: bold 12px/20px Arial;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;
	margin-top: 17px;
	margin-bottom: 0px;
}
.white{color:#fff;}

h5 {
	font: bold 14px/20px Arial;
	color:#000;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
p {
	margin: 9px 0px 9px 0px;
}
.clear { clear: both; }
#mainContainer {
width: 825px;
margin: 0 auto; 
min-height: 300px;
background: #fff;
text-align: left; 
}
* html #mainContainer {
}
#regular td, #regular table { background-color: none }

/**************************
HEADER
**************************/
#header {
	padding: 10px
	background-color: #FFFFFF;
	background-image: url(../_images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 98px;
	width: 825px;
}
#headercontentwrapper{width: 825px;
}
#login{
padding-right:10px;
padding-top:10px;
float:right;}
/**************************
NAVIGATION
**************************/

#divtopnav {
	background-color: #647B9A;
	width: 825px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	height: 24px;
}
#divtopnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#divtopnav li {
	display: inline;
}
#divtopnav li a {
	color: #FFFFFF;
	font: 11px/23px Arial;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 7px 10px 7px 10px;
	border-right: 1px solid #3F5573;
}
#divtopnav li a:hover{
	background-color: #FFFED6;
	color: #000;
}
#divtopnav a.current{
	background-color: #fff;
	color: #647B9A;
}

.loginbutton{
	background-color:#6982aa;
	padding: 2px 8px 2px 2px;
	background-image:url(../_images/yellow_arrow.gif);
	font: normal 10px Arial;
	color: #fff;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: right;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
background-color: #fff;padding-top:10px;
/*height:100%;*/
/*padding-left: 165px;*/	  
}
* html, body .outer {
height:100%;
/*** No need for hacking IE on this layout ***/
}
.inner {
background-color:#f5f1d4;
margin-top:0px;
height: 100%;
min-height:200px;
width: 825px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. ***/
}
* html {
width: 825px;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100%.
***/
#float-wraphome {
/*float: left;*/
width: 775px;
}
#float-wrap {
/*float: left;*/
width: 845px;
/***margin-left: -165px;  Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 625px;
background: #fff;
}
* html #content {
position: relative;  /*** IE needs this  ***/
height:100%;
}
.contentWrap {
	padding: 5px 20px 20px 20px;
	min-height:250px;
}

#caseLibrary {
	margin-top: 20px }
#caseLibrary tr.altRow {
	background-color: #e4f0f3 } 
#caseLibrary tr td {
	border-bottom: solid 1px #7f9db9;
	padding: 5px 10px }
#caseLibrary tr td.firstChild {
	border-top: solid 1px #7f9db9 }

#links li {
	margin-bottom: 5px }

.player {
	margin-top: 15px }

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 180px;
	padding: 5px;
	position:absolute;
	height: 300px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 100%;
min-height: 400px;
}
#left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left li {
	margin-top: 3px;
	padding: 0px;
}
#left a {
	width:  164px;
	display: block;
	margin-bottom:3px;
	color: #00354e;
	font: bold 11px/20px Arial;
	text-decoration: none;
	padding: 6px;
	background-color:#FFFFFF;
	border: solid 1px #b8d2dd;
}
#left a:hover{
	background-color: #FFFED6;
	color: #000;
}
#left a.current{
	background-color: #fff;
	color: #647B9A;
}

/**************************
FOOTER
**************************/
#footer {
width: 825px;
margin: 0 auto;
text-align: left;
}
#footer a:visited, #footer a:link {
	color:#fff;
	text-decoration: underline;
}
#footer a:hover {color:#fff; decoration:underline;}

#footer p{
color:#fff;
}

/**************************
HOMEPAGE
**************************/

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align:left;
	background: #FFF;
	width: 825px;
}
#banner {
width:825px;
background-color:#fff;
}

#library {
	float: left;
	width: 375px;
	padding: 10px 10px 10px 0;
	margin-left: 10px }
#library h2{
	font: normal 19px/23px Verdana;
	color: #666666;
	margin: 0px 0px 0px 5px }
#library td:hover { background:#eef7fa }
#library td.nohover:hover{ background: none }

#events {
/*min-height:245px;*/
width:375px;
background:#FFF;
padding: 10px;
float:left;
}
#events h2{
	font: normal 19px Verdana;
	margin: 0px 0px 0px 5px;
	color:#666666;
}
#events tr:hover{background:#eee;
}
#events tr.nohover:hover{background:#fff;
}
#news {
border-bottom: 1px solid #7f9db9;
padding: 10px 10px 10px 0;
margin-left: 10px;
width:375px;
float:left;
}
#news h2{
		font: normal 19px/23px Verdana;
		color: #666666;
		margin: 0px 0px 0px 5px;
}
#news td:hover {background:#eef7fa;}
#news td.nohover:hover{background: none;
}
#library td, #news td, #events td {padding:5px;}
.bkblue{background:#e4f0f3;
}
#sidebar-b {
height:100%;
float: left;
width: 225px;
padding: 10px;
}
#sidebar-b h2{
font: normal 24px Georgia, Times;
margin-bottom: 5px;
color:#726b1b;
}
#events .date, #content .date {
	font: bold Arial;
	color: #926000;
	padding-right: 7px;
}
#news .date {
	font: bold Arial;
	color: #000033;
	padding-right: 7px;
}
h4 {
	font: normal 12px/23px Arial;
	color: #990000;
	padding:0px;
	margin: 10px 0px 0px 0px;
}
#content td {padding:5px; border-bottom: solid 1px #eee;}
.bkwhite {background:#fff;}

