/************************************************
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: #f8f7e5;
	text-align: left;
}

body,select,input,textarea, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:21px;
	color: #484848;
}

a img
{
	border: 0;
}

a
{
	color: #218080;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

a[name], a[name]:hover
{
	color:#484848;
	text-decoration:none;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;
	margin-top: 10px;
	display: block;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.dropshadow:after, 
.contentheader:after,
.contentheader_banner:after, 
.content:after, 
.content_wrapper:after,
.container:after,
.width_container:after, 
div.title:after,
.home_columns:after,
.home_buttons:after,
.search_result:after,
.search_result_alternate:after,
.component_listitem:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
}

.clearfix, 
.mainSpan,
.dropshadow,
.contentheader, 
.contentheader_banner,
.content,
.content_wrapper,
.container,
.width_container,
div.title,
.title_right,
.home_columns,
.home_buttons,
.search_result,
.search_result_alternate,
.component_listitem
{
	display:inline-block;
}

.clearfix, .mainSpan, .dropshadow,  .contentheader, .contentheader_banner, .content, .container, .width_container, .content_wrapper, div.title,  .title_right, .home_columns, .home_buttons,  .search_result, .search_result_alternate, .component_listitem
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review,
.mainSpan_wrapper_home
{
	width: 100%;
	background:  url(_gfx/cmn/body_bg_strip.gif) top center repeat-y;
}

.mainSpan
{
	background: url(_gfx/cmn/body_bg.jpg) top center no-repeat;
	position: relative;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/
.width_container
{
	width: 950px;
	margin: 0 auto;
	background:  #ffffff url(_gfx/int/content_strip.gif) 0px 0  repeat-y;
	left: -5px;
	position: relative;
}

.mainSpan_wrapper_home .width_container, .mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
	width: 940px;
	background-image: none;
	left: 0;
}

.content_wrapper
{
	background:  url(_gfx/int/content_bottom.gif) bottom left no-repeat;
	padding-bottom: 15px;
}

.mainSpan_wrapper_home .content_wrapper
{
	background:  url(_gfx/cmn/content_bottom.gif) bottom right no-repeat;
	padding: 0;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	background:  url(_gfx/cmn/content_bottom.gif) bottom right no-repeat;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
	line-height: 0px;
}

#FrontEndForm
{
	padding: 0;
	margin: 0;
}

.content iframe
{
	width: 98%;
	border: 0;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header_wrapper
{
	width: 940px;
	margin: 0 auto;
	padding-bottom: 24px;
	background: url(_gfx/cmn/header_bottom.jpg) bottom left no-repeat;
	position: relative;
	z-index: 2;
}

.header
{
	height: 144px;
	position: relative;
	background: url(_gfx/cmn/header_bg.jpg) 0 0 no-repeat;
}

.header_left a.home_link
{
	width: 280px;
	position: absolute;
	top: 60px;
	left:10px;
	display:block;
	overflow: hidden;
	height: 75px;
	text-indent: -4000px;
}

.header_logo
{
	height: 1px;
	width: 1px;
}

/* Top line of links */

.header_nav
{ 
	color: #262626;
	float: right;
	padding: 11px 11px 6px 13px;
	background: #efce49;
	opacity: .76;
	filter:Alpha(opacity=76); 
	margin: 40px 0 0 0;
}

.header_nav a
{	
	color: #262626;
	text-decoration: none;
	opacity: 1;
	filter:Alpha(opacity=100); 
}

.header_nav a:hover
{	
	text-decoration: underline;
}

/* Container for search field and go button */
.searchbox
{ 
	width: 164px;
	float: right;
	clear: right;
	margin: 15px 13px 0 19px;
	display: inline;
}

.searchbox_textbox
{
	float:left;
	padding: 2px 0 0px 7px !important;
	height: 19px;
	line-height: 17px!important;
	width:117px;
	margin: 5px 0 0 0;
	border: 1px solid #81b6b8;
	border-right: 0;
}

.searchbox_button
{	
	width: 39px;
	height: 32px;
	float: left;
	background: url(_gfx/cmn/gobtn_bg.gif) 0 0 no-repeat;
}

.quicklink
{
	position: absolute;
	width: 160px;
	top: 98px;
	left: 584px;
	border: 1px solid #81b6b8;
	height: 23px;
	padding-top: 1px;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	background:  url(_gfx/nav/leftnav_bg.jpg) 0 2px no-repeat;
	padding: 0px 0px 62px 10px;
	width: 230px;
	float: left;
	min-height: 628px;
	height: auto !Important;
	height: 628px;
	margin-top: -2px;
}

.leftnav a
{
	display:block;
	width: 218px;
	padding: 9px 7px 6px 5px;
	line-height: 15px;
	color: #ffffff;
	text-decoration:none;
	overflow: hidden;
	background: url(_gfx/nav/leftnav_divider.gif) 0 0 repeat-x;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background: #d2d4a0 url(_gfx/nav/leftnav_divider_child.gif) 0 0 repeat-x;
	color: #525252;
}

.leftnav_node_wrapper .leftnav_node_haschildren a
{
	background: #dbb13b url(_gfx/nav/leftnav_divider_haschildren.gif) 0 0 repeat-x;
	color: #525252;
	position: relative;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	background: #dbb13b url(_gfx/nav/leftnav_divider_haschildren_root.gif) 0 0 repeat-x;
	color: #525252;
	position: relative;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren, .leftnav_node_wrapper .leftnav_node_haschildren
{
	background:  url(_gfx/nav/leftnav_divider_haschildren_bottom.gif) bottom left repeat-x;
	padding-bottom: 2px;
	margin-bottom: -2px;
	position: relative;
	z-index: 1;
}

.leftnav a:hover
{
	color: #ffffff !important;
	background:  #aabc3a url(_gfx/nav/leftnav_over.gif) 0px 0px repeat-x;
	text-decoration:none;
}

.leftnav_node_wrapper .leftnav_node a:hover, .leftnav_node_wrapper .leftnav_node_iscurrent a:hover
{
	background:  #aabc3a url(_gfx/nav/leftnav_over_child.gif) 0px 0px repeat-x !important;
	margin-bottom: -1px;
	position: relative;
	padding: 9px 7px 7px 5px;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren:hover a
{
	background:  #aabc3a url(_gfx/nav/leftnav_over_haschildren_root.gif) 0px 0px repeat-x !important;
	padding: 9px 7px 8px 5px;
	color: #ffffff !important;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	background:  #aabc3a url(_gfx/nav/leftnav_over_haschildren_root.gif) 0px 0px repeat-x !important;
}

.leftnav_node_wrapper .leftnav_node_haschildren:hover a
{
	background:  #aabc3a url(_gfx/nav/leftnav_over_haschildren.gif) 0px 0px repeat-x !important;
	padding: 9px 7px 8px 5px;
	color: #ffffff !important;
}

.leftnav_node_wrapper .leftnav_node_haschildren a:hover
{
	background:  #aabc3a url(_gfx/nav/leftnav_over_haschildren.gif) 0px 0px repeat-x !important;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren:hover, .leftnav_node_wrapper .leftnav_node_haschildren:hover
{
	padding-bottom: 0px;
}

.leftnav a span{
	padding-left: 16px;
	display: block;
}

.leftnav_node_haschildren a span
{
	padding-left: 18px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 4px 6px;
}

.leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right.gif) no-repeat 6px 4px;
	font-weight: bold;
}

.leftnav_node_iscurrent a:hover span, .leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover span,  .leftnav_node_wrapper_root .leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 6px 4px;
}

.leftnav_node_haschildren a:hover span, .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover span
{
	background: url(_gfx/nav/arrow_down_over.gif) no-repeat 4px 6px;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.mainSpan_wrapper .container, 
.mainSpan_wrapper_noleftnav .container, 
.mainSpan_wrapper_review .container
{ 
	float:left;
	width: 710px;
	min-height: 690px;
	height: auto !important;
	height: 690px;
	padding-bottom: 30px;
}

.banner_holder
{
	background: url(_gfx/int/deptbanner_bg.jpg) 0 0 no-repeat;
	padding: 9px 0px 0px 9px;
	width: 710px;
	height: 150px;
	margin: 0 -15px 0 6px;
	position: relative;
}

IMG.deptbanner, .banner_holder IMG
{
	display: block;
}

.contentheader, .contentheader_banner
{
	padding: 10px 27px 20px 28px;
}

.contentheader_banner
{
	padding-top: 6px;
}

.breadcrumb_wrapper
{	
	height: auto !important;
	min-height: 12px;
	height: 12px;
	padding: 0px 0px 13px 0px;
	line-height: 12px;
	font-size: 10px;
	color: #767676;
}

.breadcrumb a
{
	color: #767676;
}

.breadcrumb_last_item, .breadcrumb_last_item:hover
{
	text-decoration:none;
}

#share ul 
{
	background-color:#fff;
	display:none;
	width:220px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	position:absolute;
	z-index:1000;
	line-height: 18px;
}

#share div:hover ul, #share div.over ul
{
	display: block;
}

#share ul li, #share div:hover ul li, #share div.over ul li
{
	float:left;
	margin:0;
	padding:0;
	width:110px;
	position:relative;
}

#share li a 
{
	text-decoration:none;
	color:#666;
	margin:4px;
	padding:0px 0px 0px 20px;
	display:block;
	font-size: 11px;
}

#share li a:hover
{
	color:#000;
}

.shareemail {background:url(_gfx/int/share/email.jpg) no-repeat 0 0;}
.sharefacebook {background:url(_gfx/int/share/facebook.jpg) no-repeat 0 0;}
.sharedel {background:url(_gfx/int/share/del.jpg) no-repeat 0 0;}
.sharegoogle {background:url(_gfx/int/share/google.jpg) no-repeat 0 0;}
.sharedigg {background:url(_gfx/int/share/digg.jpg) no-repeat 0 0;}
.sharetwitter {background:url(_gfx/int/share/twitter.jpg) no-repeat 0 0;}
.sharestumble {background:url(_gfx/int/share/stumble.jpg) no-repeat 0 0;}
.sharemyspace {background:url(_gfx/int/share/myspace.jpg) no-repeat 0 0;}
.sharelive {background:url(_gfx/int/share/live.jpg) no-repeat 0 0;}
.sharereddit {background:url(_gfx/int/share/reddit.jpg) no-repeat 0 0;}
.shareyahoo {background:url(_gfx/int/share/yahoo.jpg) no-repeat 0 0;}

.printer_friendly, #share, .rss
{
    float:right;
	margin-left: 16px;
}

.printer_friendly{width:39px;}
#share{width:104px; cursor: pointer;}
.rss{width:36px;}

.printer_friendly a, .rss a, .sharelink a
{
    display:block;
    padding-left:18px;
	height:12px;
	font-size: 10px;
	line-height: 12px;
	color: #767676;
	font-family: tahoma, geneva, sans-serif;
	text-decoration: none;
}

.printer_friendly a:hover, .rss a:hover, .sharelink a:hover
{
	text-decoration: underline;
}

.printer_friendly a{background: url(_gfx/int/print.gif) 0 0px no-repeat;}
.sharelink a{background:url(_gfx/int/share/share.gif) 0 0px no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 0 0px no-repeat;}

.title_left
{
	border-bottom: 1px solid #bcca6b;
	border-top: 1px solid #bcca6b;
	padding: 3px 0px 2px 7px;
}

.title_right
{
	padding: 9px 2px 0px 0px;
	float: right;
	width: 400px;
}

.contentheader h1,
.contentheader_banner h1
{
	font-weight: normal;
	color: #2c8a8a;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 25px;
	width: 100%;
	font-family: Times, serif;
	text-transform: uppercase;
}

/** decoy sIFR styles**/
.sIFR-hasFlash h1
{
	visibility: hidden;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:5px 0px 0px 1px;
    margin:0px;
	font-size:15px !important;
	font-weight: bold;
	color: #484848;
}

/************************************************
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 28px;
	width: 654px;
	overflow: hidden;
}

/************************************************
Content header and Content: No leftnav pages and review pages
************************************************/

.mainSpan_wrapper_noleftnav .container, .mainSpan_wrapper_review .container
{
	width: 940px;
}

.mainSpan_wrapper_noleftnav .content, .mainSpan_wrapper_review .content
{
	width: 884px;
	padding: 0px 28px;
}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .deptbanner, .mainSpan_wrapper_noleftnav .banner_holder
{
	display: none;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	padding: 10px 27px 20px 27px;
}

/* Review, error and home pages */
.mainSpan_wrapper_review .contentheader, .mainSpan_wrapper_review .contentheader_banner, .mainSpan_wrapper_home .contentheader
{
	display:none;
}

/* Hide review title for all except .mainSpan_wrapper_review*/
.component_title_review
{
	display:none;
}

.mainSpan_wrapper_review  .component_title_review, .mainSpan_wrapper_review .special_title
{
	display: block;
	margin: 35px -1px 40px -1px;
	line-height: 30px;
	font-size: 26px;
	font-family: Times, serif;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2c8a8a;
	border-bottom: 1px solid #bcca6b;
	border-top: 1px solid #bcca6b;
	padding: 3px 0px 2px 7px;
}

/**************************************************
Standard content styles
****************************************************/
.content p
{ 
	margin-top: 0px;
}

.content textarea
{
	width: 550px;
}

.content input
{
	line-height: 16px !Important;
}

.content ul, .content ol
{
	padding:0px 0 0 auto;
	margin-top: 8px;
	margin-bottom: 18px;
}

.content ul li, .content ol li
{
	padding: 0px;
}

.content ul ul, .content ol ol, .content ul ol, .content ol ul
{
	padding:0px;
	margin:2px 0 0px 30px;
}

.downloadmessage
{
	clear: both;
	background: #ffffff;
	border:solid 1px #d2d4a0;
	text-align:center;
	width: 85%;
	margin: 10px auto;
}

.downloadmessage img
{
	margin:0px 2px;
}

.downloadmessage p
{
	font-size:11px;
	padding:5px 0px;
	margin:0px;
	line-height: 16px;
}

.paging
{
	margin:10px 0;
}

/************************************************
Footer
************************************************/

.footer_wrapper
{
	clear: both;
	width: 100%;
	background: #f8f7e5 url(_gfx/cmn/footer_wrapper.gif) top center no-repeat;
	margin-top: -7px;
	float: left;
}

.footer
{
	padding: 28px 0px 0px 94px;
	width: 846px;
	margin: 7px auto 8px auto;
	min-height: 81px;
	height: auto !Important;
	height: 81px;
	line-height: 26px;
	background: #ccbe99 url(_gfx/cmn/footer_bg.gif) 0 0 no-repeat;
	position: relative;
}

.mainSpan_wrapper_home .footer
{
	line-height: 18px;
	padding: 25px 0px 0px 94px;
	min-height: 84px;
	height: auto !Important;
	height: 84px;
}

 .footer p
{
	margin: 0;
	padding: 0;
}

.footer a
{
	color: #484848;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.social_icons
{
	position: absolute;
	bottom: 0px;
	right: -6px;
	background: url(_gfx/cmn/icons_bg.gif) 0 0 no-repeat;
	width: 163px;
	height: 46px;
	padding-left: 2px;
}

.social_icons img
{
	margin: 6px 0px 0 5px;
}

.disclaimer
{
	display: none;
}

.mainSpan_wrapper_home .disclaimer
{
	display: block;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 13px 165px 0 0;
	letter-spacing: -0.4px;
}

/************************************************
Department Home Page
************************************************/
.depthome_left
{
	width:450px;
	float: left;
	overflow: hidden;
}

.mainSpan_wrapper_noleftnav .depthome_left
{
	width: 680px;
}

.depthome_right
{
	float:right;
	width:202px;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	float: right;
	width: 202px;
	overflow: hidden;
	margin-bottom: 30px;
	background: url(_gfx/int/deptbox_strip.gif) 0 0  repeat-y;
	position: relative;
	margin-right: -27px;
	display: inline;
}

.depthome_right .box_title
{
	height: 46px;
	text-indent: -4000px;
	overflow: hidden;
}

.depthome_right .box_list
{
	padding: 6px 39px 0 17px;
	min-height: 104px;
	height: auto !Important;
	height: 104px;
}

.depthome_right ul
{
	list-style-type: none;
	margin: 0px;
	line-height: 18px;
	padding: 0;
}

 .depthome_right ul li
{
	padding: 3px 0px 9px 0px;
	margin: 0px;
}

.depthome_right li a
{
	color: #484848;
	text-decoration: none;
}

.depthome_right li a:hover
{
	text-decoration: underline;
}
 
 .depthome_right  .box_item_date
{
	display: block;
	color: #218080;
	font-style: italic;
}

.depthome_right .newsimg
{
	display: none;
}

.depthome_right .box_bottomlink
{
	background: url(_gfx/int/deptbox_bottom.gif) 0 0 no-repeat;
	height: 24px;
}

.depthome_right .box_bottomlink a, .depthome_right .box_bottomlink a:hover
{
	float: right;
	width: 46px;
	height: 24px;
	text-indent: -4000px;
	overflow: hidden;
	background: url(_gfx/int/deptbox_more.gif) 0 0 no-repeat;
	margin: 0 33px 0px 0;
	display: inline;
}

/**** news box***/
.depthome_right .news_box  .box_title
{
	background: url(_gfx/int/news_title.gif) 0px 0 no-repeat;
}

.depthome_right .news_box  .box_list
{
	background: url(_gfx/int/news_bg.gif) top right no-repeat;
}

/*****events box *****/
.depthome_right .events_box .box_title
{
	background: url(_gfx/int/events_title.gif) 0px 0 no-repeat;
}

.depthome_right .events_box  .box_list
{
	background: url(_gfx/int/events_bg.gif) top right no-repeat;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */
.home_collage img
{
	display: block; 
}

.home_collage .slideshow_master, .home_collage .slideshow_inner
{
      z-index: 1 !important;
	  position: absolute;
	  height: 266px !important;
	 width: 899px !important;
}

.home_collage .slideshow_master, .home_collage .slideshow_master div
{
	z-index: 1 !important;
}

.home_collage .slideshow_post
{
      z-index: 0;
	  position: absolute;
}

.home_collage
{
	height: 266px;
	width: 899px;
	z-index: 1;
	position: relative;
	padding: 9px 47px 18px 9px;
	background: url(_gfx/home/collage_bg.jpg) 0 0 no-repeat;
	margin: 0px -19px 0 4px;
}

.stage 
{
	width:899px; 
	height:266px; 
	position:relative;
}

.stage .slide 
{
	height:266px !important;
	width: 899px !important;
	top:0px; 
	left:0px; 
	position:absolute; 
	overflow:hidden; 
}

.stage .slide img {border: 0px;}

.stage .stgbtnwrpr a 
{
	display:block;
	width:33px;
	height:32px;
	background: url(_gfx/home/collage_back.png) 0 0 no-repeat;
	float:left; 
	text-indent: -4000px; 
	overflow: hidden;
	cursor: pointer;
}

  * html  .stage .stgbtnwrpr a
{
	background: transparent none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_gfx/home/collage_back.png', sizingMethod='crop');
}

.stage .stgbtnwrpr #next {background: url(_gfx/home/collage_forward.png) 0 0 no-repeat;}

  * html  .stage .stgbtnwrpr #next
{
	background: transparent none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_gfx/home/collage_forward.png', sizingMethod='crop');
}

.stage .stgbtnwrpr 
{
	top:234px; 
	left:0px; 
	position:absolute;
	z-index:90;
	float: left;
}

.important_alert_wrapper
{	
	position: absolute;
	top: 9px;
	left: 34px;
	z-index: 21;
	width: 514px;
	height: 212px;
	background: url(_gfx/home/alert_bg.jpg) 0 0 no-repeat !important;
	opacity: .86;
	filter:Alpha(opacity=86); 
}

.important_alert
{
	margin: 61px 0px 0px 22px;
	width: 470px;
	height: 138px;
	overflow: hidden;
	color: #010101;
}

.important_alert p
{	
	margin:0 0 14px 0;
	padding:0;
}

.home_spotlight
{
	position: absolute;
	top: 1px;
	right: 27px;
	z-index: 21;
	width: 273px;
	height: 269px;
}

.spotlight_bg
{
	height: 269px;
	background: url(_gfx/home/spotlight_bg.png) 0 0 no-repeat;
	padding: 0 23px;
}

  * html  .spotlight_bg
{
	background: transparent none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_gfx/home/spotlight_bg.png', sizingMethod='crop');
}

.home_spotlight .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 61px;
	border-bottom: 1px solid #90c3c3;
	margin-right: 5px;
}

.home_spotlight .box_content
{
	position: relative;
	line-height: 16px;
	padding: 5px 0px 0 0px;
	height: 185px;
	overflow: hidden;
	color: #010101;
}

.home_spotlight .box_content img
{
	margin: 0 0 6px 0px;
	display: block;
}

.home_spotlight .box_content img.divider
{
	margin: 0 0 11px 0px;
}

.home_spotlight .box_content p
{
	margin: 0;
	padding: 0;
}

.home_columns
{
	clear: both;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	position: relative;
}

.home_left
{
	width:265px;
	padding: 0px 27px 0px 0px;
	float:left;
}

.home_middle
{
	float: left;
	overflow: hidden;
	width:348px;
	padding: 8px 31px 0px 0;
}

.home_right
{
	float: right;
	overflow: hidden;
	width: 258px;
	padding: 0px 10px 0px 0px;
}

.home_buttons
{
	margin-left: -9px;	
	background:  url(_gfx/home/home_buttons_strip.gif) 0 0 repeat-y;
	position: relative;
	
}

.home_buttons ul
{
	padding: 0px;
	margin: 0px 0 -2px 0 !important;
	display: block;
	list-style: none;
	float: left;
	overflow: hidden;
	background: url(_gfx/home/home_buttons.jpg) 0 2px no-repeat;
}

.home_buttons li
{
	padding: 0px 0 0 9px !important;
	margin: -2px 0 0px 0px !important;
	float: left;
	background: url(_gfx/home/home_buttons_divider.gif) 0 0 no-repeat;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
	margin-bottom: 2px;
}

/************************************************
Home boxes
************************************************/
/*** all boxes ***/
.home_events .box_title,
.home_news .box_title
{
	text-indent: -4000px;
	overflow: hidden;
}

.home_events ul, .home_news ul
{
	padding: 0;
	list-style-type: none;
	margin: 0px;
	line-height: 18px;
}
 
 .home_events ul a,  .home_events p,  .home_news ul a,  .home_news p
{
	color: #484848;
	text-decoration: none;
}

 .home_events ul a:hover,  .home_news ul a:hover
 {
 	text-decoration: underline;
 }
 
.home_columns .box_bottomlink
{
	height: 35px;
}

.home_columns .box_bottomlink a, .home_columns .box_bottomlink a:hover
{
	text-indent: -4000px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	right: 16px;
	width: 67px;
	height:35px;
	overflow: hidden;
	background: url(_gfx/home/events_more.gif) 0 0 no-repeat;
}

/***** news box*****/

.home_news .box_title
{
	background: url(_gfx/home/news_title.gif) 8px 7px no-repeat;
	border-top: 1px solid #bcca6b;
	border-bottom: 1px solid #bcca6b;
	height: 35px;
}

.home_news p
{
	padding: 0;
	margin: 0;
}

.home_news .box_list
{
	padding: 17px 0px 13px 3px;
}
 
 .home_news ul li
 {
	padding: 3px 0 13px 0px;
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
}

  .newsimg
{
	float: left;
	clear: left;
	background: url(_gfx/home/newsimg_bg.gif) 0 0 no-repeat;
	margin-top: -3px;
}

.newsimg img
{
	margin: 7px 21px 7px 0px !important;
	margin: 7px 18px 7px 0px;
	width: 67px;
	height: 67px;
}

.home_news .box_bottomlink a, .home_news .box_bottomlink a:hover
{
	background: url(_gfx/home/news_more.gif) 0 0 no-repeat;
	left: 538px;
}

/*** Events  Box *****/

.home_events .box_title
{
	background: url(_gfx/home/events_title.gif) 0px 0px no-repeat;
	height: 43px;
}

.home_events .box_list
{
	padding: 9px 4px 14px 5px;
}
 
 .home_events ul li
{
	padding: 7px 1px 18px 4px;
	margin: 0;
	background: url(_gfx/home/events_divider.gif) bottom left repeat-x;
	min-height: 54px;
	height: auto !Important;
	height: 54px;
	float: left;
	width: 244px /*for ie7*/;
}

 .home_events ul li a
 {
 	color: #218080;
	font-weight: bold;
 }
 
 .home_events p
{
	padding: 15px 0 0 0;
	margin: 0;
}

.home_events .box_item_date
{
	display: block;
	text-align: right;
	font-style: italic;
}

/***weather box**/
.weather
{
	background: #bfc278;
	opacity: .70;
	filter:Alpha(opacity=70); 
	position: relative;
	margin: -24px 0 20px -8px;
	width: 254px;
	padding: 27px 10px 8px 10px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}

.weather a
{
	color: #0a3838;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
}

.weather a.weather_MainLink
{
	font-size:14px;
	font-weight:bold;
	color:#000;
} 

/************************************************
Forms
************************************************/
/* used on login page*/
.form div 
{
	margin:5px 0;
	clear: both;
	float: left;
	width:100%;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label /* used on forward link page and login page*/
{
	padding-top:3px;
	font-weight: bold;
	height:17px;
	float: left;
	width: 150px;
	line-height: 15px !important;
	clear: left;
}

.form_textarea
{
	width: 587px !important;
	border:solid 1px #d2d4a0;
}

legend
{
	font-weight: bold;
	color:#484848;
}

fieldset
{
	border:solid 1px #d2d4a0;
}

hr
{
	color: #d2d4a0;
	background-color: #d2d4a0;
	border: 0;
}

.form_normaltextbox /* used on login page and job applications*/
{
	width:300px !important;	
	border: 1px solid #d2d4a0;
	margin: 2px 0;
}

.form_smalltextbox /* used on enotifier page and service request*/
{
	border: 1px solid #d2d4a0;
	background-color: #fdfaed;
	margin: 2px 0;
	padding: 2px;
	line-height: 13px;
}

.form_smallnormaldropdown
{
	border: 1px solid #d2d4a0;
	background-color: #fdfaed;
	margin: 2px 0;
	padding: 0;
	width: 40px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #d2d4a0;
	padding-left:3px;	
}

.form_smalldropdown /* used on job application page*/
{
	border: 1px solid #d2d4a0;
	background-color: #fdfaed;
	margin: 2px 0;
	padding: 2px 2px 2px 0;
}

.form_button
{
	background: #dbb13b;
	font-weight: bold;
	color: #535353;
	border: 2px solid #d2d4a0;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
	display: inline-block !important;
	line-height: 14px;
	text-decoration: none;
}

.form_calendarbutton
{
	border:0;
	cursor: pointer;
}

/*email form*/
.forwardlink br
{
	display: none;
}

.forwardlink input
{
	margin: 2px 0 2px 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;
}

/************************************************
Search
************************************************/
.search
{
	width: 914px;
	padding: 0 13px;
	overflow: hidden;
}

.search .paging
{ 
	text-align:center; 
}

.search .paging span.linkpage
{
	margin: 2px;
	font-size:11px; 
}

.search_result,
.search_result_alternate
{
	padding: 10px 30px 10px 30px;
	border-bottom:1px solid #d2d4a0;
}

.search_result_alternate
{
	background: #f3f4e6;
}

.search_result_title
{
	font-weight:bold;
	font-size:14px;
}

.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;
}

span.search_result_info
{
	padding: 0 0 0px 25px;
}

.autosuggestion div
{
	padding: 0 0 20px 30px;
}

a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

.search_features a.advanced_search_link
{
	margin-top: -35px;
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:11px;
	padding:0px 30px 6px 30px;
}

.search_features
{
	padding: 10px 40px;
	background: #f3f4e6;
	border-top: solid 1px #d2d4a0;
	border-bottom: solid 1px #d2d4a0;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
	position: relative;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 217px;
	border: solid 1px #d2d4a0;
	line-height:16px;
	padding: 0px 0 1px 3px;
	height: 17px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 335px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #d2d4a0;
	border-bottom: dashed 1px #d2d4a0;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	line-height: 18px;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 1px 0 1px 22px;
	background: url(_gfx/cmn/arrow.gif) 0px 2px no-repeat;
	line-height: 18px !important;
}

div.sort_items span.item IMG /*for ie6, inline image bug*/
{
	vertical-align: middle;
	margin: 4px 0 5px 0;
}

div.sort_items span.item a
{
	line-height: 18px;
}

.sort_container_inline
{
	font-weight: bold;
	width: 100%;  /** for IE6/7 **/
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: both;
	width: 145px;
	line-height: 18px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0;
	clear: right;
	width: 400px;
}

/************************************************
Google Search
************************************************/
#cse-search-results
{
}

#cse-search-results iframe
{
	width: 884px;
}

/************************************************
Lists, including DataGrid classes and Image-using item list 
************************************************/

/* For links on top of page and dropdown filters */
.topselector, .filter, .alphabetfilter, .alphabetpicker, .timing_link
{
	margin: 10px 0;
}

.filter select
{
	width:180px;
}

.listDiv
{
	width: 100%;
	clear: both;
}

.listtable
{
	width:100%;
	border:1px solid #d2d4a0 !important;
	background-color:#ffffff;
	border-collapse:separate;
	margin: 10px 0;
	empty-cells: show;
}

.righttable
{
    width:250px;
	border:1px solid #d2d4a0;
	border-collapse: collapse;
	background-color: #ffffff;
}

.listtable th, .righttable th
{
	padding: 4px 4px 4px 9px;
	text-align:left;
	color: #535353;
	font-weight: normal;
	border: 0px !important;
	background: #dbb13b;
	text-transform: uppercase;
	font-size: 14px;
}

.listtable th a, .righttable th a
{
	color: #535353;
}

.listtable td, .righttable td
{
	border:0 !important;
	border-top:1px solid #d2d4a0 !important;
	padding:2px 4px 1px 9px;
}

.listtable tr:hover, .righttable tr:hover, div.followTwitter:hover
{
	background:#f3f4e6;
}

/************************************************
Lists without table grid, like News
************************************************/
.listcomponent
{
	border:0px !important;
	border-collapse: separate !important;
	width: 100%;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px !important;
	padding:4px 4px 10px 0;
}

.listdocument
{
	width: auto !important;
}

.posted_date
{
	font-style: italic;
	font-size: 90%;
}

/*************************************************
Component detail 
*************************************************/
.component_title, .survey_title
{
	font-size:18px;
	color: #484848;
}

.component_subtitle, .component_subtitle span, h3, h2
{
	font-weight: bold !important;
	color: #2c8a8a;
	font-size: 14px !important;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_back_link
{
 	float:right;
 	margin:10px;
}

.component_listitem
{
	padding: 0 0 15px 0;
}

.component_listitem div
{
	clear: both;
}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	display:block;
	float:left;
}

.component_listitem_header_wider
{
	width:150px;
}

.component_listitem_content
{
	width:500px;
	display:block;
	float:left;
}

.component_content
{
	clear: both;
}

.outlookcalendar
{
	display: block;
	padding-top: 10px;
	width: 200px;
}

/* ****************************************
Component list pagers
******************************************/
.listtable_pager, .listcomponent_pager, .listfaq_pager,
.listtable_pager span, .listcomponent_pager span, .listfaq_pager span
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a,
.search .paging a
{
	padding:3px; 
	border:1px solid #d2d4a0;
	background-color:#ffffff;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover,
.search .paging a:hover
{
	background:#f3f4e6;
}

.listcomponent_pager
{
	text-align:left;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
    width:180px;
}

.calendar_wrapper, .calendar
{
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.calendar_dayheader
{
	line-height: 32px;
	color: #535353;
	background: #dbb13b;
	padding: 2px 0px 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	font-family: tahoma, geneva, sans-serif;
}

.calendar_title td
{
	padding: 11px 0px 10px 0px;
	font-size: 20px;
	width: 50% !important;
	font-weight: normal;
	color: #484848;
	overflow: visible;
}

.calendar_title td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

td.calendar_nextprev a
{
	color: #74b8b8 !important;
	font-size: 10px;
	text-decoration: underline;
}

td.calendar_nextprev a:hover
{
	color: #74b8b8!important;
	text-decoration: none;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px;	
	height:105px;
	border: 1px solid #d2d4a0;
}

.calendar_day,
.calendar_weekendday
{
	background: #ffffff;
}

.calendar_othermonthday
{
	background: #e8edcb;
	color:#b3b7a0;
}

.calendar_today
{
    background: #64a9a9;
	color:#ffffff;
}

.calendar_eventtime
{
	line-height:12px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color:#484848;
}

.calendar_eventlink
{	
	line-height:13px;
	font-size: 12px;
	display:block;
	margin:0px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
}

.calendar_eventlink:hover
{
	text-decoration: underline;
}

.calendar_today .calendar_eventlink
{
	color: #ffffff;
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_othermonthday br
{
	display: none;
}

/************************************************
Site map
************************************************/
.sitemap img
{
	margin: 0 5px 0 0;
}

.rootnode a,
.parentnode a
{ 
	color: #484848;
	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;
}

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate !important;
}

.listlink td
{
	padding: 0 0 14px 0 !important;
	border:0 !important;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:100%;
	border-collapse: separate !important;
	background-color:#ffffff;
	border:1px solid #d2d4a0;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:100%;
	margin-top: 20px;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px 4px 14px 4px;
	border: 0;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_q_js
{
 	font-weight:bold;
 	cursor: pointer;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:96%;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px 0;
}

.area_div
{
	padding: 5px 0;
	clear: both;
	line-height: 15px !important;
}

.area_div span
{
	width: auto !Important;
	float: none !Important;
}

.area_div label,  .area_div div,  .area_div td
{
	line-height: 15px !important;
}

.area_div span label
{
	line-height: 17px !important;
	padding-top: 3px;
	width: 150px !Important;
	display: block;
	float: left;
	clear: left;
}

.area_div td label
{
	line-height: 17px !important;
	display: block;
	padding-top: 1px;
}

.area_div td input
{
	margin-right: 0;
}

.area_div  input
{
	margin-right: 3px;
}

/************************************************
Form/Survey Component
************************************************/
.survey_container INPUT[type="checkbox"]
{
	margin-bottom: 0px;
}

.survey_container span, .survey_container TABLE tr, .survey_container TABLE
{
	background: transparent !important;
	font-size: inherit !Important;
	font-size: 13px !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;
}
tr.form_message td, .form_message
{
	color:Red;
}
.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, .survey_container table table table table tr:first-child td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table td br
{
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
}

/*for when the recaptcha error is present above the button*/
.survey_container .form_button
{
	margin-top: 10px;
	display: block;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	width:100%;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:110px;
}

.staff_thumbnail_span img
{
	margin:0px 5px 10px 0px;
	border:1px solid  #d2d4a0;
}

.staff_component_title
{
	font-size:16px;
	font-weight: bold;
	color: #484848;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

.staff_column_div .component_listitem_content
{
	width: 350px;
}

/******************************************
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;
	line-height: 15px;
}

.photo_item
{
    padding:20px;
    text-align:center;
	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;
    width:140px;
	background: #dbb13b;
   	border: 1px solid #d2d4a0;
 	text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #535353;
    background: url(_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:11px !important;
	font-weight:bold;
}

.slideshow_nav
{
    text-align:center;
}

#photo_single
{
	margin-top: 5px;
}

/************************************************
Weather component
************************************************/
.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #d2d4a0;
	height: 180px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#ffffff;
	width: 17.5%;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.clear
{
	clear: both;
}

/************************************************
Facility component
************************************************/

.facility_table
{
	width: 100%;
}

.facility_header_cell, .facility_name{
	font-weight:bold;
	font-size: 15px;
}

td.facility_detail
{
	width: 100%;
}

td.facility_detail li {
	margin: 0px;
	padding:0px;
}

td.facility_thumbnail img {float:left;margin:0px 10px 10px 0; border:1px solid #d2d4a0;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail span
{
	display: block;
}

.facility_map
{
	width: 250px;
}

 .facility_map ul,  .facility_map li
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}

img.markerimg
{
	float: right;
	margin: 20px 0 0 5px;
	width: 100px;
	height: 85px;
}

/************************************************
Business Directory
************************************************/
.list_business
{
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

.business_list_name
{
	font-size: 14px;
	font-weight: bold;
}

.business_image_container
{
	float: left;
	clear: left;
	margin-top: 10px;
}

.business_image_container IMG
{
	margin:0px 10px 10px 0; 
	border:1px solid #d2d4a0;
}

.business_list_container
{
	width: 290px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.business_list_title
{
	width:60px;
	display:block;
	float: left;
	clear: left;
	font-weight: bold;
}

.business_column_div
{
	padding-top: 10px;
}

.business_thumbnail_span
{
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}

.business_thumbnail_span IMG
{
	border:1px solid #d2d4a0;
}

.business_listitem_span
{
	float: left;
	width: 290px;
}

.business_listitem_span .component_listitem_content
{
	width: 190px;
}

/************************************************
Poll component
************************************************/
.poll
{
	margin: 20px 0px 0px 0px;
	width: 100%;
}

.poll_q
{
	font-weight: bold;
}

.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	float: left;
	clear: left;
	margin: 3px 10px 0px 0px;
	height: 13px;
	width: 13px;
	padding: 0;
}

.poll_choices label
{
	float: left;
	width: 620px;
}

.mainSpan_wrapper_noleftnav .poll_choices label
{
	width: 820px;
}

.poll_result_answer table tr
{
	height: 12px !important;
}

.poll_result_answer table
{
	border:1px solid #d2d4a0 !important;
}

/************************************************
Follow Twitter
************************************************/
.followTwitter
{
	border-bottom:dashed 1px #d2d4a0;
	padding:8px;
	border-top:dashed 1px #d2d4a0;
}

.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:110%;
	margin-right:7px;
}

.accountFullName
{
	font-weight: bold;
}

.accountStatus
{
	font-style:  italic;
}

/************************************************
Rss Feed Viewer
************************************************/
.rssitem
{
	padding:4px 4px 10px 0;
}

.rssitem span.time
{
	font-style:italic;
	display:block;
}

.error_message li
{
	color: red;
}

.error_message ul
{
	margin-bottom: 0 !important;
}

/**********************************************
reCAPTCHA
**********************************************/

#recaptcha_image
{
	border: 1px solid #d2d4a0;
	float:left;
}

.recaptcha_icons
{
	margin:3px;
	display:block;
	float:left;
}

.recaptcha_response_area
{
	clear:both;
}

.recaptcha_reload, .recaptcha_only_if_image, .recaptcha_only_if_help
{
	margin:2px 2px 2px 0;
	font-weight:lighter !important;
}

.survey_container .recaptcha
{
	margin-bottom: 10px;
}

/*  AmManager */
#AmManagerOptionDiv
{
	padding-left:90px;
}

#AmManagerOptionDiv select,
#AmManagerYearDiv select
{
	width:160px;
	margin:2px 5px 2px 0;
}

#AmManagerOptionDiv .Title
{
	display:inline-block;
	width:320px;
	text-align:left;
	font-weight:bold;
}

#AmManagerYearDiv
{
	margin:10px 0;
}

#AmManagerYearDiv label.selectayear
{
	display:inline-block;
	width:90px;
}

.AgendaMinuteDropdownDiv
{
	padding-bottom: 12px;
}

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*** 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;
}

/***Service Request****/
.sr_logindiv
{
	float:left;
	margin-right:15px;
	/*width: 250px;*/
	overflow: hidden;
}

.sr_logindiv legend, .sr_logindiv fieldset, .sr_actiondiv legend{padding-left: 0;}

.sr_logindiv_showinfo{}

.sr_actiondiv
{
	float:left;
	border-left:dashed 1px #C2BCA6;
	padding-left: 30px;
	width: 470px;
	overflow: hidden;
}

.sr_actiondiv .ordiv
{
	width:29px;
	height:15px;
	background:url(_gfx/cmn/or.jpg) no-repeat;
	position:absolute;
	margin:3px 0 0 -44px;
}

.sr_actiondiv legend{}

.sr_actiondiv_loggedin{}

.sr_actiondiv_loggedin .ordiv
{
	display:none;
}

div.grippie 
{
	background:#eee url(_gfx/cmn/grippie.png) no-repeat scroll center 2px;
	border-color:#ddd;
	border-style:solid;
	border-width:0px 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
	margin-bottom: 4px;
}

.resizable-textarea textarea 
{
	display:block;
	margin-bottom:0px;
	width: 456px !important;
	height: 100px;
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
}

fieldset.sr_login
{
	border: none;
}

.sr_login .sr_loginform_row .form_smalltextbox
{
	float:right;
	width: 130px;
}
.sr_login .sr_loginform_row label
{
	float:left;
}

.sr_login .sr_loginform_row
{
	clear:both;
}

.sr_loginform_row_submitdiv
{
	margin: 3px 0 0 109px;
	/*border: solid 1px #ff3333;*/
	clear:both;
	width: 136px;
	float:right;
}

.sr_newuser label, .sr_newrequest label, .sr_myaccount label
{
	display: block;
	width: 150px;
	margin: 0 !important;
	margin-right: -3px; /*for ie6*/
	float: left;
	padding: 2px 0;
}

.sr_newuser, .sr_newrequest, .sr_login, .sr_password, .sr_currentrequests, .sr_pr_currentrequests, .sr_myaccount, .sr_comments, .sr_addinfo
{
	margin: 0 0 10px 0;
	padding: 0px 5px 5px 5px;
}
 
  .sr_newuser legend, .sr_newrequest legend, .sr_login legend, .sr_password legend, .sr_currentrequests legend, .sr_pr_currentrequests legend, .sr_myaccount legend, .sr_comments legend, .sr_addinfo legend
{
	padding-bottom: 5px; /*put padding on legend instead of fieldset for IE6/7/8*/
}
 
 /*.sr_login,*/
 .sr_currentrequests, .sr_comments{margin-top: 8px;}
 
 .sr_login p{margin: 0;}
 
 .sr_password p, .sr_comments p{margin: 0 0 8px 0;}
  
  .sr_comments legend span
 {
	white-space:normal;
	max-width: 600px;
	float: none !important;
	float: left;
	display: block;
 }
 
 /*for firefox 2*/
  .sr_comments legend span, x:-moz-any-link {width: 600px;}
  .sr_comments legend span, x:-moz-any-link, x:default {width: auto;}
 
 label.sr_longlabel
 {
 	width: auto;
	float: none;
	display:block;
	clear: both;
 }
 
 .sr_topic
{
	font-size: 0;
	line-height: 0;
}

.sr_topic label, .sr_topic span, .sr_descriptioncat
{
	font-size: 11px;
	line-height: 16px;
}

 .sr_upload_allowedfiles
 {
 	font-style: italic;
 	margin-bottom: 12px;
 }
 
 .service_request_userinfo{text-align: right;}

.sr_addinfo div, .sr_newrequest div, .srfaq_container li, .sr_locationdiv, .sr_newuser div{clear: both;}
.sr_locationdiv .form_smalltextbox{width: 130px;}

.srfaq_container
{
	font-size: 11px;
	line-height: 20px;
}
	
.sr_info_left
{
	width:150px;
	display:block;
	float:left;
	clear: left;
}

.sr_info_right
{
	width:550px;
	display:block;
	float:left;
}

.sr_info_block{display:inline;}

fieldset.sr_loginmode
{
	border: none;
	margin: 0;
	padding: 0;
}

.sr_loginmode legend{display:none;}	

.sr_backbutton
{
	display: inline-block;
	margin-bottom:6px;
}

.rs_deletecomment{float: right;}

.sr_logout_button
{
	display:block;
	margin: 0px 0px 10px 0;
	width: auto;
	text-align: left;
}

.srfaq_question,
.srfaq_answer
{
	width:100%;
}

.srfaq_container p b
{
	margin-top: 5px;
	display: block;
}

.srfaq_container p{margin-bottom: 0;}

.srfaq_container ul p{margin-bottom: auto;}

.srfaq_container ul{margin-top: 0 !important;}

.sr_commentthread{margin:15px 0 0 0;}

a.upload-area{cursor:pointer;}



