/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: #1b5e34;
}

table
{
	font-size: 11px;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Georgia, Times, serif;
	font-size: 12px;	
	line-height:22px;
	color: #446848;
}

h3
{
	font-size: 14px !important;
	color: #816625 !important;
	font-weight: bold !important;
}

a img
{
	border: 0;
}

a
{
	color: #816625;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;
	margin-top: 10px;
	display: block;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.dropshadow:after,
.contentheader:after, 
.content:after, 
.content_wrapper:after,
.content_wrapper2:after,
.container:after,
.width_container:after, 
.title:after,
.home_columns:after,
.content_wrapper2:after,
.search_result:after,
.search_result_alternate:after,
.component_listitem:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
}

.clearfix, 
.mainSpan,
.dropshadow, 
.contentheader, 
.content,
.content_wrapper,
.content_wrapper2,
.container,
.width_container,
.title_right,
.home_columns,
.content_wrapper2,
.search_result,
.search_result_alternate,
.component_listitem
{
	display:inline-block;
}

.clearfix, .mainSpan, .dropshadow,  .contentheader, .content, .container, .width_container, .content_wrapper, .content_wrapper2, .title_right, .home_columns, .content_wrapper2, .search_result, .search_result_alternate, .component_listitem
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
	width: 100%;
	background: #e3eff8 url(_gfx/cmn/body_bg_strip.gif) 0 0 repeat-x;
	min-width: 952px;
}

.mainSpan
{
	width: 100%;
	background: url(_gfx/cmn/shadow_strip.gif) center top repeat-y;
}

.dropshadow
{
	width: 100%;
	background: url(_gfx/cmn/mainspan_bg.gif) center bottom no-repeat;
	text-align: center;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/

.width_container
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background: url(_gfx/cmn/shadow.gif) 0 0 no-repeat;
	padding: 0px 6px;
}

.content_wrapper
{
	background:  #fef5e1 url(_gfx/int/content_bg_strip.gif) bottom left repeat-x;
}

.mainSpan_wrapper_home .content_wrapper
{
	background: #fae9c7 url(_gfx/home/columns_strip.gif) bottom left repeat-x;
}

.content_wrapper2
{
	 background:  url(_gfx/home/content_bottom.gif) bottom right no-repeat;
}

.mainSpan_wrapper_home .content_wrapper2
{
	background-color: transparent;
	background-image: none;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
	line-height: 0px;
}

#FrontEndForm
{
	padding: 0;
	margin: 0;
}

.content iframe
{
	width: 98%;
	border: none;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header_wrapper
{
	width: 940px;
	margin: 0 auto;
	text-align:left;
	padding: 0px 6px;
	background: url(_gfx/cmn/header_bg.jpg) 0 0px no-repeat;
}

.printonly {
	display: none;
}

.header
{
	width: 940px;
	height: 143px;
	position: relative;
}

.header_left
{
	float:left;
	width: 570px;
}

.header_left a.home_link
{
	width: 570px;
	position: absolute;
	top: 30px;
	left: 0px;
	display:block;
	overflow: hidden;
	height: 90px;
	text-indent: -4000px;
}

.header_logo
{
	height: 1px;
	width: 1px;
}

/* Top line of links */
.header_nav
{ 
	text-align: right;
	padding: 0px 27px 0 20px;
	color: #1c6236;
	line-height: 26px;
	font-weight: bold;
	font-family: tahoma, arial, sans-serif;
}

.header_nav a
{	
	color: #1c6236;
	text-decoration: none;
}

.header_nav a:hover
{
	text-decoration: underline;
}

/************************************************
Left navigation 
************************************************/
.leftnav_wrapper
{
	float: left;
	width: 220px;
	margin: 7px 0 0 15px;
	padding-bottom: 14px;
	background:  url(_gfx/nav/leftnav_bottom.gif) bottom left no-repeat;
	display: inline;
}

.mainSpan_wrapper_home .leftnav_wrapper,
.mainSpan_wrapper_noleftnav .leftnav_wrapper,
.mainSpan_wrapper_review .leftnav_wrapper
{
	display: none;
}

.leftnav
{
	width: 202px;
	float:left;
	padding: 5px 10px 186px 8px;
	display: inline;
	background: #d6f5d1 url(_gfx/nav/leftnav_bg.gif) bottom left no-repeat;
	height: auto !important;
	min-height: 50px;
	height: 50px;
}

.leftnav a
{
	display:block;
	width: 190px;
	padding: 5px 7px 5px 5px;
	line-height: 16px;
	font-size: 12px;
	color: #3c2e14;
	text-decoration:none;
	overflow: hidden;
	border-bottom: 1px solid #a4cb9e;
	font-family: verdana, arial, sans-serif;
}

.leftnav_node_wrapper, .leftnav_node_wrapper_root
{
	border-bottom: 1px solid #f8fdf7;
}

.leftnav a:hover,
.leftnav_node_wrapper .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper .leftnav_node a:hover,
.leftnav_node a:hover, .leftnav_node_wrapper .leftnav_node a:hover, .leftnav_node_wrapper_root .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover,
.leftnav_node_wrapper .leftnav_node_haschildren a:hover
{
	color: #6b160f !important;
	background: #ffde7a  url(_gfx/nav/leftnav_mouseover.gif) 0 0 repeat-x !important;
	text-decoration:none;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background-color: #eefcec;
	color: #3c2e14;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background-color:#ffffff;
	color: #3c2e14;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background: #9ed9a3;
	color: #004c0f;
}

.leftnav a span{
	padding-left: 16px;
	display: block;
}

.leftnav_node_haschildren a span
{
	padding-left: 18px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 4px 6px;
}

.leftnav_node_haschildren a:hover span
{
	background: url(_gfx/nav/arrow_down_over.gif) no-repeat 4px 6px;
}

.leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right.gif) no-repeat 5px 4px;
}

.leftnav_node_iscurrent a:hover span, .leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover span
{
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 5px 4px;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.container
{ 
	float:left;
	width: 705px;
	height: auto !important;
	min-height: 550px;
	height: 550px;
}

.contentheader, .contentheader_banner
{
	width: 665px;
	padding: 9px 20px 17px 20px;
	margin: 0;
}

.contentheader_banner
{
	background: url(_gfx/int/contentheader_banner_bg.gif) 0 0 no-repeat;
	padding-top: 26px;
}

.breadcrumb_wrapper
{
	width: 664px;
	height: auto !important;
	min-height: 13px;
	height: 13px;
	padding: 0px 0px 0px 1px;
	line-height: 13px;
	font-size: 11px;
	color: #446848;
	font-family: verdana, arial, sans-serif;
}

.breadcrumb a
{ 
	color: #446848;
}

.printer_friendly, .forward_link, .rss{
    float:left;
    height:25px;
    text-align:left;
}

.printer_friendly{width:57px;}
.forward_link{width: 67px;}
.rss{width:53px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:18px;
	height:25px;
	font-size: 11px;
	line-height: 12px;
	color: #446848;
	font-family: verdana, arial, sans-serif;
}

.printer_friendly a{background: url(_gfx/int/print.gif) center left no-repeat;}
.forward_link a{background:url(_gfx/int/email.gif) center left no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) center left no-repeat;}

.title
{
	width: 665px;
	padding: 12px 0px 0px 0px;
}

.title_right
{
	height:25px;
	margin: 12px 0 0 0px;
	width: 400px;
}

.title_left {
	width: 665px;
}

.contentheader h1,
.contentheader_banner h1
{
}

.contentheader h2,
.contentheader_banner h2
{
    padding:17px 0px 6px 0px;
    margin:0px;
    width: 665px;
	font-size:14px;
	font-weight: bold;
	color: #816625;
	display: block;
}

/************************************************
Content: main content area
************************************************/

.last_updated
{
	display: none;
}

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content,
.mainSpan_wrapper_review .content
{ 
	padding: 0px 20px;
	float: left;
	width: 665px;
	overflow: hidden;
}

/************************************************
Content header and Content: No leftnav pages and review pages
************************************************/

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container
{
	width: 940px;
}

.mainSpan_wrapper_noleftnav .deptbanner
{
	display: none;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	width: 900px;
	padding: 9px 20px 17px 20px;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper, .mainSpan_wrapper_noleftnav .contentheader_banner .breadcrumb_wrapper
{
	width: 899px;
}

.mainSpan_wrapper_noleftnav .contentheader  .title, .mainSpan_wrapper_noleftnav .contentheader_banner  .title
{
	width:900px;
}

.mainSpan_wrapper_noleftnav .title_left
{
	width:900px;
}

.mainSpan_wrapper_noleftnav .contentheader h2,
.mainSpan_wrapper_noleftnav .contentheader_banner h2
{
    width:900px;
}

.mainSpan_wrapper_noleftnav .content
{
	width: 900px;
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{
	width: 940px;
}

.mainSpan_wrapper_review .contentheader, .mainSpan_wrapper_review .contentheader_banner
{
	display:none;
}

.mainSpan_wrapper_review .content
{
	width: 900px;
}

.mainSpan_wrapper_review  .component_title_review, .mainSpan_wrapper_review .special_title
{
	color: #3a993b;
	padding: 34px 0 17px 0;
	font-family:   Verdana, arial, sans-serif;
	font-size: 23px!important;
	line-height: 29px;
}

/* Hide review title for all except .container_review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review,
.mainSpan_wrapper_home .component_title_review
{
	display:none;
}

/**************************************************
Standard content styles
****************************************************/

.mainSpan_wrapper .content p,
.mainSpan_wrapper_noleftnav .content p,
.mainSpan_wrapper_review .content p
{ 
	margin-top: 0px;
}

.mainSpan_wrapper .content textarea,
.mainSpan_wrapper_noleftnav .content textarea,
.mainSpan_wrapper_review .content textarea
{
	width: 550px;
}

.mainSpan_wrapper .content ul,
.mainSpan_wrapper_noleftnav .content ul,
.mainSpan_wrapper_review .content ul,
.mainSpan_wrapper .content ol,
.mainSpan_wrapper_noleftnav .content ol,
.mainSpan_wrapper_review .content ol
{
	padding:0px;
	margin:8px 0 18px 20px;
}

blockquote
{
	margin-left:20px;
}

.mainSpan_wrapper .content ul li,
.mainSpan_wrapper_noleftnav .content ul li,
.mainSpan_wrapper_review .content ul li,
.mainSpan_wrapper .content ol li,
.mainSpan_wrapper_noleftnav .content ol li,
.mainSpan_wrapper_review .content ol li
{
	padding: 0px;
}

.mainSpan_wrapper .content ul ul,
.mainSpan_wrapper_noleftnav .content ul ul,
.mainSpan_wrapper_review .content ul ul,
.mainSpan_wrapper .content ol ol,
.mainSpan_wrapper_noleftnav .content ol ol,
.mainSpan_wrapper_review .content ol  ol,
.mainSpan_wrapper .content ul ol,
.mainSpan_wrapper_noleftnav .content ul ol,
.mainSpan_wrapper_review .content ul  ol,
.mainSpan_wrapper .content ol ul,
.mainSpan_wrapper_noleftnav .content ol ul,
.mainSpan_wrapper_review .content ol  ul
{
	padding:0px;
	margin:2px 0 0px 20px;
}

.downloadmessage
{
	clear: both;
	background: #fff9ec;
	border:solid 1px #d8c7a4;
	text-align:center;
	width: 85%;
	margin: 10px auto;
}

.downloadmessage img
{
	border:0px;
	margin:0px 2px;
}

.downloadmessage p
{
	font-size:11px;
	padding:5px 0px;
	margin:0px;
	line-height: 16px;
}

.paging
{
	margin:10px 0;
}

/* ****Homepage  content styles******/

.mainSpan_wrapper_home .container
{
	width: 940px;
	padding: 0px;
	margin: 0;
	background-image: none;
	height: auto !important;
	min-height: 0;
}

.mainSpan_wrapper_home .contentheader
{
    display:none;
}

.mainSpan_wrapper_home .content
{
	padding:0;
	margin:0;
}

/************************************************
Footer
************************************************/

.footer_wrapper
{
	clear: both;
	width: 100%;
	background:  url(_gfx/cmn/footer_wrapper_bg.gif) top center no-repeat;
	height: 163px;
}

.footer
{
	padding: 90px 26px 0px 26px;
	text-align: center;
	color: #1c6236;
	width: 900px;
	margin: 0px auto;
	font-size: 11px;
	overflow: hidden;
	line-height: 18px;
	background:  url(_gfx/cmn/footer_bg.jpg) 6px 0  no-repeat;
	height: 56px;
	font-family: tahoma, arial, sans-serif;
}

.footer a, .footer p, .footer p a
{
	color: #1c6236;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	font-family: tahoma, arial, sans-serif;
}

.footer_nav, .footer_nav a
{
	color: #ffffff;
	text-decoration: none;
}

.footer_nav a:hover
{
	text-decoration: underline;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
	width:475px;
	float: left;
}

.depthome_right
{
	float:right;
	width:177px;
}

IMG.deptbanner
{
	display: block;
	margin: 0px 0 20px 1px;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	width: 177px;
	float: right;
	margin: 0px 0px 6px 0px;
	overflow: hidden;
	display: inline;
}

.depthome_right .box_title
{
	height: 23px;
	width: 177px;
	text-indent: -4000px;
	overflow: hidden;
}

.depthome_right .news_box .box_title
{
	background: url(_gfx/int/news_box_top.gif) top left no-repeat;
}

.depthome_right .events_box .box_title
{
	background: url(_gfx/int/events_box_top.gif) top left no-repeat;
}

.depthome_right .news_box .box_item_summary
{
	display: none;
}

.depthome_right ul
{
	list-style-type: none;
   	padding: 15px 0 0 0 !important;
	margin: 0 !important;
}

.depthome_right  p
{
	padding: 15px 4px 15px 10px !important;
	margin: 0 !important;
}

.depthome_right ul li
{
	padding: 0px 4px 15px 22px !important;
	background: url(_gfx/int/list_bullet.gif) 4px 2px no-repeat;
	line-height: 15px;
	font-size: 11px;
}

.depthome_right ul li a, .depthome_right ul li a:hover
{
	line-height: 15px;
}

.depthome_right  .box_item_date
{
	display: block;
}

.depthome_right .box_bottomlink a
{
	text-decoration: none;
	line-height: 15px !important;
	float: right;
	font-weight: bold;
	display: inline;
	margin-right: 38px;
}

.depthome_right .box_bottomlink a:hover
{
	text-decoration: underline;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */
.home_collage img
{
	display: block; 
}

.home_collage .slideshow_master, .home_collage .slideshow_inner
{
      z-index: 1;
	  position: absolute;
	  height: 226px !important;
	 width: 574px !important;
}

.home_collage .slideshow_post
{
      z-index: 0;
	  position: absolute;
}

.home_collage
{
	height: 236px;
	width: 583px;
	padding: 26px 0px 0 34px;
	margin: 0px;
	z-index: 0;
	position: relative;
	overflow: hidden;
	background: #fbeac9 url(_gfx/home/collage_bg.gif) 0 0 no-repeat;
	float: left;
}

.important_alert_wrapper
{	
	position: absolute;
	top: 38px;
	left: 48px;
	z-index: 21;
	padding: 0px;
	width: 400px;
	height: 199px;
	background: url(_gfx/home/alert_bg.gif) 0 0 no-repeat;
	opacity: .94;
	filter:Alpha(opacity=94); 
}

.important_alert
{
	margin: 58px 0px 0px 12px;
	width: 376px;
	height: 129px;
	overflow: hidden;
	color: #339933;
	opacity: 1.0;
	filter:Alpha(opacity=100); 
	line-height: 16px;
}

.important_alert a, .important_alert p
{	
	margin-top:0;
	margin-bottom: 14px;
	padding:0;
	line-height: 16px;
	color: #339933;
}

.important_alert a, .important_alert a:hover
{
	font-weight: bold;
	font-size: 14px;
	color: #996633;
	text-decoration: none;
}

.important_alert a:hover
{
	text-decoration: underline;
}

.home_spotlight
{
	width: 278px;
	height: 262px;
	background: url(_gfx/home/spotlight_bg.gif) 0 0 no-repeat;
	float: left;
	padding: 0 20px 0 25px;
	overflow: hidden;
}

.home_spotlight .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 84px;
}

.home_spotlight .box_content, .home_spotlight .box_content td, .home_spotlight .box_content p
{
	line-height: 21px;
}

.home_spotlight .box_content p
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.home_spotlight .box_content a
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.home_spotlight .box_content a:hover
{
	text-decoration: underline;
}

.home_columns
{
	width:100%;
	clear: both;
	position: relative;
	background:  url(_gfx/home/content_bottom.gif) bottom right no-repeat;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.home_left
{
	width:334px;
	float:left;
	overflow: hidden;
}

.home_middle
{
	float:left;
	width: 271px;
	padding:23px 42px 0px 0;
}

.home_right
{
	width:263px;
	float:right;
	padding:23px 30px 0px 0;
}

.home_buttons ul
{
	padding: 0px 25px 0px 15px;
	margin: 0px;
	display: block;
	list-style: none;
	width: 294px;
}

.home_buttons li
{
	padding: 0px;
	margin: 0px;
	height: 48px;
	display: inline;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
}

/************************************************
Home boxes
************************************************/

/*** News and events boxes ***/
.home_news .box_title,
.home_events .box_title
{
	display: block;
	text-align:left;
	text-indent: -4000px;
	overflow: hidden;
	height: 38px;
	position: relative;
}

.home_news ul,
.home_events ul
{
	padding: 0px;
	list-style-type: none;
	margin: -1px 0px 0px 0px;
}

.home_news ul li,
.home_events ul li
{
	padding: 8px 0px 7px 31px;
	background: url(_gfx/home/list_bullet.gif) 3px 10px no-repeat;
	margin: 0px;
	display: block;
	line-height: 16px;
	border-top: 1px solid #d3d39e;
}

.home_news ul p, .home_news p, .home_events ul p, .home_events p
{
	padding: 14px 0px 9px 5px;
	margin: 0;
	color: #816625;
}

.home_news ul a,
.home_events ul a
{
	text-decoration: none;
	font-weight: bold;
	color: #816625;
	line-height: 16px;
}

.home_news ul a:hover, .home_events ul a:hover
{
	text-decoration: underline;
}

.home_news .box_item_summary, .home_events .box_item_date
{
	display: block;
	color: #3a983c;
	line-height: 16px;
}

.home_columns .box_bottomlink a, .home_columns .box_bottomlink a:hover
{ 
	float: right;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	margin-right: 12px;
	display: inline;
}

.home_columns .box_bottomlink a:hover
{
	text-decoration: underline;
}

/******* News Box *************/

.home_news .box_title
{
	background: #fae7c4 url(_gfx/home/news_title.gif) 0 0 no-repeat;
}

/*** Events  Box *****/

.home_events .box_title
{
	background: #fae7c4 url(_gfx/home/events_title.gif) 0 0 no-repeat;
}

.home_events .box_item_date
{
	text-transform: uppercase;
	font-size: 11px;
}


/************************************************
Forms
************************************************/
.form
{
}

.form div
{
	margin:5px 0;
	clear: both;
	float: left;
	width:100%;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label
{
	padding-top:3px;
	font-weight: bold;
	height:17px;
	float: left;
	width: 150px;
	line-height: 15px;
}

.form_field
{
	height:20px;
	float: left;
	width: 550px;
}

legend
{
	font-weight: bold;
	color:#816625;
}

fieldset
{
	border:solid 1px #d8c7a4;
}

hr
{
	color: #d8c7a4;
	background-color: #d8c7a4;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #d8c7a4;
	background-color: #fff9ec;
}

.form_smalltextbox
{
	border: 1px solid #d8c7a4;
	background-color: #fff9ec;
	margin: 2px 0;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #d8c7a4;
	background-color: #ffffff;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #3a993b;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #d8c7a4;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

input
{
	line-height: 15px !important;
}

/************************************************
Search
************************************************/
.search
{
	margin: 0px;
	position: relative;
	padding: 0;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding:10px 0; 
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #d8c7a4;
	background-color:#fff9ec;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background-color:#f6ebd3;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 25px 0 25px;
	border-bottom:1px solid #d8c7a4;
}

.search_result_alternate
{
	background: #fff9ec;
}

.search_result_title
{
	font-weight:bold;
	font-size:13px;
}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
}

.search_result_info
{
	padding: 0 0 10px 20px;
}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

.autosuggestion div
{
	padding: 0 0 20px 25px;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:11px;
	padding:0px 25px 6px 25px;
}

.search_features
{
	padding: 10px 30px;
	background-color: #fff9ec;
	border-top: solid 1px #d8c7a4;
	border-bottom: solid 1px #d8c7a4;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
	position: relative;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #d8c7a4;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 352px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #d8c7a4;
	border-bottom: dashed 1px #d8c7a4;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0px 0 0px 22px;
	background: url(_gfx/cmn/arrow.gif) 0px 1px no-repeat;
	line-height: 18px !important;
}

div.sort_items span.item a
{
	line-height: 18px;
	font-weight: bold;
}

.sort_container_inline
{
	font-weight: bold;
	width: 100%;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: both;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border: none;
	clear: right;
	display: inline;
	width: 400px;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -35px  0 0 630px;
	font-size: 10px;
}


/************************************************
Google Search
************************************************/
#cse-search-results
{
	padding: 20px;
	background-color: #ffffff;
}

#cse-search-results iframe
{
	width: 840px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 0px 10px 10px 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
}

.filter select
{
	width:180px;
	font-family: verdana, arial, sans-serif;
}

.filter a
{
	font-family: verdana, arial, sans-serif;
	color: #446848;
	text-decoration: none;
}

.filter a:hover
{
	text-decoration: underline;
}

.listDiv
{
	width: 100%;
	clear: both;
}

.listtable
{
	width:100%;
	border:1px solid #d8c7a4 !important;
	background-color:#fff9ec;
	border-collapse:separate !important;
	margin: 10px 0;
}

.listtable th
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #d5a031;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px !important;
	font-size: 14px;
	line-height: 16px;
	font-family:  tahoma, arial, sans-serif;
}

.listtable th a
{
	color:#ffffff;
	font-size: 14px;
	line-height: 16px;
	font-family:  tahoma, arial, sans-serif;
}

.listtable td
{
	border:0 !important;
	border-top:1px solid #d8c7a4 !important;
	padding:5px 4px 4px 9px;
	font-family: verdana, arial, sans-serif;
	line-height: 16px;
}

.listtable td a, .listtable td p
{
	font-family: verdana, arial, sans-serif;
	line-height: 16px;
}

.listtable tr:hover
{
	background-color:#f6ebd3;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #d8c7a4;
	border-collapse: collapse;
	background-color: #fff9ec;
}

.righttable th
{
	background: #d5a031;
	padding: 6px 4px 5px 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	color:#ffffff;
	font-size: 14px;
	line-height: 16px;
	font-family:  tahoma, arial, sans-serif;
}

.righttable th a
{
	color:#ffffff;
	font-size: 14px;
	line-height: 16px;
	font-family:  tahoma, arial, sans-serif;
}

.righttable td
{
	border:0;
	border-top:1px solid #d8c7a4;
	padding:5px 4px 4px 9px;
	font-family: verdana, arial, sans-serif;
	line-height: 16px;
}

.righttable tr:hover
{
	background-color:#f6ebd3;
}

.righttable td a, .righttable td p
{
	font-family: verdana, arial, sans-serif;
	line-height: 16px;
}

/************************************************
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;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    width:100%;
	font-size:17px;
	line-height:22px;
	font-weight: bold;
	color: #3a993b;
}

.component_subtitle, .component_subtitle span
{
	font-weight: bold;
	color: #816625;
	font-size: 14px;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px 0;
	width:100%;
}

.component_listitem div
{
	width:100%;
	clear: both;
}

.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
{
	width:300px;
	display:block;
	float:left;
}

.component_content
{
	clear: both;
	width: 100%;
}

.outlookcalendar
{
	display: block;
	padding-top: 10px;
	width: 200px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

.calendar_filter a
{
	font-family: verdana, arial, sans-serif;
	color: #446848;
	text-decoration: none;
}

.calendar_filter a:hover
{
	text-decoration: underline;
}

.calendar_filter select
{
    width:180px;
	font-family: verdana, arial, sans-serif;
}

.calendar_wrapper
{
	width:100%;
}

.calendar
{
	width:100%;
	border-collapse: collapse;
}

.calendar_dayheader
{
	line-height: 32px;
	color: #ffffff;
	background: #d5a031;
	padding: 2px 0px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: verdana, arial, sans-serif;
}

.calendar_title td
{
	padding: 15px 0px 12px 0px;
	font-size: 20px;
	color: #816625;
	width: 60%;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
}

td.calendar_nextprev
{
	width: 200px;
	text-align: center;
}

td.calendar_nextprev a
{
	color: #446848 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: tahoma, arial, sans-serif;
}

td.calendar_nextprev a:hover
{
	color: #446848 !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px;	
	height:105px;
	border: 1px solid #d8c7a4;
	font-family: verdana, arial, sans-serif;
}

.calendar_day,
.calendar_weekendday
{
	background: #fff9ec;
	color: #9b7b39;
}

.calendar_othermonthday
{
	background: #f7e9cc;
	color:#d4bc8c;
}

.calendar_today
{
    background: #71c36f url(_gfx/int/calendar_today_strip.gif) 0 0 repeat-x;
	color:#ffffff;
}

.calendar_eventtime
{
	font-weight: normal;	
	line-height:13px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	color: #827a53;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

.calendar_eventlink
{	
	font-size: 12px;
	font-weight: normal;
	line-height:14px;
	display:block;
	padding:0px 0px 10px 0px;
	font-family: verdana, arial, sans-serif;
}

.calendar_today .calendar_eventtime
{
	color: #bdffc4;
}

.calendar_today .calendar_eventlink,
.calendar_today .calendar_eventlink a
{
	color: #ffffff;
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_othermonthday br
{
	display: none;
}

.calendar_allinone 
{
	width: 100% !important;
}

/************************************************
Site map
************************************************/

.sitemap img
{
	margin: 0 5px 0 0;
}

.rootnode a,
.parentnode a
{ 
	color: #816625;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}

/************************************************
Link List
************************************************/

.link_content
{
	display:block;
}

.link_content img
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate;
}

.listlink td
{
	padding:0px !important;
	border:none;
}


/************************************************
FAQ List
************************************************/
.listfaq
{
	width:100%;
	border-collapse: separate !important;
	background-color:#fff9ec;
	border:1px solid #d8c7a4;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:100%;
	margin-top: 20px;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px;
	border: 0px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_q_js
{
 	font-weight:bold;
 	cursor: pointer;
}

.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:610px;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
	padding:10px 0;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:11px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #d8c7a4;
	background-color:#fff9ec;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#f6ebd3;
}

.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;
}

.area_div span label
{
	line-height: 17px;
	padding-top: 3px;
	width: 150px !Important;
	display: block;
	float: left;
	clear: left;
}

.area_div td label
{
	line-height: 17px;
	padding-top: 2px;
	display: block;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 18px;
	font-weight: bold;
}

INPUT[type="checkbox"]
{
	margin-bottom: 0px;
}

.survey_container span, .survey_container TABLE tr
{
	background: transparent !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 !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: 0px !important;
}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td
{
	padding: 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;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	width:100%;
	float: left;
}

.staff_thumbnail_span
{
	float:left;
	width:110px;
}

.staff_thumbnail_span img
{
	margin:0px 5px 10px 0px;
	border:1px solid  #d8c7a4;
}

/*.staff_listitem_span
{
	float:left;
	width:450px;
	margin:0px 0px 10px 0px;
}*/

.staff_component_title
{
    width:100%;
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
	color: #816625;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin: 5px 5px 20px 5px;
	text-align:center;
	background-color: #ffffff;
	border: 1px solid #d8c7a4;
}

.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;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
}

.photo_item
{
    padding:20px;
    text-align:center;
    vertical-align:top;
	background-color: #ffffff;
	border: 1px solid #d8c7a4;
	margin: 5px;
}

.photo_thumb
{
    background: url(_gfx/album/single_photo.gif) top center no-repeat;
    overflow: hidden;
    width:240px;
    padding-top:50px;
    height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    font-size:smaller;
    width:140px;
	background: #d5a031 url(_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #d8c7a4;
 	text-align:left;
    margin:0px 0px 0px 10px;
	display: inline;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #ffffff;
    background: url(_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:11px !important;
}

.slideshow_nav
{
    text-align:center;
}

#photo_single
{
	background-color: #ffffff;
	border: 1px solid #d8c7a4;
	margin-top: 5px;
}

/************************************************
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 0px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	overflow: auto;
	width:566px;
	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 #d8c7a4;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px;
	border:solid 1px #d8c7a4;
}

.official_info_div
{
	float: left;
	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;
}

.official_message_body
{
	height:auto;
	width:411px;
	padding: 3px;
	border:solid 1px #d8c7a4;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px;
	border:solid 1px #d8c7a4;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }

/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Weather component
************************************************/

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #d8c7a4;
	height: 180px;
	width: 127px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff9ec;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

/************************************************
Facility component
************************************************/
.facility_header_cell{
	font-weight:bold;
	font-size: 15px;
}

td.facility_detail li {
	margin: 0px;
	padding:0px;
	line-height:15px;
}

td.facility_thumbnail img {float:left;margin:0px 10px 10px 0; border:1px solid #d8c7a4;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:0px;float:left;}
.facility_detail a {font-weight:bold}

/************************************************
Business Directory
************************************************/

.business_list_title
{
      width:60px;
      /*display: inline-block;*/
}

/************************************************
Poll component
************************************************/
.poll
{
	float: left;
	width: 400px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

.poll_result_answer
{
	margin:0px;
}
.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	margin: 5px 10px -2px 0;
	padding: 0;
}

.poll_result_answer table tr
{
	height: 10px !important;
}

/**********************************************
CAPTCHA
**********************************************/

.captcha img
{
	float:left;
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #d8c7a4;
}

/* 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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1
{
	visibility: hidden;
	color: #3a993b;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 23px;
	line-height: 29px;
}
