/************************************************
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: #2162A4 url(_gfx/cmn/bodyBG.gif) top repeat-x;
	text-align: center;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
}

/* 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;
	margin: 0px auto 0px auto;
	text-align:left;
	background:#134C83 url(_gfx/cmn/main_bg.gif) repeat-y;
}

/* 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/headerBG.png) 0 0 no-repeat;
	height:120px;
	position: relative;
}

a.goGreen
{
	position: absolute;
	top: 31px;
	left: 23px;
	background: url(_gfx/cmn/goGreen.gif) 0 0 no-repeat;
	display: block;
	width: 148px;
	height: 89px;
	text-indent: -4000px;
	overflow: hidden;
}

.header_left
{
	float:left;
	width:1px;
	display:none;
}

.header_right
{
	float:left;
	width:100px;
	position:relative;
	left:279px;
}

/* Top line of links */
.header_nav
{ 
	position:relative;
	left:278px;
	text-align:right;
	float:left;
	width:310px;
	padding: 3px 0px;
	color: #BEE7F9;
	font-size: 10px;
	margin-top:4px;
}

.header_nav a
{
	color: #BEE7F9; 
	text-decoration:none;
	padding: 0px 4px 0px 4px;	
}

.header_nav a:hover
{
	text-decoration:underline;	color:#F2C836 !important;
}

/* Container for search field and go button */
.searchbox
{ 
	width: 170px;
	left: 300px;	
	padding-top:5px;
}

.searchbox_textbox
{
	float:left;
	padding:1px;
	margin:0 0 0 3px;
	font-size:10px;height:18px;
	background-color:#fff;
	color: #01559E;
	width:125px;
}

.searchbox_button
{
	float:left;
}

/************************************************
Content section
************************************************/
/* Page content container */
.container
{ 
	width: 590px;
	float:left;
	overflow: hidden;
   	background: #ffffff;
}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader
{}

.breadcrumb_wrapper
{
	padding: 3px 10px 3px 15px;	
	font-size:10px;
	background: #134C83 url(_gfx/cmn/breadcrumb_bg.gif) top left no-repeat;
	color: #8FC0E5;
}

.breadcrumb a
{ 
	color: #8FC0E5;
	text-decoration: underline;line-height:16px;
}

.breadcrumb a:hover
{
	color:#F2C836 !important;
}

.printer_friendly
{
    font-size:10px;
    float:right;
    width:50px;
    height:17px;
    text-align:left;
}

.printer_friendly a
{
    display:block;
    padding-left:20px;
    background-image:url(_gfx/cmn/print.gif);
    background-repeat:no-repeat;
    background-position:2px 2px;
    color: #fff;line-height:16px;
    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-image:url(_gfx/cmn/email.gif);
    background-repeat:no-repeat;
    background-position:0px 4px;
    color: #fff;line-height:16px;
    text-decoration:underline;
}

.forward_link a:hover
{
	text-decoration:none;
}

.rss
{
    font-size:10px;
    float:right;
    width:50px;
    height:17px;
    text-align:left;
}

.rss a
{
    display:block;
    padding-left:20px;
    padding-right:20px;
    background-image:url(_gfx/cmn/rss.gif);
    background-repeat:no-repeat;
    background-position:2px 2px;
    color: #fff;line-height:16px;
    text-decoration:underline;
}

.rss a:hover
{
	text-decoration:none;
}

.title
{
	background: #4696D4 url(_gfx/cmn/titlewrapper_bg.gif) bottom right no-repeat;
	width:100%;
	margin:0px;padding:10px 0 10px 0;border-bottom:20px #fff solid;
}

.title_right
{
	text-align:right;float:right;width:180px;
	padding:0px;margin-right:20px;
}


.contentheader h1
{
    padding:0px 15px 0 15px;
    margin:0px;
	font-size:20px;line-height:23px;
	color: #ffffff;font-family:arial, sans-serif;
}

.contentheader h2
{
    padding:0px 0px 0px 15px;
    margin:0px 0px 10px 0px;
	font-family: Arial, sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight: bold;
	color: #A90A06;
}

/* Content: padding should be on content class NOT container */
.content
{ 
	padding: 0px 20px 25px 20px;
}

.content p
{
	font-size: 11px;
	line-height: 20px;
}

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	background: #ededed;
	border:solid 1px #ccc;
	text-align:center;
	width: 90%;
	margin: 10px auto;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #4b4638;
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 0px auto;
    text-align:right;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer,
.footer_home
{
	clear:both;
	width:760px;
	margin:0px auto;
	padding:10px 0;
	border-top:5px solid #2261A4;
	background: #002D54 url(_gfx/cmn/footerBG.jpg) no-repeat top right;
	color:#C0E6FD;
	font-size:10px;line-height:14px;
}

.footer_left {float:left;width:578px;margin-left:10px;}
.footer_right 
{
	float:left; 
	width:154px;
	padding:4px 0 0 0;
}

.footer a,
.footer_home a
{
	color: #C0E6FD;
}

/* Classes inside .container_noleftnav */
.container_noleftnav
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}



/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	background-color: #ffffff;
}

.content_review_title {
    padding:0px 15px 0 15px;
    margin:0px;
	font-size:20px;line-height:23px;
	color: #ffffff;font-family:arial, sans-serif;
	}

.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 .component_title_review
{
    padding:0px 15px 0 15px;
    margin:0px;
	font-size:20px;line-height:23px;
	color: #ffffff;font-family:arial, sans-serif;
}

.container_review .content
{
    padding: 10px 20px;
    background-color:#ffffff;
}

/* 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:430px;
}

.depthome_right
{
    padding:0px;
	float:left;
	width:120px;
}

.alphabetpicker a
{
	font-family:verdana, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.leftnav
{
	width: 170px;
	float:left;line-height:16px;
	padding:22px 0 0 0;
	font-size:11px;background:#134C83;
	font-family:Arial, Helvetica, Sans-Serif;
}

.leftnav a
{
	display:block;
	padding: 3px 3px 3px 5px;
	color: #fff;
	text-decoration:none;
}
.leftnav span {	background: url(_gfx/nav/arrow_right.gif) no-repeat 2px 3px;
  padding-left:10px;display:block;
}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #fff;
	background: #B32020;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	background: #3282BD;
}

.leftnav_node_wrapper_root
{

}

.leftnav_node_haschildren
{
}

.leftnav_node_haschildren a,
.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	border-bottom: none !important;
	font-weight:bold;
  background: #F0BD0A;
	color:#5D3000;
}

.leftnav_node_haschildren span,
.leftnav_node_wrapper_root .leftnav_node_haschildren span
{
  background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 6px;
}

.leftnav_node_iscurrent a
{
	font-weight:bold;
  background: #F0BD0A;
	color:#5D3000;
}

/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ border-top: 5px solid #2368AB;border-bottom: 5px solid #2368AB;
}

/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    border:1px solid #760101;
}

.menu_group td
{
	font-family: Tahoma,Arial,san-serif;
	font-size: 10px;
	color:#fff;
	cursor: pointer;line-height:16px;
}

.menu_group img
{
    margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background-color:#BA2E2E;
	border-top: solid 1px #A50303;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background-color:#F1C016;
	border-top:1px solid #A50303;	color:#5D3000 !important;
}

.menuitem_hover td,
.menuitem_active td,
.menuitem_expanded td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td
{
	color:#5D3000 !important;
}
.menuitem_hover td
 {
color:#5D3000;
}

.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-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
}

.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
{
	border-bottom:1px solid #b2d2e9;margin:0 10px 20px 10px;
}

.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:verdana, 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
{
	height: 1px;
	color: #ffffff;
	background-color: #134C83;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
	border: 1px solid #002F58;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 0px 0px 8px 0px;
	background-color:#ffffff;
	font-family: verdana,Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #002F58;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#002D54 !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:100px;
	border: 1px solid #002F58;
}

.calendar_day,
.calendar_weekendday
{
	background-color:#ffffff;
	background-image:url(_gfx/calendar/calendar_day_BG.gif);
	background-repeat:repeat-x;
	color:#134C83;
}

.calendar_othermonthday
{
	background-color:#ccc;
	color:#134C83;
}

.calendar_today
{
    background-color:#F3CE4B;
	color:#134C83;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:3px 0;
}

.calendar_allinone .listtable
{
	width:720px;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0;
}

.component_subtitle
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0;
	color:#999;
}

.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-weight: bold;
	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;
}

.filter select
{
	font-family:verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.document_central_filter
{
	width: 560px;
	font-size: 9px;
}

.timing
{
}

.listtable
{
	width:550px;
	border:1px solid #002D54 !important;
	background-color:#feffff;
	border-collapse:separate;
}

.listtable th
{
	background-color: #134C83;
	padding:2px;
	font-size: 9px;
	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 #002D54;
	border-collapse: separate;
}

.righttable th
{
	background-color: #002D54;
	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;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:540px;
	padding:0;
	border-collapse: separate;
	background-color:#f4f9fd;
	border:1px solid #bcb599;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:4px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:445px;
	margin:0px 0px 0px 0px;
}

/* 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;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
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;
	background-color: #fffce9;
	border: 1px solid #cec9b7;
	font-size:10px;
	line-height:12px;
}

.box_title
{
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	font-weight:bold;
	padding:3px;
	background:#3291ae;
}

.box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_item_title
{
    padding-top:5px;
}

.box_item_date
{
    margin-bottom:5px;
}

.box_bottomlink a,
.box_bottomlink a:hover
{
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
}
/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage
{
	display: block; border-bottom:1px solid #2162A2;
}
.home_collage img {display:block;}

.home_columns
{ background:url(_gfx/home/homecolBG.png) repeat-y 0 0;border-top:4px solid #2162A2;
}

.home_left
{
	width:557px;
	float:left;
	padding:0 0 10px 0;
	background-color: #fff;color:#164A83;
	line-height:16px;
}

.home_cmt_content {float:left;width:165px;padding:10px 5px;}
*html .home_cmt_content {width:160px;padding:10px 0px 10px 0px !important;}
.home_cmt_content img, .home_cmt_content a img {border:1px solid #023C6C;margin-bottom:12px;}
.home_cmt_content, .home_cmt_content p {color:#134C83; font-size:11px;}
.home_cmt_content p {margin-top:0;padding-top:0;}

.home_left span.home_title
{
	font-weight:bold;
	display:block;
}


.home_right
{
	width:203px;
	float:left;
	padding:0;
}

.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
{
	padding:0;
	color: #87BCEE;	font-size:11px;
}

.home_events .box_title
{
	display:none;
}

.home_events .box_list a, .home_events p
{ 
	color: #fff;
}

.home_events .box_list a:hover
{
	text-decoration:none;color:#F0BD0C;
}
.home_events .box_list {padding:20px 13px 30px 13px;}
.home_events .box_item_title {margin:0;padding:0;}
.home_events .box_item_date { font-size:10px;}

.home_news
{
  float:left;width:370px;margin-left:12px;
	color: #eeead3;	
	font-size:10px;
}

.home_news .box_item_title {display:none;}
.home_news .box_list_item { float:left;width:164px;padding:10px 10px 0 10px;}
*html .home_news .box_list_item { width:179px;}
.box_item_thumbnail img, .box_item_thumbnail a img {border:1px solid #023C6C;}
.box_item_content, .box_item_content {color:#134C83; font-size:11px;padding-top:12px;}
.box_item_content a, .home_cmt_content a {color:#A40B03 !important;text-decoration:underline;cursor: pointer;}
.box_item_content a:hover, .home_cmt_content a:hover {color:#002F58 !important;text-decoration:none;}
.home_news .box_title {	display:none;}

.home_events .box_bottomlink a {width:118px; height:30px;display:block;float:right;background:url(_gfx/home/viewevents.png) no-repeat 0 -30px;padding:0px !important;}
.home_events .box_bottomlink a:hover {background-position:0 0;}

.home_news .box_item_date
{
    font-size:10px;
    margin-bottom: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;
}

.filter {padding-bottom:10px;}


.captcha img, .captcha a
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaIcons
{
	width: 20px !important;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}