/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body {
	border:0;
	margin:0;
	padding:0;
	background: url(_gfx/cmn/body_bg_strip.gif) repeat-x top left #eae3d5;
	text-align: center;
}

.list_business:after, .clearfix:after, #FrontEndForm:after, #mainSpan:after, .content_wrapper:after, #container:after, .title_wrapper:after, .home_collage:after, .home_columns:after, .home_buttons:after, .search_result:after, .search_result_alternate:after, .component_listitem:after, .footer_home:after, .footer_int:after 
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
}

.list_business, 
.clearfix,
#FrontEndForm, #mainSpan, .content_wrapper, #container, .title_wrapper, .home_collage, .home_columns, .home_buttons, .search_result, .search_result_alternate, .component_listitem, .footer_home, .footer_int
{	display:inline-block;}

.list_business, 
.clearfix,
#FrontEndForm, #mainSpan, .content_wrapper, #container, .title_wrapper, .home_collage, .home_columns, .home_buttons, .search_result, .search_result_alternate, .component_listitem, .footer_home, .footer_int
{	display:block;}


/* Base font style and size set here */
body,select,input,textarea, table{
	font-family: Arial, Helvetica, san-serif;
	font-size:12px;	
	line-height: 18px;
	color:#4b4b4b;
}

.survey_container span, .survey_container TABLE tr, .survey_container TABLE{font-size: 12px !important;line-height:18px;}

a img { border: none; }

a {
	color:#357e9e;
	text-decoration: underline;
}

a:hover { 
    text-decoration:none; 
}

/***subtitle colors**/
.title_subtitle{color: #69771f;font-size:14px !important;}

.component_title, .survey_title, .rootnode a, .parentnode a, .staff_component_title, legend, .testimonial_text{color: #69771f;}

/**title colors**/
#contentheader .title, #contentheader_banner .title, .mainSpan_wrapper_review  .component_title_review, .special_title
{color: #1a6177;}

.component_subtitle span, h3, h2{color: #1a6177;}

/** border color **/
.downloadmessage, .form_textarea, fieldset, .form_normaltextbox, .form_smalltextbox, .form_normaldropdown, .form_smalldropdown, .listtable, .righttable, .advanced_searchbox input.textfield, .listtable_pager a, .listcomponent_pager a, .listfaq_pager a, .search .paging a, .listfaq, .staff_thumbnail_span img, .facility_thumbnail img, .business_image_container IMG, .business_thumbnail_span IMG, .poll_result_answer table tr, #recaptcha_image, .slideshow_link, .album_item, .photo_item, #photo_single, #recaptcha_response_field, .official_image, .official_info, .official_message_body, .official_bio, .reserveInfo, .fr_info_right textarea.form_normaltextbox
{border:solid 1px #d3cab4 !important;}
.form_button, .forecast_item{border:solid 2px #d3cab4  !important;}
.listtable td, .righttable td{border: 0;border-top:solid 1px #d3cab4;}
hr{color: #d3cab4;background-color: #d3cab4;border: 0;}

/** background color **/
.downloadmessage, .listtable_pager a, .listcomponent_pager a, .listfaq_pager a, .search .paging a, .listfaq, .listtable, .righttable
{background: #ffffff !important;}

/** header colors **/
.form_button, .listtable th, .righttable th, .slideshow_link
{
	background: #6b7921 !important;
	color: #ffffff !important;
}

.listtable th a, .righttable th a, .slideshow_link a{color: #ffffff;}

/** hover over color**/
.listtable tr:hover, .righttable tr:hover, div.followTwitter:hover, .listtable_pager a:hover, .listcomponent_pager a:hover, .listfaq_pager a:hover, .search .paging a:hover, .search_result_alternate, .search_features{background:#eff1e3;}

.error_message { /*default error reporting style */
	color: #c60;
	font-weight:bold;
	margin-top: 10px;
	display: block;	
}

#FrontEndForm
{
	background: url(_gfx/cmn/body_bg_bottom.gif) 0 bottom repeat-x;
	margin: 0;
	padding: 0;
	min-width: 960px;
}

#mainSpan { /*containing frame for the site*/
	
	background:url(_gfx/cmn/body_bg.jpg) center 0 no-repeat;
	min-width: 960px;
}

#mainSpan.mainSpan_noleftnav
{
	background:url(_gfx/cmn/body_bg_home.jpg) center 0 no-repeat;
}

#content_wrapper
{
	width: 960px;
	margin: 0 auto;
	text-align:left;
}

#skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

#skipnav img{float:left;}

/* container for admin controll panel */
.adminSpan {
	width:200px;
	float:right;
	text-align:left;
	line-height: 0px;
}

#header { /* contains search, top links, site logo */
	height:116px;
	width: 960px;
	margin: 0 auto;
}

#header_left {float:left;}

#header_right {float: right;}

.header_nav { /*top line of links*/
	text-align:right;
	padding: 1px 3px 0 3px;
	color: #ffffff;
	font-size: 12px;	
	line-height: 18px;
	height: 18px;
}

.header_nav a {
	color: #ffffff;
	text-decoration:none;
	margin: 0 2px;	
}

.header_nav a:hover{
	text-decoration:underline;
}

.header_menu{
	clear:both;
	width: 960px;
	margin: 0 auto;
}

.header_menu div{
	float:left;
	clear:none;
}

.searchbox { /*container for search field and go button */
	padding:0;
	margin:58px 8px 0 0;
	width: 185px;
}

.searchbox_textbox{
	float:left; 
	font-size:14px;
	height: 24px;
	line-height: 24px;
	background:transparent;
	color: #0c3f48;
	width:158px;
	padding:0px;
	margin: 0 0px 0 0;
	border: 0px;
}

.searchbox_button {
	float:left; 
	margin:0;
}

.searchButton{
	background-image: url(_gfx/cmn/goButton.gif);
	background-repeat: no-repeat;
	width: 27px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	position: relative;
	top: 1px;
}

#contentheader, #contentheader_760 { /* contains breadcrumb, page title, print friendly link */
	padding: 52px 20px 16px 21px;
}

#contentheader_760{padding-top: 0;}

.breadcrumb_wrapper {
	padding: 0;	
	font-size:11px;
	line-height: 12px;
	color:#4b4b4b;
}

.breadcrumb a {color:#4b4b4b;}

.breadcrumb a:hover {}

.title_wrapper {padding:12px 0px 0px 0px;}

.title_wrapper .title
{
	font-size:23px;
	font-weight: normal;
	font-style: italic;
	color: #1a6177;
	line-height: 33px;
}

/** sIFR styles**/
.sIFR-hasFlash .title{/*visibility: hidden;*/}

.printer_friendly {
    height: 13px;
	padding-top: 6px;
}

.printer_friendly a {
    float: right;
	display: block;
	height: 13px;
	font-size: 11px;
	color:#4b4b4b;
	line-height: 13px;
    padding:0 0 0 19px; margin:0;
    background:url('_gfx/int/print.gif') no-repeat 0 0;
}

.title_subtitle {
	margin: 0;
	padding:22px 0 0 0;
	font-size:14px;
	font-weight:bold;
}

.special_title { /* document, search & image reviewing */
	font-family: times, serif;
	font-style: italic;
	font-size:25px;
	font-weight:normal;
	line-height: 27px;
	margin-bottom:30px;
}

.container { /* page content container */
	width: 731px; 
	margin:0; 
	padding:0;
	float:left;
	min-height: 543px;
	height: auto !important;
	height: 543px;
}

.container_noleftnav {
	width: 100%; 
	clear: both;
}

.content_noleftnav_special, .container_noleftnav .content { /* document, search & image reviewing */
    padding: 60px 21px 40px 21px; 
	background: url(_gfx/int/review_bg.jpg) 0 0 no-repeat;
	min-height: 424px;
	height: auto !important;
	height: 524px;
	overflow: visible;
	width: 918px;
	_width: 960px;
}

/* hide the header for pages without left navigation */
.container_noleftnav #contentheader {
    display:none;
}

/* content padding should be on content class NOT container */
.content { 
	padding: 0px 21px 40px 21px; 
	margin:0px;
	width: 689px;
	_width: 731px;
	overflow: hidden;
}

.content_noleftnav {
	margin:0;
	padding:0;
}

/**************************************************
Standard content styles
****************************************************/

.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 { /* notification of PDF, Word, etc media */
	clear: both;
	text-align:center;
	width: 100%;
	margin: 10px auto;
}

.downloadmessage img{margin:0 2px;}

.downloadmessage p
{
	font-size:90%;
	padding:5px 0;
	margin:0px;
	line-height: 150%;
}

.last_updated {display: none;}

.paging{margin:10px 0;}

.footer_home, .footer_int {
	text-align:left;
	padding:3px 0 0 6px;
	color:#675c43;
	margin:0 auto;
	font-size: 12px;
	width: 954px !important;
	width /**/:960px;
	height: 76px;
	_height: 79px;
	overflow: hidden;
}

.footer_nav {
	margin-bottom: 12px;
}

.footer a,
.footer_home a,
.footer_int a {
	color:#675c43;
	text-decoration: none;
}

.footer a:hover,
.footer_home a:hover,
.footer_int a:hover
{text-decoration: underline;}

.footer_nav a
{
	margin: 0 20px;
	color:#4c4c4c;
	text-transform: uppercase;
}

.footer_nav img{vertical-align: middle;}

.twitter_btn
{
	float:right;
	margin:-9px 0 0 7px;
	_margin-top: -26px;
	position: relative;
}
.facebook_btn
{
	float:right;
	margin-top:-9px;
	_margin-top: -26px;
	position: relative;
}

/************************************************
Department Home Page
************************************************/

/* don't add padding, left/right margins, 
or borders to these containers */

.depthome_left {
    padding:0;
	float:left;
	width:493px;
}

.depthome_right {
    padding:0;
	float:right;
	width:181px;
}

.depthome_right .home_news_box {display:none;}

/************************************************
Site Home Page
************************************************/
.home_collage
{
	float: left;
	margin:26px 0 0 20px;
	width: 636px;
	position: relative;
}

.home_collage #imgHidden
{
	position: absolute;
	z-index: 0;
}

.home_collage #imgSlide
{
	position: absolute;
	z-index: 1;
}

.home_collage img {
    /* images w/o display:block in IE add a bottom margin */ 
	display: block; 
}

.home_buttons
{
	float: left;
	width: 277px;
}

.home_buttons ul
{
	padding: 6px 0 0 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.home_buttons li
{
	padding: 0 0 0 0 !important;
	margin: 0;
	float: left;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
}

.home_buttons img{display:block;}

.home_columns {
    width: 100%;
	clear: both;
	padding-bottom: 3px;
}

.weather {
	font-size: 14px;
	position:absolute;
	padding:0px 0 0 0;
	margin: 0 0 0 0px;
	top:326px; 
	right: 145px;
	text-align: right;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	color:#20627c;
	z-index:1;
}

.weather a
{
	font-weight: bold;
	text-decoration: none;
}

.weather a:hover{text-decoration: underline;}

.weather img {
	vertical-align: middle;
	display: inline;
}

#home_left {
	width:298px;
	float:left;
	padding:0 0px 30px 0px;
	margin:0px 0 0 -12px;
	background: url(_gfx/home/home_left.jpg) 0 bottom no-repeat;
	position: relative;
}

.brochure
{
	background: url(_gfx/home/spotlight_strip.jpg) 0 0 repeat-y;
	margin-top: 104px;
}

h2.home_brochure {display:none;}


.brochure .box_content
{
	background: url(_gfx/home/spotlight_bg.jpg) 0 0 no-repeat;
	min-height:164px;
	height: auto !important;
	height: 164px;
	padding: 0 36px 0 56px;
}

.brochure .box_content img
{
	display: block;
	margin: 0 0 6px -9px;
}


/******************
Tabs
*******************/


#home_right {
	width:674px;
	float:left;
	padding:61px 0 0 0;
	background: url(_gfx/home/home_right.jpg) 0 134px no-repeat;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

 .tabs-container ul
 {
 	padding: 32px 0px 0 3px;
	list-style-type: none;
	margin: 0;
	line-height: 16px!important;
	font-size: 12px!important;
	color:#777777;
	zoom: 1;
 }
 
 .tabs-container ul p.box_item_date
 {
 	color:#777777;
	font-weight: normal;
	padding: 0;
}
 
  .tabs-container #tab1 ul{padding: 25px 0px 0 3px;}
 
 .tabs-container .tab{padding-bottom: 2px;}

.tabs-container ul li
{
	padding: 0px 20px 0px 0;
	float: left;
	height: 70px;
	width: 311px;
	_width: 331px;
	margin: 0;
	overflow: hidden;
}

.tabs-container #tab1 ul li
{
	padding: 7px 20px 0px 0;
	height: 63px;
	_height: 70px;
}

.tabs-container #tab3 ul li
{
	padding: 0px 20px 0px 23px;
	background: url(_gfx/home/quicklinks_bullet.gif) 3px 4px no-repeat;
	width: 218px;
	_width: 271px;
	height: 32px;
}

.tabs-container  ul li a{text-decoration: none; color:#20627c;font-weight: bold;}
.tabs-container #tab2 ul li a{color:#6a781f;}
.tabs-container #tab3 ul li a{color:#2a725a;}

.tabs-container  ul li a:hover{text-decoration: underline;}

.tabs-container{clear: both;float: left;width: 100%;}

.newsimg
{
	float: left;
	background: url(_gfx/home/newsimg_bg.png) 0 0 no-repeat;
	padding: 7px 0; 
	margin-top: -7px;
	position: relative;
}

.newsimg img
{
	width: 77px;
	height: 48px;
	display: block;
	margin: 0px 15px 0 7px;
}

.tabs-container .datebox span{font-size: 24px;display: block;margin: 8px auto 0 auto;}

.tabs-container p
{
	margin: 0;
	padding: 31px 0 0 9px;
	font-weight: bold;
	color:#00787b;
}

.tabs-container #tab4
{
	padding: 31px 0 0 9px;
	font-size: 13px;
}

.tabs-container #tab4 p{padding: 0 0 27px 0;}

.tabs-container #tab4 a
{
	display: block;
	text-indent: -4000px;
	overflow: hidden;
	background: url(_gfx/home/signup_button.gif) 0 0 no-repeat;
	width: 128px;
	height: 52px;
}

.tabs-container .box_item_date, .tabs-container .box_item_summary
{
	display: block;
	padding: 0;
	margin: 0;
}

.tabs-container .box_bottomlink a
{
	float: right;
	text-align: left;
	text-indent: -4000px;
	overflow: hidden;
	height: 32px;
	width: 62px;
	background: url(_gfx/home/home_more.gif) 0 0 no-repeat;
	margin-top: -2px;
	position: relative;
	clear: both;
}

.tabs-container #tab2 .box_bottomlink a{background: url(_gfx/home/events_more.gif) 0 0 no-repeat;}
.tabs-container #tab3 .box_bottomlink a{background: url(_gfx/home/quicklinks_more.gif) 0 0 no-repeat;margin-top: 0;}

 ul.callanythinglayout 
{	
	list-style-type: none;
	float: left;
	margin:0;
	padding:0;
	position: relative;
	
}

ul.callanythinglayout li 
{
	margin: 0;
	float: left;
}

ul.callanythinglayout a 
{
	float: left;
	display: block;
	height: 61px;	
	text-indent: -4000px; 
	overflow: hidden;
	width: 146px;
	outline: none;
	background: url(_gfx/home/tab1.png) 0 0 no-repeat;
	margin-left: 0;
	position: relative;
}

ul.callanythinglayout a.tab2{background: url(_gfx/home/tab2.png) 0 0 no-repeat;margin-left: -5px;}
ul.callanythinglayout a.tab3{background: url(_gfx/home/tab3.png) 0 0 no-repeat;margin-left: -5px;}
ul.callanythinglayout a.tab4{background: url(_gfx/home/tab4.png) 0 0 no-repeat;margin-left: -5px;}

ul.callanythinglayout a:hover, ul.callanythinglayout a.active {	background-position: 0 -61px;}
ul.callanythinglayout a.active {cursor: default;position: relative;z-index: 1;}


/************************************************
Left navigation 
************************************************/
.leftnav_wrapper
{
	float: left;
	width: 229px;
	background: url(_gfx/nav/leftnav_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 190px;
}

.mainSpan_noleftnav .leftnav_wrapper{display: none;}

.leftnav_wrapper2{background: url(_gfx/nav/leftnav_strip.png) 0 0 repeat-y;}

.leftnav
{
	padding:6px 0 0 1px;
	line-height: 15px;
	font-size: 13px;
	margin: 0;
	background: url(_gfx/nav/leftnav_top.jpg) 0 0 no-repeat;
	width: 228px;
	_width: 229px;
	min-height: 347px;
	height: auto !important;
	height: 353px;
}

.leftnav a
{
	display:block;
	width: 221px;
	_width: 228px;
	padding: 7px 7px 7px 0;
	color: #1a5162;
	text-decoration:none;
	overflow: hidden;
	border-bottom: 1px solid #80a2a2;
}

.leftnav_node_wrapper, .leftnav_node_wrapper_root{border-bottom: 1px solid #f7fbfb;}

.leftnav_node_wrapper:hover, .leftnav_node_wrapper_root:hover{}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background:  #61a6aa url(_gfx/nav/leftnav_divider.gif) 0 0 no-repeat;
	margin-top: -2px;
	color:#ffffff;
}

.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: #357e9e;
	position: relative;
	color:#ffffff;
}

.leftnav a:hover, .leftnav .leftnav_node_wrapper:hover a, .leftnav .leftnav_node_wrapper_root:hover a
{
	color: #980012 !important;
	text-decoration:none;
	background:  #d4cf80 url(_gfx/nav/leftnav_over.gif) 0 0 repeat-x;
}

.leftnav a span{
	padding-left: 22px;
	display: block;
}

.leftnav_node_haschildren a span{background: url(_gfx/nav/arrow_down.gif) no-repeat 9px 5px;}
.leftnav_node_iscurrent a span{background: url(_gfx/nav/arrow_right.gif) no-repeat 11px 4px;}
.leftnav_node_wrapper_root .leftnav_node_iscurrent a span{background: url(_gfx/nav/arrow_right_root.gif) no-repeat 11px 4px;}
.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_over.gif) no-repeat 11px 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_over.gif) no-repeat 9px 5px;}

/************************************************
Dropdown Menu
************************************************/

.dropdownmenu { /* menu wrapper */ 
	padding-left:71px;
}

table.menu {/* root menu table */
	border-collapse: separate;
}

table.menu_group {	/* that pops up */
    border:1px solid #7ad0cf;
	border-top: 0;
	background: #53878c url(_gfx/nav/mainnav_bg.gif) 0 0 repeat-x;
}

.menu_group td {
	font-size: 11px;
	line-height: 13px;
	color:#ffffff;
	cursor: pointer;
}

.menu_group td:hover{ color:#940715;}

table.menuitem_hover td,
table.menuitem_active td,
table.menuitem_expanded td,
table.menuitem_hover_top td,
table.menuitem_active_top td,
table.menuitem_expanded_top td{padding: 0 !important;}

td.menuitem,  
td.menuitem_top,
td.menuitem_hover,
td.menuitem_active,
td.menuitem_expanded,
td.menuitem_hover_top,
td.menuitem_active_top,
td.menuitem_expanded_top,
table.menuitem_top td,
table.menuitem td, 
table.menuitem_hover td,
table.menuitem_active td,
table.menuitem_expanded td,
table.menuitem_hover_top td,
table.menuitem_active_top td,
table.menuitem_expanded_top td {padding: 6px 6px 6px 6px !important;}

/* default menu style item */
.menuitem,
.menuitem_top {border-top: solid 1px #78b5b9;}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background: #d3ce7d url(_gfx/nav/mainnav_over.gif) 0 0 repeat-x;
	color: #940715 !important;
	border-top:1px solid #78b5b9;	
}

.menuitem_hover td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td,
.menuitem_expanded td{
	color: #940715; 
}

.menuitem_root_image {
	cursor: pointer;
}

/************************************************
Forms
************************************************/
/* used on login page*/
.form div 
{
	margin:5px 0;
	clear: both;
	float: left;
	width:100%;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label /* used on forward link page and login page*/
{
	padding-top:3px;
	font-weight: bold;
	height:17px;
	float: left;
	width: 180px;
	line-height: 15px !important;
	clear: left;
}

.form_textarea{width: 587px !important;}

legend{font-weight: bold;}

.form_normaltextbox /* used on login page and job applications*/
{
	width:300px !important;	
	margin: 2px 0;
}

.form_smalltextbox /* used on enotifier page*/
{
	margin: 2px 0;
	padding-left: 2px;
}

.form_normaldropdown
{
	width:300px;	
	padding-left:3px;	
}

.form_smalldropdown /* used on job application page*/
{margin: 2px 0;}

.form_button
{
	font-weight: bold;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
	display: inline-block !important;
	line-height: 14px;
	text-decoration: none;
	margin: 0;
}

.form_calendarbutton
{
	border:0;
	cursor: pointer;
}

/*members only change password*/
.memberSignup .form_div
{
	padding-bottom: 5px;
}

.memberSignup .form_div .form_button{margin-left: 180px;}

/*email form*/
.forwardlink br{display: none;}

.forwardlink input
{
	margin: 5px 0 5px 150px;
	display: block;
}

.forwardlink .recaptcha{margin: 10px 0;}

.forwardlink .form_button
{
	margin: 10px 0 0 0;
	display: inline;
}

.forwardlink .recaptcha input
{
	margin: 0;
	display: inline;
}

.forwardlink textarea
{
	display: block;
	clear: both;
}


/************************************************
Site map
************************************************/
.sitemap img{margin: 0 5px 0 0;}

.rootnode a, .parentnode a {font-weight: bold;} 

.sitemap_file{list-style-image: url(_gfx/_SiteMap/file.gif);}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 85%;
}


/************************************************
Search
************************************************/

.search {
	border-bottom:1px solid #d3cab4;
}

.search .paging { 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #d3cab4;
}
	
.search .paging a { 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0;
	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:#fff;
	border-top:1px solid #b2d2e9;
}

.search_summary {
	font-weight:bold;
	background-color:#eef8ff;
	padding:10px;
	text-align:center;
	font-size:12px;
	background: url('_gfx/cmn/search_summary_bg.gif') top repeat-x #FFFEEB;
	_background-position:0 1px; /* for IE only */
	border:1px solid #d3cab4;
}

.search_title {	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #d3cab4;
	border-bottom:0;

}

.search_result_alternate {
	background-color:#f4f9fc;
}

.search_result_title {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.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;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0 0 20px 0;
    text-align:center;
}

.calendar_filter select{}

.calendar_div, .calendar_div .calendar{width: 100%;}

.calendar
{
	border-collapse: collapse;
	table-layout: fixed;
	border: 0;
}

.calendar td {background:transparent!important; border: 0px !important;}

td.calendar_dayheader
{
	line-height: 32px;
	color: #ffffff;
	padding: 2px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	background: #6b7921!important;
	text-transform: uppercase;
	border: 0px !important;
}

.calendar_title{font-size: 20px !important;}

.calendar_title td
{
	padding: 11px 0 10px 0;
	width: 50% !important;
	font-weight: normal;
	color: #4b4b4b;
	overflow: visible;
}

.calendar_title td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
	padding: 8px 0 0 0;
	text-transform: none;
}

td.calendar_nextprev a
{
	color: #4b4b4b !important;
	font-size: 12px !important;
}

td.calendar_nextprev a:hover{color: #4b4b4b!important;}

td.calendar_day,
td.calendar_today,
td.calendar_weekendday,
td.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px;	
	min-height: 105px;
	border: 1px solid #dbd3c1!important;
}

td.calendar_day,
td.calendar_weekendday
{
	color:#4b4b4b;
	background: #ffffff!important;
}

td.calendar_othermonthday
{
	background: #efece5!important;
	color:#c0bfbf;
}

td.calendar_today
{
    background: #38819e!important;
	color:#ffffff;
}

.calendar_eventtime
{
	line-height:109%;
	padding: 0 0 2px 0 !important;
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.calendar_eventlink
{	
	line-height:109%;
	font-size: 11px;
	display:block;
	margin:0px 0 10px 0;
}

.calendar_eventlink:hover{}

.calendar_today .calendar_eventtime, .calendar_today .calendar_eventlink{color:#ffffff;}

td.calendar_day br, td.calendar_today br, td.calendar_weekendday br, td.calendar_othermonthday br{display: none;}

/*************************************************
* Component detail 
*************************************************/

.component_title, .survey_title {
	font-size:148%;
	line-height: 112%;
	font-weight: bold;
}

.component_subtitle span, h3, h2
{
	font-weight: bold !important;
	font-size: 115% !important;
	color:#999;
}

.component_listitem{padding: 0 0 15px 0;}

.component_listitem div, .component_content{clear: both;}
.component_content{width: 100%;}/*for ie7*/

.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;}


/************************************************
FAQ List
************************************************/
.listfaq
{
	width:100%;
	border-collapse: separate !important;
}

.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_q_js
{
 	font-weight:bold;
 	cursor: pointer;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:96%;
}

/************************************************
    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 and dropdown filters */
.topselector, .filter, .alphabetfilter, .alphabetpicker, .timing_link{margin: 10px 0;}

.filter select{}

.listDiv
{
	width: 100%;
	clear: both;
}

.listDiv td {vertical-align: top;} /*for photo album*/

.listtable
{
	width:100%;
	border-collapse:separate !important;
	margin: 10px 0;
	empty-cells: show;
}

.righttable
{
    width:250px;
	border-collapse: separate!important;
	margin-bottom: 15px;
}

.listtable th, .righttable th
{
	text-align:left;
	font-weight: bold;
	border: 0px !important;
	font-size: 12px;
	padding: 6px 4px 5px 9px;
	text-transform: uppercase;
}

.listtable td, .righttable td{padding:3px 4px 3px 9px;}

/************************************************
Lists without table grid, like News
************************************************/
.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;}

.posted_date
{
	font-style: italic;
	font-size: 90%;
}

.listcomponent .sticky 
{
	background: url(_gfx/cmn/star6.gif) right -2px no-repeat;
	font-weight:bold;
	padding-right:20px;
}


/***********************************************
* 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: 3px;float: left;}

.area_div  input{margin-right: 3px;}
.area_div fieldset {margin: 0;}

/************************************************
Survey
************************************************/

.survey_container INPUT[type="checkbox"]{margin-bottom: 0;}

.survey_container span, .survey_container TABLE tr, .survey_container TABLE
{
	background: transparent !important;
	font-size: inherit !Important;
}

.survey_container span{width: 100%!important;}

.survey_container table, .survey_container td
{
	padding: 0 !important;
	margin: 0 !important;
}

/*add correct padding, then remove it from the nested tables */
.survey_container table tr td{padding: 8px 0 !important;}

/*following  style reduces 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: 0 !important;}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td{padding: 0 !important;}

.survey_container table table table table tr td, .survey_container table table table table tr:first-child td{padding: 3px 5px 0 0 !important;}

.survey_container table table td br
{
	display: block !important;
	height: 0 !important;
	line-height: 0 !important;
}

.survey_container .form_message{color:red;}

/*for when the recaptcha error is present above the button*/
.survey_container .form_button
{
	margin-top: 10px;
	display: block;
}


/************************************************
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;}

.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
************************************************/

.depthome_right .news_box, .depthome_right .events_box {
	
	background: url(_gfx/int/news_bottom.gif) 0 bottom no-repeat;
	padding-bottom: 6px;
	width: 181px;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color:#ffffff;
}

.depthome_right .events_box{background: url(_gfx/int/events_bottom.gif) 0 bottom no-repeat;}

.depthome_right .box_title {
	text-indent: -4000px;
	overflow: hidden;
	height: 25px;
	background: url(_gfx/int/news_title.gif) 0 0 no-repeat;
}

.depthome_right .events_box .box_title{background: url(_gfx/int/events_title.gif) 0 0 no-repeat;}

.depthome_right .box_list {
    padding:1px 15px 13px 15px;
	background: #748229 url(_gfx/int/news_bg.jpg) 0 0 no-repeat;
	min-height: 44px;
	height: auto !important;
	height: 58px;
}

.depthome_right .events_box .box_list {
	background: #347d64 url(_gfx/int/events_bg.jpg) 0 0 no-repeat;
}

.depthome_right .box_list ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.depthome_right .box_list ul li
{
	margin: 0;
	padding: 12px 0 0 0;
}

.depthome_right .box_list a {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

.depthome_right .box_list a:hover {
	text-decoration:underline;
}

.depthome_right .box_list p {
	margin: 0;
	padding:12px 0 0 0;
}

.depthome_right .box_bottomlink{background: #748229;padding-right:13px; text-align: right;height: 24px;}
.depthome_right .events_box .box_bottomlink{background: #347d64;}

.depthome_right .box_bottomlink a,
.depthome_right .box_bottomlink a:hover {
    color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

.depthome_right .box_bottomlink a:hover{text-decoration: underline;}

.depthome_right .newsimg{display: none;}

.depthome_right .box_list .box_item_date{padding: 0;}

/******************************************
* 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;
}

.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;
}

.slideshow_nav{text-align:center;}

#photo_single
{
	margin-top: 5px;
	background-color: #ffffff;
}

#photo_single img{display: block;}

/**flash album**/
#flashcontent{text-align: center;}

/******Weather component***/
.forecast_item
{
	text-align: center;
	float: left;
	height: 180px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#ffffff;
	width: 17.5%;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.clear{clear: both;}

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {visibility: visible !important;}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {display: none !important;}

