		
/* begin body type */	/* 4 - modern sans a */
html,body	{
	margin: 0;	
	font-size:	100.1%;
	font-family:	Myriad Web, Geneva, Arial, Helvetica, sans-serif;
	/*font-size-adjust:	.48;*/
}	
				
.small	{	
	font-size:	0.78em;
}	
		
.big {	
	font-size:	1.17em;
}	
		
pre	{	
	font-family:	'Monotype.com', Courier New, monospace;
}	
		
table, tbody, tr, td	{
	margin: 0;
	padding: 0;
}

.spacedout td, .spacedout li{
	padding: 0.5em;
}

.tabright {
	padding-left: 1em;
}

td {
	vertical-align: top;
}
	/* end body type */	
		
h1	{
	margin: 0;
	padding: 0;
	font-size:	1.2em;
}
				
h2	{	
	color: #005383;
	font-size:	1.3em;
}	
		
h3	{	
	font-size:	1.2em;
}	
		
h4	{	
	font-size:	1.1em;
}	
		
pre {
	margin-top: 0;
}

img {
	border:0px;
}

#content p, #content ul, #content ol {
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 0.90em;
	line-height: 1.4;
}

ol ol {
	list-style-type: lower-alpha;
}

a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

@media print {
	#header, #navbar1, #leftbar, #footer, .newsheadline {
		display: none; visibility: hidden;
	}
	
	.interactive {
		background-color: white;
	}
	
	#content p, #content ol, #content ul{
		width: 70%;
		background: white;
		text: black;
		font-family: Georgia, Times New Roman, serif;
	}
	
	#rightbar {
		font-family: Georgia, Times New Roman, serif;
		text: black;
		width: 30%;
	}
	
	#lessit{width:5px;}
	#showprint{display:block;visibility:visible;}
	#printcontent{top:20px;}
	#printbw{color:#000;}
	a{color:#000;text-decoration:underline;}
}

div.navmain {
	text-align:right;
	color:#0066cc;
}

td.nav {
	text-align: right;
}

a#emergency {
	color: #ff0000;
}

span.navsection {
	color:#00cc33;
	font-weight:bold;
}
	
/* general styles brought over from update Feb 2006 */
img {
	border: 0;
	padding: 0;
	margin: 0;
}

#container {
	border: 0;
	width: 100%;
}

td#leftbar, td#content, td#rightbar {
	margin: 0;
	padding-top: 0.6em;
	padding-bottom: 1.5em;
	background-color: #ffffff;
}

td#leftbar {
	/* background-color: #d8e0e3; */
	/* border-right: 1px solid #cdcbbf; */
}

td#leftbar h1 {
	background-color: #005383;
}
						
#content {
	padding-left: 1.5em;
	padding-right: 3em;
	width: 100%;
}

td#rightbar {
	width: 12em;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
						
.active {
	color: #cccccc;
}
		
/* style information for header library item */

table#header, table#navbar1, table#footer {
	width: 100%;			
}

table#header{
	height: 150px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #8cb5d5;
}

td#stretchheader {
	width: 100%;
	background:  url(../images/logo-filler.jpg);
	background-repeat: repeat-x;
	background-color: #8cb5d5;
}

/* style information for Main Nav Bar library item */

table#navbar1 {
	background-color: #4e81c0;
	color: #eeeeee;
}

table.menubar {
	height: 30px;
	margin: 0;
	padding: 0;
}

table.menubar td {				
	vertical-align: middle;
}

span#searchheader, a.menubar, a.menubar:visited, a.menubar:hover {
	color: #eeeeee;
}

.x-inputbox {
	padding: 0;
	margin: 0;
	border: 1px solid #660000;
}

.x-button {
	margin-left: 5px;
	padding: 0;
	border: 1px solid #000000;
	background-color: #f4871e;
	font-weight: bold;
}		

a.menubar:hover {
	text-decoration: underline;
}

.standout, .standoutstrong {
	color: red;
}

.standoutstrong {
	font-weight: bold;
	font-size: 1.2em;
}

/* style information for footer library item */

td#stretchfooter {
	width: 100%;
	background:  url(../images/footer-filler.jpg);
	background-repeat: repeat-x;
}

/* style information for interactive box on main page*/

.interactive {
	width: 100%;
	padding: 1.1em;
	background-color: #333333;
}

.interactive th {
	margin-top: 0;
	text-align: center;
	font-size: 1.4em;
	color: #fdcd00;
	padding-bottom: 0.5em;
}

.interactive td {
	text-align: center;
	padding-bottom: 0.4em;
}

.interactive a, .interactive a:visited, .interactive a:hover {
	color: #eeeeee;
}

.interactive a:hover {
	text-decoration: underline;
}

#footer {
	color: #0066cc; 
	font-size: 85%;
	text-align: center;
}

/* begin quick finds on bottom left */

#quickfinds 
{
	margin-top: 1.5em;
	padding: 0;
	text-align: right;
	width: 100%;
	clear: both; 
}

#quickfinds strong 
{
	color: #006600;
}

#quickfinds select 
{
	width: 90%;
}

/* end quick finds style section */


/* this is the main navigation menu on the bottom left */
.mainnav {
	font-size: 0.90em;
	font-weight: bold;
	color: #0066cc;
	text-align: right;
	margin: 0;
	padding: 0;
}

.mainnav a:link, .mainnav a:visited {
	color: #0066cc;
}

.portrait {
	border: 1px solid black;
}

.whiteonblue {
	color: #ffffff;
	background-color: #2C7DBF; 
}

/* admin pages */

table#admin
{
	width: 96%;
	background-color: #ffffff;
	color: #000000;
	margin-left: 0.4em;
}

.headerrow table
{
	border: 1px solid #005383;
	color: #ffffff;
	border: 1px solid #000000;		
}

.headerrow a
{
	color: #000000;
}

.headerrow a.active
{
	font-weight: bold;
	color: #ffffff;
}

.headerrow table td
{
	padding: 1em;
}

td#selected{
	background-color: #005383;
}

.subheaderrow
{
	background-color: #005383;
}

.subheaderrow table td, .subheaderrow a {
	color: #bbbbbb;
}

.subheaderrow a.active {
	font-weight: bold;
	color: #ffffff;
}

.subheaderrow table td {
	padding: 0.1em 1em;
}

.editcell {
	width: 100%;
	margin: 0.3em 0.5em 0.2em 0;
}

.error {
	color: red;
}

.request {
	color: #999999; 
	font-size: 0.9em
}	

/* Main navigation pop-up menu styles begin. */ 
#verticalmenu {
	width: 12em; /* set width of menu */
	background-color: #ffffcc;
	margin: 0;
	padding: 0.5em 0.2em;
	border-color: #ccc #888 #555 #bbb;
	border-width: 1px;
	border-style: solid;
} 

#verticalmenu ul { 
/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#verticalmenu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
	left: 0;
	z-index: 2;
}
																										
/* style, color and size links and headings to suit */
#verticalmenu a {
	font: 0.8em/1.4em arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0.1em 0.8em;
	color: #005383;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

#verticalmenu li li ul {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
}

#verticalmenu li li li a  {
	text-align: left;
	background-color: #ffffcc;
	font-weight: normal;
}

#verticalmenu a:hover  {
	color: #a00;
}

#verticalmenu li li li a:hover {
	background: #005383;
	color: #fff;
}

#verticalmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#verticalmenu ul ul ul,
div#verticalmenu ul ul li:hover ul ul {
	display: none;
}

div#verticalmenu ul ul li:hover ul,
div#verticalmenu ul ul ul li:hover ul {
	display: block;
}
/*  Main navigation pop-up menu styles end. */

.hangdent1
{
	list-style: none; 
	margin: 0 0 1em 0; 
	padding-left: 1em; 
	text-indent: -1em;
}

.hangdent1 li
{
	padding-top: 0.3em;
}

.thickline
{
	border-width:thin;
	border-style:solid;
	border-color: #006290;
}
.footer	{	
	font-size:	0.78em;
	font-style: normal;
	color: #0066cc;
}	
