/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: 0;
	margin: 0px;
	padding: 0px;
	background-color: #0C1016;
	text-align: center;
	min-width: 950px;
}

body, table,select,input,textarea
{
	font-family: Georgia, serif;
	font-size:13px;	
	line-height: 18px;
	color:#50463c;
}

.body_strip
{
	background: url("_gfx/cmn/body_bg_strip.gif") repeat-y scroll center top transparent;
}

.body_wrapper
{
	background: url("_gfx/cmn/body_bg.gif") repeat-x scroll center top #0C1016;
}

a
{
	color:#7a1a18;
	text-decoration: none;
}

a:hover{text-decoration: underline;}

a img
{
	border: 0;
}

/* 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,
.home_columns:after,
.title_right:after,
.box_container:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right,
.box_container
{
	display:inline-block;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .container_noleftnav, .container_noleftnav_notitle,.title_right, .box_container
{
	display:block;
}

#FrontEndForm
{
	margin: 0;
	background: url(_gfx/cmn/body_bg_bottom.jpg) center bottom no-repeat !important;
	width: 100%;
	min-width: 950px;
}

/* Containing frame for the site */
.mainSpan
{
	background:url(_gfx/cmn/body_bg.jpg) center top no-repeat;
	width: 100%;
	min-width: 950px;
}

.mainSpan_home
{
	background:url(_gfx/cmn/body_bg_home.jpg) center top no-repeat;
	width: 100%;
	min-width: 950px;
}
.mainSpan_wrapper
{
	 
}

/* 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
{
	height:111px;
	width: 950px;
	margin: 0 auto;
	text-align:left;
}

.header_left{float:left;}

.header_container
{
	position:relative;
	width: 950px;
	height:168px;
	margin:0px auto;
	text-align: left;
	z-index: 21;
}

.header_right{}

/* Top line of links */
.header_nav
{ 
	font-family: Tahoma, Geneva, sans-serif;
	text-align:right;
	padding: 2px 14px;
	color: #c8b092;
	font-size: 11px;	
}

.header_nav a
{
	color: #c8b092; 
	text-decoration:none;
	margin: 0px 0px;	
}

.header_nav a:hover
{
	text-decoration:underline;
}

.header_nav .translate{font-weight:bold;color:#c9aa6a;}

/* Container for search field and go button */
.searchbox
{ 
	float: right;
	width: 214px;
	margin: 27px 29px 0 0;
	display:inline;
}

#cse-search-results {padding: 14px 26px 19px;}

#cse-search-results iframe { height:1180px; width:900px}

.searchbox_textbox
{
	float:left;
	padding:0px 0px 0px 11px;
	margin:0px;
	line-height: 32px !important;
	height: 32px;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #3b2d26;
	border: 0px solid #7f9db9;
	background: url(_gfx/cmn/search_bg.gif) 0 0 no-repeat;
	width:161px;
}

.searchbox_button{float:left;}

/* Container for translation */
.translatelink a {
    display: block;
    float: none;
}

ul.translatelinks {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    display: none;
    float: left;
    height: 150px;
    line-height: 18px;
    list-style-type: none;
    margin: 0;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding: 0;
    position: absolute;
    right: -2px;
    top: 23px;
    width: 380px !important;
    z-index: 1000;
}
ul.translatelinks li {
    float: left;
    margin: 0;
    padding: 0 5px;
    position: relative;
    text-align: left;
    width: 110px;
}
ul.translatelinks li a {
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
ul.translatelinks li a:hover {
    color: #000000;
}

/************************************************
Content section
************************************************/
/* Page content container */

.mainSpan_home .content_wrapper
{
	padding-top:1px !important;
}

.content_wrapper
{
	width: 950px;
	margin: 0px auto 0;
	text-align:left;
	background: url(_gfx/int/content_bottom.jpg) 0 bottom no-repeat;
}

.container
{ 
	width: 722px;
	float:left;
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

.fix_intheight{display: none;}

p{margin: 0 0 1em 0;}

.banner_holder {position: relative; margin-right: -1px;margin-bottom: -19px;padding-bottom: 15px;background: url(_gfx/int/banner_bg.jpg) 0 bottom no-repeat;}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader, .contentheader_banner{padding: 14px 19px 19px 19px;}

.breadcrumb_wrapper
{	
	min-height: 12px;
	line-height: 12px !important;
	font-size: 11px !important;
	color: #50463c;
	margin: 0;
	padding: 0px 7px 0px 7px;
	position: relative;
}

.breadcrumb a{color: #50463c;text-decoration: underline;}
.breadcrumb a:hover{text-decoration: none;}

#share ul 
{
	background:#fff;
	display:none;
	width:250px;
	border:1px solid #666;
	margin:0px;
	padding:0;
	list-style-type:none;
	float:left;
	position:absolute;
	z-index:1000;
	line-height: 20px;
}

#share div:hover ul, #share div.over ul{display: block;}

#share ul li, #share div:hover ul li, #share div.over ul li
{
	float:left;
	margin:0;
	padding:0;
	width:125px;
	position:relative;
}

#share li a 
{
	text-decoration:none;
	color:#666;
	margin:4px;
	padding:0 0 0 25px;
	display:block;
	font-size: 11px;
}

#share li a:hover{color:#000;}

.shareemail {background:url(_gfx/int/share/email.gif) no-repeat 0 0;}
.sharefacebook {background:url(_gfx/int/share/facebook.gif) no-repeat 0 0;}
.sharedel {background:url(_gfx/int/share/delicious.gif) no-repeat 0 0;}
.sharegoogleplus {background:url(_gfx/int/share/googleplus.gif) no-repeat 0 0;}
.sharegoogle {background:url(_gfx/int/share/google.gif) no-repeat 0 0;}
.sharedigg {background:url(_gfx/int/share/digg.gif) no-repeat 0 0;}
.sharetwitter {background:url(_gfx/int/share/twitter.gif) no-repeat 0 0;}
.sharestumble {background:url(_gfx/int/share/stumbleupon.gif) no-repeat 0 0;}
.sharemyspace {background:url(_gfx/int/share/myspace.gif) no-repeat 0 0;}
.sharelive {background:url(_gfx/int/share/live.gif) no-repeat 0 0;}
.sharereddit {background:url(_gfx/int/share/reddit.gif) no-repeat 0 0;}
.sharetumblr {background:url(_gfx/int/share/tumblr.gif) no-repeat 0 0;}
.sharelinkedin {background:url(_gfx/int/share/linkedin.gif) no-repeat 0 0;}

.printer_friendly, #share, .rss
{
	margin-left: 18px;
	float: right;
	display: inline;
	white-space: nowrap;
}

.translate
{
	cursor: pointer;width: 55px;
}
#share, .translatelink{ cursor: pointer;width: 126px;}

.printer_friendly a, .rss a, .sharelink a
{
	float: left;
    padding-left:18px;
	height:13px;
	font-size: 11px !important;
	line-height: 13px !important;
	color: #50463c;
	text-decoration: underline;
}

.title_right a:hover{text-decoration:none;}

.sharelink a{display: block;float: none;}

.printer_friendly a{background: url(_gfx/int/print.gif) 0 0 no-repeat;}
.sharelink a{background: url(_gfx/int/share/share.gif) 0 0 no-repeat;}
.rss a{background: url(_gfx/int/rss.gif) 0 0 no-repeat;}

.title_right
{
	height: 13px;
	padding: 8px 0px 15px 0;
}

.title_left{
	background: url(_gfx/int/title_underline.gif) 0 bottom no-repeat;
	padding: 0 8px 0 8px;
}

.contentheader h1
{
    padding:5px 0px 7px 0px;
    margin:0px 0px 0px 0px;
	font-size:30px;
	font-weight:normal;
	color: #3b2d26;
	font-variant: small-caps;
	line-height: 34px;
}

.contentheader h2
{
    padding:6px 6px 0px 6px;
    margin:0;
	font-size:18px;
	line-height:20px;
	font-weight: normal;
	color: #2c3844;
}

/* Content: padding should be on content class NOT container */
.content{padding: 0px 20px 30px 24px;}

.container .content
{
	width: 678px !important;
	width: 722px;
	overflow: hidden;
}
.content textarea{width: 550px;}

.content input{line-height: 14px !Important;}

.content fieldset{padding: 5px;}

.content iframe{border: 0;}

.content ul, .content ol
{
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-top: 8px;
	margin-bottom: 18px;
}

.content ul li, .content ol li{padding: 0px;}

.content ul ul, .content ol ol, .content ul ol, .content ol ul
{
	padding:0px;
	margin:2px 0 0 30px;
}

.downloadmessage
{
	clear: both;
	text-align:center;
	width: 85%;
	margin: 10px auto;	
}

.downloadmessage img{margin:0 2px;}

.downloadmessage p
{
	font-size:90%;
	padding:5px 0;
	margin:0px;
	line-height: 150%;
}

.paging{margin:10px 0;}

.last_updated
{
	clear: both;
    font-size:11px;
    text-align:right;
}

.footer,
.footer_home
{
	clear:both;
	width:930px;
	margin:0px auto;
	padding:18px 10px 68px 10px;
	text-align:center;
	color:#9badc7;
	font-size:11px;
	line-height: 16px;
	height: 90px;
	font-family: Tahoma, Geneva, sans-serif;
}

.footer_home{padding-top: 22px;}

.footer p, .footer_home p{margin: 0;}

.footer a,
.footer_home a
{color: #9badc7;}

.footer .footer_nav, .footer_home .footer_nav
{
	font-size: 12px;
	margin-bottom: 16px;
}

.footer .footer_nav a, .footer_home .footer_nav a{margin: 0 3px;}

/* Classes inside .container_noleftnav */
.container_noleftnav
{
	background: #dbd1b7 url(_gfx/int/noleft_content_bottom.jpg) 0 bottom no-repeat;
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

.container_noleftnav .contentheader, .container_noleftnav .contentheader_banner
{
	padding: 14px 26px 19px 26px;
	background: url(_gfx/int/noleft_content_top.jpg) 0 0 no-repeat;
}

.container_noleftnav .breadcrumb_wrapper{padding: 0px;}

.container_noleftnav .title_left
{	
	background: url(_gfx/int/noleft_title_underline.gif) 0 bottom no-repeat;
	padding: 0 1px 0 1px;
}

.container_noleftnav .contentheader h2{padding:6px 0px 0px 0px;}

.container_noleftnav .content
{
	width:898px !important;
	width: 950px;
	padding: 0px 26px 30px 26px;
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle{}

.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
{
	background: #dbd1b7 url(_gfx/int/noleft_content_bottom.jpg) 0 bottom no-repeat;
	min-height: 620px;
	height: auto !important;
	height: 620px;
}

.container_review .contentheader{display:none;}

.container_review .component_title_review
{
	background: url(_gfx/int/noleft_title_underline.gif) 0 bottom no-repeat;
	padding: 25px 1px 7px 1px;
    margin:0px 0px 30px 0px;
	font-size:30px;
	font-weight:normal;
	color: #3b2d26;
	font-variant: small-caps;
	line-height: 34px;
}

.container_review .content
{
    width:898px !important;
	width: 950px;
	padding: 0px 26px 30px 26px;
}

/* 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
{
	float:left;
	width:470px;
}

.depthome_right
{
	float:right;
	width:185px;
}

.alphabetpicker a
{
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.leftnav
{
	padding:0px 0px 100px 0px;
	line-height: 15px;
	font-size: 13px;
	float: left;
	width: 228px;
	position: relative;
}

.leftnav a
{
	display:block;
	width: 221px !important;
	width:228px;
	padding: 7px 7px 7px 0;
	color: #ebead8;
	text-decoration:none;
	overflow: hidden;
	border-bottom: 1px solid #5b6a79;
}

.leftnav_node_wrapper_root, .leftnav_node_wrapper{}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background:  #404d5a;
	margin-top: -1px;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a, .leftnav_node_wrapper_root .leftnav_node_iscurrent a{}

.leftnav_node_wrapper .leftnav_node_haschildren a, .leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	background: #5b6a79;
	
	border-bottom: 1px solid #2b3644;
}

.leftnav_node_wrapper .leftnav_node_haschildren, .leftnav_node_wrapper_root .leftnav_node_haschildren{border-bottom: 1px solid #5b6a79;margin-bottom: 1px;position: relative;}

.leftnav a:hover, .leftnav .leftnav_node_wrapper:hover a, .leftnav .leftnav_node_wrapper_root:hover a
{
	color: #ebead8 !important;
	text-decoration:none;
	background:  #a3423c url(_gfx/nav/leftnav_over.gif) 0 0 repeat-x;
}

.leftnav a span{
	padding-left: 18px;
	display: block;
}

.leftnav_node_haschildren a span{background: url(_gfx/nav/arrow_down.gif) no-repeat 7px 5px;}
.leftnav_node_iscurrent a span{background: url(_gfx/nav/arrow_right.gif) no-repeat 9px 4px;}
.leftnav_node_wrapper_root .leftnav_node_iscurrent a span{}
.leftnav_node_iscurrent a:hover span,  .leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover span, .leftnav_node_iscurrent:hover a span{background: url(_gfx/nav/arrow_right.gif) no-repeat 9px 4px;}
.leftnav_node_haschildren a:hover span, .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover span, .leftnav_node_haschildren:hover a span{background: url(_gfx/nav/arrow_down.gif) no-repeat 7px 5px;}
/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ 
	z-index: 25;
	width: 950px;
	margin: 0 auto;
	text-align:left;
	height: 57px;
	overflow:hidden;
}

/* Root menu table */
table.menu{border-collapse: separate;}

/* That pops up */
table.menu_group{border:1px solid #0c2237;}

.menu_group td
{
	font-size: 14px;
	color:#ebead8;
	font-family: Times, serif;
	cursor: pointer;
}

.menu_group img{margin-right:5px;}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background-color:#384351;
	border-top: solid 1px #5b6a79;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background:#b20e0b url(_gfx/nav/mainnav_over.gif) 0 0 repeat-x;
	border-top:1px solid #5b6a79;	
}

.menuitem_top,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{border-top: 0;}

.menuitem_root_image{cursor: pointer;}

/** CSS-based menu for noscript**/

.dropdownmenu_noscript{
	width: 950px;
	height: 58px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;
}

.dropdownmenu_noscript li{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.dropdownmenu_noscript li.inside{left: 107px;}
.dropdownmenu_noscript li.residents{left: 257px;}
.dropdownmenu_noscript li.students{left: 387px;}
.dropdownmenu_noscript li.visitors{left: 497px;}
.dropdownmenu_noscript li.business{left: 597px;}
.dropdownmenu_noscript li.departments{left: 708px;}

.dropdownmenu_noscript li a{
	display: block;
	position: relative;
	height: 59px;
	text-indent: -4000px;
}

.dropdownmenu_noscript li.home a{
	width: 107px;
	background: url(_gfx/nav/1.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.inside a{
	width: 150px;
	background: url(_gfx/nav/2.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.residents a{
	width: 120px;
	background: url(_gfx/nav/3.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.students a{
	width: 110px;
	background: url(_gfx/nav/4.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.visitors a{
	width: 100px;
	background: url(_gfx/nav/5.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.business a{
	width: 111px;
	background: url(_gfx/nav/6.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.departments a{
	width: 252px;
	background: url(_gfx/nav/7.gif) 0 0 no-repeat;
}


.dropdownmenu_noscript li.home a:hover{
	background: url(_gfx/nav/1_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.inside a:hover{
	background: url(_gfx/nav/2_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.residents a:hover{
	background: url(_gfx/nav/3_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.students a:hover{
	background: url(_gfx/nav/4_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.visitors a:hover{
	background: url(_gfx/nav/5_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.business a:hover{
	background: url(_gfx/nav/6_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.departments a:hover{
	background: url(_gfx/nav/7_over.gif) 0 0 no-repeat;
}

/************************************************
Forms
************************************************/
/*
Specify width if needed; since Survey control 
will render a set of nested tables with width="100%"
*/
.survey_container span{width: 100%!important;}

.survey_container table, .survey_container td
{
	padding: 0px !important;
	margin: 0px !important;
}

/*add correct padding, then remove it from the nested tables */
.survey_container table tr td
{
	padding: 8px 0px 8px 0 !important;
}

/*following two styles reduce the gap at the top of the page in Firefox and Safari, caused by the padding on two empty table rows*/
.survey_container table tr:first-child td
{
	padding: 0px 0px 0px 0 !important;
}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td
{
	padding: 0px 0px !important;
}

.survey_container table table table table tr td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table table table tr:first-child td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table td br
{
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
}

.survey_container table td { background-color:none !important;}

.survey_container .form_message{color:red;}

.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:#2c3844;
}

fieldset{border:solid 1px #e4d8b6;}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #e4d8b6;
	background-color: #f2eee2;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #e4d8b6;
	background-color: #f2eee2;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background-image: url(_gfx/button_save_bg.gif);
	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: transparent;
  padding-left:15px;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:3px 3px 0;
}

.rootnode
{
	font-weight: bold;
	color: #2c3844;
} 

.rootnode a,
.parentnode a
{ 
	color: #2c3844;
	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 #e4d8b6;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #e4d8b6;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #e4d8b6;
	border-top:0px;
	background-color:#f2eee2;
	text-decoration:none;
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background:#ffffff;
	border-top:1px solid #e4d8b6;
}

.search_summary
{
	font-weight:bold;
	background-color:#f2eee2;
	padding:10px;
	text-align:center;
	font-size:10px;
	border:1px solid #e4d8b6;
	border-bottom:0;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #e4d8b6;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#f2eee2;
}

.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 #e4d8b6;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #e4d8b6;
	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-size:11px;
    width:180px;
}

.calendar_wrapper, .calendar_wrapper .calendar{width: 100%;}

.calendar
{
	border-collapse: collapse;
	table-layout: fixed;
}

.calendar td{background: transparent;border: 0;}

.calendar_dayheader
{
	line-height: 32px;
	color: #d7d7c5;
	padding: 2px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	background: #3b4c60 !important;
	text-transform: uppercase;
	border: 0px;
	font-family:Times, serif;
}

.calendar_title{font-size: 20px !important;border: 0 !important;border-collapse: collapse;border-spacing: 0;}

.calendar_title td
{
	padding: 11px 0 10px 0;
	width: 50% !important;
	font-weight: normal;
	color: #3c2e27;
	overflow: visible;
	font-family:Times, serif;
}

.calendar_title td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
	padding: 8px 0 0 0;
	text-transform: none;
}

td.calendar_nextprev a
{
	color: #63594c !important;
	font-size: 13px !important;
	text-decoration: underline;
}

td.calendar_nextprev a:hover{color: #63594c!important;text-decoration: none;}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:19px;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px;	
	height:105px;
	border: 1px solid #e3d8b8 !important;
	font-family:Times, serif;
}

.calendar_day,
.calendar_weekendday
{
	color:#59799b;
	background: #f2eee2 !important;
}

.calendar_othermonthday
{
	background: #ebe3cf !important;
	color:#a39a82;
}

.calendar_today
{
    background: #c4b46e !important;
	color:#6e0000;
}

.calendar_eventtime
{
	line-height:109%;
	padding: 0 0 2px 0 !important;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color:#50463c;
}

.calendar_eventlink
{	
	line-height:109%;
	font-size: 12px;
	display:block;
	margin:0px 0 10px 0;
	text-decoration: underline;	
	color:#50463c;
}

.calendar_eventlink:hover{text-decoration: none;}

.calendar_today .calendar_eventtime, .calendar_today .calendar_eventlink{}

td.calendar_day br, td.calendar_today br, td.calendar_weekendday br, td.calendar_othermonthday br{display: none;}

/*************************************************
Component detail 
*************************************************/
.component_title
{
	font-size:15px;
	font-weight: bold;
	color: #2c3844;
}

.component_subtitle
{
	font-size: 13px;
	font-weight: bold;
	color:#7A1A18;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem{padding: 0 0 15px;}

.component_listitem div
{
	clear: both;
}

.outlook{}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	display:block;
	float:left;
}

.component_listitem_header_wider{width:150px;}

.component_listitem_content, .component_listitem_content_for_wider
{
	width:500px;
	display:block;
	float:left;
}

.component_listitem_content_for_wider{width:450px;}

.component_content
{
	width: 100%;
	clear: both;
}


/************************************************
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-size:11px;
	width:180px;
}

.document_central_filter
{
	width: 560px;
	font-size: 9px;
}

.timing
{
}

.listtable
{
	width:100%;
	border:1px solid #e4d8b6 !important;
	background-color:#f2eee2;
	border-collapse:separate;
}

.listtable th
{
	background: #c4b46e;
	padding: 7px 4px 6px 9px;
	font-size: 13px;
	font-weight: normal;
	text-align:left;
	color: #3d2f27;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#3d2f27;
}

.listtable td
{
	border:0;
	border-top:1px solid #e4d8b6;
	padding:4px 4px 4px 9px;
}

.listtable tr:hover
{
	background-color:#f9f5ed;
}

.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:#f9f5ed;
}

.listtable_row_off
{
	background-color:#f2eee2;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border:0px !important;
	border-collapse: separate !important;
	width: 100%;
}

.listcomponent th{display:none;}

.listcomponent td
{
	border:0px !important;
	padding:4px 4px 10px 0;
}

.listdocument{width: auto !important;}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:250px;
	border:1px solid #e4d8b6;
	border-collapse: separate;
}

.righttable th
{
	background-color: #c4b46e;
	padding: 7px 4px 6px 9px;
	border:0;
	text-transform:uppercase;
	font-weight: normal;
	text-align:left;
	color: #3d2f27;
	font-size:13px;
}

.righttable_header a
{
	color:#3d2f27;
}

.righttable td
{
    border:0;	
	border-top:1px solid #e4d8b6;
	padding:4px 4px 4px 9px;
}

.righttable tr:hover
{
	background-color:#f9f5ed;
}

.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:#f9f5ed;
}

.righttable_row_off
{
	background-color:#f2eee2;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:100%;
	border-collapse: separate !important;
	background-color: transparent;
	border:1px solid #e4d8b6;
}

.listfaq td
{
	padding:4px;
	border:0;
}

.listfaq_answers
{
	width:100%;
	margin-top: 20px;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px 4px 14px 4px;
	border: 0;
}

.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:96%;
}

/* 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 #e4d8b6;
}

.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 #e4d8b6;
	background-color:#f2eee2;
	text-decoration:none;
	font-size:10px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#ffffff;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div{padding: 10px 0 20px 0;}

.area_div
{
	padding: 5px 0;
	clear: both;
	line-height: 15px !important;
}

.area_div span
{
	width: auto !Important;
	float: none !Important;
}

.area_div label,  .area_div div,  .area_div td{line-height: 15px !important;}

.area_div span label
{
	line-height: 17px !important;
	padding-top: 3px;
	width: 150px !Important;
	display: block;
	float: left;
	clear: left;
}

.area_div td label
{
	line-height: 17px !important;
	display: block;
	padding-top: 1px;
}

.area_div td input{margin-right: 0;}

.area_div  input{margin-right: 3px;}

.area_div fieldset {margin: 0;}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	width:100%;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:110px;
}

.staff_thumbnail_span img{margin:0 5px 10px 0;border: 1px solid #e4d8b6;}

.staff_component_title
{
	font-size:140%;
	font-weight: bold;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

.staff_column_div .component_listitem_content{width: 350px;}

/************************************************
Department boxes
************************************************/
.box_container
{
	font-size:12px;
	line-height:14px;
	/*background:  url(_gfx/int/deptbox_strip.png) 0 34px repeat-x; */
	min-height: 142px;
	height: auto !important;
	height: 160px;
	padding-bottom: 18px;
}

.dept_news .box_container .box_title
{
	background: url("_gfx/int/deptbox_news_top_bg.gif") no-repeat scroll left top transparent;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dept_events .box_container .box_title
{
	background: url("_gfx/int/deptbox_event_top_bg.gif") no-repeat scroll left top transparent;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.box_container .box_list
{
	background: url("_gfx/int/deptbox_box_list_bg.gif") no-repeat scroll 0 0 #E3D9C1;
    height: auto !important;
    margin-top: 0;
    padding:1px 10px 0px 12px;
}

.box_container .box_list a
{
	color: #5b1110;
}

.box_container .box_list p
{
	margin: 6px 0;
	text-align:center;
}

.box_container .box_item_title
{
    margin-top:6px;
}

.box_container .box_item_date
{
    font-family: verdana, geneva, sans-serif;
	color:#3b2d26;
	font-size: 11px;
}

.box_container .box_bottomlink
{
	background: url("_gfx/int/deptbox_bottom_bg.gif") no-repeat scroll left top transparent;
	height: 23px !important;
    margin-top: -1px;
    padding-top: 8px;
    width: 185px;
}

.box_container .box_bottomlink a,
.box_container .box_bottomlink a:hover
{
    text-indent: -4000px;
	overflow:hidden;
    display:block;
    text-align:left;
	background: url(_gfx/int/deptbox_more.png) 0 0 no-repeat;
	float: right;
	width: 65px;
	height: 10px;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin: 5px 5px 20px 5px;
	text-align:center;
	background-color: #ffffff;
}

.album_thumb
{
	background: url(_gfx/album/exported_group.jpg) top center no-repeat;
	overflow: hidden;
	width: 260px;
	height:130px;
	padding-top:22px;
}

.album_thumb img
{
	width: 160px !important;
	height: 110px;
	position:relative;
	left:0px; 
	border:0;
	display:block;
	margin: 0 auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:85%;
	line-height: 15px;
}

.photo_item
{
    padding:20px;
    text-align:center;
	margin: 5px;
	background-color: #ffffff;
}

.photo_thumb
{
    background: url(_gfx/album/single_photo.gif) top center no-repeat;
    overflow: hidden;
    width:240px;
    padding-top:33px;
    height: 207px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    margin: 0 auto;
}

.photo_detail{text-align:center;}

.slideshow_link
{
    float:right;
    width:140px;
 	text-align:left;
    margin:0 0 0 10px;
	background: #c4b46e !important;
	color: #3d2f27 !important;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
    background: url(_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:11px !important;
	font-weight:bold;
	color: #3d2f27;
}

.slideshow_nav{text-align:center;}

#photo_single
{
	margin-top: 5px;
	background-color: #ffffff;
}

#photo_single img{display: block;}

/**flash album**/
#flashcontent{text-align: center;}

.slideshow_link, .album_item, .photo_item, #photo_single{border: 1px solid #e4d8b6;}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:470px;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:right;
	padding:25px 0px 0px 00px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	clear:both;
	width:560px;
	height:auto;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #000000;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	
}

.official_info_div
{
	clear:both;
	width:390px;
	height:auto;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:100px;
	height:auto;
}

.official_info_content
{
	float: right;
	width:285px;
	height:auto;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:560px;
	height:auto;
	padding:10px 0px 0px 0px;
}

.official_message
{
	clear:both;
	width:560px;
	padding:5px 0px 0px 0px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:140px;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:410px;
	height:auto;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 3px;
}

.official_message_body
{
	height:auto;
	width:408px;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }


/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 

.home_collage img
{
	display: block; 
	position:absolute;
}

.home_collage
{
	height: 291px;
	padding: 0px;
	margin: 0;
	z-index: 0;
	float: left;
	width: 681px;
}

.home_collage .image_collage
{
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

#imgHidden, #imgSlide {position:absolute;}
#imgSlide {z-index:20;}

#slide_spotlight { position:absolute;overflow:hidden;left: 22px; top: 65px;width: 223px; height: 267px;z-index: 2;}
#slide_spotlight div { height: 256px;background: transparent !important;padding:0;color:#eeebdb; font-size: 12px;line-height: 16px;width: 223px !important;}

#slide_spotlight div a{color:#eeebdb;text-decoration:underline;}
#slide_spotlight div a:hover{text-decoration:none;}
#slide_spotlight div img {display: block;background: transparent !important;border: 3px solid #0c2436;}

.nav {position:absolute;top:99px;left: 1px; height:32px;width: 263px;z-index: 1;}

#prev, #next{display:block;width:21px;height:32px;text-indent: -4000px;overflow:hidden;outline: 0 none;z-index: 0;position: relative;}
#prev{float: left;background:url(_gfx/home/prev.gif) 0 0 no-repeat;}
#next {float: right;background:url(_gfx/home/next.gif) 0px 0 no-repeat;width: 19px;}

#slide_spotlight .readmore{position: absolute;text-indent: -4000px;overflow:hidden;background: url(_gfx/home/spotlight_more.gif) 0 0 no-repeat;width: 89px; height: 11px;right: 6px; bottom: 0;}

/*
.important_alert
{
	margin: 65px 6px 10px 17px;
	color: #3b2d26;
	font-size: 11px;
	line-height: 14px;
}

.spotlight p, .important_alert p
{
	margin: 45px 6px 10px 17px;
	color: #3b2d26;
	font-size: 11px;
	line-height: 14px;
}

.important_alert_wrapper
{
	z-index: 22;
	position:absolute;
	width: 424px; 
	height: 207px;
	background: url(_gfx/home/importantNotice.jpg) 0 0 no-repeat;
	left:10px;
	top:10px;
}

.important_alert_wrapper p
{
	margin: 60px 6px 10px 17px;
	color: #3b2d26;
	font-size: 11px;
	line-height: 14px;
}
*/
.alert_container
{
	position: relative;
	background:  url(_gfx/cmn/alert_strip.png) 0 bottom repeat-x;
	margin-bottom: -5px;
	padding-bottom: 5px;
	min-width: 962px;
	z-index: 1;
}

#alert_controls
{
	display: block;
	text-indent: -4000px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 0;
	z-index: 1;
}

#alert_controls.hide
{
	background: url(_gfx/cmn/alert_controls.png) right 0px no-repeat;
	width: 28px;
	height: 30px;
	bottom: 5px;
}

#alert_controls.hide:hover
{
	width: 47px;
	height: 70px;
	bottom: -35px;
}

#alert_controls.show
{
	background: url(_gfx/cmn/alert_controls.png) right -70px no-repeat;
	width: 32px;
	height: 35px;
	top: 0px;
}

#alert_controls.show:hover{background-position: right -140px;width: 81px; height: 50px;}

.alert_container .important_alert_wrapper
{
	width: 100%;
	background: #FF9933;
	padding: 3px 0;
}

.alert_right{background: url(_gfx/cmn/alert_border.png) right 0 repeat-y;}

.alert_container .important_alert
{
	color: black;
    font-family: Tahoma;
    font-size: 12px !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 950px;
}

.alert_container .important_alert h2{display: inline;margin: 0;text-transform: uppercase; font-weight: bold;font-size: 125%;color:black;}

.alert_container .important_alert p
{	
	margin:0;
	padding:0;
	display: inline;
}

.alert_container .important_alert a{color:#ffffff;text-decoration: underline;}

.home_services
{
	float: left;
	width: 269px;
	height: 291px;
	background: url(_gfx/home/services_bg.png) 0 0 no-repeat;
	position: relative;
}


.weather {
	bottom: 0;
	color: #3B2D26;
	font-family: verdana,geneva,sans-serif;
	font-size: 11px;
	font-weight: bold;
	left: 0;
	padding: 0 0 0 10px;
	position: absolute;
	text-align: left;
}

.weather a
{
	color: #3b2d26;
}

.weather span
{
	display: block;
	float: left;
	width: 200px;
}

.weather img { float: left; margin-right: 3px;height:31px;margin-top:-3px;}

/* Yahoo weather forecast */
.weatherFeed {
	font-size:11px;
}


.weatherForecast
{
	background: none repeat scroll 0 0 #fff;
	float: left;
	margin-top: 10px;
	padding: 5px 0 15px;
	width: 100%;
}

.weatherFeed a { }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	background-position: 0 0;
	padding: 0.8em;
	text-align: center;
}
.weatherCity 
{
	text-transform: uppercase; 
	font-size: 1.6em;
	padding-top: 6px;
	text-align: right;
}
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
	line-height:100%;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 1em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: center;
}
.weatherForecastItem {
	background-position: center top;
	background-size: 80% auto;
	float: left;
	padding: 52px 0 0;
	width: 20%;
}
.weatherLink{ font-size:1.3em; line-height: 180%;}
.weatherForecastDay,.weatherForecastText { font-size: 1.2em; }

.odd { background-color: #e8e8fc; }
.even { background-color: #d4d4e8; }

/* END Yahoo weather forecast */


.quicklink
{
	padding: 7px 6px 6px 6px;
	line-height: 32px;
	margin:0px 0px 6px 27px;
	font-size:12px;
	color: #3b2d26;
	font-family: verdana, geneva, sans-serif;
	border: 0px solid #7f9db9;
	width:216px;
	height: 32px;
	background: url(_gfx/home/quicklinks_bg.gif) 0 0 no-repeat white;
}

.quicklink option{	overflow: visible;}

.service_links{padding: 0 27px;margin-top: -3px;position: relative;}
.service_links a{font-family: verdana, geneva, sans-serif;font-weight:bold;font-size: 11px;color:#3b2d26;text-decoration:underline;float: left;}
.service_links a:hover{text-decoration:none;}
.service_links .contacts{float: right;}

.social_icons {list-style:none;margin:0;padding:0;position: absolute; left: 27px; bottom: 15px;}
.social_icons li{float: left;}
.social_icons li a{display: block;height: 39px;width: 39px;text-indent: -4000px;overflow:hidden;background: url(_gfx/home/social_icons.gif) 0 0 no-repeat;margin-right: 5px;}
.social_icons li a.twitter{background-position:-44px 0px;}
.social_icons li a.youtube{background-position:-89px 0px;}
.social_icons li a.tv{background-position:-133px 0px;}
.social_icons li a.mobile{background-position:-178px 0px;}
.social_icons li a:hover{background-position: 0 -39px;}

.social_icons li a.twitter:hover{background-position:-44px -39px;}
.social_icons li a.youtube:hover{background-position:-89px -39px;}
.social_icons li a.tv:hover{background-position:-133px -39px;}
.social_icons li a.mobile:hover{background-position:-178px -39px;}
.home_columns
{
	background: url(_gfx/home/columns_bg.jpg) 0 0 no-repeat;
	height: 356px;
	position: relative;
	margin-bottom: -17px;
	clear:both;
}

.home_left
{
	float:left;
	width: 267px;
	height: 332px;
}

.home_middle{
	width: 344px;
	float: left;
}

.home_right
{
	width: 339px;
	float: left;
}

/************************************************
Home boxes
************************************************/

.home_news, .home_events
{
	padding: 0 23px 0 20px;
}

.home_events .box_title, .home_news .box_title
{
	display: block;
	height: 52px;
	text-align:left;
	text-indent: -4000px;
	overflow:hidden;
}


.home_events .box_list, .home_news .box_list{ 
padding: 0;
height: 253px;
margin: 0;
overflow:auto;
font-size: 13px;
line-height: 14px;
color:#5b1110;
}

.home_events .box_list a, .home_news .box_list a
{
	color: #5b1110;
	display: block;
	font-weight: bold;
	margin-top: 14px;
}
 .home_news .box_list .box_item_summary{display: block;margin-bottom: 0px;}

.home_events .box_item_date
{
    font-size:12px;
	color: #3b2d26;
    margin-bottom:0px;
	font-family: verdana, geneva, sans-serif;
}

.home_events .box_bottomlink a, .home_news .box_bottomlink a
{
	display: block;
	width: 86px;
	position: absolute;
	left: 502px;
	bottom: 35px;
	height: 10px;
	text-align: left;
	text-indent: -4000px;
	overflow:hidden;
}

.home_events .box_bottomlink a{ 	background: url(_gfx/home/events_more.gif) 0 0 no-repeat;width: 118px;left: 810px;}
.home_news .box_bottomlink a{ 	background: url(_gfx/home/news_more.gif) 0 0 no-repeat;}

/***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;
}

/******Weather component***/
.weather_button{margin:5px 0px 0px 50px;}

.weather_button img{border:0px;}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #1C273A;
	height: 180px;
	width: 87px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container{padding: 20px;}

.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;}

/*** mobile view ***/
#SwitchToMobile{background: #fff9a5 url(_gfx/cmn/mobile/mob_visionlink_strip.gif) bottom left repeat-x;}

#SwitchToMobile a
{
	display: block;
	background: url(_gfx/cmn/mobile/mob_visionlink_bg.jpg) center bottom no-repeat;
	text-align: center;
	font-size: small;
	color: #000000;
	padding: 5px 0 4px 0;
	border: 1px solid #bdbdbd;
	text-decoration: none;
}

