/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: 0;
	margin: 0px;
	padding: 0px;
	background: #628ba5 url(_gfxDept/cmn/site_bg_strip.gif) 0 0 repeat-x;
	text-align:left;
}


body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:15px;
	color: #555555;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px !important;	
	line-height:18px;
	color: #63889c !important;
	font-weight: bold !important;
}

a img
{
	border: 0;
}

a
{
	color: #af0900;
	text-decoration:none;
}

a:hover
{ 
    text-decoration:underline;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
	display: block;
	margin-top: 10px;
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after,
.contentheader_banner:after, 
.content:after, 
.content_wrapper:after,
.container:after,
.width_container:after, 
.title:after,
.home_columns:after,
.content_wrapper2:after,
.search_result:after,
.search_result_alternate:after,
.component_listitem:after,
.home_zoning:after
{ 
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
	line-height: 0;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.contentheader_banner, 
.content,
.content_wrapper,
.container,
.width_container,
.title_right,
.home_columns,
.content_wrapper2,
.search_result,
.search_result_alternate,
.component_listitem,
.home_zoning
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .contentheader,
* html .contentheader_banner, 
* html .content_wrapper, 
* html .content, 
* html .container,
* html .width_container,
* html .title_right,
* html .home_columns,
* html .content_wrapper2,
* html .search_result,
* html .search_result_alternate,
* html .component_listitem,
* html .home_zoning
{
	height:1%;
}

.clearfix, .mainSpan, .contentheader, .contentheader_banner, .content, .container, .width_container, .content_wrapper, .title_right, .home_columns, .content_wrapper2,
.search_result,
.search_result_alternate,
.component_listitem,
.home_zoning
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
	width: 100%;
}

.mainSpan
{
	background:  url(_gfxDept/cmn/shadow_strip.gif) center 0 repeat-y;
}

.mainSpan_wrapper_home .mainSpan
{
	background:  url(_gfxDept/cmn/shadow_strip_home.gif) center 0 repeat-y;
}

.dropshadow
{
	background:  url(_gfxDept/cmn/site_bg_int.jpg) center 0 no-repeat;
}

.mainSpan_wrapper_home .dropshadow
{
	background:  url(_gfxDept/cmn/site_bg.jpg) center 0 no-repeat;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/

.width_container
{
	background: #ffffff url(_gfxDept/int/int_left_strip.gif) 0 0 repeat-y;
	width: 940px;
	margin: 0px auto;
}

.mainSpan_wrapper_home .width_container
{
	background: #ffffff url(_gfxDept/home/home_strip.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
	background: #ffffff;
	background-image: none;
}

.content_wrapper
{
	background: url(_gfxDept/int/content_bottom.jpg) bottom left no-repeat;
	padding-bottom: 54px;
}

.mainSpan_wrapper_home .content_wrapper
{
	background-image: none;
	padding-bottom: 0;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	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;
}

iframe.external_link
{
	background: 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
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header_wrapper
{
	width: 940px;
	margin: 0px auto;
}

.printonly {
	display: none;
}

.header
{
	width: 940px;
	height: 132px;
	background: url(_gfxDept/cmn/header_bg.gif) 0 0 no-repeat;
	position: relative;
}

.header_left
{
	float:left;
	width:420px;
}

.header_left a.home_link
{
	width: 350px;
	position: absolute;
	top: 23px;
	left:10px;
	display:block;
	overflow: hidden;
	height: 92px;
	text-indent: -4000px;
}

.header_right
{
}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}

/* Top line of links */

.header_nav
{ 
	text-align: right;
	padding: 6px 5px 0 0;
	color: #5e88a2;
}

.header_nav a
{	
	color: #5e88a2;
	font-weight: bold;
}

/* Container for search field and go button */
.searchbox
{ 
	width: 172px;
	position: absolute;
	top: 134px;
	right: 9px;
}

.searchbox_textbox
{
	float:left;
	padding:2px 0 2px 5px;
	margin:10px 0 0px 0px;
	line-height:15px;
	border: 1px solid #720b02;
	width:136px;
	background: #ffffff;
	color: #555555;
}

.searchbox_button
{	
	width: 29px;
	float: left;
	margin:10px 0px 0px 0px;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	width: 228px;
	float:left;
	padding-bottom:250px;
	border-top: 1px solid #ababac;
}

.leftnav a
{
	display:block;
	width: 216px;
	padding: 7px 7px 7px 5px;
	text-decoration:none;
	overflow: hidden;
	color: #42464f;
	border-bottom: 1px solid #b9b9b9;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background: #d1d1d1;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background: #717376;
	color: #ffffff;
	text-transform: uppercase;
}

.leftnav a:hover
{
	color: #f6ecdf !important;
	background:  #63889c;
	text-decoration:none;
}

.leftnav a span{
	padding-left: 20px;
	display: block;
}

.leftnav_node_haschildren a span, .leftnav_node_haschildren a:hover span
{
	padding-left: 22px;
	background: url(_gfxDept/nav/arrow_down.gif) no-repeat 7px 5px;
}

.leftnav_node_iscurrent a span, .leftnav_node_iscurrent a:hover span
{
	background: url(_gfxDept/nav/arrow_right_current.gif) no-repeat 7px 4px;
	font-weight: bold;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.mainSpan_wrapper .container, 
.mainSpan_wrapper_noleftnav .container, 
.mainSpan_wrapper_review .container
{ 
	float:left;
	width: 712px;
	background: url(_gfxDept/int/content_top.jpg) 0 0 no-repeat;
	height: auto !important;
	min-height: 400px;
	height: 400px;
}

.contentheader, .contentheader_banner
{
	padding: 7px 20px 15px 20px;
}

.deptbanner
{
	display: block;
	margin: 2px 0 0 2px;
	float: left;
}

.breadcrumb_wrapper
{
	padding: 0px 0px 14px 0px;
	font-size:10px;
	line-height: 12px;
	color: #5e88a2;
	height: auto !important;
	min-height: 12px;
	height: 12px;
	font-family: tahoma, geneva, sans-serif;
}


.breadcrumb a
{ 
	color: #5e88a2;
	text-decoration: underline;
}

.breadcrumb a:hover
{
	text-decoration: none;
}

.breadcrumb_last_item, .breadcrumb_last_item:hover
{
	text-decoration:none !important;
}

.printer_friendly, .forward_link, .rss{
	 float:right;
    text-align:left;
	margin-left: 15px;
}


.printer_friendly{width:41px;}
.forward_link{width:46px;}
.rss{width:37px; }

.printer_friendly a, .forward_link a, .rss a{
    display:block;
	font-size: 10px;
	font-family: tahoma, geneva, sans-serif;
	text-decoration: underline;
    padding-left:18px;
	line-height: 16px;
	height: 26px;
}

.printer_friendly a{background: url(_gfxDept/int/print.gif) 0 2px no-repeat;}
.forward_link a{background:url(_gfxDept/int/email.gif) 0 0 no-repeat;}
.rss a{background:url(_gfxDept/int/rss.gif) 0 2px no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration: none;
}

.title_right
{
	padding: 8px 0px 0px 0px;
	width: 100%;
	float: right;
	clear: both;
	border-top: 1px solid #bcced9;
}

.title_left{
	padding-left: 1px;
	margin-bottom: -3px;
}

.contentheader h1,
.contentheader_banner h1
{
    font-size: 24px;
	color:#8b0b04;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 28px;
	width: 100%;
}

/** decoy sIFR styles, do modify**/
.sIFR-hasFlash h1
{
	visibility: hidden;
	font-weight: normal;
	color:#8b0b04;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	font-size: 24px;
	width: 100%;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:0px;
    margin: 0px;
	font-size:15px;
	line-height:18px;
	font-weight: bold;
	color: #63889c;
}

/************************************************
Content: main content area
************************************************/

.fix_intheight{ display: none;}

.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;
	width: 672px;
}

.content p
{ 
	margin-top: 0px;
}

.content textarea
{
	width: 550px;
}

.content input
{
	line-height: 14px !Important;
}

.content ul, .content ol
{
	padding:0px 0 0 auto;
	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 0px 30px;
}

.mainSpan_wrapper .container .content .downloadmessage,
.mainSpan_wrapper_noleftnav .container .content .downloadmessage,
.mainSpan_wrapper_review .container .content .downloadmessage
{
	clear: both !important;
	background: #f2f2e6;
	border:solid 1px #c1c1a6;
	text-align:center;
	width: 85%;
	margin: 10px auto;
	padding: 0;
}

.downloadmessage img
{
	border:0px;
	margin:0px 2px;
}

.downloadmessage p
{
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container
{
	width: 100%;
	background: url(_gfxDept/int/noleft_content_top.jpg) 0 0 no-repeat;
}

.mainSpan_wrapper_noleftnav .deptbanner, .mainSpan_wrapper_noleftnav .banner_holder
{
	display: none;
}

.mainSpan_wrapper_noleftnav .content
{
	width: 900px;
	padding: 0px 20px;
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{
	width: 100%;
	background: url(_gfxDept/int/noleft_content_top.jpg) 0 0 no-repeat;
}

.mainSpan_wrapper_review .contentheader
{
	display:none;
}

.mainSpan_wrapper_review .content{
	width: 900px;
	padding: 0px 20px;
}

.mainSpan_wrapper_review .component_title_review
{
	margin: 0px 0 40px 0;
	width: 100%;
	font-size:21px;
	font-weight:bold;
    padding:36px 0px 0px 1px;
	border-bottom: 1px solid #bcced9;
	color: #8b0b04;
	line-height: 22px;
	text-transform: uppercase;
}

/* 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;
}

/* Homepage */
.mainSpan_wrapper_home .container
{
	width: 100%;
	padding: 0;
	margin: 0;
}

.mainSpan_wrapper_home .contentheader
{
    display:none;
}

.mainSpan_wrapper_home .content
{
	padding:0;
	margin:0;
}

.mainSpan_wrapper_home .content ul
{
	padding:0px;
	margin:0;
}

.mainSpan_wrapper_home .content ul li
{
	padding: 0px 0px;
}


/************************************************
Footer
************************************************/

.footer_wrapper
{
	clear: both;
	background: url(_gfxDept/cmn/footer_wrapper.png) center top no-repeat !important;
	background-image:none;
	width: 100%;
}

.footer
{
	padding: 19px 11px 20px 11px;
	font-size: 11px;
	color: #23516d;
	line-height: 14px;
	width:918px;
	margin: 0 auto;
	background: url(_gfxDept/cmn/footer.png) center top no-repeat;
}

 * html  .footer
{
	background: transparent none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_gfxDept/cmn/footer.png', sizingMethod='crop');
}

.footer a
{
	color: #bfc3c5;
}

 .footer a, .footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

.footer p
{
	color: #23516d;
}

.footer_nav a
{
	text-transform: uppercase;
	color: #23516d;
}

.LoginButtonPanel
{
	padding-right:12px;
	font-size: 11px;
	text-align: right;
	color: #eed5ae;
}

.LoginButtonPanel a
{	
	color: #fffbf4;
	text-decoration: none;
}

.LoginButtonPanel a:hover
{
	color: #fffbf4;
	text-decoration: underline;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
	float:left;
	width:459px;
	overflow: hidden;
}

.depthome_right
{
	float:right;
	width:171px;
	overflow: hidden;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	background:  url(_gfxDept/int/deptbox_strip.gif) 0 0 repeat-y;
	width: 171px;
	float: right;
	margin-bottom: 15px;
}

.depthome_right .box_title
{
	height: 27px;
	width: 171px;
	background: url(_gfxDept/int/news_box_top.gif) top center no-repeat;
	text-indent: -4000px;
	overflow: hidden;
}

.depthome_right .events_box .box_title
{
	background: url(_gfxDept/int/events_box_top.gif) top center no-repeat;
}

.depthome_right .box_list
{
   padding: 10px 10px 12px 12px;
   min-height: 65px;
	height: auto !important;
	height: 65px;
	background: url(_gfxDept/int/deptbox_bg.gif) 0 0 no-repeat;
}

.depthome_right ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
}

.depthome_right li
{
	margin: 0px;
	padding: 0px 0 5px 0 !important;
	font-size: 12px;
	line-height: 14px;
}

.depthome_right li a
{
	color: #585858;
	font-size: 12px;
	line-height: 14px;
}

.depthome_right .events_box li
{
	padding-bottom: 12px !important;
}

.depthome_right .events_box ul, .depthome_right .events_box li, .depthome_right .events_box li a
{
	line-height: 12px;
}

.depthome_right .events_box .box_list
{
	 padding: 12px 10px 5px 12px;
}

.depthome_right .box_item_date
{
	font-size: 11px;
	color: #989898;
	line-height: 12px;
}

.depthome_right .box_bottomlink{
	padding: 0px 12px 10px 0px;
	background: url(_gfxDept/int/deptbox_bottom.gif) bottom left no-repeat;
	float: right;
	width: 159px;
}

.depthome_right .box_bottomlink a,
.depthome_right .box_bottomlink a:hover
{
    display:block;
	text-align:left;
	text-indent: -4000px;
	overflow: hidden;
	float: right;
}
.depthome_right .news_box .box_bottomlink a
{
	width: 70px;
	height: 10px;
	background: url(_gfxDept/int/news_more.gif) 0 0 no-repeat;
}

.depthome_right .events_box .box_bottomlink a
{
	width: 79px;
	height: 10px;
	background: url(_gfxDept/int/events_more.gif) 0 0 no-repeat;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage img
{
	display: block; 
}

.home_collage
{
	position: relative;
	height: 241px;
	width: 677px;
	padding: 6px 10px 1px 7px;
	background: url(_gfxDept/home/collage_bg.gif) 0 0 no-repeat;
	z-index: 0;
}

.home_collage .image_collage
{
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

.home_collage #imgHidden
{
	position: absolute;
	z-index: 0;
}

.home_collage #imgSlide
{
	position: absolute;
	z-index: 1;
}

.home_columns
{
	width:100%;
	background: url(_gfxDept/home/content_bg_strip.gif) 0 0 repeat-x;
	clear: both;
}

.home_left
{
	width:694px;
	float:left;
}

.home_right
{
	width:246px;
	float:right;
	overflow: hidden;
}

.home_spotlight
{
	background: #155f8d url(_gfxDept/home/spotlight_strip.gif) 0 0 repeat-x;
	color: #ffffff;
	padding: 14px 19px 14px 19px;
	line-height: 16px;
	margin-right: 1px;
}

.home_spotlight a, .home_spotlight td, .home_spotlight th, .home_spotlight li, .home_spotlight p
{
	color: #ffffff;
	line-height: 16px;
}

.home_spotlight a
{
	text-decoration: underline;
}

.home_spotlight a:hover
{
	text-decoration: none;
}

.home_spotlight p
{
	margin: 0;
	padding: 0;
}

/************************************************
Home boxes
************************************************/

.leftboxes_wrapper
{
	background: url(_gfxDept/home/leftboxes_strip.gif) 0 0 repeat-y;
	position: relative;
	margin-bottom: 2px;
	width: 694px;
}

.leftboxes
{
	background: url(_gfxDept/home/leftboxes_bottom.gif) left bottom no-repeat;
	padding-bottom: 15px;
}

.home_community
{
	width: 309px;
	float: left;
	background: url(_gfxDept/home/community_bg.gif) 0 0 no-repeat;
	padding: 17px 20px 0px 19px;
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

.home_tod
{
	width: 310px;
	float: left;
	background: url(_gfxDept/home/tod_bg.gif) 0 0 no-repeat;
	padding: 17px 17px 0px 19px;
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

.home_zoning
{
	clear: both;
	background: url(_gfxDept/home/zoning_bg.gif) 0 0 no-repeat;
	padding: 17px 18px 15px 18px;
	min-height: 96px;
	height: auto !important;
	height: 96px;
}

.home_community .box_title,
.home_tod .box_title,
.home_zoning .box_title,
.home_news .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 20px;
	border-bottom: 1px solid #b6c7d2;
}


.home_left .box_bottomlink a,  .home_left .box_bottomlink a:hover
{ 
	display: block;
	float: right;
	text-align: left;
	text-indent: -4000px;
	overflow: hidden;
	width: 85px;
	height: 22px;
	background: url(_gfxDept/home/more.gif) 0 0 no-repeat;
}

.home_community .box_title
{
	background: url(_gfxDept/home/community_title.gif) 0 0 no-repeat;
}

.home_community .box_content, .home_tod .box_content
{
	padding:22px 0 13px  1px;
}

.home_community .box_content img, .home_tod .box_content img, .home_zoning .box_content img
{
	float: left;
	border: 1px solid #2a5670;
	width: 96px;
	height: 62px;
	margin: 0 18px 0 0;
}

.home_tod .box_title
{
	background: url(_gfxDept/home/tod_title.gif) 0 0 no-repeat;
}

.home_zoning .box_title
{
	background: url(_gfxDept/home/zoning_title.gif) 1px 0 no-repeat;
}

.home_zoning .box_content
{
	padding:16px 0 12px  1px;
	line-height: 16px;
}

.home_zoning .box_content p, .home_zoning .box_content td, .home_zoning .box_content li
{
	line-height: 16px;
}

/** News Box **/

.home_news .box_title
{
	background: url(_gfxDept/home/news_title.gif) 0 0 no-repeat;
	height: 76px;
	border: 0;
}

.home_news .box_list
{
	background: url(_gfxDept/home/news_strip.gif) 0 0 repeat-y;
	margin-bottom: 3px;
}

.home_news .box_list li
{
	background: url(_gfxDept/home/news_top.gif) 0 0 no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home_news .box_item_summary1, .home_news .box_item_summary2, .home_news .box_item_summary3, .home_news .box_item_summary4, .home_news .box_item_summary5
{
	min-height: 49px;
	height: auto !Important;
	height: 49px;
	padding: 7px 18px 8px 22px;
	font-size: 12px;
	line-height: 16px;
}

.home_news .box_list li .box_item_summary1{background: url(_gfxDept/home/news1.gif) bottom left no-repeat;}
.home_news .box_list li .box_item_summary2{background: url(_gfxDept/home/news2.gif) bottom left no-repeat;}
.home_news .box_list li .box_item_summary3{background: url(_gfxDept/home/news3.gif) bottom left no-repeat;}
.home_news .box_list li .box_item_summary4{background: url(_gfxDept/home/news4.gif) bottom left no-repeat;}
.home_news .box_list li .box_item_summary5{background: url(_gfxDept/home/news5.gif) bottom left no-repeat;}

.home_news .box_item_title
{
	color: #231f20;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 15px 0 21px; 
}

.home_news .box_item_title span
{
	font-size: 24px;
	line-height: 24px;
	color: #477a99;
}

.home_news .box_list p
{
	display: none;
}

.home_news .box_item_title a, .home_news .box_item_title a:hover
{
	color:#231f20;
}


/************************************************
Forms
************************************************/

.form
{
	height:auto;
}

.form_in_tab
{
	padding:15px 0 10px 10px;
}

.form div
{
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label
{
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field
{
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend
{
	font-weight: bold;
	color:#63889c;
}

fieldset
{
	border:solid 1px #c1c1a6;
}

hr
{
	color: #c1c1a6;
	background-color: #c1c1a6;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #c1c1a6;
	background-color: #ffffff;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #c1c1a6;
	background-color: #ffffff;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #827d00;
	font-weight: bold;
	padding: 3px 10px;
	color: #f5e7d3;
	border: 2px solid #c1c1a6;
	cursor: pointer;
	overflow: visible;
	display: inline-block;
	text-decoration: none;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
	cursor: hand;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

/************************************************
Member Login
************************************************/
.login
{
}

.login .form_label
{
	float:left;
	margin: 5px 0;
}

.login .form_field
{
	float:left;
	margin: 5px 0;
}

.login .form_div
{
	width:100%;
	float:left;
	margin-bottom:10px;
}

/************************************************
Search
************************************************/
.search
{
	width: 940px;
	overflow: hidden;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	font-size:11px; 
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #c1c1a6;
	background-color:#f2f2e6;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background-color:#e6e6d8;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 25px 10px 25px;
	border-bottom:1px solid #c1c1a6;
}

.search_result_alternate
{
	background: #f2f2e6;
}

.search_result_title
{
	font-weight:bold;
	font-size:14px;
}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis
{
	padding:0;
}

.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;
	/*display:none;*/
}

span.search_result_info
{
	padding: 0 0 0px 20px;
}

.search_result_info_field
{}

a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

.search_features a.advanced_search_link
{
	margin-top: -35px;
}

.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;
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:10px;
	padding:0px 25px 6px 25px;
}

.search_features
{
	background-color: #f2f2e6;
	border-top: solid 1px #c1c1a6;
	border-bottom: solid 1px #c1c1a6;
	padding: 10px 35px;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
	position: relative;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	border: solid 1px #c1c1a6;
	line-height:13px;
	width: 217px;
	padding: 2px 0 1px 3px;
	height: 15px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 350px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #c1c1a6;
	border-bottom: dashed 1px #c1c1a6;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 1px 0 1px 22px;
	background: url(_gfxDept/cmn/arrow.gif) 0px 1px no-repeat;
	line-height: 18px !important;
}

div.sort_items span.item IMG /*for ie6, inline image bug*/
{
	vertical-align: middle;
	margin: 4px 0 5px 0;
}

div.sort_items span.item a
{
	line-height: 18px;
}

.sort_container_inline
{
	font-weight: bold;
	width: 100%;  /** for IE6/7 **/
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: both;
	width: 145px;
	line-height: 18px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0;
	clear: right;
	width: 400px;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}


/************************************************
Google Search
************************************************/
#cse-search-results iframe
{
	width: 845px;
}


/************************************************
Lists, including DataGrid classes
************************************************/
.alphabetpicker a
{
	font-size:12px;
}

/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter, .alphabetpicker
{
	margin: 10px 0px;
	font-size: 12px;
}

.filter select
{
	font-size:12px;
	width:180px;
}

.listtable
{
	width:100%;
	border:1px solid #c1c1a6 !important;
	background-color:#f2f2e6;
	border-collapse:collapse;
	margin: 10px 0;
}

.listtable th
{
	padding: 6px 4px 7px 9px;
	text-align:left;
	color: #f5e7d3;
	background-color: #827d00;
	font-weight: normal;
	text-transform: uppercase;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	border: 0;
}

.listtable_header a
{
	color:#f5e7d3;
}

.listtable td
{
	border:0 !important;
	border-top:1px solid #c1c1a6 !important;
	border-right:1px solid #c1c1a6 !important;
	padding:4px 4px 4px 9px;
	margin:0;
}

.listtable tr:hover
{
	background-color:#e6e6d8;
}

.listtable_row_on
{
	background-color:#e6e6d8;
}

.listtable_row_off
{
	background-color:#f2f2e6;
}

/************************************************
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;
}

/************************************************
Plain lists
************************************************/

.newsimg {	 float:left;  }
.newsimg img { 	margin: 3px 10px 0px 0px;	}
.newstitle br {	display:none;}
.newstitle a {	}

.listcomponent .newsimg img {margin: 4px 10px 0 0;}
.listcomponent .newstitle { }
.newspostdate {font-style:italic;}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:250px;
	border:1px solid #c1c1a6;
	border-collapse: collapse;
	background-color: #f2f2e6;
}

.righttable th
{
	background: #827d00;
	padding: 6px 4px 7px 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-align:left;
	color: #f5e7d3;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
}

.righttable_header a
{
	color:#f5e7d3;
}

.righttable td
{
	border:0;
	border-top:1px solid #c1c1a6;
	border-right:1px solid #c1c1a6;
	padding:4px 4px 4px 9px;
	margin:0;
}

.righttable tr:hover
{
	background-color:#e6e6d8;
}

.righttable_row_on
{
	background-color:#e6e6d8;
}

.righttable_row_off
{
	background-color:#f2f2e6;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
	font-size:18px;
	line-height:22px;
	font-weight: normal;
	color: #8b0b04;
}

.component_subtitle, .component_subtitle span, h3, h2
{
	font-size:15px;
	line-height:18px;
	font-weight: bold;
	color: #63889c;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 2px 0 15px 0;
	
}

.component_listitem div
{
	clear: both;
}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	display:block;
	float:left;
	clear: left;
}

.component_listitem_header_wider
{
	width:150px;
}

.component_listitem_content
{
	width:300px;
	display:block;
	float:left;
}

.component_content
{
	clear: both !important;
	width: 100%;
}

.outlookcalendar
{
	display: block;
	padding-top: 10px;
	width: 200px;
	clear: both;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px auto;
	width:858px;
}

.calendar
{
	width:100%;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}

.calendar_dayheader
{
	line-height: 27px;
	color: #ffffff;
	background: #827d00;
	padding: 2px 0px 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	font-family: verdana, geneva, sans-serif;
}

.calendar_title td
{
	padding: 11px 0px 10px 0px;
	font-size: 20px;
	width: 50% !important;
	font-weight: bold;
	color: #8b0b04;
	overflow: visible;
	text-transform: uppercase;
}

td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

td.calendar_nextprev a
{
	color: #b52017 !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	font-family: verdana, geneva, sans-serif;
}

td.calendar_nextprev a:hover
{
	color: #b52017 !important;
	text-decoration: none;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.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 #c1c1a6;
	font-family: verdana, arial, sans-serif;
}


.calendar_day,
.calendar_weekendday
{
	background: #f2f2e6;
	color: #827d00;
}

.calendar_othermonthday
{
	background:#cdccb1;
	color:#ffffff;
}

.calendar_today
{
    background: #9ab9cc url(_gfxDept/int/calendar_today_strip.gif) 0 0 repeat-x;
	color:#356e92;
}

.calendar_eventtime
{
	line-height:12px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #573a08;
	font-family: tahoma, geneva, sans-serif;
}

.calendar_eventlink
{
	line-height:12px;
	font-size: 11px;
	display:block;
	margin:0px 0px 10px 0px;
	font-weight: normal;
	font-family: tahoma, geneva, sans-serif;
	text-decoration: underline;
}

.calendar_eventlink:hover
{
	text-decoration: none;
}

.calendar_today .calendar_eventtime
{
	color:#573a08;
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_selectedday br,
td.calendar_othermonthday br
{
	display: none;
}

/************************************************
Site map
************************************************/
.sitemap
{
  border:solid 0 #000;
  padding-left:15px;
}

.sitemap img{
	padding: 0 5px 0 0;
	margin: 0;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:0px;
}

.rootnode a,
.parentnode a
{ 
	color: #573a08;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfxDept/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}

/************************************************
FAQ List
************************************************/

.listfaq
{
	border-collapse: separate !important;
	background-color:#f2f2e6;
	border:1px solid #c1c1a6;
	width:100%;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:100%;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px 4px 14px 4px;
	border: 0;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:96%;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #c1c1a6;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:10px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #c1c1a6;
	background-color:#f2f2e6;
	text-decoration:none;
	font-size:10px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#e6e6d8;
}

.listcomponent_pager
{
	text-align:left;
}


/************************************************
Link List
************************************************/

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate;
}

.listlink td
{
	padding:0px !important;
	border:none;
}


/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px 0;
}

.area_div
{
	padding: 5px 0;
	clear: both;
	line-height: 15px !important;
}

.area_div span
{
	width: auto !Important;
	float: none !Important;
}

.area_div label,  .area_div div,  .area_div td
{
	line-height: 15px !important;
}

.area_div span label
{
	line-height: 17px !important;
	padding-top: 3px;
	width: 150px !Important;
	display: block;
	float: left;
	clear: left;
}

.area_div td label
{
	line-height: 17px !important;
	display: block;
	padding-top: 1px;
}

.area_div td input
{
	margin-right: 0;
}

.area_div  input
{
	margin-right: 3px;
}

/************************************************
Form/Survey Component
************************************************/

.survey_title
{
	font-size: 14px;
	font-weight: bold;
}

/** removes bold text from questions**/
.survey_container table table td b
{
	font-weight: normal !important;
}

.survey_container span
{
	background: transparent !important;
}

.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 8px 0 !important;
}

/*following two styles reduce the gap at the top of the page in Firefox and Safari, caused by the padding on two empty table rows*/
.survey_container table tr:first-child td
{
	padding: 0px 0px 0px 0 !important;
}

/*works in Safari!*/
.survey_container table tr:nth-child(0n+2) td
{
	padding: 0px 0px 0px 0 !important;
}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td
{
	padding: 0px 0px !important;
}

.survey_container table table table table tr td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table table table tr:first-child td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table table table tr:nth-child(0n+2) td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table 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 #000000;
}

.staff_component_title
{
	font-size:15px;
	font-weight: bold;
	color: #8b0b04;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin: 5px 5px 20px 5px;
	text-align:center;
}

.album_thumb
{
	background: url(_gfxDept/album/exported_group.jpg) top center no-repeat;
	overflow: hidden;
	width: 260px;
	height:130px;
	padding-top:22px;
	margin: 0 auto;
}

.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;
	line-height: 15px;
}

.photo_item
{
    padding:20px;
    text-align:center;
	margin: 5px;
}

.photo_thumb
{
    background: url(_gfxDept/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;
    width:140px;
	background: #827d00;
   	border: 1px solid #c1c1a6;
 	text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #ffffff;
    background: url(_gfxDept/album/slideshow.gif) 7px 7px no-repeat;
    font-size:11px !important;
	font-weight:bold;
}

.slideshow_nav
{
    text-align:center;
}

#photo_single
{
	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 00px;
	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 #000000;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	
}

.official_info_div
{
	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 3px 3px 3px;
}

.official_message_body
{
	height:auto;
	width:411px;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }


/************************************************
Weather component
************************************************/
.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #c1c1a6;
	height: 180px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
	width: 17.5%;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.clear
{
	clear: both;
}

/************************************************
Facility component
************************************************/
.facility_header_cell{
	font-weight:bold;
}

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 #032C48;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:10px;float:left;}
.facility_detail a {font-weight:bold}

/************************************************
Poll component
************************************************/
.poll
{
	margin: 20px 0px 0px 0px;
	width: 100%;
}

.poll_q
{
	font-weight: bold;
}

.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	float: left;
	clear: left;
	margin: 3px 10px 0px 0px;
	height: 13px;
	width: 13px;
	padding: 0;
}

.poll_choices label
{
	float: left;
	width: 620px;
}

.mainSpan_wrapper_noleftnav .poll_choices label
{
	width: 820px;
}

.poll_result_answer table tr
{
	height: 12px !important;
}

.poll_result_answer table
{
	border:1px solid #c1c1a6 !important;
}

/************************************************
Business Directory
************************************************/
.business_list_name
{
	font-size: 14px;
	font-weight: bold;
}

.business_image_container
{

	margin-top: 10px;
}

.business_image_container IMG
{
	margin:0px 0px 10px 0; 
	border:1px solid #c1c1a6;
}

.business_list_container
{

	margin-top: 10px;
}

.business_list_title
{
	width:60px;
	display:block;
	float: left;
	clear: left;
	font-weight: bold;
}

.business_thumbnail_span
{
	display: block;
	padding: 10px 0;
}

.business_thumbnail_span IMG
{
	border:1px solid #c1c1a6;
}

.business_listitem_span .component_content
{
	padding-top: 10px;
}

.list_business
{
 	padding-bottom: 20px;
}

/**********************************************
CAPTCHA
**********************************************/
.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}

/* 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;
}



