/************************************************
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: #4972b8;
	text-align: center;
}

table
{
	font-size: 11px;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;	
	line-height:18px;
	color: #434343;
}


h3
{
	font-size: 14px !important;
	color: #7b6d62 !important;
	font-weight: bold !important;
}

a img
{
	border: 0;
}

a
{
	color: #28467f;
	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, 
.contentheader: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_menus:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content,
.content_wrapper,
.container,
.width_container,
.title_right,
.home_columns,
.content_wrapper2,
.search_result,
.search_result_alternate,
.component_listitem,
.home_menus
{
	display:inline-block;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .width_container, .content_wrapper, .title_right, .home_columns, .content_wrapper2, .search_result, .search_result_alternate, .component_listitem, .home_menus
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
	width: 100%;
	background: #173a78 url(_gfx/cmn/body_bg_strip.gif) center top repeat-x;
}

.mainSpan
{
	width: 100%;
	text-align: center;
	background: url(_gfx/cmn/body_bg.gif) center top no-repeat;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/

.width_container
{
	background: url(_gfx/int/container_strip.gif) 0 0 repeat-y;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

.mainSpan_wrapper_home .width_container
{
	background: url(_gfx/home/home_columns_strip.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
	background-color: #ffffff;
	background-image: none;
}

.content_wrapper
{
	background: url(_gfx/int/content_bottom.jpg) bottom center no-repeat;
}

.mainSpan_wrapper_home .content_wrapper
{
	background-image: none;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	background: url(_gfx/int/noleft_content_bottom.jpg) bottom center no-repeat;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

.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
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header_wrapper
{
	width: 940px;
	margin: 0 auto;
	text-align:left;
}

.printonly {
	display: none;
}

.header
{
	width: 940px;
	padding:  0px;
	height: 131px;
	background: url(_gfx/cmn/header_bg.png) 0 0px no-repeat;
	position: relative;
}

.header_left
{
	float:left;
	width:90px;
}


.header_left a.home_link
{
	width: 675px;
	position: absolute;
	top: 30px;
	left: 0px;
	display:block;
	overflow: hidden;
	height: 80px;
	text-indent: -4000px;
}

.header_right
{
	width: 183px;
	height: 27px;
	float: right;
	clear: right;
	margin-top: 19px;
}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}

/* Top line of links */

.header_nav
{ 
	float: right;
	text-align: right;
	padding: 0px 7px 0 0px;
	font-size: 11px;
	width: 680px;
	color: #7696c3;
	margin-top: 10px;
	font-family: tahoma, verdana, sans-serif;
}

.header_nav a
{	
	color: #405e90;
	text-decoration: none;
	font-weight: bold;
}

.header_nav a:hover
{
	color: #405e90;
	text-decoration: underline;
	font-weight: bold;
}

/* Container for search field and go button */
.searchbox
{ 
	padding: 0px;
	float: left;
}

.searchbox_textbox
{
	float:left;
	padding: 2px 0 1px 3px !important;
	margin:3px 0px 0px 0px;
	line-height: 16px!important;
	height: 15px !important;
	font-size: 12px;
	width:138px;
	color: #464646;
	font-family: tahoma, verdana, sans-serif;
}

.searchbox_button
{	
	width: 34px;
	float: left;
	margin:0px;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	width: 229px;
	float:left;
	margin: 0px;
	padding: 0px 0px 130px 0px;
}

.leftnav a
{
	display:block;
	width: 217px;
	padding: 7px 7px 7px 5px;
	line-height: 15px;
	text-decoration:none;
	overflow: hidden;
	color: #233f71;
	border-top: 1px solid #c8d8ec;
	border-bottom: 1px solid #c8d8ec;
	margin-bottom: -1px;
}

.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: #ffffff !important;
	background: #2466b3 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
{
	color: #7b7162;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 8px;
	background: #ede7e0 url(_gfx/nav/leftnav_divider.gif) bottom left repeat-x;
	margin-top: 1px;
}
.leftnav_node_wrapper .leftnav_node, .leftnav_node_wrapper .leftnav_node_iscurrent
{
	
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background-color: #d8c9b9;
	color: #7b7162;
}

.leftnav a span{
	padding-left: 16px;
}

.leftnav_node_haschildren a span
{
	padding-left: 18px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 4px 6px;
	font-weight: bold;
}

.leftnav_node_haschildren a:hover span
{
	background: url(_gfx/nav/arrow_down_over.gif) no-repeat 4px 6px;
}

.leftnav_node_iscurrent a span
{
	padding-left: 16px;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 5px 5px;
	font-weight: bold;
}
.leftnav_node_wrapper_root .leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right_root.gif) no-repeat 5px 5px;
}

.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 5px;
}

.leftnav a span
{
	display: block;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.container
{ 
	float:left;
	width: 711px;
	height: auto !important;
	min-height: 468px;
	height: 468px;
}

.contentheader, .contentheader_banner
{
	width: 711px;
	padding: 0;
	margin: 0;
	background: url(_gfx/int/subtitle_shadow.gif) 0 0 repeat-y;
}

.breadcrumb_wrapper
{
	padding: 0px;
	height: auto !important;
	min-height: 12px;
	height: 12px;
	background: url(_gfx/int/breadcrumb_bg.gif) 0 0 no-repeat;
	padding: 4px 21px 37px 23px;
	line-height: 12px;
	color: #6e6558;
	width: 667px;
	font-size: 11px;
	margin-bottom: -32px;
	position: relative;
}

.breadcrumb 
{
}

.breadcrumb a
{ 
	color: #6e6558;
}

.breadcrumb a:hover
{
}

.printer_friendly, .forward_link, .rss{
    float:right;
    height:24px;
    text-align:left;
}

.printer_friendly{width:40px;}
.forward_link{width:60px;}
.rss{width:56px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:19px;
	height:24px;
	font-size: 11px;
}

.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;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
}

.title
{
	width:711px;
	padding: 0px;
}

.title_right
{
	text-align:right;
	height:24px;
	padding: 0px 0px 138px 0px;
	margin: 0px 21px 0px 0;
	background: url(_gfx/int/header_shadow.gif) bottom left no-repeat;
	width: 690px;
	position: relative;
}

.title_left {
	width:667px;
	padding: 0px 21px 3px 23px;
	margin: 0 0px 21px 0px;
	background: url(_gfx/int/title_strip.gif) 0 0 repeat-y;
}

.contentheader h1,
.contentheader_banner h1
{
	position: relative;
	margin: 0px;
	padding: 0px;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:0px 21px 2px 24px;
    margin:0px;
    width:666px;
	font-size:14px;
	font-weight: bold;
	color: #1a336f;
	display: block;
	text-transform: uppercase;
}

/************************************************
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 21px 30px 24px;
	position: relative;
	float: left;
	width: 666px;
	margin-top: -128px;
}

/************************************************
Content header and Content: No leftnav pages and review pages
************************************************/
.mainSpan_wrapper_noleftnav .container
{
	width: 940px;
}

.mainSpan_wrapper_noleftnav .deptbanner
{
	display: none;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	width: 940px;
	background-image: none;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper, .mainSpan_wrapper_noleftnav .contentheader_banner .breadcrumb_wrapper
{
	background: url(_gfx/int/noleft_breadcrumb_bg.gif) 0 0 repeat-x;
	width: 896px;
}

.mainSpan_wrapper_noleftnav .title
{
	width: 940px;
}

.mainSpan_wrapper_noleftnav .title_left
{
	width:896px;
	background-color:#e6d9c8;
	background-image: none;
}

.mainSpan_wrapper_noleftnav .title_right
{
	padding: 0px 0px 10px 0px;
	background-image: none;
	width: 919px;
}

.mainSpan_wrapper_noleftnav .contentheader h2,
.mainSpan_wrapper_noleftnav .contentheader_banner h2
{
	width: 895px;
}

.mainSpan_wrapper_noleftnav .content
{
	margin: 0;
	width: 895px;
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{
	width: 940px;
}

.mainSpan_wrapper_review .contentheader
{
	display:none;
}

.mainSpan_wrapper_review .content
{
	margin: 0;
	width: 895px;
}

.mainSpan_wrapper_review .component_title_review
{
	padding: 22px 21px 4px 23px;
	font-weight: normal;
	margin:0px -21px 20px -24px;
	color: #6e6558;
	font-family: tahoma, verdana, sans-serif;
	font-size: 24px;
	line-height: 27px;
	letter-spacing: 0px;
	width: 896px;
	background: url(_gfx/int/noleft_breadcrumb_bg.gif) 0 0 repeat-x;
}

.mainSpan_wrapper_review .component_content
{
	width: 100%;
    padding: 0px;
	margin: 0px;
}

/* 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
{
	padding:0px;
	margin:8px 0 18px 20px;
}

.mainSpan_wrapper .content ul li,
.mainSpan_wrapper_noleftnav .content ul li,
.mainSpan_wrapper_review .content ul li
{
	padding: 2px 0px;
}

.mainSpan_wrapper .content ul li ul,
.mainSpan_wrapper_noleftnav .content ul li ul,
.mainSpan_wrapper_review .content ul li ul
{
	padding:0px;
	margin:2px 0 0px 20px;
}

.downloadmessage
{
	clear: both;
	background: #ffffff;
	border:solid 1px #d8dce2;
	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:10px 0;
}

/* ****Homepage  content styles******/

.mainSpan_wrapper_home .container
{
	width: 940px;
	padding: 0;
	margin: 0;
	background-image: none;
}

.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;
}


/************************************************
Footer
************************************************/

.footer_wrapper
{
	clear: both;
	width: 100%;
	background: #4972b8 url(_gfx/cmn/footer_bg_strip.gif) 0 0 repeat-x;
}

.footer
{
	padding: 0px 8px 20px 12px;
	text-align: left;
	color: #112665;
	width: 920px;
	min-height: 94px;
	height: auto !important;
	height: 94px;
	margin: 0px auto;
	background:  url(_gfx/cmn/footer_bg.jpg) 430px 40px no-repeat;
	font-size: 11px;
}

.footer a, .footer p
{
	color: #112665;
}

.footer a:hover
{
}

 .footer a, .footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.footer_nav
{
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	color: #bacbff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 18px;
	background:  url(_gfx/cmn/footer_bg_strip.gif) 0 0 repeat-x;
}

.footer_nav p, .footer_nav a
{
	font-size: 12px;
	font-weight: bold;
	color: #bacbff;
}

.footer_nav a
{
	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:483px;
	float: left;
}

.depthome_right
{
	float:right;
	width:151px;
}

IMG.deptbanner
{
	display: block;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	background: url(_gfx/int/dept_box_strip.gif) 0 0 repeat-y;
	width: 151px;
	float: right;
	margin: 0px 0px 14px 0px;
	overflow: hidden;
	display: inline;
}

.depthome_right .box_title
{
	height: 28px;
	width: 151px;
	padding: 0;
	margin: 0;
	text-align:left;
	text-indent: -4000px;
}

.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 .box_item_summary, .depthome_right .box_item_date
{
	display: none;
}

.depthome_right ul
{
	color: #11336a;
	list-style-type: none;
   	padding: 6px 12px 0px 17px !important;
	margin: 0 !important;
	background: url(_gfx/int/dept_box_middle.gif) 0 0 no-repeat;
	height: auto !important;
	min-height: 33px;
	height: 33px;
}

.depthome_right ul p
{
	padding: 0px 0 14px 0;
	margin: 0;
	color: #11336a;
}

.depthome_right ul li
{
	color: #11336a;
	padding: 0 0 13px 0px !important;
	line-height: 16px;
}

.depthome_right ul li a, .depthome_right ul li a:hover
{
	color: #11336a;
	line-height: 16px;
}

.depthome_right ul li a:hover
{
}

.depthome_right .box_bottomlink{
	padding: 0px;
	background: url(_gfx/int/dept_box_bottom.gif) bottom left no-repeat;
	width: 151px;
	float: right;
}

.depthome_right .box_bottomlink a,
.depthome_right .box_bottomlink a:hover
{
    display:block;
    padding:0px 12px 12px 0px;
	float: right;
	text-decoration: none;
	color: #6e6558;
	font-size: 12px;
}

.depthome_right .box_bottomlink a:hover
{
	text-decoration: underline;
}

/************************************************
Home Page
************************************************/

.mainSpan_wrapper_home div#dropdownmenu ul ul
{
	display: none !important;
}

.home_menus
{
	background: url(_gfx/home/home_menus_bg.gif) 0 0 repeat-y;
	position: relative;
	padding-bottom: 23px;
	z-index: 21;
}

.home_menus table.home_menus_table
{
	 background: url(_gfx/home/content_bg.gif) 0 0px no-repeat;
}

.home_menus table.home_menus_table tr
{
	height:68px;
}

.home_menus table.home_menus_table td img
{
	display: block;
}

.home_menus table.home_menus_table td, .home_menus table.home_menus_table td ul li,  .home_menus table.home_menus_table td p,  .home_menus table.home_menus_table td a
{
	vertical-align: top;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
}

  .home_menus table.home_menus_table td p
{
	width: 141px;
	overflow: hidden;
}

.home_menus .column1, .home_menus .column6
{
	width: 143px;
	padding: 0 7px 0 8px;
}

.home_menus .column2, .home_menus .column3, .home_menus .column4, .home_menus .column5
{
	width: 141px;
	padding: 0 7px 0 8px;
}

.home_menus .column1 li {border-bottom: 1px solid #a2b09d;}
.home_menus .column2 li {border-bottom: 1px solid #7fa4a7;}
.home_menus .column3 li {border-bottom: 1px solid #958cc1;}
.home_menus .column4 li {border-bottom: 1px solid #759bc7;}
.home_menus .column5 li {border-bottom: 1px solid #9b7c97;}
.home_menus .column6 li {border-bottom: 1px solid #9d9294;}

.home_menus ul
{
	margin: 0 0px 0 0px !important;
	padding: 0;
	list-style: none;
}

.home_menus ul li
{
	margin: 0;
	padding: 5px 3px  5px 0px !important;
	width: 138px;
	overflow: hidden;
}

.home_menus ul li a
{
	display: block;
	text-decoration: none;
}

.home_menus ul li a:hover
{
	text-decoration: underline;
}

.important_alert_wrapper
{	
	position: absolute;
	top: -17px;
	left: 279px;
	z-index: 21;
	padding: 0px;
	width: 402px;
	height: 213px;
	background: url(_gfx/home/alert_bg.gif) 0 0 no-repeat;
}

.important_alert
{
	padding: 0px;
	margin: 62px 0px 0px 30px;
	width: 355px;
	height: 140px;
	overflow: hidden;
	color: #143471;
	font-weight: bold;
	font-size: 12px;
}

.important_alert a, .important_alert p
{	
	color: #143471;
	margin:0;
	padding:0;
}

.business_search
{
	width: 343px;
	height: 24px;
	line-height: 24px;
	background: url(_gfx/home/business_search_bg.jpg) 0 0 no-repeat;
	padding: 17px 167px 16px 430px;
}

.business_search .business_button
{
	width: 28px !important;
	height: 18px;
	margin: 0px;
	margin-right: 0px;
	border: 0px;
	vertical-align:middle;
}
.business_search .business_buttonOLD
{
	width: 28px!important;
	height: 24px;
	margin: 0px;
	padding: 0px!important;
	border: 0px;
}

.home_columns
{
	padding: 0 0 30px 0;
	width:100%;
	background: url(_gfx/home/home_columns_bottom.jpg) bottom left no-repeat;
	clear: both;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	position: relative;
}

.home_left
{
	display: inline;
	width:294px;
	float:left;
	padding:2px 0px 0px 14px;
	margin: 0px;
}

.home_middle
{
	float:left;
	width: 276px;
	padding:0px 19px 12px 19px;
	background: url(_gfx/home/news_title.gif) 0 0 no-repeat;
	height: auto !important;
	min-height: 169px;
	height: 169px;
}

.home_right
{
	width:286px;
	float:right;
	margin: 0px;
	padding:0px 13px 0px 19px;
	background: url(_gfx/home/home_right_title.gif) 0 0 no-repeat;
	height: auto !important;
	min-height: 169px;
	height: 169px;
}


/************************************************
Home boxes
************************************************/
.home_welcome .box_title,
.home_news .box_title, .home_dates .box_title, .home_election .box_title
{
	display: block;
	text-align:left;
	text-indent: -4000px;
	line-height: 61px;
	height: 61px;
}

/**welcomebox***/
 .home_welcome
{
	background: url(_gfx/home/welcome_title.gif) 0 0 no-repeat;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	padding: 0 20px 0 3px;
	width:271px;
}

.welcome_thumb
{
	float: left;
	border: 4px solid #ffffff;
	margin-right: 9px;
	display: block;
}

.home_welcome .box_content  p, .home_welcome  .box_content div
{
	margin-top: 0px;
	font-family:tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #2c3647;
	margin-bottom: 12px;
}

.home_welcome  .box_content .learn_more
{
	display: block;
	background: url(_gfx/home/more.gif) right 9px no-repeat;
	padding: 5px 20px 20px 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #143471;
	text-decoration: none;
	clear: both;
	float: left;
}

.home_welcome  .box_content  a:hover.learn_more
{
	text-decoration: underline;
}

.home_welcome  .box_content .welcome_button IMG
{
	margin: 0px 0 7px 0;
	clear: both;
	display: block;
}

.home_welcome  .box_content .bottom_text
{
	display: block;
}

.home_welcome  .box_content .bottom_text, .home_welcome  .box_content .bottom_text a
{
	font-weight: bold;
	color: #143471;
	text-decoration: none;
}

.home_welcome  .box_content .bottom_text a:hover
{
	text-decoration: underline;
}

/******* News Box *************/

.home_news ul
{
	padding: 9px 0px 0px 0px !important;
	list-style-type: none;
	margin: 0px;
}

.home_news ul li
{
	color: #143471;
	padding: 0 0 18px 21px !important;
	background: url(_gfx/home/list_bullet.gif) 0px 4px no-repeat;
	font-size: 12px;
	margin: 0px;
}

.home_news ul p
{
	padding: 4px 0 8px 0;
	margin: 0;
	color: #143471;
}

.home_news ul a
{
	font-weight: bold;
	color: #143471;
	text-decoration: none;
	font-size: 12px;
}

.home_news ul a:hover
{
	text-decoration: underline;
}

.home_news .box_item_summary
{
	padding: 0px;
	color: #143471;
	display: block;
}

.home_news .box_bottomlink a, .home_news .box_bottomlink a:hover
{ 
	display: block;
	float: right;
	width: 82px;
	height: 34px;
	background: url(_gfx/home/news_more.gif) 0 0 no-repeat;
	text-indent: -4000px;
	text-align: left;
}

/******** Dates Box **********/

.home_dates p
{
	padding:13px 0 8px 0 !important;
	margin: 0;
	color: #143471;
}

.home_dates table
{
	padding: 0px;
	margin-top: 7px;
}
.home_dates table  td
{
	font-family: tahoma, verdana, sans-serif;
	color: #434343;
	font-size: 11px;
	width: 111px;
	vertical-align: top;
	padding: 0px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.home_dates .box_item_title
{
	width: 160px;
	padding-right: 12px;
	font-weight: bold;
	color: #143471;
	font-size: 12px;
	text-transform: none;
}

/*** Election Countdown  Box *****/
.home_election
{
	margin-top: 22px;
}

.home_election .box_title
{
	background: url(_gfx/home/election_title.gif) 0 0 no-repeat;
	height: 31px;
	line-height: 31px;
}

.home_election #countdown
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #434343;
	text-transform: uppercase;
}

.home_election #countdown:first-line
{
	font-weight: bold;
}

/************************************************
Forms
************************************************/

.form
{
	height:auto;
}

.form div
{
	width:auto;
	margin:8px 0;
	clear: both;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label
{
	padding-top:3px;
	font-weight: bold;
	float: left;
	width: 120px;
}

.form_row
{
	padding-bottom: 4px;
}

.form_row input
{
	margin: 0px;
}

.form_row label
{
	display: block;
	float: left;
	width: 120px;
}

.form_field
{
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend
{
	font-weight: bold;
	color:#7b6d62;
}

fieldset
{
	border:solid 1px #d8dce2;
}

hr
{
	color: #d8dce2;
	background-color: #d8dce2;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #d8dce2;
	background-color: #ffffff;
}

.form_smalltextbox
{
	border: 1px solid #d8dce2;
	background-color: #ffffff;
	margin: 2px 0;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #d8dce2;
	background-color: #ffffff;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #89abd7;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #d8dce2;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

input[type="text"], input[type="password"], textarea
{
	border: 1px solid #d8dce2;
	background-color: #ffffff;
}

/************************************************
Search
************************************************/
.search
{
	margin: 0px 0px 30px 0px;
	position: relative;
}

.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 #d8dce2;
	background-color:#ffffff;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background-color:#f7f8fa;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 25px 0 25px;
	border-bottom:1px solid #d8dce2;
}

.search_result_alternate
{
	background: #f7f8fa;
}

.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 10px 30px;
	background-color: #f7f8fa;
	border-top: solid 1px #d8dce2;
	border-bottom: solid 1px #d8dce2;
}
.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 #d8dce2;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 347px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #d8dce2;
	border-bottom: dashed 1px #d8dce2;
	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 2px no-repeat;
	line-height: 18px;
}

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: -30px  0 0 630px;
	font-size: 10px;
}


/************************************************
Google Search
************************************************/
#cse-search-results iframe
{
	width: 895px;
}

/*.gs-result, .gs-webResult
{
	border-bottom:1px solid #d8dce2;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #d8dce2;
	border-bottom:0;
}

.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }*/

/************************************************
Lists, including DataGrid classes
************************************************/
.alphabetpicker a
{
	font-family: tahoma, verdana, 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: 10px 0 0 0;
}

.filter select
{
	width:180px;
}

.listDiv
{
	width: 100%;
	clear: both;
}

.listtable
{
	width:100%;
	border:1px solid #d8dce2 !important;
	background-color:#ffffff;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable th
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background-color: #89abd7;
	font-weight: normal;
	text-transform: uppercase;
	border: 0px !important;
	font-size: 12px;
}

.listtable_header a
{
	color:#ffffff;
	font-size: 12px;
}

.listtable td
{
	border:0 !important;
	border-top:1px solid #d8dce2 !important;
	padding:4px 4px 3px 9px;
}

.listtable tr:hover
{
	background-color:#f7f8fa;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #d8dce2;
	border-collapse: collapse;
	background-color: #ffffff;
}

.righttable th
{
	background: #89abd7;
	padding: 6px 4px 5px 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-align:left;
	color: #ffffff;
	font-size: 12px;
}

.righttable th a
{
	color:#ffffff;
	font-size: 12px;
}

.righttable td
{
	border:0;
	border-top:1px solid #d8dce2;
	padding:4px 4px 3px 9px;
}

.righttable tr:hover
{
	background-color:#f7f8fa;
}

/************************************************
Lists without table grid, like News
************************************************/
.listcomponent
{
	border: 0px !important;
	border-collapse: separate;
	width: 100%;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px !important;
	padding:4px 4px 10px 0;
}

.listcomponent img {margin: 0;}

.listdocument
{
	width: auto !important;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:0px;
    margin:0px 0px 2px 0px;
    width:100%;
	font-size:18px;
	line-height:20px;
	font-weight: bold;
	color: #6e6558;
}

.component_subtitle, .component_subtitle span
{
	padding:0px;
    margin:0px 0px 2px 0px;
	font-weight: bold;
	color: #1a336f;
	font-size: 16px;
	line-height: 18px;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px 0;
	width:100%;
}

.component_listitem div
{
	padding: 0 0 4px 0;
	width:100%;
	display:block;
	clear: both;
}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
	display:block;
	float:left;
}

.component_listitem_header_wider
{
	width:150px;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
	display:block;
	float:left;
}

.component_content
{
	clear: both;
}

.outlookcalendar
{
	display: block;
	padding-top: 10px;
	width: 200px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
	font-size: 12px;
}

.calendar_filter select
{
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px auto;
	padding:0px 0px 40px 0px;
	width:895px;
}

.calendar
{
	width:100%;
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}

.calendar_dayheader
{
	line-height: 32px;
	color: #ffffff;
	background: #89abd7;
	padding: 2px 0px 0 0;
	font-size: 12px;
	text-transform: uppercase;
}

.calendar_title td
{
	padding: 15px 0px 12px 0px;
	font-size: 20px;
	color: #89abd7;
	width:60%;
	font-weight: normal;
}

td.calendar_nextprev
{
	width:200px !important;
	text-align: center;
}

td.calendar_nextprev a
{
	color: #28467f !important;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

td.calendar_nextprev a:hover
{
	color: #28467f !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:110px;
	border: 1px solid #d8dce2;
}

.calendar_day,
.calendar_weekendday
{
	background: #ffffff;
	color: #89abd7;
}

.calendar_othermonthday
{
	background:#e3e7ec;
	color:#a7b4c5;
}

.calendar_today
{
    background: #e6d8c8;
	color:#28467f;
}

.calendar_eventtime
{
	font-weight: normal;	
	line-height:14px;
	margin:0px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	color: #6e6558;
	font-size: 13px;
}

.calendar_eventlink
{	
	font-size: 13px;
	font-weight: normal;
	line-height:16px;
	display:block;
	padding:0px 0px 10px 0px;
	margin:0px;
}

.calendar_today .calendar_eventlink,
.calendar_today .calendar_eventlink a
{
	color: #28467f;
}

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
{
  border: 0;
  margin-left:15px;
}

.sitemap img
{
	margin: 0 5px 0 0;
}

.rootnode a,
.parentnode a
{ 
	color: #7b6d62;
	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: 99%;
	padding:0;
	border-collapse: separate !important;
	background-color:#ffffff;
	border:1px solid #d8dce2;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width: 99%;
	padding:0px;
	margin-top: 20px;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px;
	line-height: 20px;
	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:600px;
}

/* 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 #d8dce2;
	background-color:#ffffff;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#f7f8fa;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px 0;
}

.area_div
{
	padding: 5px 0;
}

.area_div span
{
	line-height: 20px;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0;
	margin: 0;
}

INPUT[type="checkbox"]
{
	margin-bottom: 0px;
}

.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 !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
{
	margin:10px 0px 0px 0px;
	width:100%;
	position:relative;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
	margin-right: 5px;
}

.staff_thumbnail_span img
{
	margin:0px 0px 10px 0px;
	border:1px solid #d8dce2;
}

.staff_listitem_span
{
	float:left;
	width:450px;
	margin:0px 0px 10px 0px;
}

.staff_component_title
{
    padding:5px 0px 0px 0px;
    margin:0px;
    width:876px;
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
	color: #7b6d62;
}

.staff_column_div .component_title
{
	margin-left: 0px;
}

.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(_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;
	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: #89abd7 url(_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #d8dce2;
 	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;
}

.slideshow_nav
{
    text-align:center;
}

#photo_single
{
}

/************************************************
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 #000000;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px;
	border:solid 1px #d8dce2;
}

.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 #d8dce2;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px;
	border:solid 1px #d8dce2;
}

.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 #d8dce2;
	height: 180px;
	width: 127px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#ffffff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

/************************************************
Facility component
************************************************/
.facility_header_cell{
	font-weight:bold;
	font-size: 14px;
}

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 #d8dce2;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:10px;float:left;}
.facility_detail a {font-weight:bold}

/************************************************
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;
}

/************************************************
Member 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;
}

/**********************************************
CAPTCHA
**********************************************/


.captcha img
{
	float:left;
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #d8dce2;
}

/* 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: #6e6558;
	font-family: tahoma, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 29px;
}

.EntitySearchControl
{
	font-size:10px;font-family:arial;height:14px;line-height:14px;vertical-align:middle;
}



