/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: none;
	margin: 0px;
	padding: 0px;
	background: #252A16 url(_gfx/cmn/mainBG.jpg) top center no-repeat;
	text-align: center;
}

body,td,th,p,select,li,ul,ol,input,blockquote,textarea
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;	
	color: #454c52;
}

a img
{
	border: 0px 0px 0px 0px;
}

a
{
	color:#23472E;
	text-decoration:underline;	
}

a:hover
{ 
    text-decoration:none; 
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
}

#errLabel {display:block;margin:60px 0 250px 0;text-align:center;}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, .container_review:after,
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.container:after, 
.container_noleftnav:after, 
.container_noleftnav_notitle:after,
.title_right:after,
.home_news .box_item:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .container_review,
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right,
.home_news .box_item
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .container_review, 
* html .mainSpan, 
* html .contentheader, 
* html .content, 
* html .container, 
* html .container_noleftnav, 
* html .container_noleftnav_notitle,
* html .title_right,
* html .home_news .box_item
{
	height:1%;
}

.clearfix, .container_review, .mainSpan, .contentheader, .content, .container, .container_noleftnav, .container_noleftnav_notitle,.title_right,.home_news .box_item
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan
{
	width: 744px;
	margin: 0px auto 0px auto;
	background: url(_gfx/cmn/mainspan_bg.gif) 0 0 repeat-y;
	text-align:left;
	padding: 0;
}



/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header
{
	background: #fff url(_gfx/cmn/headerBG.gif) 14px 56px no-repeat;
	height:123px; 
}

.header_left
{
}

.header_right
{
}

/* Top line of links */
.header_nav
{ 
  background:url(_gfx/cmn/headernavBG.gif) repeat-x 0 0;
  height:25px;
	text-align:center;
	padding: 4px 0 0 0;
	color: #585C49;
	font-size: 12px;	
}

*html .header_nav{ height: 30px;}

.header_nav a
{
	color: #2D4D30; padding:0px 1px; 
	text-decoration:none;
}

.header_nav a:hover
{
	text-decoration:underline;
}

/* Container for search field and go button */
.searchbox
{ 
	position:relative;
	width: 187px;
	left: 565px;	
	top:60px;
}

*html .searchbox{
	top: 45px;
}

.searchbox_textbox
{
	float:left;
	padding:1px 1px 1px 1px;
	margin:0px 5px 0px 0px;
	font-size:10px;
	background-color:#fff;
	color: #92602D;
	width:135px;
}

*html .searchbox_textbox{ line-height: 12px;}

.searchbox_button
{
	float:left;
}

/************************************************
Content section
************************************************/
/* Page content container */
.container
{ 
	width: 574px;
	float:left;overflow:hidden;
}

.container_spacer {
	font-size: 0px;
	height:300px; float:right; width:1px;
}
.container_noleftnav .container_spacer {width:0px;}
.content_review .container_spacer {height:450px;}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader
{
	display:inline;
}

.breadcrumb_wrapper
{
	padding: 3px 0px 0px 0px;	
	font-size:10px;
	background: #aabf77 url(_gfx/cmn/breadcrumb_bg.gif) top center no-repeat;
	color: #4b4a47;
}

.breadcrumb_bottom
{
	clear: both;
	display: block;
	width: 100%;
	height: 6px;
	font-size:1px;
	background: #aabf77 url(_gfx/cmn/breadcrumb_bottom.gif) bottom center no-repeat;
}

.breadcrumb{ float: left; width: 300px; margin-left: 20px; line-height: 18px;}

.breadcrumb a
{ 
	color: #4b4a47;
	text-decoration: none;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.printer_friendly, .forward_link, .rss{
    font-size:9px;
    float:right;
    height:20px;
    text-align:left;
}

.printer_friendly{width:50px;}
.forward_link{width:60px;}
.rss{width:45px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:20px;
    color: #4b4a47;
    text-decoration:underline;
}

.printer_friendly a{background: url(_gfx/cmn/print.gif) 0 0 no-repeat;}
.forward_link a{background:url(_gfx/cmn/email.gif) 0 0 no-repeat;}
.rss a{background:url(_gfx/cmn/rss.gif) 0 0 no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
}

.title
{
	width:100%;
	margin:0px 0px 0px 0px;
}

.title_right
{
	text-align: right;
	width: 165px;
	float: right;
	height:20px;
	padding:0px 10px 0px 0px;
	
}

.contentheader h1
{
	padding: 10px 0 3px 0;
	background: url(_gfx/cmn/title_bg.gif) 0 0 no-repeat;
    margin:10px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #8e6238;
	line-height: 26px;
	border-bottom: 1px solid #e5d6c2;
}

.contentheader h2
{
    padding:0px 0px 0px 20px;
    margin:0px 0px 10px 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	color: #637940;
}

/* Content: padding should be on content class NOT container */
.content
{ 
	padding: 0px 20px 25px 20px;
	margin: 0px;
	width:527px;
}
*html .content {width:567px;}

.content p
{
	font-size: 11px;
}

.content textarea
{
	width:525px;
}

.content ul, .content ol
{
	padding:0px;
	margin:8px 0 10px 0px;
}

.content ul li, .content ol li
{
	padding: 0px;
	margin-left: 55px;
}

.content blockquote {margin-left:55px;}

.downloadmessage
{
	clear: both;
	background: #f3f5ea url(_gfx/cmn/box_bg.gif) 0 16px no-repeat;
	border: 1px solid #AABF77;
	text-align:center;
	clear:both;
	margin: 20px auto 10px auto;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #4b4638;
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	clear:both;
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 0px auto;
    text-align:right;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer, .footer p, .footer_home p,
.footer_home
{
	text-align:left;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#fff ;
	font-size:11px;margin:0;padding:0;
}

.footer, .footer_home {
	display: block;
	width:744px;
	height: 176px;
	background:#262B15 url(_gfx/cmn/footer_bg.gif) right 25px no-repeat;
	margin:0px auto 0px auto;padding:30px 0 20px 0;
	clear:both;
}

.footer a,
.footer_home a
{
	color: #fff; text-decoration:underline;
}

.footer a:hover, .footer_home a:hover {text-decoration:none;}
.footer p.topline a{ color: #f3c786;}
.footer p {margin-left:10px;}

/* Classes inside .container_noleftnav */
.container_noleftnav
{
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.container_noleftnav .contentheader
{
}

.container_noleftnav .breadcrumb_wrapper
{
	background: #aabf77 url(_gfx/cmn/breadcrumb_bg.gif) top right no-repeat;
	color: #4b4a47;
}

.container_noleftnav .breadcrumb_bottom
{
	clear: both;
	display: block;
	width: 100%;
	height: 6px;
	font-size:1px;
	background: url(_gfx/cmn/breadcrumb_bottom_noleftnav.gif) bottom right no-repeat;
}

.container_noleftnav .title
{
	width:100%;
}

.container_noleftnav .content
{
	width:720px;
	padding: 15px 20px 10px 23px;
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	background: #fff;
}

.container_noleftnav_notitle .contentheader
{
    display:none;
}

.container_noleftnav_notitle .content
{
	margin:5px 20px 20px;
	padding:0px 0px 5px;
}

.container_noleftnav_notitle .container_spacer
{
	display:none;
}

/* Used for content review pages, also error page */
.container_review
{
	background: #fff;border:1px solid #fff;
}

.container_review .contentheader
{
	display:none;
}

.container_review .component_title_review, .container_review .content_review_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #8e6238;
	line-height: 26px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}

.container_review .content
{
    padding: 10px 20px 50px 20px;width:auto !important;
}

/* Hide review title for all except .container_review */
.container .component_title_review,
.container_noleftnav .component_title_review,
.container_noleftnav_notitle .component_title_review
{
	display:none;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding:0 0 20 0px;
	float:left;
	width:375px;
}

.depthome_right
{
    padding:0px;
	float:left;
	width:140px;
	margin-left: 10px;
}

.alphabetpicker a
{
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Department boxes
************************************************/
.depthome_right .box_container
{
	margin-left:10px;
	background: #f3f5ea url(_gfx/cmn/box_bg.gif) 0 16px no-repeat;
	border: 1px solid #2E5031;
	font-size:10px;
	line-height:12px;
}

.depthome_right .box_title
{
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	font-weight:bold;
	padding:3px;
	background: #2E5031 url(_gfx/cmn/boxtitle_bg.gif) 0 0 repeat-x;
}

.depthome_right .box_item_desc, .depthome_right .box_item_pic{
	display: none;
}

.depthome_right .box_list
{
	margin-top: 0;
    padding:5px 8px;
}

.depthome_right .box_list a
{
	font-weight:bold;
	text-decoration:none;
}

.depthome_right .box_list a:hover
{
	text-decoration:underline;
}

.depthome_right .box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.depthome_right .box_item_title
{
    padding-top:5px;
}

.depthome_right .box_item_date
{
    margin-bottom:5px;
}

.depthome_right .box_bottomlink a,
.depthome_right .box_bottomlink a:hover
{
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
}


/************************************************
Left navigation 
************************************************/
.leftnav
{
	width: 170px;overflow:hidden;
	float:left;line-height:16px;
	padding:30px 0 0 0px;
	font-size:10px;
	background: url(_gfx/nav/leftnav_bg.gif) 0 0 no-repeat;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.leftnav a
{
	display:block;
	padding: 3px 3px 3px 7px;
	color: #4b4a47;
	text-decoration:none;
}

*html .leftnav a {width: 100%;}

.leftnav a span
{
	padding-left: 9px;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 5px;
	display:block;
}

.leftnav a:hover span
{
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 5px;
}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{

  background: #91a859  url(_gfx/nav/leftnav_child.gif) top right repeat-y; 
	color: #fff;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	background: #6f8240 url(_gfx/nav/leftnav_current.gif) top right repeat-y;
	/*border-top: 1px solid #b7c692; */
}
.leftnav_node_wrapper a {color:#fff;}
.leftnav_node_wrapper a span { padding-left: 9px; 
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 5px;}

.leftnav img{	border-top: 1px solid #062b72; }

.leftnav_node_wrapper_root
{
	border-top: 1px solid #b7c692;
}

.leftnav_node_haschildren
{
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent,
.leftnav_node_wrapper .leftnav_node_iscurrent
{
	background: #af894e url(_gfx/nav/leftnav_over.gif) top right repeat-y;
}

.leftnav_node_iscurrent a
{
	color: #fff !important;
	font-weight:bold;	
}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 7px;
}

.leftnav_node_iscurrent a span
{
	background-image: url(_gfx/nav/arrow_right_current.gif);
	font-weight:bold;
}


/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ text-align:center;
	background: #fff;
	padding-bottom: 10px;
}

*html .dropdownmenu{ height: 30px;}

table.menu {/* root menu table */
	border-collapse: separate;
}

.menu_group img {
    margin-right:3px;
}

/* default menu style item */


table.menu_group
{	
    border:1px solid #716b54;
}

.menu_group td
{
	font-family: Tahoma,Arial,san-serif;
	font-size: 10px;
	color:#006633;
	cursor: pointer;line-height:16px;
}

.menu_group img
{
    margin-right:5px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	color: #006633;
	background-color:#f0ebd7;
	border-bottom:1px solid #d7cda5;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background:#e2dabb;
	color: #645b39 !important;
	border-bottom:1px solid #d7cda5;
}

.menuitem_hover td,
.menuitem_active td,
.menuitem_expanded td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td
{
	background:#e2dabb;
	color: #645b39 !important;
}

.menuitem_root_image
{
	cursor: pointer;
}



/** CSS-based menu for noscript**/

.dropdownmenu_noscript{
	width: 760px;
	height: 30px;
	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.about{left: 55px;}
.dropdownmenu_noscript li.whatsnew{left: 169px;}
.dropdownmenu_noscript li.government{left: 252px;}
.dropdownmenu_noscript li.services{left: 366px;}
.dropdownmenu_noscript li.community{left: 452px;}
.dropdownmenu_noscript li.visitors{left: 533px;}
.dropdownmenu_noscript li.business{left: 592px;}
.dropdownmenu_noscript li.iwantto{left: 655px;}

.dropdownmenu_noscript li a{
	display: block;
	position: relative;
	height: 30px;
	text-indent: -4000px;
}

.dropdownmenu_noscript li.home a{
	width: 55px;
	background: url(_gfx/nav/1.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.about a{
	width: 114px;
	background: url(_gfx/nav/2.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.whatsnew a{
	width: 83px;
	background: url(_gfx/nav/3.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.government a{
	width: 114px;
	background: url(_gfx/nav/4.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.services a{
	width: 86px;
	background: url(_gfx/nav/5.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.community a{
	width: 81px;
	background: url(_gfx/nav/6.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.visitors a{
	width: 59px;
	background: url(_gfx/nav/7.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.business a{
	width: 63px;
	background: url(_gfx/nav/8.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.iwantto a{
	width: 89px;
	background: url(_gfx/nav/9.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.about a:hover{
	background: url(_gfx/nav/2_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.whatsnew a:hover{
	background: url(_gfx/nav/3_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.government a:hover{
	background: url(_gfx/nav/4_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.services a:hover{
	background: url(_gfx/nav/5_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.community a:hover{
	background: url(_gfx/nav/6_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.visitors a:hover{
	background: url(_gfx/nav/7_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.business a:hover{
	background: url(_gfx/nav/8_over.gif) 0 0 no-repeat;
}

.dropdownmenu_noscript li.iwantto a:hover{
	background: url(_gfx/nav/9_over.gif) 0 0 no-repeat;
}
/************************************************
Forms
************************************************/

.form
{
	height:auto;
}

.form_in_tab
{
	padding:15px 0 10px 10px;
}

.survey div
{
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
}

.survey tr {background-color:#fff !important;}

.survey textarea
{
	width:500px;
	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: 540px;
	text-align: left;
	vertical-align:middle;
}

legend
{
	font-weight: bold;
	color:#625C4D;
}

fieldset
{
	border:solid 1px #c2bca6;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background-image: url(_gfx/button_save_bg.gif);
	font-family:Tahoma, sans-serif;
	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;
  padding-left:15px;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:3px 3px 0;
}

.rootnode
{
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a
{ 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/
.search
{
	min-height:320px;margin:0 20px 20px 20px;
}

*html .search {height:320px;}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #b2d2e9;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}

.search_summary
{
	font-weight:bold;
	background-color:#eef8ff;
	padding:10px;
	text-align:center;
	font-size:10px;
	background-image:url(_gfx/cmn/search_summary_bg.gif);
	background-repeat:repeat-x;
	_background-position:0 1px; /* for IE only */
	border:1px solid #b2d2e9;
	border-bottom:0;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#f4f9fc;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

.search_result_location
{
	padding-left:10px;
}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis
{
	padding:0;
	display:none;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
	display:none;
}

.search_result_info
{
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field
{
	font-weight:bold;
	text-transform:uppercase;
}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}


/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:20px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:700px;
}

.calendar
{
	width:700px;
	border: 0px;
	margin:0px;
	padding:0px;
}

.calendar_dayheader
{
	height: 1px;
	color: #ffffff;
	background: #9e6e3f url(_gfx/int/tableheader_bg.gif) 0 0 repeat-x;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
	border: 1px solid #9e6e3f;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 0px 0px 8px 0px;
	background: #fff;
	font-family: Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2E5031;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#2E5031 !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family:Arial, Helvetica, san-serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:100px;
	border: 1px solid #c2bca6;
}

.calendar_day,
.calendar_weekendday
{
	background-color:#ffffff;
	background-image:url(_gfx/calendar/calendar_day_BG.gif);
	background-repeat:repeat-x;
	color:#aaa69b;
}

.calendar_othermonthday
{
	background-color:#e1ded1;
	color:#9c9787;
}

.calendar_today
{
    background-color:#fff6a3;
    background-image:url(_gfx/calendar/calendar_today_BG.gif);
	background-repeat:repeat-x;
	color:#bfa862;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	display:block;line-height:10px;margin-top:10px;
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:3px 0;
}

.calendar_allinone .listtable
{
	width:720px;
}
.calendar_day br, .calendar_othermonthday br, .calendar_today br, .calendar_weekendday br {display:none !important;}
/*************************************************
Component detail 
*************************************************/
.component_title
{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	color: #637940;
	padding: 2px 0;
}

.component_subtitle
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 2px 0;
	color:#999;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px;
	width:400px;
}

.component_listitem div
{
	padding: 0 0 4px;
	width:400px;
}

.component_listitem_header
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
}

.component_content
{
}

/************************************************
Lists, including DataGrid classes
************************************************/
/* For links on top of page */
.topselector
{
	margin-bottom: 10px;
}

/* For dropdown filters */
.filter
{
	margin: 0px 10px 10px 0px;
}

.filter select
{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.timing
{
}

.listtable
{
	width:530px;
	border:1px solid #9e6e3f !important;
	background-color:#fffcee;
	border-collapse:separate;margin-top:10px;
}

.listtable th
{
	background: #9e6e3f url(_gfx/int/tableheader_bg.gif) 0 0 repeat-x;
	padding:2px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable a img {border:0px !important;}

.listtable tr:hover
{
	background-color:#ffffff;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #949494 #828282 #c2c2c2;
}

.listtable_checkboxcolumn
{
	padding:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
}

.listtable_row_off
{
	background-color:#ffffff;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border:solid 0px #ffffff;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #2E5031;
	border-collapse: separate;
}

.righttable th
{
	background-color: #2E5031;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	height:20px;
	font-size:9px;
}

.righttable_header a
{
	color:#ffffff;
}

.righttable td
{
    border:0;	
	border-top:1px solid #dadada;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover
{
	background-color:#fffcee;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.righttable_checkboxcolumn
{
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on
{
	background-color:#e4f1ff;
}

.righttable_row_off
{
	background-color:#ffffff;
}



/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
*FAQ List
************************************************/
.listfaq
{
border:solid 0px #FFFFFF;
}

.listfaq_th
{
	display: none;
}
.listfaq td
{
	border:0px solid #FFFFFF;
	padding:4px 4px 10px 0px;
	margin:0px;
}

.listfaq_pager
{
	text-align:right;
}

.listfaq_q
{
	font-weight:bold;display:block;
}


.listfaq_a_left
{ float:left;display:block;margin-right:5px;font-weight:bold;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

.rss_button
{
	float: right;
	margin:-30px auto 0px auto;
}

.survey td
{
	padding-top:5px;
	padding-bottom:5px;
}

.survey
{
	width: 530px;
	overflow: hidden;
}

/******************************************
* Photo Album 
******************************************/
.album_name, .album_details
{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	text-align:center;
}
.albumItem em
{
	font-style: normal;
	font-size: 9px;
	line-height:normal;
	color:#999;
}
.album_thumb
{
	background-position: top center;
	background-image: url(_gfx/album/exported_group.jpg);
	width: 190px;
	padding: 22px 21px 10px 21px;
	background-repeat: no-repeat;
	height: 120px;
	margin: 0 auto;
}
*html .album_thumb {margin:0 0 0px 22px !important;padding-bottom:20px !important;}
.album_thumb img
{
	width: 160px;
	height: 110px;overflow:hidden;margin-left:15px;
}
*html .album_thumb img {margin-left:0px;}

.album_name a
{
	text-transform:uppercase;
}

.categoryListFooter
{
	float:none;
	display:block;
	margin-bottom:20px;
}
/* End Category List */

/* Picture List */

.photoItem
{
	text-align:center;

}
.photoItem em
{
	font-style: normal;
	font-size: 8px;
	line-height:normal;
}
.photo_thumb
{
	display: block;
	background-position: top center;
	background-image: url(_gfx/album/single_photo.gif);
	overflow: hidden;
	width: 230px;
	padding: 55px 10px 20px 11px;
	background-repeat: no-repeat;
	height: 185px;
	margin: 0 auto;
}

*html .photo_thumb{
	padding-top: 55px;
	height: 230px;
}

.photo_thumb a
{
	display: block;
	text-align:center;
	margin: 0 auto;
	width: 208px;
	overflow: hidden;
	height: 130px;
	left: 0px;
	top:0px; 
}
.photo_thumb img
{
	padding: 0;
	margin: 0px auto;
}

.photoName
{
	font-weight:bold;
}
/* End Picture List */

/* Start Picture */
#Table11 
{
	margin: 0 auto 0 auto;
}
#Table11 img 
{
	display:block;

}
.photoDetail {	text-align:center; }
.slideShowNav { 
	text-align:center; 
	margin-bottom:10px;
	}


/* End Picture */


/***Document Central Index View****/
.document_index .filter span
{
	margin: 0;
	padding: 0;
	display: inline-block;
}

.document_index .filter
{
	margin: 0px;
	height: 70px;
}

.document_central_filter
{
	font-size: 9px;
}

.document_index span
{
	display: block;
	padding-left: 20px;
	height: 18px;
	margin: 0px 0px 5px 25px;
}

.document_index .backtotoplink
{
	margin-bottom: 15px;
}

span.sp
{
	display: none;
}


/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 

.home_top_boxes{
	background: url(_gfx/home/hometop_bg.gif) 0 0 no-repeat;
	float: right;
	width: 166px;
	height: 266px;
}

.home_top_boxes .enews a, .home_top_boxes .onlineservices a{
	display: block;
	height: 112px;
	width: 142px;
	font-family: Trebuchet MS, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 15px 0 0 12px;
}


.home_top_boxes .enews a {	background: url(_gfx/home/signup_bg.jpg) 0 0 no-repeat;}
.home_top_boxes .onlineservices a{	background: url(_gfx/home/online.jpg) 0 0 no-repeat;}

.home_top_boxes .enews a:hover {	background: url(_gfx/home/signup_over.jpg) 0 0 no-repeat;}
.home_top_boxes .onlineservices a:hover {	background: url(_gfx/home/online_over.jpg) 0 0 no-repeat;}

.home_top_boxes .enews a p, .home_top_boxes .onlineservices a p {	font-size: 11px;  margin: 2px 0 0 7px;padding-top:55px;}

.home_top_boxes .enews a p {color: #7c6443;}
.home_top_boxes .onlineservices a p{color: #4b4a47;}

.home_collage
{
float:left;
}

.home_collage img
{
	
}

.home_columns
{
	background:url(_gfx/home/homecolumns_bg.gif) 0 0 no-repeat;
	padding:0px;
}

.home_left
{
	display: inline;
	width:418px;
	float:left;
	padding:0;
	margin:2px 0 0 20px;
}

*html .home_left
{
	width: 390px;
	float:left;
	padding:0;
	margin:2px 0 0 25px;
}

.home_right
{
	width:285px;
	float:left;
	padding:0;
	margin: 2px 0 0 20px;
}

*html .home_right { width: 275px; margin-left: 45px;}

/************************************************
Home boxes
************************************************/

.box_list a {text-decoration:none;}
.box_list {margin-top:5px;}

.home_left .box_list {margin-left: 5px;}
.home_right .box_list {margin-left: 20px;}

.home_events
{
	overflow:hidden;
	color: #eeead3;	
	font-size:10px;
}

.home_events .box_title, .home_news .box_title
{
	display: block;
	height: 50px;
	background: none;
	text-align: left;
	text-indent: -4000px;
	margin-bottom: 10px;
}

.home_events .box_title {background: url(_gfx/home/calendar_title.gif) 0 0 no-repeat;}
.home_news .box_title {background: url(_gfx/home/citynews.gif) 0 0 no-repeat;}

.home_events .box_item{ margin: 5px 0 20px 25px;}

.home_events .box_list a
{
    font-size:12px;
	font-weight: bold;
	color: #6b812f;display:block;
		padding-left: 8px;background: url(_gfx/home/event_bg.gif) 0 6px no-repeat;
}

.home_events .box_list a:hover
{
	text-decoration:underline;
}

.home_events .box_item_date
{
    font-size:11px;
    color:#686868;
	padding-left: 8px;
	margin-bottom: 14px;
}

.home_news
{
	color: #eeead3;	
	font-size:12px;
}

.home_news .box_item{ background: none; border: none; margin: 0 0 10px 10px;}

.home_news .box_list a
{
	font-size:13px;
	font-weight: bold;
	width: 277px;
	float: left;
	color: #a8661c;
	background: none;
}

.home_news .box_item_pic
{
	float: left;
	margin: 0 10px 10px 0;border:0px;
	width:79px;
}

.home_news .box_item_pic a img {	border:1px solid #EBE1D8;}

.home_news .box_item_pic a img, .home_news .box_item_pic a {width:79px;}

.home_news .box_item_desc
{
	font-size:11px;
	float: left;
	width: 277px;
	color: #616161;
}

.home_news .box_item_desc a
{
	font-size:11px;
	float: none;
	font-weight: normal;
	color: #a8661c;
	text-decoration: underline;
	background: none;
}

.home_news .box_list a:hover
{
	text-decoration:underline;
}

.home_news .box_item_desc a:hover{
	text-decoration: none;
}

.home_news .box_item_date
{
    font-size:10px;
}

.home_events .box_bottomlink a
{
	display: block;
	text-align: left;
	text-indent: -4000px;
	margin-bottom: 5px;
	height: 41px;
	width: 260px;
}
.home_events .box_bottomlink a.viewcalendar
{
	background: url(_gfx/home/viewcalendar.jpg) 0 0 no-repeat;
}
.box_bottomlink a.meetingonline {display:none;}
.home_events .box_bottomlink a.meetingonline
{
	background: url(_gfx/home/meetingonline.jpg) 0 0 no-repeat;display:block;
}

.home_news .box_bottomlink a
{
	display: block;
	text-align: left;
	text-indent: -4000px;
	margin-bottom: 5px;
	height: 41px;
	width: 381px;
	background: url(_gfx/home/morenews.jpg) 0 0 no-repeat;
}

.home_events .box_bottomlink a.viewcalendar:hover {background: url(_gfx/home/viewcalendar_over.jpg) 0 0 no-repeat;}
.home_events .box_bottomlink a.meetingonline:hover {background: url(_gfx/home/meetingonline_over.jpg) 0 0 no-repeat;display:block;}
.home_news .box_bottomlink a:hover {background: url(_gfx/home/morenews_over.jpg) 0 0 no-repeat;}

.home_prop { height:200px; float:right; width:1px}

.under {text-decoration:underline;}
#cancelButton, #goButton {margin:50px 0 180px 0;}





.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;
}
