/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: none;
	margin: 0px;
	padding: 0px;
	background: url(_gfx/cmn/body_bg.png) 0 -53px;
	text-align: center;
}

.wrapper{
	width: 100%;
	margin: 0;
	padding: 35px 0 0 0;
	background: url(_gfx/cmn/wrapper_bg.png) 0 -53px repeat-x;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;	
	line-height:16px;
	color: #1e3c11;
}

a img
{
	border: 0px 0px 0px 0px;
}

a
{
	color:#1f9435;
	text-decoration:none;	
}

a:hover
{ 
    text-decoration:underline; 
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:normal;
	font-size: 18px;
	margin-top:40px;
	text-align: center;
	/** background: url(_gfx/cmn/updated.gif) bottom right no-repeat;
	background-attachment: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-right:9px;
	height: 162px; **/

}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.container:after, 
.container_noleftnav:after, 
.container_noleftnav_notitle:after,
.title_right:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .contentheader, 
* html.content, 
* html.container, 
* html.container_noleftnav, 
* html.container_noleftnav_notitle,
* html.title_right
{
	height:1%;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .container_noleftnav, .container_noleftnav_notitle,.title_right
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan
{
	width: 760px;
	background: #ecebd5 url(_gfx/cmn/mainspan_bg.png) center repeat-y;
	margin: 0px auto 0px auto;
	text-align:left;
}

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header
{
	background: url(_gfx/cmn/header_bg.png);
	height:73px;
}

.printonly { display: none; }

.header_left
{
	float:left;
	width:270px;
}

.header_right
{
	float:left;
	width:485px;
}

/* Top line of links */
.header_nav
{ 
	position: relative;
	top: 15px;
	right: 20px;
	text-align:right;
	color: #689451;
	font-size: 10px;	
}

.header_nav a
{
	color: #9bd77c; 
	text-decoration:none;
	padding: 0px;	
}

.header_nav a:hover
{
	color: #f1edb1;
}

/* Container for search field and go button */
.searchbox
{ 
	position:relative;
	width: 320px;
	left: 177px;	
	top:20px;
	padding-top:5px;
}

.searchbox_textbox
{
	float:left;
	padding:1px 1px 2px 3px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	background-color:#fff;
	color: #4f803c;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	width:115px;
}

*html .searchbox_textbox {height: 18px;}

.searchbox_button
{
	float:left;
}

.quicklinks
{

	float:left;
	padding:1px 1px 0px 1px;
	margin:0px 0px 0px 10px;
	font-size:10px;
	background-color:#fff;
	color: #4f803c;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	width:145px;
	height: 17px;
}

/************************************************
Content section
************************************************/
/* Page content container */
.container
{ 
	width: 568px;
	float:left;
	overflow: hidden;
	background: url(_gfx/int/container_bg.png) top repeat-x;
}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader
{
	display:inline-table;
}

.breadcrumb_wrapper
{
	padding: 6px 3px 10px 15px;	
	font-size:9px;
	width: 300px;
	float: left;
	color: #8e8c68;
}

.breadcrumb a
{ 
	color: #8e8c68;
	font-size:9px !important;
	text-decoration: none;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.printer_friendly
{
    font-size:10px;
    float:right;
    width:40px;
    height:17px;
    text-align:left;
}

.printer_friendly a
{
    display:block;
    padding-left:17px;
    background:url(_gfx/cmn/print.gif) 0 0 no-repeat;
    color: #2d8939;
    text-decoration:underline;
}

.printer_friendly a:hover
{
	text-decoration:none;
}

.forward_link
{
    font-size:10px;
    float:right;
    width:55px;
    height:17px;
    text-align:left;
}

.forward_link a
{
    display:block;
    padding-left:16px;
    background:url(_gfx/cmn/email.gif) 0 3px no-repeat;
    color: #2d8939;
    text-decoration:underline;
}

.forward_link a:hover
{
	text-decoration:none;
}

.rss
{
    font-size:10px;
    float:right;
	 margin-left: 5px;
    width:40px;
    height:17px;
    text-align:left;
}

.rss a
{
    display:block;
    padding-left:17px;
    padding-right:0px;
    background-image:url(_gfx/cmn/rss.gif);
    background-repeat:no-repeat;
    background-position:2px 2px;
    color: #2d8939;
    text-decoration:underline;
}

.rss a:hover
{
	text-decoration:none;
}

.title
{
	margin:0px 15px 10px 15px;
	border-bottom: 1px solid #dcd99c;
}

.title_right
{
	text-align:right;
	height:20px;
	padding:6px 0px 0px 0px;
	
}

.title_left{
	clear: both;
}

.contentheader h1
{
    padding:0px 15px 5px 0px;
    margin:0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color: #2b4e20;
	line-height: 24px;
}

.contentheader h2
{
    padding:0px 0px 0px 15px;
    margin:0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #2d8939;
}

/* Content: padding should be on content class NOT container */
.content
{ 
	padding: 0px 15px 25px 15px;
}

.content p
{
	font-size: 12px;	
	line-height:20px;
	color: #1e3c11;
}

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	clear: both;
	text-align:left;
	width: 70%;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #8e8c68;
	font-size:10px;
	padding:px 0px;
	line-height: 16px;
	margin-top:50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcd99c;
}

.last_updated
{

    /**color:#aba28f;**/
	 color:#8e8c68;
    font-size:9px;
	margin: 10px auto 0px auto;
    text-align:left;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer{
	clear:both;
	margin:0px auto 0px auto;
	width:760px;
	background: url(_gfx/cmn/footer_bg.png) 0 0 no-repeat;
}

.footer_home{
	clear:both;
	margin:0px auto 0px auto;
	width:760px;
	background: none;
}

.footer div, .footer_home div{
	height: 90px;
	margin:0px auto 20px auto;
	padding: 35px 0 0 0;
	background: url(_gfx/cmn/footer_seal.gif) 10px 30px no-repeat;
}



.footer_home div{
	height: 90px;
	margin:0px auto 20px auto;
	padding: 20px 0 0 0;
	background: url(_gfx/cmn/footer_seal.gif) 10px 15px no-repeat;
}


.footer p, .footer_home p{
	color: #12320e;
	margin: 0 0 0 80px;
	text-align:left;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.footer a, .footer_home a{
	color: #2b5e25;
}

.footer a:hover, .footer_home a:hover{
	color: #f1edb1;
	text-decoration: underline;
}

/* Classes inside .container_noleftnav */
.container_noleftnav
{
	background: url(_gfx/int/container_bg.png) top repeat-x;
	margin: 0px 9px 0px 9px;
	padding: 0px 0px 0px 0px;
}

.container_noleftnav .contentheader
{
}

.container_noleftnav .breadcrumb_wrapper
{
	padding: 3px 3px 10px 10px;	
	font-size:10px;
	color: #635b4e;
}

.container_noleftnav .title
{
	border-bottom: 1px solid #dcd99c;
	margin:0px 15px 10px 10px;
}

.container_noleftnav .title_left
{
	width:540px;
}

.container_noleftnav .title_right
{
	float:right;
	width:210px;
	padding:3px 10px 0px 0px;
	
}

.container_noleftnav .printerfriendly
{
    font-size:10px;
    float:right;
    width:135px;
    height:17px;
    text-align:left;
}

.container_noleftnav .printerfriendly a
{
    display:block;
    padding-left:24px;
    background-image:url(_gfx/cmn/printer.gif);
    background-repeat:no-repeat;
}

.container_noleftnav .content
{
	width:720px;
	padding: 10px 0px 10px 10px;
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	background-color: #ffffff;
}

.container_noleftnav_notitle .contentheader
{
    display:none;
}

.container_noleftnav_notitle .content
{
	margin:5px 20px 20px;
	padding:0px 0px 5px;
	background-color: #f1eddb;
}

/* Used for content review pages, also error page */
.container_review
{
}

.container_review .title{
}

.container_review .contentheader
{
	display:none;
}

.container_review .component_title_review
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color: #2b4e20;
	line-height: 24px;
    padding:0px 15px 5px 0px;
	border-bottom: 1px solid #dcd99c;
	margin-bottom: 10px;
}

.container_review .content
{
    padding: 10px 20px;
}

/* Hide review title for all except .container_review */
.container .component_title_review,
.container_noleftnav .component_title_review,
.container_noleftnav_notitle .component_title_review
{
	display:none;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding:0px;
	float:left;
	width:370px;
}

.depthome_right
{
    padding:0px;
	float:left;
	width:165px;
	margin-top: 15px;
}

.alphabetpicker a
{
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.leftnav_wrapper{
	width: 174px;
	background: url(_gfx/nav/leftnav_bottom.png) bottom center no-repeat;
	float:left;
	padding:0px 0 145px 0;
	margin-left: 9px;
}

.leftnav
{
	width: 174px;
	padding-top: 10px;
	background: #204013 url(_gfx/nav/leftnav_bg.png) bottom repeat-x;
	font-size:11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
}

.leftnav a
{
	display:block;
	padding: 3px 3px 3px 7px;
	color: #d9eec1;
	text-decoration:none;
}

.leftnav a span{ 
	display: block;
	padding-left: 10px;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 4px;}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #1e3c11;
	background: #f1edb1;
	text-decoration:none;
}

.leftnav a:hover span
{
	background: url(_gfx/nav/arrow_right_hover.gif) no-repeat 0px 4px;
}

.leftnav_node_wrapper
{
	background: #9ac363;
	border-bottom:1px solid #a4a27a;
}

.leftnav_node_wrapper a{
	color: #1e3c11;
}

.leftnav_node_wrapper_root
{
	border-bottom:1px solid #a4a27a;
}

.leftnav_node_haschildren
{
}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	border-bottom: none !important;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 7px;
	font-weight:bold;
}

.leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 4px;
	font-weight:bold;	
}

/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ 
	margin: 0px 0 0 0px;
	background: #fff;
	padding:0;
}

/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    border:1px solid #4f7841;
	 width:180px;
}

.menu_group td
{
	font-family: Tahoma,Arial,san-serif;
	color:#d9eec1;
	font-size: 10px;
	cursor: pointer;
}

.menu_group img
{
    margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background-color:#396132;
	border-top:1px solid #65815a;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background:#f1edb1;
	color: #203300 !important;
	border-top:1px solid #65815a;
}

.menuitem_hover td,
.menuitem_active td,
.menuitem_expanded td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td
{
	background:#f1edb1;
	color: #203300 !important;
}

.menuitem_root_image
{
	cursor: pointer;
}

/** CSS-based menu for noscript**/

.dropdownmenu_noscript{
	width: 760px;
	height: 45px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;
}

.dropdownmenu_noscript li{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.dropdownmenu_noscript li.about{left: 108px;}
.dropdownmenu_noscript li.departments{left: 308px;}
.dropdownmenu_noscript li.business{left: 516px;}
.dropdownmenu_noscript li.community{left: 618px;}

.dropdownmenu_noscript li a{
	display: block;
	position: relative;
	height: 45px;
	text-indent: -4000px;
}

.dropdownmenu_noscript li.home a{
	width: 108px;
	background: url(_gfx/nav/1_noscript.png) 0 0 no-repeat;
}

.dropdownmenu_noscript li.about a{
	width: 200px;
	background: url(_gfx/nav/2_noscript.png) 0 0 no-repeat;
}

.dropdownmenu_noscript li.departments a{
	width: 208px;
	background: url(_gfx/nav/3_noscript.png) 0 0 no-repeat;
}

.dropdownmenu_noscript li.business a{
	width: 102px;
	background: url(_gfx/nav/4_noscript.png) 0 0 no-repeat;
}

.dropdownmenu_noscript li.community a{
	width: 142px;
	background: url(_gfx/nav/5_noscript.png) 0 0 no-repeat;
}


.dropdownmenu_noscript li.home a:hover{
	width: 108px;
	background: url(_gfx/nav/1_noscript.png) 0 -45px no-repeat;
}

.dropdownmenu_noscript li.about a:hover{
	width: 200px;
	background: url(_gfx/nav/2_noscript.png) 0 -45px no-repeat;
}

.dropdownmenu_noscript li.departments a:hover{
	width: 208px;
	background: url(_gfx/nav/3_noscript.png) 0 -45px no-repeat;
}

.dropdownmenu_noscript li.business a:hover{
	width: 102px;
	background: url(_gfx/nav/4_noscript.png) 0 -45px no-repeat;
}

.dropdownmenu_noscript li.community a:hover{
	width: 142px;
	background: url(_gfx/nav/5_noscript.png) 0 -45px no-repeat;
}

/************************************************
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:#2d8939;
}

fieldset
{
	border:solid 1px #dcd99c;
	margin-top:15px;
	margin-bottom:15px;
}

.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
{
	background-image: url(_gfx/button_save_bg.gif);
	font-family:Tahoma, :0;;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D7DBB2 #AD9C4D #868660 #E0C859;
	margin-top:15px;
}

.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: none;
  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
{
	text-align: right;
	padding:10px 20px 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/
.search
{
	border-bottom:1px solid #b2d2e9;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #b2d2e9;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0px;
	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:#ffffff;
	border-top:1px solid #b2d2e9;
}

.search_summary
{
	font-weight:bold;
	background-color:#eef8ff;
	padding:10px;
	text-align:center;
	font-size:10px;
	background-image:url(_gfx/cmn/search_summary_bg.gif);
	background-repeat:repeat-x;
	_background-position:0 1px; /* for IE only */
	border:1px solid #b2d2e9;
	border-bottom:0;
}

.search_title
{	
	display:none;
}

.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-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

/************************************************
Google Search
************************************************/
.gs-result, .gs-webResult
{
	border-bottom:1px solid #b2d2e9;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:20px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:720px;
}

.calendar
{
	width:100%;
	border: 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendar_dayheader
{
	background: #b1a468;
	text-align: left;
	padding-left: 6px;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 18px;
	height:9px !important;
	font-size:11px;
	border: 1px solid #b1a468;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 0px 0px 8px 0px;
	background-color: #fffeeb;
	font-family: Georgia, "Times New Roman", san-serif;
	font-size: 21px;
	font-weight: normal;
	color: #2b4e20;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#1f9435 !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{

text-align: left;
vertical-align: top;
font-family: Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	line-height:21px;
font-weight: normal;
	padding: 0px 3px 3px 3px;	
width: 14%;
height: 60px;
border: 1px solid #b1a468;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	padding: 5 5px 2px 5px;
	margin:0px 0;
}

.calendar_day,
.calendar_weekendday
{
	background-color:#fffff7;
	color:#887c4a;
}

.calendar_othermonthday
{
	background-color: #EAE3C4;
	color: #b1a468;
}

.calendar_today
{
   background-color:#E6F2D0;
	color:#2b4e20;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	font-family: Georgia, "Times New Roman", san-serif;
	line-height:9px;
	margin:0px 0 0 0;
	padding: 0px 0 0 0 !important;
	color:#666666;
	font-size:9px;	
	font-weight: normal;
}

.calendar_eventlink
{
	font-family: Arial, Helvetica, sans-serif;
line-height: 12px;
	font-size:10px;		
	font-weight: normal;
	display:block;

}

.calendar_allinone .listtable
{
	width:720px;
}
/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:0px 15px 5px 0px;
    margin:0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color: #2b4e20;
	line-height: 24px;
}

.component_subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight: bold;
	color:#887c4a;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px;
	width:400px;
}

.component_listitem div
{
	padding: 0 0 4px;
	width:400px;
}

.component_listitem_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #2d8939;
	width:100px;
	vertical-align: top;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
}

.component_content
{
}

/************************************************
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
************************************************/
/* For links on top of page */
.topselector
{
	margin-bottom: 10px;
}

/* For dropdown filters */
.filter
{
	margin: 0px 10px 10px 0px;
	border-color:#1f9435;
	text-align: center;

}

.filter select
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.document_central_filter
{
	font-size: 9px;
}

.timing
{

}



.listtable
{
	width:540px;
	border:1px solid #b1a468 !important;
	background-color:#fffcee;
	border-collapse:separate;
	margin-top:10px;
}

.listtable th
{
	background: #b1a468;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable tr:hover
{
	background-color:#ffffff;
}

.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:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
}

.listtable_row_off
{
	background-color:#ffffff;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border:solid 0px #ffffff;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

/************************************************
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: #ffffff;
	height:20px;
	font-size:9px;
}

.righttable_header a
{
	color:#ffffff;
}

.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: #000000;
	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:#ffffff;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	margin:10px 0px 0px 0px;
	clear:both;
	width:560px;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
}

.staff_thumbnail_span img
{
	padding:0px;
	margin:0px 0px 10px 0px;
	border:solid 1px darkslategray;
}

.staff_listitem_span
{
	float:right;
	width:450px;
	margin:0px 0px 10px 0px;
}

/************************************************
Department boxes
************************************************/
.box_container
{
	margin-left:10px;
	font-size:9px;
	line-height:12px;
	margin-bottom: 10px;
	width: 160px;
}

.box_title
{
	color:#236d14;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 10px 3px 10px;
	background: url(_gfx/int/deptbox_title_bg.png) top left no-repeat;
}

.box_list
{
	background: #f3f5ee;
	border-top: 1px solid #b0a468;
	border-left: 1px solid #b0a468;
	border-right: 1px solid #b0a468;
   padding:3px;
}

*html .box_list{ 

width: 160px; 
}

.box_list a
{
	font-weight: normal;
	color: #5c6f47;
	text-decoration:none;
}

.box_list a:hover
{
	text-decoration:underline;
}

.box_list p
{
	font-size: 9px;
	line-height: 17px;
	color: #5c6f47;
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_item_title
{
 	margin: 0 10px;
   padding-top:5px;
}

.box_item_date
{
	margin: 0 10px;
    margin-bottom:5px;
}

.box_bottomlink
{   
	background: #f3f5ee;
 	border-left: 1px solid #b0a468;
 	border-right: 1px solid #b0a468;
 	border-bottom: 1px solid #b0a468;

	text-align:right;
	padding:3px;
 }
 
.home_middle .box_bottomlink
{
	background: none;
	border: none;
}

.box_bottomlink a
{
	font-size:10px;
 	text-decoration: none

}
.box_bottomlink a:hover
{
	font-size:10px;
 	text-decoration: underline;
}

/************************************************
Home Page
************************************************/

.home_columns
{
}

.home_left
{
	position: relative;
	width:269px;
	height: 487px;
	float:left;
	display: inline;
	padding:0;
	background: url(_gfx/home/homeleft_bg.png);
	line-height:16px;
}

.home_featured{
	width: 262px;
	height: 160px;
}

.home_featured h2{
	font-family: Minion, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ffe88c;
	margin: 20px 0 0 20px;
	padding: 0;
	font-weight: normal;
	font-style:italic;
}

.home_featured_box img{ float: left; margin: 5px 10px 0 20px;}
*html .home_featured_box img{ float: left; margin: 15px 10px 0 20px;}

.home_featured_box p{ 
	color: #2f2f2f; 
	font-family: Arial, Geneva, Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight:bold; 
	margin: 10px 0 0 0;
	padding-right: 0px;
	line-height: 16px;
}

.home_featured_box p.more{ margin: 0;}
.home_featured_box p.more a{ color: #307033;}

.home_right
{
	width:491px;
	height: 487px;
	display: inline;
	float:left;
	padding:0;
}

.home_collage{
	width:491px;
	height: 487px;
	margin: 0;
	padding: 0;
	background: url(_gfx/home/homecollage_bg.png) no-repeat;
}

/* Images w/o display:block in IE add a bottom margin */ 
.home_right img
{
	display: block; 
}

.home_buttons
{
    margin:0px 0px 0px 7px;
    padding: 0px 0px 0px 0px;
}

.home_buttons .home_button_container 
{
	float:left;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.home_buttons img
{
	border:0px;
}

/************************************************
Home boxes
************************************************/
.home_events
{
	height:155px;
	padding-left: 13px;
	overflow:hidden;
	color: #eeead3;	
	font-size:10px;
	position: relative;
	clear: both;
}

.home_events .box_title, .home_news .box_title
{
	background: none;
	float: left;
	height: auto;
	padding: 0;
	margin: 0;
}

.home_events .box_title h3, .home_news .box_title h3
{
	font-family: Minion, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1d3d10;
	margin: 10px 0 0 5px;
	text-transform:none;
	padding: 0;
	font-weight: bold;
}

.home_events .box_bottomlink, .home_news .box_bottomlink
{
	display: block;
	height: 23px;
	width: 60px;
	background: none;
	border: none;
	float: left;
}

.home_events .box_bottomlink a, .home_news .box_bottomlink a
{
	position: relative;
	top: 10px;
	left: 7px;
	display: block;
	height: 17px;
	width: 60px;
	text-align: left;
	text-indent: -2000px;
	padding: 0;
	margin: 0;
}

.home_events .box_bottomlink a{
	background: url(_gfx/home/events_more.png) 0 0;
}

.home_news .box_bottomlink a{
	left: 40px;
	background: url(_gfx/home/news_more.png) 0 0;
}

.home_events .box_bottomlink a:hover{
	text-align: left;
	display: block;
	height: 17px;
	width: 60px;
	text-indent: -2000px;
	background: url(_gfx/home/events_more.png) 0 -17px no-repeat;
}

.home_news .box_bottomlink a:hover{
	text-align: left;
	display: block;
	height: 17px;
	width: 60px;
	text-indent: -2000px;
	background: url(_gfx/home/news_more.png) 0 -17px no-repeat;
}

.home_events .box_list, .home_news .box_list
{
	clear: both;
	background: none;
	border: none;
}

*html .home_events .box_list{ 
	width: 100%;
}

*html .home_news .box_list{ 
	width: 100%;
}

.home_events .box_list a, .home_news .box_list a
{
	color: #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
	margin-left: 4px;
}

.home_events .box_list a:hover, .home_news .box_list a:hover
{
	text-decoration:none;
}

.home_events .box_item_date
{
    font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #544f3f;
    margin-bottom:5px;
	margin-left: 4px;
}

.home_news .box_item_title{ margin: 0 0 5px 0;}
.home_events .box_item_title{ margin: 0;}

.home_news
{
	height:100px;
	padding-left: 13px;
	overflow:hidden;
	color: #eeead3;	
	font-size:10px;
}

/***Document Central Index View****/
.document_index span
{
	display: block;
	margin-left: 25px;
	padding-left: 20px;
}

.document_index .filter span
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active .home_featured h2 {
	visibility: hidden;
	font-family: Minion, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-style:italic;
}

/*---- Header styling ---*/

.tag_div 
{
	padding: 0px 0px 10px 0px;
}

.area_div {
	padding: 0px 0px 5px 0;
}

/****Plan Review Component****/
/* main table */
.ewTable 
{
	/*width: inherit; */
	color: inherit; /* text color */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td,
.ewTable th 
{
	font-size: 10px; /* font size */
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	text-align: center;
}

.ewTableHeader, 
.ewTable th
{
	background-color: #B1A468; /* header color */
	color: #fff; /* header font color */	
	vertical-align: top;	
	text-transform:uppercase; 
	font-weight:bold;
}

.resultsPlanDiv
{
	width: 720px;
	overflow: hidden;
	overflow-x: auto;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #2d8939; margin-top:20px;
}

.social_icons 
{
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 258px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 8px;
}
.social_icons ul
{
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 20px;
	display: block;
	clear: both;
	height: 34px;
}
.social_icons ul li
{
	float: left;
	display: block;
}
.social_icons a 
{
}