/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: none;
	margin: 0px;
	padding: 0px 0 0 0px;
	background: #ffffff url(_gfx/cmn/body_bg.gif) top center repeat-x;
	text-align: center;
}

table img{
	margin: 0 10px 10px 10px;
}

table{
	font-size: 11pt;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14pt;	
	line-height:16px;
	color: #6b6b6b;
}

a img
{
	border: 0px 0px 0px 0px;
}

a
{
	color:#c97501;
	text-decoration:underline;
}

/*** so firefox shows the same as IE when align left is assigned to a caption by the rad editor**/
caption[align="left"]
{
	caption-side: top !important;
	text-align: left;
}

a:hover
{ 
    text-decoration:none; 
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.container:after, 
.container_noleftnav:after, 
.container_noleftnav_notitle:after,
.followTwitter:after,
.title:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.followTwitter,
.title_right
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .contentheader, 
* html.content, 
* html.container, 
* html.container_noleftnav, 
* html.container_noleftnav_notitle,
* html.title_right
{
	height:1%;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .container_noleftnav, .container_noleftnav_notitle,.followTwitter,.title_right
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan_wrapper{
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(_gfx/cmn/mainwrap_bg.gif) top center no-repeat;
}

.mainSpan
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	width: 985px;
	background: url(_gfx/cmn/mainspan_bg.gif) top center repeat-y;
	margin: 0px auto 0px auto;
	text-align:left;
}

.width_container{
	width: 985px;
	background: url(_gfx/cmn/main_bg.gif) top left no-repeat;
	float:left;
	
}

.width_container_noleftnav{
	background: url(_gfx/cmn/main_bg.gif) top center repeat-y !important;
}

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

.content iframe
{
	width: 98%;
	_width: 100%;
	_margin-left: 0px;
	border: none;
}

iframe.external_link
{
	background: none;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header_wrapper{
	width: 985px;
	background:url(_gfx/cmn/body_bg.gif) top center repeat-x;
	height: 71px;
}

.printonly {
	display: none;
}

.header
{
	width: 985px;
	background: url(_gfx/cmn/header_bg.gif) top left no-repeat;
	height: 71px;
}

.header_left
{
	clear:both;
	float:left;
	width:270px;
}


.header_left a.home_link
{
	width:92px;
	display:block;
	padding: 114px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:114px;
	position:absolute;
	top:17px;
	margin-left:38px;
}

.header_left a.sparkslink
{
	display: none;
}

.header_right
{
	float:right;
	width:425px;
}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}

/* Top line of links */

.header_nav
{ 
	text-align:right;
	padding: 3px;
	color: #5d7a9d;
	font-size: 12px;	
	font-weight:bold;
	background: none;
	width: 590px;
	float: right;
	margin-top: 5px;
}

.header_nav a
{
	color: #002856; 
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}

.header_nav a:hover
{
	text-decoration:none;
        color: #ECF0F3;
}

/* Container for search field and go button */
.searchbox
{ 
	float: left;
	left: 0px;
	top: 63px;
	margin-top:12px;
}

.searchbox_textbox
{
	float:left;
	height: 23px;
	padding:4px 0px 0px 6px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	line-height:10px;
	background: url(_gfx/cmn/search_bg.gif) top left no-repeat;
	color: #000000;
	width:200px;
	border:none;
}

.searchbox_button
{
	float:left;
	
}


.quicklink 
{
	width:177px;
    height: 20px;
	font-size: 11px;
	margin: 12px 11px 0 5px;
	float: left;
}

.quicklink option 
{
    padding:2px;
}
.nav_left
{

width: 175px;

float: left;

background-image: url(_gfx/nav/navleftbg.gif);

height: 39px;

}


/************************************************
Content section
************************************************/
/* Page content container */
.container
{ 
	float:left;
	margin:0px;
	/*overflow: hidden;*/
	display:block;
	width:715px;
	background: url(_gfx/int/border.gif) 0 0 repeat-y;

   	
}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader, .contentheader_banner
{
	display:inline-table;
	width: 100%;
	background: url(_gfx/int/header_containerlinebg.gif) 0 0 no-repeat;
}


.image_banner
{
margin-top:10px;
margin-left:35px;
	display: block;
	border:1px solid #dadada;
	
}

.breadcrumb_wrapper
{
	padding: 0 3px 0px 35px;	
	font-size:10px;
	background:url(_gfx/int/breadcrumbbg.gif) 5px 0 no-repeat;
	color: #006cac;
	height:23px;
	
}

.contentheader_banner .breadcrumb_wrapper
{
	padding: 0 3px 0px 35px;	
	font-size:10px;
	background:url(_gfx/int/breadcrumbbg.gif) 5px 0 no-repeat;
	color: #006cac;
	height:23px;
	
}

.breadcrumb{
	font-size:12px;
	padding-top:5px;

}
.breadcrumb a
{ 
	color: #5a789b;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.printer_friendly, .forward_link, .rss, .font_size{
    float:left;
    height:20px;
    text-align:left;
	color:#939393;
	font-size:13px;
}

.printer_friendly{width:80px;}
.font_size{padding-left:10px; padding-right:30px}
.font_size img{border:none;}
.forward_link{width:80px;}
.rss{width:45px;}

.printer_friendly a, .forward_link a, .rss a{
  
    padding-left:20px;
    text-decoration:none;
	color:#939393;
	font-size:13px;
}
.font_size a{
	padding-left: 0px;
    text-decoration:none;
	color:#939393;
	font-size:13px;
}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover, .font_size a:hover{
    text-decoration:underline;
    color:#395576;
}

.printer_friendly a{background: url(_gfx/int/print.gif) 0 0 no-repeat;}
.forward_link a{background:url(_gfx/int/email.gif) 0 0 no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 0 0 no-repeat;}

.title
{
	border-bottom: 1px solid #dadada;
	margin: 30px 0px 5px 0px;
	width: 100%;
}

.title_right
{
	clear:both;
	text-align:left;
	height:20px;
	padding-left:35px;
	margin: 10px 0 0 0;
	float: left;
	width: 80%;	
}

.title_left{
	float: left;	
}


.contentheader h1,
.contentheader_banner h1
{
    	padding:0px 15px 3px 35px;
    	margin:0px 0px 7px 0px;
	float: left;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:32px;
	font-weight:normal;
	color: #403f3f;
	line-height: 24px;
}

.contentheader h2,
.contentheader_banner h2
{
    	padding-left: 35px;
    	margin: 0px 0px 10px 0;
	float: left;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-variant: small-caps;
	color: #8092a7;	
}


.fix_intheight{ display: none;}

/* Content: padding should be on content class NOT container */
.content
{ 
	float: left;
	margin-top:10px;
	padding-top:0;
	/*clear:both;*/
	margin-bottom:60px;
	padding-left:34px;
	width: 681px;
	padding-right:0;
	display:block;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	/*overflow: hidden;*/
}

.content p{
line-height:22px;
margin-bottom: 0px;
}

.content p br
{
	line-height: 10px;
}
.content span br
{
	line-height: 10px;
}
.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	
	
	clear: both;
	background: #fff url(_gfx/int/download_bg.gif) top center repeat-x;
	border:solid 1px #dadada;
	text-align:center;
	width: 85%;
	margin: 10px auto;
	padding: none;
	overflow:hidden;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #6b6b6b;
	font-size:12px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
    	color:#aba28f;
    	font-size:9px;
	margin: 20px auto 0px auto;
    	text-align:right;
    	display: none;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer_wrapper
{
	clear: both;
	width: 100%;
	height: 140px;
	background: #eeeeee;
	margin: 0 auto;
	padding:0;
	border-top:#c7c7c7 1px solid;
}

.footer,
.footer_home,
.footer_leftnav
{
	width:985px;
	margin: 0 auto;
	height: 140px;
	padding-top: 25px;
	color:#acacac;
	text-align:left;
	
}

.footer
{
	
}

.footer_home
{
	
}
.footer a,
.footer_home a,
.footer p,
.footer_home p,
.footer_leftnav a,
.footer_leftnav p
{
	font-family: Trebuchet MS, Helvetica, sans-serif !important;
	font-size:11px;
	line-height: 20px;
	color: #A5A5A5;
	font-weight:bold;
	margin: 0;

}


.footer a, .footer_home a, .footer_leftnav a
{
	text-decoration: none;
	margin:0 5px;
	
}

.footer a:hover, .footer_home a:hover, .footer_leftnav a:hover
{
	text-decoration: none;
        color: #395576;
}
.footer_home .links a, .footer .links a{
font-size:13px;
}


/* Classes inside .container_noleftnav */
.container_noleftnav
{
	margin: 0;
	padding: 0;
	
}

.container_noleftnav .contentheader
{
	/*background: url(_gfx/int/contentheader_noleftbg.gif) top left no-repeat;
	background:none;
	background-color:Transparent;*/
	overflow:hidden;
	background: url(_gfx/int/contentheader_noleftbg.gif) top left no-repeat;
}

.container_noleftnav .breadcrumb_wrapper
{
	padding: 0 3px 0 305px;
font-size: 10px;
background: url(_gfx/int/breadcrumbbg.gif) no-repeat 270px 0;
color: #006cac;
height: 23px;
}

.container_noleftnav .title
{
	overflow:hidden;
	margin:46px 0px 10px 0px;
}

.container_noleftnav .title_left
{

	
	overflow:hidden;
	
}

.container_noleftnav .title_right
{
	clear: both;
	text-align: left;
	height: 20px;
	padding-left: 35px;
	margin:10px 0px 0px 0px;
	float: left;
	width: 100%;
	
}

.container_noleftnav .content
{
	margin-top: 10px;
	padding-top: 0pt;
	clear: both;
	margin-bottom: 60px;
	padding-left: 34px;
	width: 951px;
	padding-right: 0pt;
	display: block;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	overflow: hidden;

    /*border-top:5px solid #2a6477;*/
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	
}

.container_noleftnav_notitle .contentheader
{
    	display:none;
}

.container_noleftnav_notitle .content
{
	margin:5px 20px 20px;
	padding:0px 0px 5px;
}

/* Used for content review pages, also error page */
.container_review
{
}

.container_review .contentheader
{
	display:none;
}

.container_review .component_title_review
{
	margin: -10px -20 10px -20;	
	background: url(_gfx/int/contentheader_noleftbg.gif) top left no-repeat;
	width: 760px;
	height: 85px;
	border-bottom: solid 3px #C5E3FF;
}

.container_review .component_title_review h1
{
    	padding:50px 15px 3px 15px;
    	margin:0px 0px 0px 0px;
	float: left;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #01507f;
	line-height: 24px;
}

.container_review .content
{
    	padding: 10px 20px;
    	background-color:#ffffff;
		width: 945px;
}

/* Hide review title for all except .container_review */
.container .component_title_review,
.container_noleftnav .component_title_review,
.container_noleftnav_notitle .component_title_review
{
	display:none;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding:0px;
	float:left;
	width:480px;
	margin-bottom: 15px;
}

.depthome_right
{
    padding:0px;
	float:right;
	margin: 0px 0;
	width:190px;
}

.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.leftnav_container{
margin-top:87px;
width:265px;
float:left;
border-top:1px #dadada solid;
}

.leftnav
{
	width: 228px;
	padding: 0;
	margin:8px 0 0 0;
	font-size:13px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.leftnav a
{
	display:block;
	padding: 6px 3px 6px 7px;
	line-height: 15px;
	color: #5e5e5e;
	text-decoration:none;
}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #3c2e14;
	background: #ffde7a url(_gfx/nav/leftnav_hoverbg.gif) no-repeat 0 0;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	color: #5e5e5e;
	background: #ecf0f3 url(_gfx/nav/leftnav_dottedbg.gif) bottom repeat-x;
}

.leftnav a span{
	padding-left: 9px;
}

.leftnav_node {
	color: #5e5e5e;
	background: #ecf0f3 url(_gfx/nav/leftnav_dottedbg.gif) bottom repeat-x;
}


.leftnav_node_wrapper .leftnav_node a
{
	color: #5e5e5e;
	background: #ecf0f3 url(_gfx/nav/leftnav_dottedbg.gif) bottom repeat-x;
}

.leftnav_node_wrapper .leftnav_node a:hover{
	background: #ffde7a url(_gfx/nav/leftnav_hoverbg.gif) no-repeat 0 0;
}

.leftnav_node_wrapper a span
{
	background: url(_gfx/nav/arrow_right_child.gif) no-repeat 0px 4px;
	display: block;
}

.leftnav_node_wrapper_root
{
	/*border-top: 1px solid #d2dce6;*/
	border-bottom:1px solid #d2dce6;
}

.leftnav_node_haschildren
{ border-bottom:1px solid #d1dbe5;

}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	background-color: #d1dbe5;
}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{

	color: #395576;
	padding-left: 11px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 6px;
	font-weight:bold;
	font-variant : small-caps;
	
}

.leftnav_node_iscurrent a span
{
	color: #395576;
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 4px;
	font-variant : small-caps;
	font-weight:bold;
}

.leftnav_node_wrapper_root .leftnav_node{
	background: none;
	border: 0px;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent{
	background: #d1dbe5;
}

.leftnav span{
	display: block;
}

/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ 
	width: 810px;
	padding: 0;
	
}


.dropdownmenu a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.dropdownmenu img
{
	height: 39px;
	border: none;
	padding: 0 !important;
	margin: 0;
}

#noscript_dropdown
{
	overflow: hidden;
}


/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    	border:1px solid #0362aa;
    	margin-left: 8px;
}

.menu_group td
{
	font-family: Tahoma, Arial, san-serif;
	font-size: 10px;
	line-height: 14px !important;
	color:#fff;
	cursor: pointer;
}

.menu_group img
{
    	margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background: #224d83 url(_gfx/nav/dropdown_bg.gif) top center no-repeat;
	border-top: solid 1px #d5e9f4;
	border-bottom: solid 1px #022043;
}

.menuitem img,
.menuitem_top img,
.menuitem_hover img,
.menuitem_active img,
.menuitem_expanded img,
.menuitem_hover_top img,
.menuitem_active_top img,
.menuitem_expanded_top img
{
	margin: 0;
	margin-right: 5px;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background: #937c0d url(_gfx/nav/dropdown_bg_over.gif) top center no-repeat;
	border-top:1px solid #d5e9f4;	
	border-bottom:1px solid #022043;
}

.menuitem_root_image
{
	cursor: pointer;
}


/************************************************
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:#625C4D;
}

fieldset
{
	border:solid 1px #c2bca6;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #fff url(_gfx/int/form_button.gif) top repeat-x;
	font-family: Tahoma, :0;
	font-size: 11px;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
	color: #fafafa;
	border: 1px solid #dadada;
	text-decoration: none;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	background-image: url(_gfx/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a
{
}

.radeditor div
{
	margin-top:0;
	margin-bottom:0;
}


/************************************************
Site map
************************************************/
.sitemap
{
  border:solid 0 #000;
  background-color: #fff;
  padding-left:15px;
}

.sitemap img{
	padding: 0 5px 0 0;
	margin: 0;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:0px;
}

.rootnode
{
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a
{ 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/
.search
{
	width: 915px;
	margin-left: 35px;
	border-bottom:1px solid #d1dbe5;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #d1dbe5;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #d1dbe5;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background:#ffffff;
	border-top:1px solid #d1dbe5;
}

.search_summary
{
	font-weight:bold;
	background-color:#ecf0f3;
	padding:10px;
	text-align:center;
	font-size:10px;
	background-image:url(_gfx/cmn/search_summary_bg.gif);
	background-repeat:repeat-x;
	_background-position:0 1px; /* for IE only */
	border:1px solid #d1dbe5;
	border-bottom:0;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #d1dbe5;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#f4f9fc;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

.search_result_location
{
	padding-left:10px;
}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis 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
{
	padding:0;
	/*display:none;*/
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
	/*display:none;*/
}

.search_result_info
{
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field
{
	font-weight:bold;
	text-transform:uppercase;
}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}



.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

*html .advanced_search_textbox { line-height: 12px; }
*html input { line-height: 13px;}

.advanced_search input
{
	background: #082956 url(_gfx/int/form_button.gif) top repeat-x;
	color: #fff;
}

.advanced_search_textbox{
	background: #fff !important;
	color: #6a655c !important;
}


/************************************************
Google Search
************************************************/
.gs-result, .gs-webResult
{
	border-bottom:1px solid #d1dbe5;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #d1dbe5;
	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; }

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:5px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size:11px;
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:8px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:905px;
}

.calendar
{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px solid #fff;
	background-color: #fff;
	
	
}

.calendar_dayheader
{
	
	color: #fff;
	background-color: #59799b;

	font-size: 12px;
	padding: 6px 0px;
	text-transform: uppercase;
	border: 1px solid #d7e0e9;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 10px 0px 12px 0px;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 22px;
	color: #7d96b0;
	width:60%;
	border:none;
	
}

td.calendar_nextprev
{
	width:200px !important;
	text-align: center;
}

.calendar_nextprev a
{
    font-size:12px;
	color:#e09d61 !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family: Arial, Helvetica, san-serif;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;	
	width: 95px;
	height:100px;
	border: 1px solid #d2dce6;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	color: #6b6b6b;
	padding: 0 5px 8px 5px;
	margin:0px 0;
}

.calendar_day,
.calendar_weekendday
{
	background: #fff;
	color:#59799b;
}

.calendar_othermonthday
{
	background:#f4f5f9;
	color:#b7c4d4;
}

.calendar_today
{
    background: #b7c4d4;
	color:#002f65;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#666666;
	font-size:12px;		
	font-weight: normal;	
	line-height:14px;
	margin:0px 0 0 0;
	padding: 0px 0 0 7px !important;
}

.calendar_eventlink
{
	font-size:12px;		
	font-weight: normal;
	line-height:14px;
	display:block;
	padding:0px 0 0px 0;
	margin:0px 0 ;
}

.calendar_allinone .listtable
{
	width:720px;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 10px 0px;
    width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #01639b;
}

.component_subtitle
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 10px 0px;
    width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight: normal;
	color: #01639b;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px 15px;
	width:400px;
}

.component_listitem div
{
	padding: 0 0 4px;
	width:400px;
}

.component_listitem_header
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
}

.component_content p
{
	font-size: 11px;
	line-height: 20px;
}

/************************************************
Link List
************************************************/
.link_name a
{
    padding-left:10px;
    background-image:url(_gfx/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 10px 10px 10px 0px;
}

.filter select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.timing
{
}

.listtable
{
	width:95%;
	border:1px solid #59799b !important;
	background-color:#fbfdff;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable th
{
	background-color: #59799b;
	padding:4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable tr:hover, div.followTwitter:hover
{
	background-color:#ecf0f3;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #949494 #828282 #c2c2c2;
}

.listtable_checkboxcolumn
{
	padding:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
}

.listtable_row_off
{
	background-color:#ffffff;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border: solid 0px #ffffff;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
	vertical-align: top;
}

.listdocument td
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px;
	vertical-align: top;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th
{
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	height:20px;
	font-size:9px;
}

.righttable_header a
{
	color:#ffffff;
}

.righttable td
{
    border:0;	
	border-top:1px solid #dadada;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover
{
	background-color:#fffcee;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.righttable_checkboxcolumn
{
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on
{
	background-color:#e4f1ff;
}

.righttable_row_off
{
	background-color:#ffffff;
}


/************************************************
Follow Twitter
************************************************/
.followTwitter
{
	border-bottom:dashed 1px #59799b;
	padding:8px;
	border-top:dashed 1px #59799b;
	width:650px;
}

.followTwitter img
{
	float:left;
	width:48px;
	margin: 0 12px 0 0;
}

.followTwitter .summary
{
	float:left;
}

.followTwitter .button
{
	float: right;
	margin-top: 3px;
}

.followTwitter .button .form_button
{
	padding: 3px 2px 2px 5px;
}

.followTwitter .summary span
{
	font-size:110%;
	margin-right:7px;
}

.accountFullName
{
	font-weight: bold;
}

.accountStatus
{
	font-style:  italic;
}

/*.followTwitter
{
	border-bottom:dashed 1px #CCCCCC;
	padding:8px;
	width:500px;
}

.followTwitter .img
{
	float:left;
	width:48px;
	margin-right:12px;
}

.followTwitter .summary
{
	float:left;
}

.followTwitter .button
{
	float: right;
	margin-top: 3px;
}

.followTwitter .summary span
{
	font-size:12px;
	margin-right:7px;
}

.accountFullName
{
	font-weight: bold;
}

.accountStatus
{
	font-style:  italic;
}*/

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:640px;
	padding:0;
	border-collapse: separate;
	background-color: none;
	border:0px;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:680px;
	padding:0;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:4px;
}

.listfaq_q
{
	font-weight:bold;
}

.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:640px;
	margin:0px 0px 0px 0px;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:left;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #bcb599;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:12px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	background-color:#f4f9fd;
	border:1px solid #b2d2e9;
	border-top:1px solid #b2d2e9;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:12px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	margin:10px 0px 0px 0px;
	clear:both;
	width:560px;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
}

.staff_thumbnail_span img
{
	padding:0px;
	margin:0px 0px 10px 0px;
	border:0px;
}

.staff_listitem_span
{
	float:right;
	width:450px;
	margin:0px 0px 10px 0px;
}

.staff_component_title{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight: normal;
	color: #8193AB;
}

/************************************************
Department boxes
************************************************/
.box_container
{
	padding:0;
	margin:0;
	margin-left:20px;
	border: 1px solid #d2dce6;
	font-size:12px;
	line-height:12px;
	background: url(_gfx/int/deptbox_bg.gif) top center no-repeat;
}

.box_title
{
	color:#403f3f;
	font-size:13px;
	font-weight:bold;
	padding:6px;
	background:#d2dce6;
	font-variant: small-caps;
}

.box_list
{
    padding: 11px 8px 8px 8px;
}

.box_list a
{
	text-decoration:none;
	color:#395576;
	font-size:12px;
}

.box_list a:hover
{
	text-decoration:underline;
}

.box_list p
{
	padding:0;
	text-align:center;
	font-size:12px;
}
.home_news .box_item
{border-bottom: 0px dotted #dadada;
margin-bottom:0px;
}

.box_item
{border-bottom: 0px dotted #dadada;
margin-bottom:10px;
}

.box_item_title
{
    padding-bottom:5px;
    clear:both;
}

.box_item_date
{
 
    margin-bottom:5px;
    clear:both;
}

.box_bottomlink{
	padding-top: 0px;
}

.box_bottomlink a,
.box_bottomlink a:hover
{
    font-size:12px;
    display:block;
    text-align:right;
    padding:3px;
	color:#395576;
}

.box_bottomlink a img{
	border: none;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin-bottom:20px;
	text-align:center;
}

.album_thumb
{
	background-position: top center;
	background-image: url(_gfx/album/exported_group.jpg);
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
	background-repeat: no-repeat;
    
}

.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;
}

.photo_thumb
{
    background-position: top center;
    background-image: url(_gfx/album/single_photo.gif);
    overflow: hidden;
    width:240px;
    height:240px;
    background-repeat: no-repeat;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.photo_name
{
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    width:140px;
	background: #082956 url(_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #031b37;
 text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #fafafa;
    background-image:url(_gfx/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:7px 7px;
}

.slideshow_nav
{
    text-align:center;
}

.rss_button
{
	float: right;
	margin:-30px auto 0px auto;
}

/************************************************
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
{
	clear:both;
	width:560px;
	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
{
	clear:both;
	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:408px;
	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; }


/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_buttons{
	float: left;
	width:262px; 
	margin: 0px 0px 0px 0px;

/*margin_left:514px;*/

}

.home_buttons_links{

	width: 262px;

	height: 289px;

	position: relative;

	display: block;

	list-style: none;margin:0px !important;padding:0px !important;
}

.home_buttons_links li{

	position: absolute;

	left: 0;

	top: 0;

	display: block;

}

.home_buttons_links li a{

	display: block;

	position: relative;

	width: 262px;

	text-indent: -4000px;

}

.home_buttons_links li.contact{ top: 0px;}

.home_buttons_links li.agendas{ top: 58px;}

.home_buttons_links li.recreation{ top: 100px;}

.home_buttons_links li.community{ top: 142px;}

.home_buttons_links li.emergency{ top: 184px;}

.home_buttons_links li.schools{ top: 226px;}

.home_buttons_links li.contact a{

	padding: 58px 0 0 0;

	overflow: hidden;

	height: 0px !important;

	height /**/: 58px;

	background: url(_gfx/home/home_buttons.gif) 0 0 no-repeat;

}

.home_buttons_links li.agendas a{

	padding: 42px 0 0 0;

	overflow: hidden;

	height: 0px !important;

	height /**/: 42px;

	background: url(_gfx/home/home_buttons.gif) 0 -58px no-repeat;

}

.home_buttons_links li.recreation a{

	padding: 42px 0 0 0;

	overflow: hidden;

	height: 0px !important;

	height /**/: 42px;

	background: url(_gfx/home/home_buttons.gif) 0 -100px no-repeat;

}


.home_buttons_links li.community a{

	padding: 42px 0 0 0;

	overflow: hidden;

	height: 0px !important;

	height /**/: 42px;

	background: url(_gfx/home/home_buttons.gif) 0 -142px no-repeat;

}

.home_buttons_links li.emergency a{

	padding: 42px 0 0 0;

	overflow: hidden;

	height: 0px !important;

	height /**/: 42px;

	background: url(_gfx/home/home_buttons.gif) 0 -184px no-repeat;

}


.home_buttons_links li.schools a{

	padding: 63px 0 0 0;

	overflow: hidden;

	height: 0px !important;

	height /**/: 63px;

	background: url(_gfx/home/home_buttons.gif) 0 -226px no-repeat;

}


.home_buttons_links li.contact a:hover{

	background: url(_gfx/home/home_buttons.gif) -262px 0 no-repeat;

}

.home_buttons_links li.agendas a:hover{

	background: url(_gfx/home/home_buttons.gif) -262px -58px no-repeat;

}

.home_buttons_links li.recreation a:hover{

	background: url(_gfx/home/home_buttons.gif) -262px -100px no-repeat;

}


.home_buttons_links li.community a:hover{
background: url(_gfx/home/home_buttons.gif) -262px -142px no-repeat;

}

.home_buttons_links li.emergency a:hover{
background: url(_gfx/home/home_buttons.gif) -262px -184px no-repeat;

}
.home_buttons_links li.schools a:hover{
background: url(_gfx/home/home_buttons.gif) -262px -226px no-repeat;

}

.home_collage img
{
	display: block; 
}

.home_collage
{
	float:left;

	width: 723px;

	height: 289px;

	margin:0;

	padding:0;

	/*background: url(ftp/home_rotation/0.jpg) top no-repeat;*/

	z-index: 0;

	position:relative;
}

.home_collage #imgHidden
{
	position: absolute;
	z-index: 0;
}

.home_collage #imgSlide
{
	position: absolute;
	z-index: 1;
}

.home_boxes
{
	/*position: relative;
	top: 16px;	
	left: 544px;
	width: 206px;*/
	position: absolute;
	z-index: 1;
	margin: 16px 0px 0px 544px;
}

.important_alert_wrapper
{	
	position: absolute;
	z-index: 2;
	margin: 35px 131px 0px 131px;
	padding: 0;
	width: 467px;
	height: 212px;
	overflow: hidden;
	background: url(_gfx/home/important_bg.gif) 0 0 no-repeat;	
	opacity:0.8;
	border-top:solid 7px #516f91;
	
}

.important_alert_wrapper .box_title,
.important_alert_wrapper .box_bottomlink
{
padding:10px;
	
}
.important_alert_title{
color:#395576;
font-size:24px;
display: block;
	height: 16px;
	padding: 0px 0px 0px 5px;
	margin: 10px 0 0 0;
	text-align:left;
	font-weight:bold;
	font-variant: small-caps;
}

.important_alert{
	font-weight: normal;
	color: #403f3f;
	font-size: 13px;
	margin: 15px 10px 0px 15px
}

.important_alert_wrapper .box_list
{
	margin-top: 30px;
}

.important_alert_wrapper .box_item_title
{
	margin-left: 15px;
	margin-right: 15px;
}

.important_alert_wrapper .box_item_title a,
.important_alert_wrapper .box_item_title a:hover
{
	font-weight: normal;
	color: #403f3f;
	font-size:13px;
}


/*
.important_alert_wrapper
{
	padding: 0;
	width: 429px;
	height: 176px;
	overflow: hidden;
	background: url(_gfx/home/important_bg.gif) 0 0 no-repeat;		
}*/

.spotlight{
	padding: 0px;
	width: 206px;
	height: 85px;
	overflow: hidden;
	background: url(_gfx/home/spotlight.gif);
	z-index: 1;
}

.spotlight a, .didyou a{
	text-decoration: none;
}

.spotlight a:hover, .didyou a:hover
{
	text-decoration: underline;
}

.didyou
{
	padding: 0;
	margin: 5px 10px 0 0;
	width: 206px;
	left: 544px;
	height: 87px;
	overflow: hidden;
	background: url(_gfx/home/didyou.gif);
}

.spotlight p, .didyou p, .important_alert p{
	margin: 38px 10px 10px 20px;
	line-height: 14px;
	font-size: 11px;
}

/*.important_alert p{ margin: 20px 10px 10px 30px;}*/

.weather
{
	/*
	position: relative;
	left: 538px;
	top: 20px;
	display: none;
	*/
	margin-top: 10px;
	margin-bottom:9px;
	text-align:right;
	width:985px;
	float:left;



}

/**html .weather{ margin-top: 190px;}*/

.weather
{

	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	font-weight:bold;
	

}

.weather a
{
	
}
.weather img
{
	position: relative;

}
.cityupdatestop{
	clear:both;
	height:61px;
	border-bottom:1px solid #dadada;

}	
.cityupdatestop .left{

	margin-top:35px;
	height:21px;
	float:left;
	width: 500px;
	padding: 0;
	text-align:left;
	text-indent: -4000px;
	background: url(_gfx/home/cityUpdates.gif) 0 0 no-repeat;
	border:none;
	
}
.cityupdatestop .right{
margin-top:41px;
float:right;
}
.cityupdatestop .right .link{
float:left;
margin-left:30px;
}
.cityupdatestop .right .link a{
text-decoration:none;
color:#454545;
font-size:13px;
}
.cityupdatestop .right .link a:hover{
text-decoration:underline;

}
.cityupdatestop .right .link img{
border:none;
margin-right:7px;
}

/************************************************
Home boxes
************************************************/
.home_columns
{
	clear:both;
	padding: 0;
	background: url(_gfx/home/columns_bg.jpg) top no-repeat;
	min-height:330px;
}

.home_left
{
	display: block;
	width:422px;
	float:left;
	margin-top: 21px;
	line-height: 14px;
}

.home_left span.home_title
{
	font-weight:bold;
	display:block;
}

.home_updates
{
	
}

.updates_item{ clear: both; 
}

.updates_item .picture{ float: left;  border:1px solid #a5a5a5; margin-right:5px; padding:0px;}


.updates_item .text { padding: 0px 13px 13px 13px; overflow:hidden; }

.updates_item h4{ font-size: 22px; font-family: Trebuchet MS, Helvetica, sans-serif; color: #403f3f; margin-top:0px; margin-bottom:0px; line-height: 22px;}

.updates_item p{ color: #6b6b6b; font-size: 13px; font-family: Trebuchet MS, Helvetica, sans-serif; margin-top:5px;}


*html .updates_item p{ } 

.home_videos{
margin-top:15px;
padding:15px; 
background: url(_gfx/home/videoboxbg.jpg) 0 0 no-repeat;
width:400px;
height:142px;

}
.home_videos .title{
	display: block;
	height: 16px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align:left;
	text-indent: -4000px;
	background: url(_gfx/home/nowplayingTitle.gif) 0 0 no-repeat;
	border:none;
}

.home_videos .item{
float:left;
width:130px;
margin-right:13px;
}
.home_videos .item img{
border:none;

}
.home_videos .item_text{
font-size:10px;
color:#858585; 
text-align:center;
margin-top: -10px;
}
.home_videos .links{
margin-top:60px;
}
.home_videos .links a{
color:#858585; 
font-size:12px;
padding-right:10px;
background: url(_gfx/home/bottomlinkbg.gif) right 6px no-repeat;
text-decoration:none;
}


.home_middle{
	display: block;
	width: 295px;
	float: left;
	margin-top: 21px;
	line-height: 14px;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
}

.home_middle .box_title
{
	display: none;
}

.home_right
{
	width:262px;
	float:right;
	margin-top: 21px;
	padding:0px;
}

.home_news{
padding:0 21px 0 21px;

}
.home_events{
padding:0 0 0 21px;
}

.home_events .box_title, .home_news .box_title
{
	display: block;
	height: 16px;
	padding: 0;
	margin: 0px 0 0 0;
	text-align:left;
	text-indent: -4000px;
}

.home_events .box_title{
	background: url(_gfx/home/events_title.gif) 0 0 no-repeat;
}

.home_news .box_title{
	background: url(_gfx/home/news_title.gif) 0 0 no-repeat;
}

.home_events .box_list, .home_news .box_list
{
	padding:10px 0 0 0;
	overflow:hidden;
	color: #767676;	
    font-size:15px;
	line-height: 16px !important;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.home_news .box_list{
	margin-bottom: 10px;
}

.home_events .box_item, .home_news .box_item{
	background: url(_gfx/home/dottedbg.gif) bottom repeat-x;
	padding-bottom:7px;
	border:none;

}

.home_news .box_item_title{
    font-size:15px;
	padding: 10px 0 3px 0;
	margin: 0;
}

.home_events .box_item_title{
    font-size:15px;
	padding: 0px 0 0 0;
	margin: 0;
}

.home_events .box_item{
	padding: 0px 0px 0px 0px;
}

.home_events .box_item_date
{
	display: block;
	width: auto;
	padding: 0 0 10px 0;
	margin: 0;
    font-size:11px;
	color: #767676;
	font-weight: bold;
}

.home_updates a, .home_events .box_list a, .home_news .box_list a

{
	color:#b27022;
	font-family : Trebuchet MS, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration:none;
	font-size:15px;
	padding-right:5px;
	/*background: url(_gfx/home/linkarrow.gif) right no-repeat;*/
}

.home_updates a:hover, .home_events .box_list a:hover, .home_news .box_list a:hover

{
	text-decoration:underline;
}

.home_events .box_list{
	padding-top: 18px;
}

.home_news .box_bottomlink, .home_events .box_bottomlink{ 
background: none;
padding-top: 10px;
margin-bottom:0px
}


.home_events .box_bottomlink a, .home_news .box_bottomlink a
{
	display: block;
	position: relative;
	padding-right:10px;
	height: 20px;
	text-align: right;
	color:#858585;
	font : bold 14px Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	background: url(_gfx/home/bottomlinkbg.gif) right no-repeat;
	
	

}

.home_events .box_bottomlink a:hover, .home_news .box_bottomlink a:hover
{
	text-decoration: underline;
	text-align: right;
	display: block;
	position: relative;
	padding-right:10px;
	height: 20px;
	text-align: right;
	color:#858585;
	font : bold 14px Trebuchet MS, Helvetica, sans-serif;



}



/*.external_link
{
	display: inline-block;
	padding: 2px 18px 2px 0;
	background: url(_gfx/int/external_link.gif) no-repeat right bottom;
}
*/
a.external_link
{
	display: inline-block;
	padding-right:18px;
	background-image:url(_gfx/int/external_link.gif);
	background-position:right;
	background-repeat:no-repeat;	
	zoom: 1;	
}

/******Weather component***/
.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #d1dbe5;
	height: 180px;
	width: 87px;
	margin: 5px 12px 5px 12px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

.weather_home_icon 
{
	width: 79px;
	height: 49px;
}

.weather_home_icon img
{
	margin-top:7px;
	border:0px;
}

.forecast_bottomtext{
	float: left;
	padding-left: 10px;
}

/**************************
new advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:10px;
	padding:0px 10px 6px 10px;
}

.search_features
{
	padding: 10px 15px 10px 15px;
	background-color: #ecf0f3;
	border-top: solid 1px #d1dbe5;
	border-bottom: solid 1px #d1dbe5;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #BDD0D7;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	margin: -23px 0px 0px 293px;
	_margin: -30px 0px 0px 293px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0 0 0 18px;
	background-image: url(_gfx/cmn/searchbullet.jpg);
	background-repeat: no-repeat;
}

div.sort_items span.item a
{
	display: inline-block;
	height: 15px;
	font-weight: bold;
	color: #6C655D;
}

.sort_container,
.sort_container_inline
{
	font-weight: bold;
	overflow: hidden;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: left;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.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;
}




.calendarlink, .rsslink, .enotifierlink {
	float: left;
}

.calendarlink a, .rsslink a, .enotifierlink a{
	text-decoration:none;
	color:#454545;
	font-size:13px;
}

.calendarlink a:hover, .rsslink a:hover, .enotifierlink a:hover{
	text-decoration:underline;
}

.calendarlink a{
	display: block;
	height: 16px;
	width: 103px;
	padding: 0px 0px 0px 20px;
	background: url(_gfx/home/calendarlink.gif) 0 0 no-repeat;
}
.calendarlink a:hover{
	background: url(_gfx/home/calendarlink.gif) 0 -15px no-repeat;
}

.rsslink a{
	display: block;
	height: 16px;
	width: 85px;
	padding: 0px 0px 0px 20px;
	background: url(_gfx/home/rsslink.gif) 0 0 no-repeat;
}
.rsslink a:hover{
	background: url(_gfx/home/rsslink.gif) 0 -16px no-repeat;
}

.enotifierlink a{
	display: block;
	height: 16px;
	width: 107px;
	padding: 0px 0px 0px 20px;
	background: url(_gfx/home/enotifierlink.gif) 0 0 no-repeat;
}
.enotifierlink a:hover{
	background: url(_gfx/home/enotifierlink.gif) 0 -16px no-repeat;
}


.banner_holder
{
	margin-left:34px;
}

/*** mobile view ***/
#SwitchToMobile
{
	background: #fff9a5 url(_gfx/cmn/mobile/mob_visionlink_strip.gif) bottom left repeat-x;
}

#SwitchToMobile a
{
	display: block;
	background: url(_gfx/cmn/mobile/mob_visionlink_bg.jpg) center bottom no-repeat;
	text-align: center;
	font-size: small;
	color: #000000;
	padding: 5px 0 4px 0;
	border: 1px solid #bdbdbd;
	text-decoration: none;
}


/**********************************************
CAPTCHA
**********************************************/

.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}

.survey_container .captcha
{
	margin-bottom: 10px;
	font-weight: lighter;
}

/**********************************************
reCAPTCHA
**********************************************/

.recaptcha img
{
	border: 0;
	margin:0 !important;
}

#recaptcha_image
{
	border: 1px solid #c2bca6;
	float:left;
}

.recaptcha_icons
{
	margin:2px;
	display:block;
	float:left;
}

.recaptcha_icons a img
{
	margin:4px;
	border:none;
	display:block;
}

.recaptcha_response_area
{
	clear:both;
}

.recaptcha_reload, .recaptcha_only_if_image, .recaptcha_only_if_help
{
	margin:2px;
	font-weight:lighter;
}

.survey_container .recaptcha
{
	margin-bottom: 10px;
}

/**********************************************
forwardlink
**********************************************/
.forwardlink br
{
	display: none;
}

.forwardlink input
{
	margin: 4px 0 4px 150px;
	display:block;
}

.forwardlink .recaptcha
{
	margin: 10px 0;
}

.forwardlink .form_button
{
	margin: 10px 0 0 0;
	display: inline;
}

.forwardlink .recaptcha input
{
	margin: 0;
	display: inline;
}

.forwardlink textarea
{
	display: block;
	clear: both;
}
