body{	border: none;	margin: 0px;padding: 0px;	text-align: center;background:#8BA481 url(_gfx/cmn/body_bg2.jpg) repeat-x;}

.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:after,
.title_right:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title,
.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,
* html .title_right
{
	height:1%;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .container_noleftnav, .container_noleftnav_notitle,.title,.title_right
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan_wrapper{width: 100%;padding: 0;	margin: 0;}

.mainSpan{	width: 760px;	margin: 0px auto;	text-align:left;}

.width_container{	width: 760px;	padding: 0;	background: url(_gfx/cmn/main_bg.gif) repeat-y;}

.width_container_noleftnav{	background: url(_gfx/cmn/width_bg.gif) top center repeat-y !important;}

/* 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;z-index:5000;}
.content iframe{	width: 98%;	_width: 100%;	_margin-left: 20px;	border: none;}
iframe.external_link{	background: none;}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header_wrapper{
	width: 760px;
}

.printonly {
	display: none;
}

.header
{
	width: 760px;
	background: url(_gfx/cmn/header_bg2.gif) 0 0 no-repeat;
	height: 124px;
}

.header_left
{
	float:left;
	width:270px;
}


.header_left a.home_link
{
	width: 120px;
	height: 80px;
	display: block;
	position: relative;
	top: 20px;
	text-indent: -4000px;
}

.header_left a.sparkslink
{
	display: none;
}

.header_right
{
	float:left;
	width:465px;
}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}


/* Container for search field and go button */
.searchbox{ float: right;	position: relative;left: 0px;top: 69px;}
.searchbox_textbox{	float:left;	height: 12px;	padding:4px 1px 0 1px;	margin:4px 5px 0px 0px;	font-size:10px !important;	background-color:#fff;color: #000000;	width:114px;}
.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
{
	display:inline-table;
	width: 100%;
	background: url(_gfx/int/contentheader_bg.jpg) top left no-repeat;
}

.contentheader_banner
{
	display:inline-table;
	background: none;
}

.image_banner {	display: block;}

.breadcrumb_wrapper
{
	padding: 10px 3px 10px 20px;	
	font-size:10px;
}

.contentheader_banner .breadcrumb_wrapper {	padding: 0px 3px 0px 20px;	font-size:10px;	color: #006cac; }
.breadcrumb a { color: #5D9154;	font-size:10px;}

.printer_friendly, .forward_link, .rss{ font-size:10px; float:right; height:20px; text-align:left;margin-left:10px;}

.printer_friendly{width:50px;}
.forward_link{width:60px;}
.rss{width:45px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:20px;
    color: #5D9154;
}

.printer_friendly a{background: url(_gfx/int/print2.gif) 0 0 no-repeat;}
.forward_link a{background:url(_gfx/int/email2.gif) 1px 4px no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 0 0 no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
}

.title
{
	border-bottom: 3px solid #CBD6C9;
	margin: 5px 0px 15px 0px;width:590px;
}
.container_noleftnav .title {width:760px !important;}
.title_right
{
	text-align:right;
	height:20px;
	padding:0px 5px 0px 0px;
	margin: 10px 10px 0px 0;
	float: right;
	width: 150px;
	
}

.title_left{
	float: left;
	width: 300px;
}
.container_noleftnav .title_left {width:500px !important;}

.contentheader h1,
.contentheader_banner h1
{
    padding:0px 15px 3px 20px;
    margin:0px 0px 0px 0px;
	float: left;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#465D42;
	line-height: 24px;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:5px 0px 0px 20px;
    margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #BA8425;text-transform:uppercase;
}

.fix_intheight{ }

/* Content: padding should be on content class NOT container */
.content
{ 
	padding: 5px 20px 55px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*overflow: hidden;*/
}

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	clear: both;
	border-top:solid 1px #BA8425;
	text-align:left;
	margin: 30px 0 10px 0;
	padding:0 10px;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #4b4638;
	font-size:10px;line-height:130% !important;
	margin:10px 0;padding:0;font-size:10px !important;
}

.last_updated
{
	width: 90%;	
  color:#aba28f;
  font-size:9px;
	margin: 20px auto 0px auto;
  text-align:right;clear:both;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer_wrapper{	clear: both;	width: 760px;	margin: 0px auto 0 auto;}
.footer,.footer_home,.footer_leftnav{	text-transform:uppercase;color:#fff;font-size:9px;line-height:13px !important;}
.footer a,.footer_home a,.footer p,.footer_home p,.footer_leftnav a,.footer_leftnav p{		color: #fff;	margin: 0;}
.footer a, .footer_home a, .footer_leftnav a{	text-decoration: underline;}
.footer a:hover, .footer_home a:hover, .footer_leftnav a:hover{	color:#E8D671;}
.footer p, .footer_home p {margin:0; padding:2px 0;}

.footer {background:url(_gfx/int/footerint_bg.gif) no-repeat;padding:50px 0 20px 0; width:760px;}
.footer_home {padding:3px 0 20px 0; width:760px;}

/* Classes inside .container_noleftnav */
.container_noleftnav
{
	margin: 0px;
	padding: 0px 0px 95px 0px;background:#fff url(_gfx/int/footer_noleftnav.gif) bottom left no-repeat;
}

.container_noleftnav .contentheader
{
	background: url(_gfx/int/contentheader_noleftnavbg.gif) top left no-repeat;
}

.container_noleftnav .breadcrumb_wrapper
{
	padding: 20px 3px 15px 15px;	
	font-size:10px;
	background: none;
	color: #006cac;
}

.container_noleftnav .title
{
	overflow:auto;
	width:100%;
	margin:4px 0px 10px 0px;
}

.container_noleftnav .title_left
{
	float:left;
	width:60%;
}

.container_noleftnav .title_right
{
	background: none;
	float:right;
	width:210px;
	padding:0px 10px 0px 0px;
	
}

.container_noleftnav .content
{
	width:730px;
	padding: 10px 0px 10px 20px;
    background-color:#ffffff;
    /*border-top:5px solid #2a6477;*/
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	background-color: #ffffff;
}

.container_noleftnav_notitle .fix_intheight{ display: none;}

.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
{
	width: 760px;
	margin: 0;
	padding: 0px 0px 95px 0px;background:#fff url(_gfx/int/footer_noleftnav.gif) bottom left no-repeat;
	}
	
.container_review .fix_intheight{ display: none;}

.container_review .contentheader
{
	display:none;
}

.container_review .content{ padding: 0;}

.container_review .component_title_review
{
	margin: 0px;	
	background: url(_gfx/int/contentheader_noleftnavbg.gif) top left no-repeat;
	border-bottom: solid 3px #CBD6C9;
	padding:40px 15px 10px 20px !important;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#465D42;
	line-height: 24px;
}

.container_review .component_title_review h1
{
    padding:50px 15px 3px 0px;
    margin:0px 0px 0px 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #01507f;
	line-height: 24px;
}

.container_review .component_title, .review_item_div, .container_review .component_subtitle, .container_review .component_listitem{ margin-left: 20px;}

.container_review > div{ padding-left: 30px;}

.container_review .component_content
{
	width: 690px;
    padding: 0px 0px 30px 0px;
	margin: 0 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:394px;
	margin-bottom: 15px;
}

.depthome_right
{
    padding:0px;
	float:right;
	margin: 15px 0;
	width:156px;
}
.depthome_right .box_item_title {margin:10px 0 0 0;padding:0;}
.depthome_right .box_item_date {margin:0px 0 0 0;padding:0;}

.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.leftnav
{
	background: #CDC284 url(_gfx/nav/leftnav_top.jpg) top left no-repeat;
	width: 170px;
	float:left;
	padding: 15px 0 30px 0;
	font-size:12px;padding-bottom:100px;
	font-family: Arial, Helvetica, Sans-Serif;
	overflow:hidden;
}

.leftnav a
{
	display:block;
	padding: 4px 3px 4px 7px;
	line-height: 15px;
	color: #536150;
	text-decoration:none;font-weight:bold;
}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #fff;
	background: #5D9154;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	border-bottom:1px solid #E5DCAC;
	background: #E8DBA4;
}

.leftnav a span{
	padding-left: 9px;display:block;
	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;
}

.leftnav_node_haschildren a:hover span{
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 6px;
}


.leftnav_node_wrapper .leftnav_node {border-bottom:1px solid #FBEECE;}
.leftnav_node_wrapper .leftnav_node a {	color:#556950;}
.leftnav_node_wrapper .leftnav_node a:hover {	color:#fff;}

.leftnav_node_wrapper a span
{
	background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 4px;
	display: block;
}

.leftnav_node_wrapper_root
{
	border-bottom:1px solid #E5DCAC;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	background-color: #BA8425;
}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	border-bottom: none !important;
	color: #fff;
	padding-left: 11px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 6px;
	font-weight:bold;
}

.leftnav_node_iscurrent a, .leftnav_node_haschildren a {background-color:#BA8425;}

.leftnav_node_iscurrent a span
{
	color: #fff;
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 4px;
	font-weight:bold;	
}


/************************************************
Forms
************************************************/

table span table tr {background-color:#fff !important;}

.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: #BA8425 url(_gfx/int/form_button2.gif) top repeat-x;
	font-family:Tahoma, :0;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #fff;
	border: 1px solid #E5D06B;
}

.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;}
.radeditor div{	margin-top:0;	margin-bottom:0;}

/************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;padding:20px;
}

.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;
}

*html .advanced_search_textbox { line-height: 12px; }

.advanced_search input
{
	background: #BA8425 url(_gfx/int/form_button2.gif) top repeat-x;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #fff;
	border: 1px solid #E5D06B;
}

.advanced_search_textbox{
	background: #fff !important;
	color: #6a655c !important;
}


/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:5px 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: 1px solid #fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendar_dayheader
{
	height: 1px;
	color: #fff;
	background-color: #5D9154;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
	border: 1px solid #5D9154;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 10px 0px 12px 0px;
	background-color:#ffffff;
	font-family: Verdana, Arial,Helvetica,san-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4B6248;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
}

.calendar_nextprev a{    font-size:10px;	color:#61734B !important;}
.calendar_nextprev a:hover {color:#BA8425 !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;
	line-height:25px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;	
	width: 95px;
	height:100px;
	border: 1px solid #5D9154;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	padding: 0 5px 10px 5px;
}

.calendar_day br,
.calendar_today br,
.calendar_weekendday br,
.calendar_selectedday br,
.calendar_othermonthday br {display:none;}

.calendar_day,
.calendar_weekendday
{
	background: #fff;
	color:#767365;
}

.calendar_othermonthday
{
	background:#dcdcdc;
	color:#646d79;
}

.calendar_today
{
    background: #E7DCA0;
	color:#4B6248;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	
	line-height:11px;
	margin:0px 0 0 5px;
	padding: 0px 0 0 0 !important;display:block;
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:11px;
	display:block;

}

.calendar_allinone .listtable
{
	width:720px;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:0px 0px 0px 0px;
    margin:10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #BA8425;
}

.component_subtitle
{
    padding:0px;
    margin:0 0 10px 0;
    width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight: bold;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px 0px;
	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 p
{
	font-size: 11px;
	line-height: 20px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 10px 10px 10px 0px;
}

.filter select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.timing
{
}

.listtable
{
	width:550px;
	border:1px solid #5D9154 !important;
	background-color:#fbfdff;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable th
{
	background-color: #5D9154;
	padding:4px;
	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_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;
}

.listcomponent img {margin: 0;}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #5D9154;
	border-collapse: separate;
}

.righttable th
{
	background-color: #5D9154;
	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:0px;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:540px;
}

.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;
}


/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}


/************************************************
Department boxes
************************************************/
.box_container
{
	margin-left:20px;
	font-size:10px;
	line-height:12px;
	background: url(_gfx/int/deptbox_bg2.gif) bottom left no-repeat;
}

.box_title
{
	color:#ffffff;
	font-size:13px;font-family:arial,sans-serif;
	font-weight:bold;padding:9px 0 3px 0;text-transform:uppercase;
	line-height:15px;text-align:center;vertical-align:bottom;
	background:#C79C4F url(_gfx/int/depttitle_bg.jpg) no-repeat;
}

.box_list
{
    padding: 5px ;
}

.box_list a
{
	font-weight:bold;
	text-decoration:none;
}

.box_list a:hover
{
	text-decoration:underline;
}

.box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_item_title
{
    padding-bottom:5px;
    clear:both;
}

.box_item_date
{
    padding-top:2px;
    margin-bottom:0px;
    clear:both;
}

.box_bottomlink{
	padding-top: 0px;
}

.box_bottomlink a {
    font-size:10px;
    display:block;
    text-align:left;
    padding:3px;color:#966719; text-decoration:none;text-align:right;margin-right:10px;
}

.box_bottomlink a:hover {color:#495839;}

.box_bottomlink a img{
	border: none;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage
{
	height: 379px;
	width:760px;
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 0;
	background: url(ftp/home_rotation/0.jpg) top no-repeat;
	z-index: 0;
	position:relative;
}


.home_collage .image_collage
{
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

#imgHidden, #imgSlide {position:absolute;}
#imgSlide {z-index:20;}

.important_alert{ 
	display: block;
	margin: 0px 0 0 145px; 
	background: #E7E2DD url(_gfx/home/important_bg.jpg) 0 0 no-repeat; 
	filter:Alpha(opacity=94); -moz-opacity: .94;
	width: 470px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E3F3C;
	font-size: 11px;
	line-height: 14px;
}
.alert2 {padding:75px 10px 20px 30px;}

.floating_homebox
{
	position: absolute;
	top:260px;
}

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;	
}




.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}
