/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body {
	border:0;
	margin:0 0 5px 0;
	padding:0;
	background-image:url(../_gfx/green_gfx/cmn/bodyBG.jpg);
	background-position:center top;
	background-repeat: repeat-x; 
	background-color: #65865d;
	text-align: center;
}

/* Base font style and size set here */
body,td,th,p,select,li,ul,input,blockquote,textarea, table {
	font-family:  Arial, helvetica, san-serif;
	font-size:13px;	
	color: #4b4638;
}

a img { border: 0 }

a {
	color:#5a7b3f;
	text-decoration:none;	
}

a:hover { 
    text-decoration:underline; 
}

.error_message { /*default error reporting style */
	font-weight:normal;	
}


#mainSpan { /*containing frame for the site*/
	width: 940px;
	background-color:#F9F9F9 ;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px; 
	text-align:left;
	border-bottom:solid 3px #F9F9F9;
}

.home_collage {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 2px solid #f9f9f9;
	border-top: 2px solid #f9f9f9;
}

#skipnav { /*Section 508 skip navigation menu*/
    position:absolute; 
    top:0; 
    left:0; 
    z-index:10;
}

#skipnav img {
    border:0;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/*clearfix is used for clearing floats instead 
of clear:both because IE adds a space with clear:both */

.clearfix:after, #mainSpan:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, #mainSpan {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix, * html #mainSpan {
	height:1%;
}
.clearfix, #mainSpan {
	display:block;
}
/* End hide from IE-mac */


/* container for admin controll panel */
.adminSpan {
	width:200px;
	float:right;
	text-align:left;
}

.header { /* contains search, top links, site logo */
	background-image:url(../_gfx/green_gfx/cmn/headerBG.jpg);
	background-repeat: no-repeat;
	height:74px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 3px;
}

.header_left {
	float:left;
	width:422px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.header_right {
	float:right;
	width:338px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.header_nav {
	padding:3px 15px 0px 75px;
	margin:0;
	text-align:right;
	line-height: 12px;
	font-size:11px;
}

.header_nav a {
	font-size:11px;
	font-weight:bold;
	color:#3b5337;
}

.header_logo {
    display:none;
}

.searchbox { /*container for search field and go button */
	padding:10px 0px 0px 175px;
	margin:0px 0px 0px 0px;
	border:0px;
	clear:both;
}

.searchbox_textbox
{
	float:left;
	margin-bottom: 5px;
}

.searchbox_textbox input
{
	width:131px;
	height:19px;
	line-height: 14px;
	padding:3px 0 0 6px;
	font-size:10px;
	font-weight:bold;
	background:url(../_gfx/green_gfx/cmn/searchBG.gif) 0 0 no-repeat;
	color:#1b4978 !important;
	border:0px solid #92a860;
	margin: 0 !important;
	margin: 1px 0px 0px 0px;
	font-family: verdana, geneva, sans-serif;
}

.searchbox_button
{
	float:left;
	margin: 0 !important;
	margin: 1px 0px 0px 0px;
}

.quicklinks_home
{
	font-size:10px;
	font-weight:bold;
	color:#2a5470 !important;
	margin: 0 0px 5px 17px;
	padding: 2px 1px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
	width:175px;
}

.quick_links {
    width:155px;
    height:15px;
}

.quick_links option, .most_visited option {
    padding:2px;
}

.most_visited {
	font-size:10px;
	font-weight:bold;
	font-family: verdana, geneva, sans-serif;
	background-color:#e9e9e9;
	color:#015870 !important;
	border:1px solid #37a1c1;
	width:153px;
    height:19px;
	margin: 0px 0px 0px 175px;
	padding: 0px 0px 0px 0px;
}

#contentheader { /* contains breadcrumb, page title, print friendly link */
	padding-bottom: 17px;
}

.container_noleftnav_forreview .breadcrumb_wrapper {
	height:24px;
	font-size:10px;
	font-family: verdana, geneva, sans-serif;
	line-height: 20px;
	color:#54821b;
	background:#0f5b73 url(../_gfx/green_gfx/int/breadcrumb_noleft.gif);
	background-repeat:no-repeat;
}

.breadcrumb_wrapper {
	height:24px;
	font-size:10px;
	font-family: verdana, geneva, sans-serif;
	line-height: 20px;
	padding-left:18px;
	color:#54821b;
	background:#0f5b73 url(../_gfx/green_gfx/int/breadcrumb.gif);
	background-repeat:no-repeat;
}

.breadcrumb a { 
	color: #54821b;	
	text-decoration: underline;	
	
}

.breadcrumb a:hover {
	text-decoration:none;
}

.banner_image {
	height: 74px;
	margin:2px 0px 0 0;
	padding:0;
	display: block;
}


.title_wrapper {
    background-image:url(../_gfx/green_gfx/int/title_wrapper_bg.gif);
	height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
	margin:0;
	padding:0;
    margin-bottom:2px;
}

.title_wrapper_wdept {
    background-image:url(../_gfx/green_gfx/int/title_wrapper_wban.gif);
	height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
	margin:0;
	padding:0;
    margin-bottom:2px;
}

.title_wrapper_noleftnav {
    background-image:url(../_gfx/green_gfx/int/title_wrapper_noleftnav.gif);
	height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
	margin:0;
	padding:0 0 10px 0;
    margin-bottom:5pxpx;
}

.title_wrapper img { display:block; }

.title {
    padding:10px 15px 0 18px;
    margin-bottom:5px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height:15px;
	color: #1e5821;
	background-image: url(../_gfx/int/title_bg.gif);
	background-repeat: no-repeat;
}

.title_noleftnav { /* document, search & image reviewing */
    padding:10px 15px 0;
    margin-bottom:5px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height:15px;
	color: #0d586d;
	background-image: url(../_gfx/green_gfx/int/title_bg.gif);
	background-repeat: no-repeat;
}

.special_title { /* document, search & image reviewing */
display:none;
height:1px;
}

.printer_friendly {
    font-size:10px;
	font-family: verdana, geneva, sans-serif;
    margin: 0 5px 0 0;
    float:right;
    padding:7px 0 0 0;
    height:25px;
    text-align:right;
}

.forward_link
{
	display:none;
}

.printer_friendly a {
     height:25px;
	 width: 105px;
   display:block;
    background-image:url(../_gfx/cmn/printer.gif);
    background-repeat:no-repeat;
	margin-right:5px;
    color:#084a70;
}

#share {cursor:pointer;}
#share div 
{
	width:128px;
    float:right;
    text-align:left;
    display:block;
    line-height: 18px;
    padding: 7px 0 0;
    
}
.sharelink a
{
	text-decoration:underline;
	background:url(../_gfx/int/share/share.jpg) no-repeat 0 5px;
	padding:0 0 0 15px;
	font-size:10px;
	display:block;
	height:20px;
	color:#084A70;
	text-decoration:none;
}
.sharelink a:hover
{
	text-decoration:underline;
}
#share ul 
{
	background-color:#fff;
	display:none;
	width:225px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	position:absolute;
	z-index:1000;
	line-height: 18px;
	margin-top: -4px;
}

#share div:hover ul, #share div.over ul
{
	display: block;
}

#share ul li, #share div:hover ul li, #share div.over ul li
{
	float:left;
	margin:0;
	padding:0;
	width:110px;
	position:relative;
}

#share li a 
{
	text-decoration:none;
	color:#666;
	margin:4px;
	padding:0px 0px 0px 20px;
	display:block;
	font-size: 11px;
}

#share li a:hover
{
	color:#000;
}

.shareemail {background:url(../_gfx/int/share/email.jpg) no-repeat 0 0;}
.sharefacebook {background:url(../_gfx/int/share/facebook.jpg) no-repeat 0 0;}
.sharedel {background:url(../_gfx/int/share/del.jpg) no-repeat 0 0;}
.sharegoogle {background:url(../_gfx/int/share/google.jpg) no-repeat 0 0;}
.sharedigg {background:url(../_gfx/int/share/digg.jpg) no-repeat 0 0;}
.sharetwitter {background:url(../_gfx/int/share/twitter.jpg) no-repeat 0 0;}
.sharestumble {background:url(../_gfx/int/share/stumble.jpg) no-repeat 0 0;}
.sharemyspace {background:url(../_gfx/int/share/myspace.jpg) no-repeat 0 0;}
.sharelive {background:url(../_gfx/int/share/live.jpg) no-repeat 0 0;}
.sharereddit {background:url(../_gfx/int/share/reddit.jpg) no-repeat 0 0;}


.title_subtitle {
    width:500px;
	padding: 7px 0 0 18px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:18px;
	color: #60825a;
}


.subtitle {
	font-family: 'century gothic';
	font-size:16px;
	color: #60825a;
	font-weight:bold;
}

.container { /* page content container */
	width: 698px;
	float:right;
	overflow: hidden;
	margin:2px 3px 0px 0px;
	padding:0px 0px 0px 0px;
    background-color: #f9f9f9;
    border:0px;
	display: inline;
}

.container_noleftnav {
	width: 100%;
	overflow: hidden;
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    background-color: #f9f9f9;
}

/* hide the header for pages without left navigation */
.container_noleftnav #contentheader,
.container_noleftnav_special #contentheader,
.container_noleftnav .special_title {
    display:none;
}

/* content padding should be on content class NOT container */
.content { 
	padding:0px 15px 12px 18px;
	width: 668px!important;
	width: 701px;
}

.content_noleftnav {
	margin:5px 20px 20px;
	padding:0 0 5px;
}

.content select{
	background-color:#fefaeb;
	color:#2a5470 !important;
	border:1px solid #92a860;
	margin: 0 0 15px 0;
	padding:0;
}

.content_noleftnav_special { /* document, search & image reviewing */
    padding: 0px 0px 10px 15px;
}

/* content styles */
.content {
    line-height:18px;
}

.content textarea {
	width:90%;
}

.texta {
	color:#084a70;
	text-decoration:underline;
}

a:hover.texta {
	color:#084a70;
	text-decoration:none;
}

.content ul, .content ol {
	padding:0;
	margin:8px 0 10px 20px;
	line-height:16px;
	}

.content ul li, .content ol li {
	padding: 5px 0;
	line-height:16px;
}

.content p {
    padding:0;
    margin:0 0 15px;
	line-height:16px;
}

.content td {
	padding:10px;
	line-height:16px;
}

.content table td p {
	padding:0;
    margin:0 0 15px;
}

.content .highlight{
	margin-left:20px;
	width:399px;
	background-image:url(../_gfx/green_gfx/int/bottombg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.content .highlight_box{
	background-image:url(../_gfx/green_gfx/int/topbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	border-left: 4px solid #c8e2b5;
	border-right: 4px solid #c8e2b5;
}

.highlight_box .highlight_text{
padding:30px 0 30px 30px;
}

.content table {
	background-color: #e7eddf;
	padding:5px;
}

.tableBox {
	background: #e7eddf;
	font-size:12px;
	font-family: 'century gothic';
	color: black;	
	line-height:25px;
	border: 1px solid #90ac6a;
	margin:0px 10px 10px 10px;
}

.tableBox td, .tablebox p, .tablebox li {
	font-size:12px;
	font-family: 'century gothic';
	color: black;
	line-height:25px;
}

/*** IE tableBox font size! ***/
	*html .tableBox td, .tablebox p, .tableBox {
		font-size:14px;
}

.tablebox p {
		margin:0; padding:0px;
}

.tableData
{
	border-style: 1px solid #574a18;
	font-family: arial,sanserif;
	font-size: 11px;
	color: #333333;
}

.tableData td
{
	border-style: 1px solid #574a18;
	padding: 10px;
	margin:10px;
	background: #e7eddf;
}

.tableData th, td.tableDatahdr
{
	border-top: 1px solid #60825a;
	padding: 5px;
	font-family: 'century gothic';
	font-size: 14px;
	font-weight: bold;
	color: #60825a;
	background-image:url(_gfx/cmn/td_header_bg.gif);
	text-align:left;
}

.document_top_button_div{
	margin-top: 0;
}

.downloadmessage { /* notification of PDF, Word, etc media */
	background: #ededed;
	width:95%;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	text-align:center;
}

.downloadmessage img { /* download plugin icons */
	border:0;
	margin:0 2px;
}

.downloadmessage p {
	font-size:10px;
	padding:5px 0;
	width: 100%;
	margin:0;
}

.last_updated {
    border-top:1px solid #c5d89c;
    color:#54821b;
    font-size:9px;
    margin-top:10px;
    text-align:right;
}

.paging {
	margin-top:10px;
	margin-bottom:10px;
}

.footer,.footer_home {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 3px;
	clear: both;
	text-align:center;
	width:934px;
	height: 108px;
	background-image:url(../_gfx/green_gfx/cmn/footerBG.jpg);
	background-repeat:no-repeat;
	line-height:18px;
	border-top: 2px solid #FFFFFF;
	font-family: verdana, geneva, sans-serif;
}

.footer p, .footer_home p {
	margin-top:25px;
	font-size: 13px;
	color:#54821b;
	font-family: verdana, geneva, sans-serif;
}

.subfootinfo {
	font-size:10px;
	color:#6b6a6a;
}

.footer a, .footer a:hover, .footer a:visited,
.footer_home a, .footer_home a:hover, .footer_home a:visited {
	color: #54821b;
	text-decoration:none;
}

/************************************************
Department Home Page
************************************************/

/* don't add padding, left/right margins, 
or borders to these containers */

.depthome_left {
    padding:0 0 0 0px;
	float:left;
	width: 518px;
}

.depthome_left .tabledata{
	float:left;
}

.depthome_right {
	float:right;
	margin:0;
	padding:0;
	width: 132px;
}

/************************************************
Site Home Page
************************************************/

.home_collage img {
    /* images w/o display:block in IE add a bottom margin */ 
	display: block; 
	background-color:#dad8bf;
	height:191px;
	width:762px;
	border-bottom:1px solid #fffae3;
}

.home_left
{
    width:263px;
	height: 247px;
	background-image:url(../_gfx/home/leftBG.jpg);
    float:left;
	color:#003240;
		font-weight:bold;
}

.home_left p
{
	font-size:11px;
	margin: 12px 0 0 15px;
}

.weather_left{
	height:75px;
	margin: 0 0 15px 0;
}

.weather_left p {margin:8px 4px 0px 10px;}

.weather_item {
	margin: 2px 0 0 0px;
	padding:4px 0 0 0;
	float:left;
	width:263px;
	height:25px;
	font-size:10px;
}


.weather_item img { margin:-5px 0 0 0; }

.weather_item a {
	color:#853929;
}

.weather_icon {
	margin: 0px 7px 0 0;
	padding:0;
	float:left;
}

.left_links{
	margin-left:15px;
	padding-top:5px;
	margin-bottom:10px;
	line-height:35px;
	font-size:15px;
}

.left_links img{
	float:left;
	padding-right:5px;
}

.left_links a{
	color:#9ccee5;
	font-family:Arial, Verdana, sans-serif;
	font-weight: none;
}

.left_links a:hover{
	color:#ffffff;
	text-decoration:none;
}

.home_middle {
	width:259px;
	height:247px;
    background-image:url(../_gfx/home/middleBG.gif);
    float:left;
}

.sep {
	padding:0;
	margin:0;
}

.home_right {
    float:left;
    width:240px;
    height:247px;
    background: url(../_gfx/home/ttl_right.gif) no-repeat;
	overflow:hidden;
}

.home_enews {
	width:240px;
	height:91px;
}

.home_enews p {
	margin:0;
	padding: 30px 0px 0px 10px;
	line-height:16px;
}

.home_enews a
{
	color:#C2531C;
	font-weight:bold;
}

.listDiv
{
	padding-top:20px;
}
/************************************************
Left navigation 
************************************************/

.leftnav
{
	clear:both;
	width: 233px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:2px 0px 0px 3px;
	color:#B1E0FE;
	display: inline;
}

.leftnav img{
	border: none;
	padding: 0;
	margin: 0;
}

.leftnav a
{
	text-decoration:none;	
	color:#09360c;
	margin:0px 0px 0px 0px;
	padding:7px 8px 7px 15px;
	line-height:15px;
	display:block;
}

/* Root items that are not current or have children */

.leftnav_node_wrapper_root .leftnav_node a
{
	background:url(../_gfx/green_gfx/int/left_nav_bg.gif);
	/*border-top:solid 1px #409FB5;
	border-bottom:solid 1px #004D74;*/
}

.leftnav_node_wrapper_root .leftnav_node a:hover
{
	color:#FFFFFF;
	/*background:url(../_gfx/green_gfx/int/leftnav_bg_over.gif);*/
	/*background-repeat: no-repeat;*/
	text-decoration:none;
}

/* Root items with children*/

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	/*UG*/
	background-color:#7fa361;
	/*border-top:solid 1px #bcd7a1;
	border-bottom:solid 1px #4f803c;	*/
	border-bottom: 1px solid #5c8c42;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	background:url(../_gfx/green_gfx/int/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:4px 9px;
	font-weight:bold;
	color:#ffffff;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color:#FFFFFF;
	background:url(../_gfx/green_gfx/int/leftnav_bg_over.gif);
	background-repeat: no-repeat;
	/*background-color:#8B2E27;*/
	text-decoration:none;
}

/* Root items that are current */

.leftnav_node_wrapper_root .leftnav_node_iscurrent
{
	background-color:#7FA361;
	/*
	border-top:solid 1px #409FB5;
	border-bottom:solid 1px #052D46;*/
	/*background:url(../_gfx/green_gfx/int/leftnav_bg_over.gif);	*/
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a
{
	/*background-image: url(../_gfx/green_gfx/int/arrow_right.gif);*/
	background-repeat:no-repeat;
	background-position:8px 9px;
	font-weight:bold;
	display:block;
	color: #fff;
	border-bottom: solid 1px #7FA361;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover
{
	background:url(../_gfx/green_gfx/int/leftnav_bg_over.gif);
	background-repeat: no-repeat;
	/*background-color:#8B2E27;*/
	text-decoration:none;
	
	background-color: #67A941 !important;
	border-bottom: solid 1px #498F33;	
}



/* Items under root */

.leftnav_node_wrapper
{
    /*background-image:url(../_gfx/green_gfx/int/node_wrapper.gif);*/
	background:#c6dfa5;
  	padding-top:0px;
	padding-bottom: 1px;
	/*background-repeat:repeat-y;*/
	border-bottom: 1px solid #b0d383;
	margin-top: -1px;
}

.leftnav_node_wrapper a{
	line-height: 12px;
  	padding-top:5px;
	padding-bottom: 5px;
}

.leftnav_node_wrapper a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

.leftnav_node_wrapper .leftnav_node_haschildren a
{
	background:url(../_gfx/green_gfx/int/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:4px 9px;
	font-weight:bold;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background-image: url(../_gfx/green_gfx/int/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:8px 9px;
	font-weight:bold;
}


/************************************************
Dropdown Menu
************************************************/

/* Wrapper class if needed */
.dropdownmenu
{
	margin:0px 0px 0px 3px;
	clear:both;
}

/* default menu style item */
.menuitem,
.menuitem_top 
{
    color:#104b5b;
	background: #c8b98c;
	border: solid 1px #eae4cf;
}

.menu td {
	cursor: pointer !important;

}
.menuitem, 
.menuitem_top,
.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top,
.menuitem_root,
.menuitem_root_selected,
.menuitem_root_hover,
.menuitem_root_expanded,
.menuitem_root_active
{
	font-family: Tahoma,Arial,sans-serif;
    color:#104b5b;
	background: #c8b98c;
	border: solid 1px #eae4cf;
		cursor: pointer;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
    color:#f9f9f9;
	background: #145a82;
	border:1px solid #eae4cf;
}

/* Need to define this because if image is used the item gets a table wrapper. */
.menuitem td,
.menuitem_top td
{
	font-family: Tahoma,Arial,sans-serif;
    color:#104b5b;
	background: #c8b98c;
}

.menuitem_hover td,
.menuitem_active td,
.menuitem_expanded td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td
{
	font-family: Tahoma,Arial,sans-serif;
    color:#104b5b;
	background: #c8b98c;
}

/* Use for offsetting arrow */
.menuitem img,
.menuitem_top img,
.menuitem_hover img,
.menuitem_active img,
.menuitem_expanded img,
.menuitem_hover_top img,
.menuitem_active_top img,
.menuitem_expanded_top img
{
	margin-right:3px;
}

.menuitem_root {
    color:#104b5b;
	background: #c8b98c;
	border: solid 1px #eae4cf;
}

.menuitem_root_selected,
.menuitem_root_hover,
.menuitem_root_expanded,
.menuitem_root_active
{
	background: #145a82;
}	

.menuitem_root_image
{
	border:0;
	padding:0;
	margin:0;
	cursor: pointer !important;
}



/**************************************************/


/************************************************
Forms
************************************************/

.form {
	height:auto;
}

.form_in_tab {
	padding:15px 0 10px 10px;
}

.form div {
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
}

.form textarea {
	width:200px;
	height:150px;
}

.form_label {
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field {
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend {
	font-weight: bold;
	color:#625C4D;
}

fieldset {
	border:solid 1px #c2bca6;
}

.form_normaltextbox {
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown {
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button {
	padding:2px 5px;
	margin:0;
	background:url(../_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color:#f9f9f9;
}

.form_message, 
.form_message td {
	color: #cc0000;
}

.form_calendarbutton {
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton {
	padding-left: 15px;
	font-weight: bold;
	background-image: url(../_gfx/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a {
}

.radeditor div {
	margin-top:0;
	margin-bottom:0;
}


/************************************************
Site map
************************************************/

.sitemap {
  border:solid 0 #000;
  background-color: #fff;
  padding-left:15px;
}

.rootnode,
.parentnode,
.leafnode {
	padding:3px 3px 0;
}

.rootnode {
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a { 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file {
	list-style-image: url(../_gfx/_SiteMap/file.gif);	
}

.backtotoplink {
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/

.search {
	width:738px;
}

.search .paging { 
	text-align:center; 
	font-weight:bold;
}
	
.search .paging a { 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(../_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover {
	background:#fff;
	border-top:1px solid #b2d2e9;
}

.search_summary {
	margin-bottom:10px;
	font-weight:bold;
	background-color:#eef8ff;
	padding:10px 0;
	text-align:center;
	font-size:10px;
	border:1px solid #b2d2e9;
}

.search_title {	
	display:none;
}

#Search_AdvancedSearch1_searchButton{
	padding:0 5px;
	margin:0;
	background:url(../_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color:#f9f9f9;

}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate {
	background-color:#f4f9fc;
}

.search_result_title {
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

.search_result_location {
	padding-left:10px;
}

.search_result_location_field {
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis {
	padding:0;
	display:none;
}

.search_result_synopsis_highlight {
	background-color:#fcffcc;
	display:none;
}

.search_result_info {
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field {
	font-weight:bold;
	text-transform:uppercase;
}

.advanced_search {
	margin:10px 0;
	text-align:center;
}

.advanced_search label {
	font-weight:bold;
}

.advanced_search select{
	padding: 2px 1px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
}

.advanced_search_textbox {	
	height: 20px;
	padding: 2px 1px 3px 1px;
    width:120px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
}

/*****************************************
* Calendar month view
*****************************************/

.calendar_filter {
    padding:10px 0 0px 35px;
	margin:0;
    text-align:left;
}

.filter a[disabled="disabled"] {color:#000; font-weight:bold;}
.filter {padding-bottom:10px;}

.calendar_filter select {
    width:200px;
	margin-top:0;
	padding: 2px 1px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
}

.calendar_div {
	background-color:#f9f9f9;
	padding-bottom: 10px;
	width:100%;
	text-align:center;
}

.calendar_panel {
	padding:0;
	margin:0;
	width: 100% !important;
	overflow:hidden;
}

.calendar {
	background-color:#f9f9f9;
	width:100%;
	padding:0;
	margin:0;
	border: 0;
}

.calendar_dayheader {
	height: 1px;
	color: #fff;
	background: url(../_gfx/cmn/tablehdr_bg.gif) #007799 repeat-x ;
	font-weight: bold;
	font-size: 9px;
	padding: 3px;
	text-transform: uppercase;
	border: 1px solid #0d586d;
}

.calendar_selector {
	color:#fff;
	background-color:#EFDC9E;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td {
	padding: 0 0 8px 0;
	background-color:#f9f9f9;
	font-family: Trebuchet MS, Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007799;
	width:60%;
}

td.calendar_nextprev {
	background-color:#f9f9f9;
	width:200px !important;
}

.calendar_nextprev a {
 	background-color:#f9f9f9;
   font-size:10px;
	color:#007799 !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family:Arial, Helvetica, san-serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:60px;
	border: 1px solid #0d586d;
}

.calendar_day,
.calendar_weekendday {
	background-color:#f9f9f9;
	background-image:url(../_gfx/calendar/calendar_day_BG.gif);
	background-repeat:repeat-x;
	color:#0d586d;
}

.calendar_othermonthday {
	background-color:#b0c2c7;
	color:#007d9b;
}

.calendar_today {
    background-color:#cae8f7;
    background-image:url(../_gfx/calendar/calendar_today_BG.gif);
	background-repeat:repeat-x;
	color:#0d586d;
}

.calendar_selectedday {
	background-color:#f7fcff;
	color:#999999;
}

.calendar_eventtime {
	color:#666;
	font-size:10px;		
	font-weight: normal;	
}

.calendar_eventlink {
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:3px 0;
}

#_ctl1_iCalButton img, #_ctl1_iCalButtonBottom img {
	padding-right:10px; vertical-align:middle;
}


/*************************************************
* Component detail 
*************************************************/

.component_title {
	font-weight: bold;
	padding: 20px 0 0 0;
	margin:0px 0px 15px 0px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:16px;
	line-height:14px;
	font-weight:bold;
	color: #2aa4b9;
}

.component_subtitle {
	font-size: 13px;
	font-weight:bold;
	padding: 10px 0;
	color:#2a5d6c;
}

.component_listitem {
	padding-bottom: 20px;
	width:400px;
}

.component_listitem_header {
	font-weight: bold;
	color: #4b4638;
	line-height:18px;
	vertical-align: top;
}

.component_listitem_content {
	line-height:18px;
	color:#4b4638;
	vertical-align: top;
}

.component_content{
	width:525px;
    line-height:16px;
	padding-bottom:15px;
	color:#4b4638;
}

/************************************************
FAQ List
************************************************/

.listfaq {
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listfaq td {
	padding:4px;
}

.listfaq_pager {
	text-align:right;
}

.listfaq_q {
	font-weight:bold;
}

/************************************************
    Link List
************************************************/

.link_name a {
    padding-left:10px;
    background-image:url(../_gfx/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

/************************************************
    Lists, including DataGrid classes
************************************************/

.listtable {
	width:550px;
	border:1px solid #007799 !important;
	background-color:#fffcee;
	border-collapse:separate;
}

.listtable th {
	background:#017493 url(../_gfx/cmn/tablehdr_bg.gif) repeat-x;
	padding:5px;
	border:0;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #FFF;
	text-transform:uppercase;
}

.listtable_header a {
	color:#fff;
}

.listtable td {
	border:0;
	border-top:1px solid #c3bfa7;
	padding:5px;
	margin:0;
}

.listtable tr:hover {
	background-color:#d0eaf7;
}

.listtable_buttoncolumn {
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input {
	background-image: url(../_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.listtable_checkboxcolumn {
	padding:0;
	width:1px;
}

.listtable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on {
	background-color:#E4F1FF;
}

.listtable_row_off {
	background-color:#fff;
}

.listtable_pager {
	text-align:right;
}

/*For plain lists on front end*/
.listcomponent {
	border:solid 0 #fff;
}

.listcomponent th {
	display:none;
}

.listcomponent td {
	border:0;
	padding:4px 4px 10px 0;
	margin:0;
}

.listcomponent_pager {
	text-align:left;
}

/*For links on top of page*/
.topselector {
	margin-bottom: 10px;
}

/*For dropdown filters*/
.filter {
	margin: 10px 0;
}

/************************************************
* Image-using item list 
************************************************/

.righttable {
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th {
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #fff;
	height:20px;
	font-size:9px;
}

.righttable_header a {
	color:#fff;
}

.righttable td {
    border:0;	
	border-top:1px solid #DADADA;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover {
	background-color:#fffcee;
}

.righttable_buttoncolumn {
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input {
	background-image: url(../_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2
}

.righttable_checkboxcolumn {
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on {
	background-color:#E4F1FF;
}

.righttable_row_off {
	background-color:#fff;
}


/***********************************************
* E-Notifier
***********************************************/

.tag_div {
	padding: 10px 0 20px;
}

.area_div {
	padding: 5px 0;
}


/************************************************
Survey
************************************************/

.survey_title {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}


/************************************************
Staff Directory
************************************************/

.staff_column_div {
	margin: 10px 0;
	clear:both;
	width:100%;
}

.staff_thumbnail_span {
display:block;
float:left;
}

.staff_listitem_span{
	display:block;
}

/************************************************
Department boxes
************************************************/

.box_container {
	width: 132px;
	font-size:11px;
	line-height:12px;
	color:#0c6497;
	background-image:url(../_gfx/green_gfx/int/box_container_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-bottom:15px;
	font-family: verdana, geneva, sans-serif;
}

.box_title {
	width: 132px;
	height:23px;
	line-height:23px;
	color:#FFF;
	font-size:13px;
    text-align:center;
	font-weight:bold;
	padding:0;
    background-image:url(../_gfx/green_gfx/int/box_title_bg.gif);
    background-repeat:no-repeat;
}

.box_list {
    padding:3px 8px 5px 12px;
	margin-bottom: 5px;
	background: #E0F0D5 url(../_gfx/green_gfx/int/box_list_bg.gif) top no-repeat;
	border: 1px solid #9dc78a;
	border-top: 0;
}

.box_list a {
    padding-top:5px;
    margin-bottom:5px;
	text-decoration:none;
	color:#5a7b3f;
}

.box_list .news_title{
    padding-top:5px;
    margin-bottom:2px;
}

.box_list a:hover {
	text-decoration:underline;
}

.box_list p {
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_bottomlink a,
.box_bottomlink a:hover {
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
}

.box_list .event_title {
    padding-top:5px;
}
.box_list .event_date {
    margin-bottom:2px;
    color:#5a7b3f;
}

/************************************************
Home boxes
************************************************/

.home_events
{
	background: url(../_gfx/home/ttl_meetings_events.gif);
	background-repeat:no-repeat;
	width:240px;
	height:156px;
	overflow:hidden;
}

.home_events .events_title
{
    display:none;
}

.home_events .event_title
{
	border-top:dotted 1px #000000;
	padding:7px 0px 0px 5px;
}

.home_events .event_title a
{
	color:#C2531C;
	font-size: 11px;
	font-weight:bold;
}

.home_events .event_title a:hover
{
	text-decoration:underline;
}

.home_events .event_date
{
    font-size:10px;
    color: #2B6242;
    padding:0px 0px 7px 5px;
}

.home_events .events_list
{
	border:0px;
	padding:30px 0px 0px 10px;
}

.home_events .events_list p
{
	border:0px;
	padding:10px 0 0 10px;
	margin:0px;
}

.home_events .events_bottomlink
{
	display:none;
}

.home_events_bottomlink
{
	position:relative;
	top:57px;
	left:150px;
    font-weight:bold;
    font-size:10px;
	color:#585858;
}

.home_events_bottomlink_list
{
	margin:5px 0px 0px 17px;
}

.home_events_bottomlink_list a
{
	font-weight:bold;
    font-size:11px;
	color:#C2531C;
}

.home_news
{
	width: 240px;
	height:156px;
}

.home_news .news_list
{
	border:0px;
	margin:25px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	height:85px;
	overflow:hidden;
}

.home_news .box_title
{
	display:none;
}

.home_news .news_title
{
	margin:5px 0px 0px 0px;
}

.home_news .news_title a
{
	color:#C2531C;
	font-size: 11px;
	line-height: 16px;
	font-weight:bold;
}

.home_news .news_list p
{
	border:0px;
	padding:0px;
	margin:0px;
}

.home_news .news_bottomlink 
{
    font-weight:bold;
	width:100px;
    font-size:10px;
	margin-top: 30px;
	float:right;
}

.home_news .news_bottomlink a
{
	color:#585858;
}

/******************************************
* Photo Album 
******************************************/

.album_item {
	margin-bottom:20px;
	text-align:center;
}

.album_thumb {
	background-position: top center;
	background-image: url(../_gfx/album/exported_group.jpg);
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
	background-repeat: no-repeat;
    
}

.album_thumb img {
	width: 160px;
	height: 110px;
	position:relative;
	left:0; 
	border:0;
	display:block;
	margin:0 auto;
	overflow: hidden;
}

.album_name {
	text-transform:uppercase;
	font-weight:bold;
}

.album_details {
    font-size:9px;
}

#photo_single{
	margin-top:15px;
}

.photo_item {
    padding:20px;
    text-align:center;
    vertical-align:top;
}

.photo_thumb {
    background-position: top center;
    background-image: url(../_gfx/album/single_photo.gif);
    overflow: hidden;
    width:240px;
    height:240px;
    background-repeat: no-repeat;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img {
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_details {
    text-align:center;
}

.photo_name {
}

.slideshow_link {
    float:right;
    font-weight:bold;
    width:140px;
    margin-right:25px;
}

.slideshow_link a {
    display:block;
	padding:3px 5px;
	text-align: center;
	background:url(../_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color:#f9f9f9;
}

.slideshow_nav {
    text-align:center;
}

.filter select{
	padding: 2px 1px;
	margin-bottom:0px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
}

/* End Picture List */

.rss_button
{
	text-align: right;
	margin:-41px 5px 10px 0;
	padding-top:0;
}

.rss_button_calendar .rss_button
{
	text-align: right;
	margin:-29px 5px 10px 0;
	padding-top:0;
}

.printonly
{
	display:none;
}

/******************************************
* Intranet 
******************************************/

.intra_columns{
	border-top: 3px solid #f9f9f9;
	height: 445px;
	margin:0;
	padding:0;
}

.intra_home_left {
	border-right: 3px solid #f9f9f9;
    width:237px;
	margin:0;
	padding:0;
	height: 445px;
    float:left;
	color:#003240;
	font-weight:bold;
}

.intra_home_left a, .intra_home_middle a, .intra_home_right a{
	color:#c2531c;
}

.intra_home_left h3 {
	margin:0;
	padding:10px 15px 5px 15px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00446b;

}

.intra_searchbox{
	width:210px;
	margin:0 0 5px 10px;
	font-size:9px;
	padding: 3px 2px;
	font-weight:bold;
	background-color:#f2fbff;
	color:#2a5470 !important;
	border:1px solid #7f9db9;
}

.service{
	text-align:center;
	width:215px;
	margin:0 0 5px 10px;
	font-size:9px;
	padding: 3px 2px;
	font-weight:bold;
	background-color:#f2fbff;
	color:#2a5470 !important;
	border:1px solid #7f9db9;
}

.intra_radios{
	font-weight:normal;
	color:#1b4978;
	font-size:10px;
	line-height: 20px;
	margin-bottom: -3px;
}

.intra_radios_span{
	float:left;
	padding: 0 5px 5px 5px;
}

.intra_box_bottomlink {
    text-align: right;
	font-weight:bold;
	padding-right: 9px;
	position: relative;
	top: 20px;
	margin:0;
	font-size:9px !important;
}

.intra_whoswho {
	height:110px;
	border-bottom: 3px solid #f9f9f9;
	margin:0;
	padding:0;
	font-weight:normal;
	background: #d8e3e8;
}

.who{
	font-size: 14px;
	font-weight:bold;
}

.who_photo, .gal_photo, .intra_news_icon {
	float:left;
	padding: 0 15px;
}

.intra_staffdir {
	margin:0;
	border-bottom: 3px solid #f9f9f9;
	padding:0;
	height:175px;
	background: url(../_gfx/intra/staff_bg.gif) top center no-repeat;
}

.intra_servicedir {
	margin:0;
	padding:0;
	height:155px;
	background: url(../_gfx/intra/service_bg.gif) top repeat-x;
}

.alpha_links, .alpha_links a {
	font-weight:normal;
	font-size:9px;
}

 
.intra_staffdir .alpha_links a{
 color:#004c65;
}

.intra_servicedir .alpha_links a{
color:#90c2d9;
}

.alpha_links {
	padding: 0 12px;
	color: #004c65;
	margin:0;
}

.intra_home_middle {
	width:256px;
	border-right: 3px solid #f9f9f9;
	height: 445px;
	margin:0;
	padding:0;
	background: #eef7fc url(../_gfx/intra/meetings.gif) top center no-repeat;
	overflow:hidden;
    float:left;
}

.intra_home_middle ul {
	list-style: none;
	margin:35px 4px 0 15px;
	height:160px;
	overflow:hidden;
	padding:0;
}

.intra_meetings {
	height: 240px;
	overflow: hidden;
}

.intra_news_link {
	font-size:10px;
	line-height: 14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.intra_meetings ul img{
	padding: 5px 0;
}

.intra_meetings ul li{
	padding: 1px 0;
	margin:0;
}

.intra_photo_gallery{
	height:140px;
	padding-top:25px;
	overflow:hidden;
}

.intra_home_right {
	background: #eef7fc url(../_gfx/intra/news.gif) top left no-repeat;
    float:left;
 	margin:0;
	padding:0;
	height: 445px;
   width:263px;
}

.intra_news{
	height:250px;
	overflow:hidden;
	margin: 0;
	padding: 30px 15px 0 10px;
}

.news_box{
	padding:10px 0;
}

.news_box_nopic{
	padding:0 5px 0 25px;
}

.news_box p{
	padding:5px 0;
	margin:0;
}

.intra_newsletter{
	overflow:hidden;
	margin: 0;
	padding: 55px 15px 0 10px;
}

.intra_newsletter p{
	font-size:10px;
	line-height:14px;
	padding-top: 0px;
}

.teleworks h3
{
	margin-bottom:0px;
}

/******Weather component***/
.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #015874;
	height: 180px;
	width: 87px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

.weather_home_icon 
{
	width: 79px;
	height: 49px;
}

.weather_home_icon img
{
	margin-top:7px;
	border:0px;
}

.customsite
{
	display: none;
}

.greensite
{
	display: block;
}
