/* This is the basic July 08 demo "Dustin" style. Called by web_template.asp demo page that would replace default.asp  */
/* minor mods include some type resizing (1em to 0.8em), width=90% sted 100%*/
/* 3/09: site now has single table style, to be added here as a class after full debug of the Beta */
/* overwide footer bar corrected 3/24/09 */
/*borders on image links killed 2/26*/
/* adding RH slim sidebar 8/24-28/09, plus define headline h5 [same size as h3] in white */
/* short fat sidebar (RH, LH), wide (centered) bottom bar to follow, probably add blue and white options to all */
/* some mods for Flash slideshow and other features TK */
/* 09-03-09: add non-white background to all pages. */


@charset "utf-8";
/* CSS Document */

/* Global Reset */
*{
	margin:0;
	padding:0;
}

/* Global HTML Modifiers */
body{
	font-family:Verdana, Arial, Helvetica,sans-serif;
	font-size:0.75em;
	background-color:#eee;
}
table{
	font-family:Verdana, Arial, Helvetica,sans-serif;
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-family:"Trebuchet MS",Arial,Verdana,helvetica,sans-serif;
}
h1{
	font-size:300%;
	padding:0;
	}
h2{
	font-size:175%;
	margin-left: 10px;
	overflow:hidden;
	}
h3{
	font-size:150%;
	color: #000;
	}
h4{
	font-size:125%;
	}
h5{
	font-size: 150%;
	color: #fff;
}
a img {
	border: none;
}
img.figure {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 10px;
	background:white;
	clear: right;
}


/* Global Classes */
.invisible{
	display:none;
}
.center{
	text-align:center;
}
.left{
	float:left;
}
.right{
	float:right;
}
.caption{
	color:#999;
	font-size:70%;
	font-family:Verdana, Arial, Helvetica,sans-serif;
	margin:.5em;
	padding:.5em;
	border:1px solid #ccc;
	text-align:center;
	width:200px;
}

/* Page Structural Elements */

/* logo */
#logo{
	text-align:center;
	background-color:#003896;
}


/* top-nav */
#top-nav{
	text-align:right;
	font-weight:bold;
}
#top-nav a{
	text-decoration:none;
	color:#003896;
}


/* container */
#container{
	margin:0 auto;
	width:90%;
}


/* header */
#header{
	color:#666;
	padding:.5em 0;
	width:100%;
}


/* content */
#content{
	margin: 0;
	padding:0em;
	width:100%;
} 
#content p{
	/*text-indent:2.5em;*/
	line-height:1.5em;
	padding:.5em 0;
}
#content p.noindent{
	text-indent:0em;
}
#content h2{
	background-color:#003896;
	color:#fff;
	width:100%;
	padding-left:1em;
	margin:5px -.9em;
	clear:both;
}
#content h3{
	margin:10px 0;
}
#content li{
	margin-left:3em;
	margin-bottom:.2em;
}


/* sub-nav */
#sub-nav{
	background-color:#eeeeee;
	border:1px solid #d95900;
	float: right;
	width: 200px;
	margin:.5em -.5em .5em .5em;
	padding:1em;
	clear:none;
}
#sub-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:150%;
}
#sub-nav li{
	margin:0;
}
#sub-nav ul ul{
	padding-left:2em;
}


/* footer */
#footer{
	font-family:Verdana, Arial, Helvetica,sans-serif;
	background-color:#003896;
	margin:10px auto;
	padding:.5em 0;
	color:#fff;
	width:100%;
	text-align:center;
}
#footer a{
	color:#ccf;
}

/* table modifiers */
#table-hor{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	margin: 25px auto;
	border-collapse: collapse;
}
#table-hor th{
	font-size: 14px;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #003896;
}
#table-hor td{
	color: #000;
	padding: 6px 8px;
	border-bottom: 1px solid #003896;
}
#table-hor tbody tr:hover td{
	color: #009;
}

/* misc */
#p{
	margin-top: 1em;
	margin-bottom: 1em;
}

#sidebar {
	width: 200px;
	float: right;
	margin: 10px;
	border: solid 1px ;
	border-top-width: 5px;
	padding: 10px;
	color: #000;
	background-color: #fff;
}
.sidebar h3 {
	margin: 0;
	text-align: center;
}
.sidebar ul {
	padding: 0;
	margin-top: 10px;
}
.sidebar li {
	margin-left: 1.5em;
}