	
	
body { 
	background: #fff url(images/bg2.jpg) repeat-x top left; 
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: .76em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 1.5em;
	margin: .76em 0 .5em 0;
	padding: 0;
} 

h3 p {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
} 



table tr td {	
	font-size: 100%; 
}
	
span {
	
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 {  
	background: transparent; 
	color: #5f86a3;
	font-family: georgia, times-roman, times, serif;
	font-weight: normal;  
	font-size: 180%; 
	margin: .76em 0 .5em 0;
	padding: 0;
}

h2 {  
	color: #254b60;	
	font-family: georgia, times-roman, times, serif;
	font-weight: bold; 
	font-size: 135%; 
	margin: .76em 0 .5em 0;
	padding: 0;

}

h3  { 
	border-bottom: 1px solid #5f86a3;
	color: #254b60;	
	font-family: georgia, times-roman, times, serif;
	font-weight: normal; 
	font-size: 135%; 
	margin: .76em 0 .25em 0;
	padding: 0;
}

h4  { 
	border-bottom: 1px dashed #5f86a3;
	color: #254b60;	
	font-weight: bold;
	font-style: normal;  
	font-size: 120%; 
	margin: .76em 0 .25em 0;
	padding: 0;
}

h5  { 
	color: #333;
	font-weight: bold;
	font-style: normal;  
	font-size: 100%; 
	margin: .76em 0 .5em 0;
	padding: 0;
}

	
h6  {  
	color: #154f5d;
	font-weight: bold;
	font-style: italic;  
	font-size: 100%; 
	margin: 1.5em 0 .5em 0;
	padding: 0;
}

	
a {
	text-decoration: underline;
	outline: none;
}

a:link {
	color: #8a4000;
}

a:visited {
	color: #8a4000;
}

a:hover {
	color: #069;
}

a:active {
	color: #069;
}


.caption {
	color: #999;	
	font-family: verdana, arial, sans-serif;
	font-size: 92%;
	line-height: 1.2em;
	margin: 0px auto;
	padding: 0px 5px 0px 5px;
	position: relative;
	text-align: left;
}

.small {
	font-size: 92%;
}

.floatleft {
	display: inline;
	float: left;
	margin: 0px 10px 5px 0px;
	position: relative;
} 

.floatleft-framed {
	display: inline;
	border: 1px solid #ddd;
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 2px;
	position: relative;
} 

.floatright {
	display: inline;
	float: right;
	margin: 0px 0px 5px 10px;
	position: relative;
 }
 
 .floatright-framed {
	display: inline;
	border: 1px solid #ddd;
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 2px;
	position: relative;
 }
 

.floatcenter {
	display: block;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.framed {
	border: 1px solid #ddd;
	margin: 2px;
	padding: 2px;
}

.framed-close {
	border: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
}


a.pdf {
	background: transparent url(images/pdf-icon.jpg) no-repeat top left;
	margin: 0px;
	padding: 5px 5px 5px 25px;
}

a.pdf1 {
	background: transparent url(images/pdf-icon1.jpg) no-repeat top left;
	margin: 0px;
	padding: 5px 5px 5px 25px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

div.callout {
	border: 1px solid #ddd;
	background: #c2e1ef;
	color: #333;
	font-size: 90%;
	margin: 5px;
	padding: 5px;

}
	
div.callout h4 {
	background: #8a4000;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 3px;
}

div.callout2 {
	border: 1px solid #ddd;
	background: #eff9ff;
	color: #333;
	font-size: 90%;
	margin: 0px;
	padding: 5px;

}

div.callout2 a:link {
	color: #154f5d;
}

div.callout2 a:visited {
	color: #154f5d;
}

div.callout2 a:hover {
	color: #333;
	text-decoration: none;
}

div.callout2 a:active {
	color: #333;
	text-decoration: none;
}

ol.tall li {
	padding: 5px 0px;
}

ul.tall li {
	padding: 5px 0px;
}

table.chart {
	width: 670px;
}

table.chart tr td {
	border: 1px solid #ccdfec;
	padding: 2px 3px;
	padding: margin: 2px;
}


table tr.blue {
	background: #e0e9ef;
}


/* -- DIV COLLAPSE -- */

.trigger{
	cursor:pointer;
	padding: 3px;
}	

.trigger:hover{
	cursor:pointer;
	background:#b3d5ef;
}	

.expanded{
	background:#b3d5ef;
	cursor:pointer;
	padding: 3px;
}

.expanded:hover{
	background:#c3d3df;
	cursor:pointer;
}

.show {
	position:static;
	display: table;
}

.hide {
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}

.trigger img {
	display: none;
}

.expanded img {
	display: none;
}
		
		

/* -- GALLERY CLASSES -- */

.gallery {
	border: 1px solid #bbb;
	display: inline; 
	float: left; 
	margin: 3px;
	padding: 3px;
	text-align: center;
	width: 230px;
}

.gallery table tr td {
	z-index: -1;
}

#gallery-page .clear {
	margin: 0px;
	padding: 5px 0px;
}

.caption2 {
	background: #fff;
	color: #333;	
	font-size: 90%;
	line-height: 1.2em;
	margin: 0px auto;
	padding: 0px 5px 0px 5px;
	position: relative;
	text-align: center;
}


/* -- ADMIN EDIT BUTTONS -- */





a.adminlink {
	background: #fc0;
	border: 1px solid #f39;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	position: relative;
}


a.adminlink:link {
	position: relative;
}


a.adminlink:visited {
	position: relative;
}

a.adminlink:hover {
	background: #c60;
	color: #fff;
}
	
	
a.adminlink:active {
	position: relative;
}
	
	

/* -- WRAP -- */

#wrap {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 928px;
}
	
#content {
	background: transparent url(images/sidebar-bg2.jpg) repeat-y top left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 928px;
}



/*-- SIDEBAR
------------------------------------------------------------------------------------------*/


#sidebar {	
	background: transparent url(images/sidebar-bg2.jpg) repeat-y top left;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 228px;
}

#logo {
	background: transparent url(images/logo2.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 152px;
	width: 228px;
}

#logo img {
	height: 152px;
	width: 228px;
}

#menu-top {
	background: transparent url(images/menu-top2.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	height: 16px;
	width: 228px;
}


/* --  -- */

#menu {
	margin: 0;
	padding: 0px 0px 15px 0px;	
}

	
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu li {
	font-size: 100%;
}

#menu ul li a {
	display: block;
	background: transparent;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	text-decoration: none;
	width: 228px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 208px; 
	outline: none;
}
	
html>body #menu a {
	width: 208px;
}
	
#menu ul li a:hover {
	background: #144563;}
	
#menu ul li a:active {
	background: #144563;}



#menu ul ul li a {
	background: #f7f6ec; 
	display: block;
	color: #144563;
	font-weight: normal;
	margin: 0px;
	padding: 3px 10px 3px 20px;
	text-align: left;
	text-decoration: none;
	width: 218px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px; 
	outline: none;
}

html>body #menu ul ul li a {
	width: 198px;
}
	
#menu ul ul li a:link {
	background: #f7f6ec; border-bottom: 1px solid #f7f6ec; border-top: 1px solid #f7f6ec;}
	
#menu ul ul li a:visited {
	background: #f7f6ec; border-bottom: 1px solid #f7f6ec; border-top: 1px solid #f7f6ec;}
		
#menu ul ul li a:hover {
	background: #fff url(images/arrow.gif) no-repeat left center; border-bottom: 1px solid #144563; border-top: 1px solid #144563;}
	
#menu ul ul li a:active {
	background: #fff url(images/arrow.gif) no-repeat left center;}

/* ON STATES
------------------------------------------------------------------------------------------*/

#menu ul li.current a {
	background: #144563;}
	
#menu ul ul li.current-sub a:link {
	background: #fff url(images/arrow.gif) no-repeat left center;}

#menu ul ul li.current-sub a:visited {
	background: #fff url(images/arrow.gif) no-repeat left center;}

	

/* FORM ELEMENTS
------------------------------------------------------------------------------------------*/

form {
	background: #e0e9ef;
	border: 1px solid #ddd;
	position: relative;
}

form legend {
	background: #fff;
	border: 0px;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
}

form fieldset {
	border: 0px;
	display: block;
	margin: 0px;
	padding: 3px;
	width: 660px;
	position: relative;
}

form label {
	display: block;
	color: #333;
	font-weight: normal;
	font-size: 90%;
}

form textarea {
	font-size: 110%;
}

form input, select, textarea, option {
	background: #fff;
	border: 1px solid #004b85;
	color: #333;
	margin: 0px;
	padding: 0px;
}


form fieldset div {
	padding: 2px 10px 3px 10px;
}

.submitbutton {
	background: #004b85;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 100%;
	margin: 5px;
	padding: 3px 7px 3px 7px;
}

.req {
	color: #F90;
}


/* UTILITY NAV ITEMS
------------------------------------------------------------------------------------------*/

#utility-nav {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 52px;
}

#utility-nav-content {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#utility-nav form {
	background: transparent;
	border: none;
}

#utility-nav select, textarea, option {
	border: 1px solid #d3d6c3;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
} 

#utility-nav input {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 1px;
} 

/* --
	
#searchbox {
	float: left;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	text-align: right;
}

#search {
	background: #ffffff;
	border: 1px solid #d3d6c3;
	margin: 0px;
	padding: 0px;
}

#go {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 22px;
}
-- */

#search {
	margin: 0px;
	padding: 5px 5px 0px 5px;
	text-align: right;
}

#search a {
	font-size: 90%;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}


#quicklinks1 {
	float: left;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	text-align: right;
}




/* -- MAIN
------------------------------------------------------------------------------------------*/




#main {
	background: transparent url(images/bg2.jpg) repeat-x top left;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
}

#main-content {
	background: #fff;
	border-top: 1px solid #d3d6c3;
	border-left: 1px solid #d3d6c3;
	border-right: 1px solid #e7e9dc;
	border-bottom: 1px solid #e7e9dc;
	margin: 20px 0px 0px 9px;
	padding: 9px 9px 100px 9px;
	position: relative;
}	

#home-content {
	background: transparent;
	position: relative;
	margin: 0px;
	padding: 0px 9px 0px 9px;
	height: 440px;
}

#home-bg1 {background: transparent url(images/home-bg1.jpg) no-repeat top right; height: 440px;}
#home-bg2 {background: transparent url(images/home-bg2.jpg) no-repeat top right; height: 440px;}
#home-bg3 {background: transparent url(images/home-bg3.jpg) no-repeat top right; height: 440px;}
#home-bg4 {background: transparent url(images/home-bg4.jpg) no-repeat top right; height: 440px;}
#home-bg5 {background: transparent url(images/home-bg5.jpg) no-repeat top right; height: 440px;}



#intro {	
	font-size: 94%;
	margin: 0px 0px 0px 23px;
	padding: 190px 0px 0px 0px;
	width: 410px;
}

#footer {
	border-top: 1px solid #999;
	color: #666;
	font-size: 92%;
	line-height: 1.5em;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	width: 928px;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
}

#footer a:link {
	color: #666;
}

#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer a:active {
	color: #000;
	text-decoration: underline;
}


#sub-footer {
	color: #666;
	font-size: 82%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 928px;
}

div#emergency td.right {
	width: 130px;
}

div#emergency td select {
	width: 130px;
}


/* -- WHATS NEW
------------------------------------------------------------------------------------------*/

#whatsnew {
	margin: 30px 10px 10px 10px;
	padding: 0px;
}
	
#whatsnew-headline {
	background: #31617f;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 1px 0px;
	padding: 6px;
	text-align: left;
}

#whatsnew-content {
	background: #f7f6ec;
	border-top: 1px solid #31617f;
	color: #333;
	font-size: 92%;
	line-height: 1.5em;
	margin: 0px;
	padding: 6px;
}

#whatsnew-content a {
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

#whatsnew-content a:link {
	color: #8a4000;
	
}

#whatsnew-content a:visited {
	color: #8a4000;
}

#whatsnew-content a:hover {
	color: #06c;
}

#whatsnew-content a:active {
	color: #06c;
	text-decoration: none;
}

#whatsnew-content h3  { 
	border-bottom: none;
	color: #333;	
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;  
	font-size: 100%; 
	margin: .76em 0 .5em 0;
	padding: 0;
}

#whatsnew-content h4  { 
	border-bottom: none;
	color: #333;	
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;  
	font-size: 100%; 
	margin: .76em 0 .5em 0;
	padding: 0;
}



/* -- TABBER
------------------------------------------------------------------------------------------*/


#home-highlights {
	border: 1px solid #8ab2cc;
	position: relative;
	background: #f7f6ec;
	margin: 0px 9px;
	margin-top: .2em;
	padding: 0px;
}



/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
	margin: 0px;
 	padding: 0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	background: transparent url(images/tab-bg2.jpg) repeat-x top left;
	border: 0px;
	margin: 0;
	padding: 7px 0;
}

ul.tabbernav li {
	display: inline;
	list-style: none;
	margin: 0; 
}

ul.tabbernav li a {
	border-left: 0px; 
	border-top: 1px solid #f7f6ec;
	border-right: 1px solid #f7f6ec;
	border-bottom: 0px;
	background: transparent;
	font-size: 92%;
	font-weight: normal;
	padding: 7px 0.5em;
	margin: 0px;
	text-decoration: none;
}

ul.tabbernav li a:link {color: #144563;}
ul.tabbernav li a:visited {color: #144563;}

ul.tabbernav li a:hover {
	background: #144563;
	color: #fff;
	border-bottom: 2px solid #144563;
}

ul.tabbernav li.tabberactive a {
	background: #f7f6ec;
	font-weight: bold;
	border-bottom: 2px solid #f7f6ec;
}


ul.tabbernav li.tabberactive a:hover {
	background: #144563;
	color: #fff;
	border-bottom: 2px solid #144563;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-size: 94%;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

	height: 630px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

	overflow:auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3  { 
	border-bottom: 1px solid #8ab2cc;
	color: #2f1e0f;	
	font-family: arial, helvetica, sans-serif;
	font-weight: bold; 
	font-size: 110%; 
	margin: 1em 0 .5em 0;
	padding: 0 0 .1em 0;
}

.tabberlive .tabbertab h4  { 
	border-bottom: none;
	color: #333;	
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;  
	font-size: 100%; 
	margin: .76em 0 .5em 0;
	padding: 0;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {

}

body#search-page iframe {
	width: 630px;
}