/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set in editor.css
************************************************/
body{	margin: 0px;	padding: 0;	background: #a2b0be url(_gfx/cmn/site_bg.jpg) top center no-repeat;	text-align: center;}

/* Default error reporting style */
.error_message{ 	color: #c60;	font-weight:bold;	}
#errLabel {display:block;padding:10px 20px 50px 20px;}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.container:after, 
.title:after,
.component_listitem div:after,
.home_edit:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container,
.title_right,
.component_listitem div,
.home_edit
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .contentheader, 
* html .content, 
* html .container, 
* html .title_right,
* html .component_listitem div,
* html .home_edit
{
	height:1%;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.title_right,
.component_listitem div,
.home_edit
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan_wrapper_home, 
.mainSpan_wrapper, 
.mainSpan_wrapper_noleftnav, 
.mainSpan_wrapper_review  
{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.mainSpan
{
	position: relative;
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;
	z-index: 1;
}

a img
{
	border: 0 !important;
}

/*********************************************
		WIDTH CONTAINER & CONTENT WRAPPER
********************************************/
.mainSpan_wrapper_home .width_container
{
	width: 980px;
	margin: 0 0 0 0px;
	padding: 0px;
	background: url(_gfx/home/width_cont_bg.gif) 0 0 repeat-y;
}

.mainSpan_wrapper .width_container
{
	width: 980px;
	margin: 10px 0 0 0px;
	padding: 0px;
	background: url(_gfx/home/width_cont_bg.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_noleftnav .width_container, 
.mainSpan_wrapper_review .width_container
{
	width: 980px;
	margin: 10px 0 0 0px;
	padding: 0px;
	background: url(_gfx/int/width_contnoleft_bg.jpg) 0 0 repeat-y;
}

.mainSpan_wrapper_home .content_wrapper 
{
	float: left;
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(_gfx/home/container_wrap_bg.jpg) 0px 0 repeat-y;
}

.mainSpan_wrapper .content_wrapper
{
	float: left;
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(_gfx/int/cont_wrap_int.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_noleftnav .content_wrapper, 
.mainSpan_wrapper_review .content_wrapper
{
	float: left;
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url(_gfx/int/cont_wrapnoleft_bg.jpg) left bottom no-repeat;
}

/* 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;}

.content iframe
{
	width: 98%;
	_width: 100%;s
	border: none;
}

iframe.external_link{	background: none;}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header_wrapper
{
	position: relative;
	height: 146px;
	background: url(_gfx/cmn/header_wrap_bg.jpg) 0 0 repeat-x;z-index: 10;
}

.header_span
{
	position: relative;
	width: 980px;
	height: 146px;
	background: url(_gfx/cmn/header_wrap_bg.jpg) 0 0 repeat-x;
	z-index: 10;
	margin: 0 auto;
	text-align: left;
}

.printonly {display: none;}

.header
{
	width: 980px;
	background: url(_gfx/cmn/header_bg.jpg) 0 0 no-repeat;
	height: 116px;
	font-size: 11px;
}

.header_left
{
	float:left;
	width: 5px;
}

a.home_link
{
	display: block;
	width: 515px;
	height: 80px;
	position: absolute;
	margin-top: 30px;
}

a.home_link h4
{
	display: none;
}

.header_right
{
	float:right;
	position: relative;
}

/* Top line of links */

.header_nav
{ 
	text-align: right;
	float:left;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	width: 770px;
	height: 26px;
	font-size: 11px;
	color: #b2d5f6;
}

.header_nav a
{
	color: #b2d5f6; font-weight:normal;
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}

.header_nav a:hover, .header_lang_switch a:hover
{
	color: #b2d5f6;
	text-decoration: underline;
}


/* Container for search field and go button */
.searchbox
{ 
	position: absolute;
	right: 0px;
	top: 0px;
	height: 26px;
	width: 204px;
}

.searchbox_textbox
{
	float:left;
	height: 16px;
	padding:1px 1px 0px 4px;
	margin:5px 5px 0px 0px;
	font-size:12px;
	line-height:12px;
	background-color:#fff;
	color: #000000;
	width:158px;
	border: 1px solid #bbbcbc;
}

.searchbox_button{
	float:left;	margin: 4px 0px 0px 0px;}

.quicklink 
{  
	width:182px;
	margin: 10px 11px 0 25px;
	/*UG
	width:184px;  
	height: 20px;	
	font-size: 12px;	
	margin: 10px 11px 0 25px;	
	float: left;*/
}

.quicklinks
{
	width:184px;  
	font-size: 12px;	
	float: left;	
}




/************************************************
Content section
************************************************/
/* Page content container */
.mainSpan_wrapper .container
{ 
	width: 736px;overflow:hidden;
	float: left;
	margin: 0px 0px 0px 10px;
	background: #fff;
}

.mainSpan_wrapper_home .container
{ 
	width: 980px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader
{
	display: inline-table;
	width: 100%;
	background: url(_gfx/int/cont_bg_int2.jpg) 0 0 no-repeat;
}

.contentheader_banner
{
	display:inline-table;
	width: 100%;
	background: url(_gfx/int/cont_bg_int2.jpg) 0 0 no-repeat;
}

.image_banner
{
	display: block;
}

.breadcrumb_wrapper
{
	padding: 10px 3px 10px 15px;
	font-size:12px;
	background: none;
	color: #fff;
	float: left;
	width: 66%;
}

.contentheader_banner .breadcrumb_wrapper
{
	padding: 5px 3px 0px 15px;
	font-size:12px;
	background: none;
	color: #fff;
}

.breadcrumb{
	margin-bottom: 0px;color:#303539;
}
.breadcrumb a
{ 
	color: #303539;font-weight:normal;
	text-decoration: underline;
}

.breadcrumb a:hover
{
	color: #095BAF;
	text-decoration: underline;
}

.printer_friendly, .forward_link, .rss{
    font-size:10px;
    float:right;
    height:20px;
    text-align:left;
}

.printer_friendly{width:60px;}
.forward_link{width:131px;}
.rss{width:52px;}

.printer_friendly a, .forward_link a, .rss a{
  display:block;
  padding: 0px 0px 0px 18px;margin: 0px;
	font-size: 12px;font-weight:normal;
  text-decoration:underline;
  color: #095BAF;height:20px;
}

.printer_friendly a{background: url(_gfx/int/print.gif) 0 3px no-repeat;}
.forward_link a{background:url(_gfx/int/email.gif) 0 2px no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 0 2px no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	color: #095BAF;
}

.title
{
	width:100%;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
}

.contentheader_banner .title
{
	display:inline-table;
	width: 100%;
	padding: 15px 0px 0px 0px;
	background: url(_gfx/int/dept_title_bg.jpg) 0 0 no-repeat;
}

.title_right
{
	height:20px;
	padding:1px 0px 0px 0px;
	margin: 5px 10px 0px 0;
	float: right;
	/*width: 28%;*/
	width: 30%;	
}

.title_left{
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	background: url(_gfx/int/title_bg.gif) 0 bottom no-repeat;
}

.contentheader h1,
.contentheader_banner h1
{
    padding:0px 15px 10px 15px;
    margin:0px 0px 0px 0px;
	float: left;
	font-size:29px;font-family:arial,sans-serif;
	color: #00906f;font-weight:normal;
	line-height: 41px;
}

.mainSpan_wrapper_noleftnav .title_left h1
{
	padding:0px 15px 3px 25px;
	margin:5px 0px 0px 0px;
	float: left;
	font-family:arial,sans-serif;
	font-size:38px;
	font-weight:normal;
	color: #00906f;
	line-height: 41px;
}

.contentheader h2,
.contentheader_banner h2
{
  padding: 0px 0px 0px 15px;
  margin: 0px;
	float: left;
  width:700px;
	font-size:18px;
	font-weight: normal;font-family:arial,sans-serif;
	color: #095BAF;
}

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper_home .content
{ 
	padding: 0px;
	margin: 0px;
}

.mainSpan_wrapper .content
{ 
	padding: 0px 20px 30px 17px;
	background: #fff url(_gfx/int/content_bg.gif) 0 0 no-repeat;
}

.content textarea{	width:525px;}

.downloadmessage{clear:both;background: #E5ECF6;border:solid 1px #C7D6EB;text-align:center;margin: 10px;	padding:0;}
.downloadmessage img{	border:0;padding:0;margin:0 2px;}
.downloadmessage p{	font-size:10px;	padding:5px 0px;	margin:0px;}

.last_updated{	background: url(_gfx/cmn/updated.gif) top right no-repeat;  color:#999;  font-size:10px;	margin: 20px 0px 0px 0px;text-align:right;clear:both;}
.mainSpan_wrapper_noleftnav .last_updated {display:none;}
.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer_wrapper
{
	position: relative;
	top: 15px;
	width: 100%;
	height: 71px;
	background: url(_gfx/cmn/footer_wrap_bg.jpg) 0 0 repeat-x;
}

.footer
{
	position: relative;
	width: 980px;
	height: 71px;
	padding: 0 0 0 0;
	margin: 0px auto 0px auto;
	color:#181818;
	text-align: left;
	font-size: 11px;
	background: url(_gfx/cmn/footer_bg.jpg) 0 0 no-repeat;
}

.footer a
{
	color:#181818;
	text-align: left;
	font-size: 11px;
	text-decoration: underline;
}

.footer a:hover, 
{
	color: #181818;
	text-decoration: none;
}

.footer p
{
	color:#181818;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 0px 135px;
	padding: 25px 0px 0px 0px;
}

/**********************************
	NoLeftNav classes
***********************************/
.mainSpan_wrapper_noleftnav .container
{
	float: left;
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;overflow:hidden;
	background: #fff url(_gfx/int/cont_bg_noleft2.jpg) 0 0 no-repeat;
	
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper 
{ 
        width: 70%; 
        padding: 10px 3px 5px 25px;     
        font-size:11px; 
        background: none; 
        color: #fff; 
} 

.mainSpan_wrapper_noleftnav .title
{
	width:100%;
	margin: 0px 0px 30px 0px;
	float: left;
}

.mainSpan_wrapper_noleftnav .title_left
{
	float: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	background: url(_gfx/int/title_noleft_bg.gif) 0 bottom no-repeat;
}

.mainSpan_wrapper_noleftnav .title_right
{
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	
}

.mainSpan_wrapper_noleftnav .content
{
	width: 720px;
	padding: 0px 0px 80px 25px;
	background: none;

}

/****************************************************
	REVIEW CLASSES
****************************************************/

.mainSpan_wrapper_review .container
{
	float: left;
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(_gfx/int/cont_bg_noleft2.jpg) 0 0 no-repeat;
	
}

.mainSpan_wrapper_review .breadcrumb_wrapper
{
	width: 60%;
	padding: 10px 3px 5px 25px;	
	font-size:10px;
	background: none;
	color: #aa790e;
}

.mainSpan_wrapper_review .title
{
	width:100%;
	margin: 0px 0px 30px 0px;
	float: left;
}

.mainSpan_wrapper_review .title_left
{
	float: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	background: url(_gfx/int/title_noleft_bg.gif) 0 bottom no-repeat;
}

.mainSpan_wrapper_review .title_right
{
	float: right;
	width: 40%;
	padding: 0px 10px 0px 0px;
	margin-top: -20px;
	
}

.mainSpan_wrapper_review .content
{
	width: 583px;
	padding: 0px 0px 80px 25px;
	background: none;

}
.mainSpan_wrapper .component_title_review, .mainSpan_wrapper_dept .component_title_review
{
	display: none;
}

/* Classes inside .container_noleftnav_notitle */
/*.mainSpan_wrapper_noleftnav .fix_intheight{ display: none;}*/

.mainSpan_wrapper_noleftnav .contentheader
{
	background: none;
}

.mainSpan_wrapper_noleftnav .content
{
	margin:0px 0px 60px 25px;
	padding:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/******************************************
		Review Page & Error Page classes
******************************************/
/* Used for content review pages, also error page */

.mainSpan_wrapper_review .contentheader
{
	display:none;
}

.mainSpan_wrapper_review .content
{ 
	padding: 0;
}

.mainSpan_wrapper_review .component_title_review
{
	background: url(_gfx/int/contentheader_noleftbg.gif) top left no-repeat;
	font-family: Times, sans-serif;
	width: 773px;
	font-size:38px;line-height:41px;
	font-weight:normal;
  padding: 0 0 10px 0;
	color: #00906f;
}

.mainSpan_wrapper_review .component_title, 
.mainSpan_wrapper_review .component_subtitle, 
.mainSpan_wrapper_review .component_title_review,
.mainSpan_wrapper_review .component_listitem
{ 
	margin-left: 20px;width:880px;
}

.mainSpan_wrapper_review .content > div{ padding-left: 15px;}

.mainSpan_wrapper_review .component_content
{
	width: 880px;
    padding: 0;
	margin: 0 20px;
}

.mainSpan_wrapper_review .mainSpan
{
	background: #fff;
}

/* Hide review title for all except .container_review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review
{
	display:none;
}

/************************************************
Left navigation 
************************************************/
.leftnav
{
	background: url(_gfx/nav/leftnav_top.jpg) 0 0 no-repeat;
	width: 234px;
	min-height: 200px;
	float:left;
	margin: 0px;
	padding: 22px 0 150px 0;
	font-size:12px;
	font-family: Arial, Verdana, Sans-Serif;
	overflow:hidden;
}

.leftnav a{display:block;font-weight:normal;padding: 4px 3px 4px 7px;	line-height: 17px;color: #444;text-decoration:none;}
.leftnav a:hover{color: #3c2e14;background: #fee471;text-decoration:none;}

.leftnav a span{display:block;padding-left: 9px;background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 4px;}
.leftnav a:hover span{background: url(_gfx/nav/arrow_right_hover.gif) no-repeat 0px 4px;color: #3c2e14;}

.leftnav_node_wrapper_root{	border-bottom: 1px solid #E6E9EC;}

.leftnav_node_wrapper{border-bottom:1px solid #d2dce6;}

.leftnav_node_haschildren{	background: #095BAF;}
.leftnav_node_haschildren a{	color:#fff;}
.leftnav_node_haschildren a span{ padding-left:11px;background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 7px;}
.leftnav_node_haschildren a:hover span {	background: url(_gfx/nav/arrow_down_hover.gif) no-repeat 0px 7px;}

.leftnav_node_iscurrent a {	background: #fee471;}
.leftnav_node_iscurrent a span {background: url(_gfx/nav/arrow_right_hover.gif) no-repeat 0px 4px;color:#3c2e14 !important;}


/************************************************
Dropdown Menu
************************************************/

/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ 
	position: relative;
	width: 980px;
	padding: 0;
	margin-left: 18px;
	z-index: 5000;
}


.dropdownmenu a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}


#noscript_dropdown
{
	overflow: hidden;
}


/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    border:1px solid #0362aa;
    margin-left: 8px;
}

.menu_group td
{
	font-family: Arial, san-serif;
	font-size: 10px;
	line-height: 14px !important;
	color:#fff;
	cursor: pointer;
}

.menu_group img
{
    margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background: #224d83 url(_gfx/nav/dropdown_bg.gif) top center no-repeat;
	border-top: solid 1px #d5e9f4;
	border-bottom: solid 1px #022043;
}

.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: 0;
	margin-right: 5px;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background: #937c0d url(_gfx/nav/dropdown_bg_over.gif) top center no-repeat;
	border-top:1px solid #d5e9f4;	
	border-bottom:1px solid #022043;
}

.menuitem_root_image
{
	cursor: pointer;
}



/************************************************
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
{
	background: #856F3E url(_gfx/int/form_bg.jpg) top repeat-x;
	font-size: 11px;
	font-weight:bold;
	padding: 2px 6px;
	color: #333;
	border: 1px solid #FAD937;
}

.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;}

td input, td textarea {background:url(_gfx/int/input_bg.gif) 0 100% repeat-x;}


/************************************************
Site map
************************************************/
.sitemap
{
  border:solid 0 #000;
  background-color: #fff;
  padding-left:15px;
}

.sitemap img{
	padding: 0 5px 0 0;
	margin: 0;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:0px;
}

.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
{
	border-bottom:1px solid #b2d2e9;margin:0px 20px;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.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:#ffffff;
	border-top:1px solid #b2d2e9;
}


.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #63a68b;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#EDF8F4;
}

.search_result_title a
{
	font-weight:bold;

}

.search_result_location
{}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis
{
	padding:0px 10px 0px 0px;
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #493124;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}


.search_result_synopsis_highlight
{
	background-color:#EDF8F4;
	/*display:none;*/
}

.search_result_info
{
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field {}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

.autosuggestion div
{
	padding: 0 0 20px 12px;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}



/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	padding:0px 10px 6px 10px;
	color: #333333;
}

.search_features
{
	padding: 10px 15px 10px 15px;
	background-color: #EDF8F4;
	border-top: solid 1px #62a58a;
	border-bottom: solid 1px #62a58a;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #BDD0D7;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	margin: -23px 0px 0px 293px;
	_margin: -30px 0px 0px 293px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0 0 0 18px;
	background: url(_gfx/cmn/searchbullet.jpg) no-repeat;
}

div.sort_items span.item a
{
	display: inline-block;
	height: 15px;
	font-weight: bold;

}

.sort_container,
.sort_container_inline
{
	font-weight: bold;
	overflow: hidden;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: left;
	width: 145px;
	margin-top: -1px;
	color: #333333;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -30px  0 0 810px;
}
/*****************************************
Calendar month view
*****************************************/

.calendar_wrapper{	text-align:center;margin:0px;	padding:0px;width:930px;}
.calendar{	width:100%;	margin:0;	padding:0;}
.calendar_wrapper td {background-color:#fff !important;}

td.calendar_dayheader
{

	border: 1px solid #67a88e;
	background: #82B7A2 url(_gfx/int/th_bg.gif) repeat-x 0 0 !important;
	padding:4px;
	font-size: 11px;font-weight:bold !important;
	text-align:center;
	color: #fff;	text-transform:uppercase;
}

.calendar_selector
{
	color:#ffffff;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 10px 0px 12px 0px;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
	text-align: center;
}

.calendar_nextprev a{font-size:11px;color:#095BAF !important;}
.calendar_nextprev a:hover{color:#d17100 !important;}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;	
	width: 95px;
	height:100px;
	border: 1px solid #67a88e;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	padding: 0 5px 8px 5px;
	margin:0;
}

.calendar_day,
.calendar_weekendday
{
	background: none;
	color:#333;
}

td.calendar_othermonthday
{
	background:#e4e4e4 !important;
	color:#bfbdbd;
}

td.calendar_today
{
    background: #c8e4da !important;
	color:#30706b;
}

td.calendar_selectedday
{
	background-color:#f2C532 !important;
	color:#30706b;
}

.calendar_eventtime
{
	color:#333;
	font-size:10px;		
	font-weight: normal;	line-height:11px;
	margin:0 0 0 5px;
	padding: 0 !important;display:block;
}

.calendar_eventlink
{
	font-size:10px;		
	line-height:11px;
	display:block;
	padding:0;
	margin:0;
}

.calendar_allinone .listtable
{
	width:720px;
}

.calendar_day br, .calendar_othermonthday br, .calendar_today br, .calendar_weekendday br {display:none !important;}


/*************************************************
Component detail 
*************************************************/
.component_title
{
	font-size:20px;
	line-height:23px;
	font-weight:bold;font-family:arial,sans-serif;
	color: #095BAF;
}

.component_subtitle
{
	font-size:14px;
	line-height:17px;
	font-weight: normal;
	color: #095BAF;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 15px 0;
}

.component_listitem div
{
	margin-left: 0px;
	padding: 0 0 4px;
	width:400px;
}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	vertical-align: top;float:left;
}

.component_listitem_header_wider {width:122px;}

.Component_ListContent {float:left;}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
}

.component_content
{
	padding: 0px 0px 0px 0px;
	width: 680px;
}



/************************************************
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;
}

.link_content
{
	padding-left:10px;
	display:block;
}

.link_content img
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 10px 0px 10px 0px;
}

.filter a{
	color: #508b73;
	text-decoration: underline;
}

.filter a:hover{
	color: #508b73;
	text-decoration: none;
}

.filter select
{
	font-size:11px;
	width:180px;
}

.timing
{
}

.listtable
{
	width:690px;
	border:1px solid #67a88e !important;
	background-color:#fff;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable img
{
	margin:0;
}

.listtable th
{
	background: #82B7A2 url(_gfx/int/th_bg.gif) repeat-x 0 0;
	padding:4px;
	font-size: 10px;font-weight:bold;
	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:#FEF6CA;
}

.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;width:100%;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

.listcomponent .newsimg img {margin: 4px 10px 0 0;border:1px solid #999 !important;}
.listcomponent .newstitle {float:left;width:580px;}
.newspostdate {font-style:italic;}

.listdocument td {padding:0px !important;}
.listdocument td img {float:right !important;padding:2px 10px 2px 0 !important;}


/************************************************
Image-using item list 
************************************************/
.righttable
{
  margin:10px 0 0 20px;
	border:1px solid #15416E;
	border-collapse: collapse;
}

.righttable th
{
	background-color: #15416E;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	font-size:10px;
	
}
.righttable td {padding:2px 8px;}

/************************************************
FAQ List
************************************************/
.listfaq
{
	padding:0;
	border-collapse: separate;
	background-color:#fff;
	border:1px solid #fff;
}

.listfaq td{	padding:4px;border:none;}
.listfaq_answers td{	padding:4px;border:1px solid #fff;}

.listfaq_q{	font-weight:bold; cursor:pointer;}

.listfaq_a p, .listfaq_a ul{	margin-top:0px;}

.listfaq_a_left {display:none;}
.listfaq_q_left{	float:left;	width:20px;	font-weight:bold;}

.listfaq_answers td, .listfaq_answers tr, .listfaq_answers {border:1 px solid red !important;}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #bcb599;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:10px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #bcb599;
	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;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}

.listcomponent_pager
{
	text-align:left;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title{	font-size:18px;	line-height:23px;	font-weight: normal;	color: #095BAF;margin-left:12px;}
span table span table tr {background-color:#fff !important;font-weight:normal !important;}

/************************************************
Staff Directory
************************************************/
.staff_component_title{	font-size:18px;	line-height:23px;	font-weight: normal;	color: #095BAF;font-family:arial,sans-serif;}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage img{display: block; }
.home_collage
{
	height: 250px;
	width: 736px;
	overflow: hidden;
	padding: 0px;
	border-top:10px solid #FFFFFF;
	margin: 0;
	z-index: 0;
	color: #fff;
	background: url(_gfx/home/collage1.jpg) 0 0 no-repeat;
}

.home_collage #imgHidden{	position: absolute;	z-index: 0;}
.home_collage #imgSlide{	position: absolute;	z-index: 1;}

.important_alert_wrapper
{	
	position: absolute;
	z-index: 200;top:0;
	margin: 30px 0px 0px 145px;
	color: #fff;
	padding: 0px;
	width: 432px;
	height: 192px;
	overflow: hidden;
	background: url(_gfx/home/alert_bg.gif) 0 0 no-repeat;	
}

.important_alert
{
	padding: 0px;
	margin: 70px 0px 0px 29px;
	width: 370px;
	height: 85px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
}

.home_columns
{
	padding: 0;
	width: 980px;
	background: url(_gfx/home/home_col_bg.jpg) 0 0 no-repeat;
}

.home_left
{
	width: 244px;
	float: left;
	padding:70px 0px 15px 0px;
	margin: 0px;
	background: url(_gfx/home/col1_bg.jpg) 0 0 no-repeat;
}

.home_left .fix_intheight{height: 500px;width: 1px;float:left;}
.home_right {float:left;width:736px;margin: 0;background: url(_gfx/home/home_right_bg.jpg) 0 0 no-repeat;}

.home_columns2 
{
	float: left;
	margin: 10px 0 0 0;
	background: #d6dce2 url(_gfx/home/col2_bg.jpg) 0 0 no-repeat; 
	width: 736px;
}

.home_edit{background: #6BAE93 url(_gfx/home/edit_bg.jpg) 0 0 no-repeat;color:#fff;z-index:100;font-size: 13px;padding: 0px 18px 15px 18px;}
.home_edit p {margin:0;}
.home_edit p, .home_edit li, .home_edit td {color:#fff;}
.home_edit a {color:#FDE676;}
.home_edit a:hover {color:#D3DAE0;}

.quick_updates{	
	float: right;
	clear: right;
	width: 218px;	
	margin: 0px 10px 0px 5px; 
	padding-top: 50px; 
	background: url(_gfx/home/quicklinks_title.gif) 23px 20px no-repeat;
	display: inline;
}

.home_spotlight
{
	width: 200px;
	float: right;
}

.home_spotlight p img
{
	width: 200px;	
	margin-top:5px;
}

.home_spotlight p 
{
	width: 200px;
	float:right;	
	margin-top:5px;
	margin-right:2px;
}

/*.eUpdates{float: left;background: url(_gfx/home/eUpdates_bg.gif) left bottom no-repeat;width: 193px;height: 125px;margin: 50px 0px 0px 20px;	text-align: left;border-bottom:20px solid #D8DDE3;}*/
.eUpdates{float: left;background: url(_gfx/home/eUpdates_bg.gif) no-repeat 0 70px;width: 193px;height: 200px;margin: 0px 0px 0px 20px;	text-align: left;border-bottom:20px solid #D8DDE3; }
.eMail{	font-size: 12px;color: #0a4a85;padding: 45px 0px 0px 5px; background: url(_gfx/home/eUpdates_title.gif) 5px 21px no-repeat;}
.signupForm{float: left;margin: 10px 0px 10px 0px;text-align: center;}
.signupBtn a{	float: left;width: 105px;	height: 31px;	margin: 8px 0px 0px 43px;	background: url(_gfx/home/signupBtn.gif) 0 0 no-repeat;}
.EsignUp{	float: left;width: 173px;	height: 20px;	border: 1px solid #b5c0c9;	margin: 0px 0px 0px 10px;}

/************************************************
Home boxes
************************************************/

.newsimg {	float: left; }
.newsimg img { 	margin: 3px 10px 0px 0px;	}
.newsimg a img {border: 1px solid #fff !important;}
.newstitle br {	display:none;}
.newstitle a {	display:block;}
.box_bottomlink a img{border: none;}

.home_news{	float: left;	width: 500px;	margin: 20px 0px 0px 0px;	padding: 0px 0px 10px 0px;}
.home_news .box_list{	margin: 40px 0px 0px 0px;}

.home_news .box_item{	float: left;	margin: 15px 0px 0px 11px;}
.home_news .newstitle{	float: left;width:385px;}

.home_news .box_list a{color: #333333;	display: block;	font-weight: bold;	font-size: 13px;text-decoration:none;}
.home_news .box_list a:hover{	color:#095BAF;}

.home_news .box_bottomlink{
	float: left;
	width: 151px;
	height: 20px;padding-bottom:15px;
	margin: 20px 0 0 330px;
	text-align: right;}

.home_events
{
	float: left;
	width: 233px;
	overflow: hidden;padding-top:17px;
}
.home_events .box_list {	padding-left: 13px;}
.home_events .box_item_title a{	color: #333333;	display: block;	font-weight: bold;margin: 0 4px 0 0;text-decoration:none;}
.home_events .box_item_title a:hover{	color:#095BAF;}
.home_events .box_item_date{	margin: 0 0 15px 0;}
.home_events .box_bottomlink a{	display: block;float: right;}

.home_news .box_title, 
.home_news .box_item_title,
.home_events .box_title {display:none;}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left{ padding:0;float:left;width:470px;margin-bottom: 15px;}
.depthome_right{padding:0;float:left;margin:0;width:226px;}

.depthome_right .box_container {
	width: 190px; 
	margin:0 0 10px 10px;
	padding: 10px 10px 20px 20px;
	background: url(_gfx/int/sidebar_bg.jpg) 0 0 no-repeat;
}

.depthome_right .box_title {font-weight:bold;font-size:18px;margin:10px 0 0 0;}
.depthome_right .box_item_title {margin-top:20px;}
.depthome_right .newsimg, .depthome_right .newstitle {display:none;}
.depthome_right .box_bottomlink {text-align:right;margin-top:20px;}

.deptbanner{	float: left;display: block;	padding: 0;	margin: 0px 0 10px 10px;}

.subscriberror
{
	font-weight: bold;
	color: #c60;
	margin: 6px 0;
}

a.external_link
{
	display: inline-block;
	padding-right:18px;
	background-image:url(_gfx/int/external_link.gif);
	background-position:right;
	background-repeat:no-repeat;	
	zoom: 1;	
}

/**************************************************
	sIFR CLASSES
***************************************************/

.sIFR-flash 
{
	visibility: visible !important;	
	margin: 0;
}

.sIFR-replaced 
{
	visibility: visible !important;
}

span.sIFR-alternate 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] 
{
	display: none !important;
}

.sIFR-hasFlash h3 
{
	visibility: hidden;
	letter-spacing: -6px;
}


.sIFR-hasFlash .title_noleftnav 
{
	visibility: hidden;
	line-height: 6px;
}

.sIFR-hasFlash .title {	line-height: 18px;}

/**************************
        SAFARI 3 hacks
**************************/

@media screen and (-webkit-min-device-pixel-ratio:0){
	
	
}

/*****************************
	Firefox3 Specific  (Its sad that we need these now)
******************************/

html>/**/body .searchbox, x:-moz-any-link, x:default { top: 0px; }

.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}

/*.poll
{
	float: left;
	width: 500px;
	height: 20px;
	margin: 35px 0px 0px 15px;
	padding: 0;
	overflow: hidden;
}
.poll_result_answer
{
	margin:-7px 0px 0px 0px;
}*/

/************************************************
Poll component
************************************************/
.poll
{
	margin: 20px 0px 0px 0px;
	width: 100%;
}

.poll_q
{
	font-weight: bold;
}

.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	float: left;
	clear: left;
	margin: 3px 10px 0px 0px;
	height: 13px;
	width: 13px;
	padding: 0;
}

.poll_choices label
{
	float: left;
	width: 620px;
}

.poll_result_answer table tr
{
	height: 12px !important;
}

.poll_result_answer table
{
	border:1px solid #67a88e !important;
}

.locationlist
{
	font-size: 10px;
	margin: 3px 0 0 0;
}