/************************************************
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: #00345f url(_gfx/cmn/body_bg_strip_vert.gif) top left repeat-x;
	text-align: left;
}

body,select,input,textarea, table
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;	
	line-height:25px;
	color: #696969;
}

a img
{
	border: 0;
}

a
{
	color: #007cc5;
	text-decoration:none;
}

a:hover
{ 
    text-decoration:underline;
}

a[name], a[name]:hover
{
	color:#696969;
	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;
	float: left;
}

.mainSpan_wrapper
{
	background: url(_gfx/cmn/body_bg_strip_int.gif) top center repeat-y;
}

.mainSpan_wrapper_home
{
	background:  url(_gfx/cmn/body_bg_home.jpg) top center no-repeat;
	min-width: 939px;
}

.mainSpan
{
	background: url(_gfx/cmn/body_bg.jpg) top center no-repeat;
}

.mainSpan_wrapper_home .mainSpan
{
	background-image: none;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/
.width_container
{
	width: 939px;
	margin: 0 auto;
	background:  url(_gfx/int/content_bg_strip.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_home .width_container
{
	background:  url(_gfx/home/content_strip.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
	background:  url(_gfx/int/noleft_content_bg_strip.gif) 0 0 repeat-y;
}

.content_wrapper
{
	background: url(_gfx/int/content_bottom.jpg) bottom right no-repeat;
	position: relative;
	margin-bottom: -5px;
	width: 100%;
	float: left;
}

.mainSpan_wrapper_home .content_wrapper
{
	background: url(_gfx/home/content_top_bg.jpg) 0 0 no-repeat;
	margin-bottom: 0;
	position: static;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	background: url(_gfx/int/noleft_content_bottom.jpg) bottom left no-repeat;
}

.mainSpan_wrapper_home .container
{
	background:  url(_gfx/home/content_bottom.gif) bottom left no-repeat;
	margin-bottom: -3px;
	position: relative;
	float: left;
}

/* 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: 939px;
	margin: 0 auto;
}

.header
{
	height: 101px;
	position: relative;
	background: url(_gfx/cmn/header_bg.jpg) 0 0 no-repeat;
}

.header_left a.home_link
{
	width: 275px;
	position: absolute;
	top: 6px;
	left:37px;
	display:block;
	overflow: hidden;
	height: 85px;
	text-indent: -4000px;
}

.header_logo
{
	height: 1px;
	width: 1px;
}

/* Top line of links */
.header_nav_wrapper
{
	background: url(_gfx/cmn/header_nav_strip.gif) 0 0 repeat-x;
	float: right;
	margin: 0px 16px 0 0;
	display: inline;
}

.header_nav
{ 
	text-align: right;
	font-size: 12px;
	color: #0066a4;
	padding: 5px 0px 7px 14px;
	background: url(_gfx/cmn/header_nav.gif) 0 0 no-repeat;
	line-height:24px;
}

.header_nav a
{	
	color: #0066a4;
}

/* Container for search field and go button */
.searchbox
{ 
	width: 170px;
	position: absolute;
	top: 115px;
	right: 10px;
}

.searchbox_textbox
{
	float:left;
	padding: 2px 0 0px 7px !important;
	height: 17px;
	line-height: 15px!important;
	width:132px;
	margin: 0px;
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
	color: #35638f;
}

.searchbox_button
{	
	width: 29px;
	height: 21px;
	float: left;
}

/************************************************
Left navigation 
************************************************/
.leftnav_wrapper, .leftnav_bottom
{
	display: none;
}

.mainSpan_wrapper .leftnav_wrapper
{
	background: url(_gfx/nav/leftnav_bg_bg.jpg) 0 0 no-repeat;
	padding: 0px 0 11px 0;
	width: 226px;
	float: left;
	display: block;
	min-height: 849px;
	height: auto !Important;
	height: 849px;
}

.mainSpan_wrapper .leftnav_wrapper2
{
	background: url(_gfx/nav/leftnav_strip.gif) 0 0 repeat-y;
	float: left;
	margin-top: 11px;
}

.leftnav
{
	background: url(_gfx/nav/leftnav_bg.jpg) 0 0 no-repeat;
	height: auto !Important;
	min-height: 373px;
	height: 373px;
	padding: 17px 9px 0 9px;
	width: 208px;
}

.leftnav_bottom
{
	width: 226px;
	height: 27px;
	background: url(_gfx/nav/leftnav_bottom.gif) 0 0 no-repeat;
	display: block;
	position: relative;
	margin-bottom: -4px;
}

.leftnav a
{
	display:block;
	width: 196px;
	padding: 7px 7px 7px 5px;
	line-height: 14px;
	font-size: 12px;
	color: #31512c;
	text-decoration:none;
	overflow: hidden;
	border-bottom: 1px solid #6c9e63;
	font-family: verdana, geneva, sans-serif;
}

.leftnav_node_wrapper_root, .leftnav_node_wrapper
{
	border-bottom: 1px solid #97ba91;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background: #86b27f;
	margin-top: -2px;
	border-top: 1px solid #97ba91;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background: #428537;
	color: #ffffff;
	margin-bottom: 1px;
}

.leftnav a:hover
{
	color: #ffffff !important;
	background:  #0a6db0 url(_gfx/nav/leftnav_over.gif) 0px 0px repeat-x;
	text-decoration:none;
}

.leftnav a span{
	padding-left: 18px;
	display: block;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a span, .leftnav_node_wrapper .leftnav_node_haschildren a span, .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover span, .leftnav_node_wrapper .leftnav_node_haschildren a:hover span
{
	padding-left: 20px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 4px 6px;
}

.leftnav_node_wrapper  a span, .leftnav_node_wrapper a:hover span
{
	background: url(_gfx/nav/arrow_right.gif) no-repeat 6px 4px;
}

.leftnav_node_wrapper_root  a span, .leftnav_node_wrapper_root a:hover span
{
	background: url(_gfx/nav/arrow_right_root.gif) no-repeat 6px 4px;
}

.leftnav_node_iscurrent a span
{
	font-weight: bold;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.mainSpan_wrapper .container, 
.mainSpan_wrapper_noleftnav .container, 
.mainSpan_wrapper_review .container
{ 
	float:left;
	width: 713px;
	min-height: 860px;
	height: auto !important;
	height: 860px;
	padding-bottom: 30px;
	background: url(_gfx/int/content_top.jpg) top left no-repeat;
}

IMG.deptbanner, .banner_holder IMG
{
	display: block;
	border-bottom: 1px solid #ccddef;
}

.contentheader, .contentheader_banner
{
	padding: 25px 7px 11px 18px;
}

.breadcrumb_wrapper
{	
	height: auto !important;
	min-height: 13px;
	height: 13px;
	padding: 0px 0px 9px 22px;
	line-height: 13px;
	font-size: 11px;
	color: #2a62b1;
	border-bottom: 1px solid #7290b5;
	background: url(_gfx/int/breadcrumb_strip.gif) 0 0 repeat-y;
}

.breadcrumb a
{
	color: #2a62b1;
}

.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;
    text-align:left;
	margin-left: 9px;
}

.printer_friendly{width:41px;}
#share{width:106px; cursor: pointer;}
.rss{width:40px;}

.printer_friendly a, .rss a, .sharelink a
{
    display:block;
    padding-left:18px;
	height:13px;
	font-size: 10px;
	line-height: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
}

.printer_friendly a:hover, .rss a:hover, .sharelink a:hover
{
	text-decoration: none;
}

.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
{
	padding: 0 19px 0 17px;
}
.title_left
{
	border-bottom: 1px solid #92c289;
	padding: 10px 0px 6px 12px;
}

.title_right
{
	padding: 5px 3px 0px 0px;
}

.contentheader h1,
.contentheader_banner h1
{
	font-weight: normal;
	color: #50882f;
	margin: 0px;
	padding: 0px;
	line-height: 29px;
	font-size: 22px;
	font-family: Verdana, geneva, sans-serif;
	width: 100%;
}

/** decoy sIFR styles, do modify**/
.sIFR-hasFlash h1
{
	visibility: hidden;
	font-weight: normal;
	color: #50882f;
	margin-bottom: -5px;
	padding: 0px;
	line-height: 29px;
	font-size: 22px;
	font-family: verdana, geneva, sans-serif;
	width: 100%;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:15px 23px 0 30px;
    margin:0px;
	font-size:15px;
	font-weight: bold;
	color: #656565;
	font-family: verdana, geneva, sans-serif;
}

/************************************************
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 30px 0 47px;
	width: 636px;
	overflow: hidden;
}

/************************************************
Content header and Content: No leftnav pages and review pages
************************************************/

.mainSpan_wrapper_noleftnav .container, .mainSpan_wrapper_review .container
{
	width: 939px;
	background: url(_gfx/int/noleft_content_top.jpg) 0 0 no-repeat;
}

.mainSpan_wrapper_noleftnav .content, .mainSpan_wrapper_review .content
{
	width: 865px;
	padding: 0px 37px;
}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .deptbanner, .mainSpan_wrapper_noleftnav .banner_holder
{
	display: none;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	padding: 24px 7px 11px 6px;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper
{
	background: url(_gfx/int/noleft_breadcrumb_strip.gif) 0 0 repeat-y;
	padding: 0px 5px 8px 18px;
}

/* 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;
	padding: 55px 8px 6px 12px;
	margin: 0 -8px 40px -12px;
	line-height: 30px;
	font-size: 22px;
	font-family: Verdana, geneva, sans-serif;
	font-weight: normal;
	color: #50882f;
	border-bottom: 1px solid #92c289;
}

/**************************************************
Standard content styles
****************************************************/
.content p
{ 
	margin-top: 0px;
}

.content textarea
{
	width: 550px;
}

.content input
{
	line-height: 14px !Important;
}

.content ul, .content ol
{
	padding:0px 0 0 auto;
	margin-top: 8px;
	margin-bottom: 18px;
}

.content ul li, .content ol li
{
	padding: 0px;
}

.content ul ul, .content ol ol, .content ul ol, .content ol ul
{
	padding:0px;
	margin:2px 0 0px 30px;
}

.downloadmessage
{
	clear: both;
	background: #eef6ff;
	border:solid 1px #68a5c8;
	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: #00345f url(_gfx/cmn/footer_top.gif) center 23px no-repeat;
	float: left;
	min-width: 939px;
}

.mainSpan_wrapper_home .footer_wrapper
{
	background: transparent url(_gfx/cmn/footer_top.gif) center 23px no-repeat;
}

.footer
{
	padding: 4px 20px 10px 20px;
	text-align: center;
	width: 899px;
	margin: 27px auto 20px auto;
	min-height: 45px;
	height: auto !Important;
	height: 45px;
	color: #ffffff;
	background: #002b4b url(_gfx/cmn/footer_bg.gif) bottom left no-repeat;
	font-size: 11px;
	line-height: 16px;
}

.mainSpan_wrapper .footer
{
	padding: 9px 20px 20px 20px;
	background: #002b4b url(_gfx/cmn/footer_bg.gif) bottom left no-repeat;
}

.footer_nav
{
	font-size: 13px;
}

 .footer p, .footer a
{
	margin: 0;
	padding: 0;
	color: #ffffff;
}

/************************************************
Department Home Page
************************************************/
.depthome_left
{
	width:440px;
	float: left;
	overflow: hidden;
}

.mainSpan_wrapper_noleftnav .depthome_left
{
	width: 670px;
}

.depthome_right
{
	float:right;
	width:182px;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	float: right;
	width: 182px;
	background:  #dbe6d3;
	margin-right: -8px;
	display: inline;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.depthome_right .box_title
{
	height: 26px;
	width: 182px;
	text-indent: -4000px;
	overflow: hidden;
}

.depthome_right .box_list
{
	padding: 14px 11px 11px 11px;
}

.depthome_right ul
{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	line-height: 15px;
	font-size: 12px;
}

 .depthome_right ul li
{
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

 .depthome_right ul li a
{
	color: #4f4f4f;
	text-decoration: none;
}

 .depthome_right ul li a:hover
 {
 	text-decoration: underline;
 }
 
 .depthome_right  .box_item_date
{
	display: block;
	color: #555555;
	font-size: 11px;
}

.depthome_right  li img, .depthome_right li .box_item_summary
{
	display: none;
}
 
 .depthome_right .box_bottomlink
 {
	padding: 7px 6px 0px 0;
	background: url(_gfx/int/deptbox_bottom.gif) 0 0 no-repeat;
	height: 27px;
	width: 176px;
 }

.depthome_right .box_bottomlink a, .depthome_right .box_bottomlink a:hover
{
	float: right;
	width: 61px;
	height: 22px;
	text-indent: -4000px;
	overflow: hidden;
	background: url(_gfx/int/deptbox_more.gif) 0 0 no-repeat;
}

/**** news box***/
.depthome_right .news_box  .box_title
{
	background: url(_gfx/int/news_title.gif) 0 0 no-repeat;
}

/*****events box *****/
.depthome_right .events_box .box_title
{
	background: url(_gfx/int/events_title.gif) 0 0 no-repeat;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */
.home_collage img
{
	display: block; 
}

.home_collage .slideshow_master, .home_collage .slideshow_inner
{
      z-index: 1;
	  position: absolute;
	  height: 259px !important;
	 width: 619px !important;
}

.home_collage .slideshow_post
{
      z-index: 0;
	  position: absolute;
}

.home_collage
{
	height: 259px;
	width: 619px;
	z-index: 0;
	position: relative;
	overflow: hidden;
	padding: 10px 0 23px 0px;
	float: left;
}

.important_alert_wrapper
{	
	position: absolute;
	top: 21px;
	left: 61px;
	z-index: 21;
	width: 489px;
	height: 235px;
	background: url(_gfx/home/alert_bg.gif) 0 0 no-repeat !important;
}

.important_alert
{
	margin: 48px 0px 0px 23px;
	width: 441px;
	height: 172px;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}

.important_alert p
{	
	margin:0 0 14px 0;
	padding:0;
}

.important_alert a
{
	color: #ffffff;
	text-decoration: underline;
}

.important_alert a:hover
{
	text-decoration: none;
}

.home_columns
{
	clear: both;
	position: relative;
	min-height: 331px;
	height: auto !important;
	height: 331px;
	background: url(_gfx/home/columns_top.jpg) 0 0 no-repeat;
	padding-bottom: 17px;
}

.home_left
{
	width:249px;
	float:left;
	padding: 11px 1px 0px 16px;
	overflow: hidden;
}

.home_middle
{
	width:310px;
	float:left;
	padding: 24px 19px 7px 13px;
	overflow: hidden;
}

.home_right
{
	float: right;
	width: 310px;
	padding: 24px 21px 7px 0;
	overflow: hidden;
}

.home_buttons
{
	padding-bottom: 5px;
	background: url(_gfx/home/buttons_bottom.gif) left bottom no-repeat;
}

.home_buttons ul
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
}

.home_buttons li
{
	padding: 0px!important;
	margin: 0px;
	float: left;
}

.home_buttons ul li
{
	line-height:10px !important;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
}

/************************************************
Home boxes
************************************************/
/*** all boxes ***/
.home_events .box_title,
.home_news .box_title,
.home_spotlight .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	position: relative;
	height: 31px;
}

#scroll_wrapper, #scroll_wrapper2 {
    height: 247px;
    position: relative;
	width:310px;
	background: url(_gfx/home/news_bg.gif) 0 0 no-repeat;
	padding-top: 22px;
	overflow: hidden;
}

#scrollup, #scrollup2 {
  position: relative;
  overflow: hidden;
  height: 210px;
  width: 298px;
}

.headline, .headline2 {
  position: absolute;
  left: 299px;
  overflow: hidden;
}

#scroll_controls, #scroll_controls2
{
  padding: 10px 6px 5px 14px;
}

#scroll_controls a, #scroll_controls2 a {cursor:pointer;}

#scroll_prev, #scroll_next, #scroll_prev2, #scroll_next2
{
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -4000px;
	float: left;
	margin-top: 5px;
}

.box_bottomlink
{
	display: block;
	height: 22px;
	width: 62px;
	text-indent: -4000px;
	overflow: hidden;
	float: right;
	background: url(_gfx/home/home_more.gif) 0 0 no-repeat;
}

#scroll_prev, #scroll_prev2
{
	width: 73px;
	background: url(_gfx/home/home_previous.gif) 0 0 no-repeat;
}

#scroll_next, #scroll_next2
{
	width: 49px;
	background: url(_gfx/home/home_next.gif) 0 0 no-repeat;
	margin-left: 15px;
}

.home_news p, .home_events p
 {
 	padding:  0;
	margin: 0;
 }

.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: #007dc6;
}

.home_events .box_item_date, .home_news .box_item_summary
{
	display: block;
	color: #4e5e5d;
	font-size: 11px;
}

/***** news box*****/
.home_news
{
	background: url(_gfx/home/news_bottom.png) left bottom no-repeat !important;
	background: url(_gfx/home/news_bottom.jpg) left bottom no-repeat;
}

.home_news .box_title
{
	background: url(_gfx/home/news_title.gif) 5px 0 no-repeat;
}

.home_news .headline2
{
	padding: 0px 0px 0 18px;
	width: 275px;
}
 
  .home_news ul li
  {
  	background: url(_gfx/home/list_bullet.gif) 0 4px no-repeat;
	padding: 0px 0 18px 16px;
	margin: 0;
  }

/*** Events  Box *****/
.home_events
{
	background: url(_gfx/home/events_bottom.png) left bottom no-repeat !important;
	background: url(_gfx/home/events_bottom.jpg) left bottom no-repeat;
}

.home_events .box_title
{
	background: url(_gfx/home/events_title.gif) 4px 0 no-repeat;
}

.home_events .headline
{
	padding: 0px 0px 0 16px;
	width: 277px;
}

.home_events ul
 {
 	line-height: 16px;
 }
 
 .home_events ul li
{
	padding: 0px 0 16px 0px;
	float: left;
	width: 100%;
	margin: 0;
}

.home_events ul li img
{
	float: left;
	width: 73px;
	height: 54px;
	margin: 2px 15px 0px 2px;
}

.home_events .eventsimg
{
	float: left;
	background: url(_gfx/home/eventsimg_bg.png) 0 0 no-repeat;
	padding-bottom: 10px;
}

  * html  .home_events .eventsimg
{
	background: transparent none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_gfx/home/eventsimg_bg.png', sizingMethod='crop');
}

.home_events .eventsimg a{position: relative;float: left;}

/** spotlight **/
.home_spotlight
{
	padding: 32px 19px 0 35px;
	width: 266px;
	float: right;
}

.home_spotlight .box_title
{
	height: 23px;
	background: url(_gfx/home/spotlight_title.gif) 0 0 no-repeat;
}

.home_spotlight .box_content
{
	padding: 10px 0 0 1px;
	height: 194px;
	overflow: hidden;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}

.home_spotlight .box_content a
{
	text-decoration: underline;
	color: #ffffff;
}

.home_spotlight .box_content a:hover
{
	text-decoration: none;
}

.home_spotlight .box_content p
{
	padding: 0;
	margin: 0 0 14px 0;
}

.home_spotlight .box_content IMG
{
	width: 265px;
}

/************************************************
Forms
************************************************/
.form div /* used on login page*/
{
	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;
}

.form_textarea
{
	width: 587px !important;
	border:solid 1px #68a5c8;
}

legend
{
	font-weight: bold;
	color:#007bb7;
}

fieldset
{
	border:solid 1px #68a5c8;
}

hr
{
	color: #68a5c8;
	background-color: #68a5c8;
	border: 0;
}

.form_normaltextbox /* used on login page*/
{
	width:300px;	
	border: 1px solid #68a5c8;
}

.form_smalltextbox /* used on enotifier page*/
{
	border: 1px solid #68a5c8;
	margin: 2px 0;
	padding: 2px;
	line-height: 13px;
	background-color: #fdfaed;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #68a5c8;
	padding-left:3px;	
}

.form_smalldropdown  
{
	background-color:#FDFAED;
	border: 1px solid #68a5c8;
	margin:2px 0;
	padding:2px 2px 2px 0;
}

.form_button
{
	background: #0e85c4;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #68a5c8;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
	display: inline-block;
	line-height: 14px;
	text-decoration: none;
}

.form_calendarbutton
{
	border:0;
	cursor: pointer;
}

/************************************************
Search
************************************************/
.search
{
	width: 926px;
	padding: 0 7px 0 6px;
	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 #68a5c8;
}

.search_result_alternate
{
	background: #eef6ff;
}

.search_result_title
{
	font-weight:bold;
	font-size:13px;
}

.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: #eef6ff;
	border-top: solid 1px #68a5c8;
	border-bottom: solid 1px #68a5c8;
}
.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 #68a5c8;
	line-height:13px;
	padding: 2px 0 1px 3px;
	height: 15px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 338px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #68a5c8;
	border-bottom: dashed 1px #68a5c8;
	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: 902px;
}

/************************************************
Lists, including DataGrid classes and Image-using item list 
************************************************/

/* For links on top of page and dropdown filters */
.topselector, .filter, .alphabetfilter, .alphabetpicker
{
	margin: 10px 0;
	font-size: 12px;
}

.filter select
{
	width:260px;
	font-size: 12px;
}

.listDiv
{
	width: 100%;
	clear: both;
}

.listtable
{
	width:100%;
	border:1px solid #68a5c8 !important;
	background-color:#eef6ff;
	border-collapse:separate;
	margin: 10px 0;
	empty-cells: show;
}

.righttable
{
    width:250px;
	border:1px solid #68a5c8;
	border-collapse: collapse;
	background-color: #eef6ff;
}

.listtable th, .righttable th
{
	padding: 7px 4px 7px 9px;
	text-align:left;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	border: 0px !important;
	background: #0e85c4;
}

.listtable th a, .righttable th a
{
	color: #ffffff;
}

.listtable td, .righttable td
{
	border:0 !important;
	border-top:1px solid #a5c6ec !important;
	padding:3px 4px 3px 9px;
	line-height: 18px;
}

.listtable tr:hover, .righttable tr:hover, div.followTwitter:hover
{
	background-color:#e2ebf5;
}

/************************************************
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;
}

/*************************************************
Component detail 
*************************************************/
.component_title, .survey_title
{
	font-size:18px;
	color: #007bb7;
}

.component_subtitle, .component_subtitle span, h3, h2
{
	font-weight: bold !important;
	color: #656565;
	font-size: 14px !important;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 10px 0 15px 0;
}

.component_listitem div
{
	clear: both;
	width: 100%;
}

.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:300px;
	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 #68a5c8;
	background-color:#eef6ff;
	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:#e2ebf5;
}

.listcomponent_pager
{
	text-align:left;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
    width:260px;
	font-size: 12px;
}

.calendar_wrapper, .calendar
{
	width:100%;
	border-collapse: collapse;
	/*table-layout: fixed;*/
}

.calendar_dayheader
{
	line-height: 27px;
	color: #ffffff;
	background: #0e85c4;
	padding: 2px 0px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.calendar_title td
{
	padding: 11px 0px 10px 0px;
	font-size: 23px;
	width: 50% !important;
	font-weight: normal;
	color: #50882f;
	overflow: visible;
}

.calendar_title td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

td.calendar_nextprev a
{
	color: #007cc5 !important;
	font-size: 12px;
	text-decoration: underline;
}

td.calendar_nextprev a:hover
{
	color: #007cc5!important;
	text-decoration: none;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	font-family: verdana, geneva, sans-serif;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px;	
	height:105px;
	border: 1px solid #aeccee;
}

.calendar_day,
.calendar_weekendday
{
	color: #0e85c4;
	background: #f4f9ff;
}

.calendar_othermonthday
{
	background: #d7e4f3;
	color:#a8c6e7;
}

.calendar_today
{
    background: #a5c89c url(_gfx/int/calendar_today.gif) 0 0 repeat-x;
	color:#1a4214;
}

.calendar_eventtime
{
	line-height:12px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #6b6b6b;
}

.calendar_eventlink
{	
	line-height:12px;
	font-size: 11px;
	display:block;
	margin:0px 0px 10px 0px;
	font-weight: normal;
	text-decoration: underline;
}

.calendar_eventlink:hover
{
	text-decoration: none;
}

.calendar_today .calendar_eventlink
{
	color: #006baa;
}

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: #007bb7;
	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:#eef6ff;
	border:1px solid #68a5c8;
}

.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;
	vertical-align:bottom;
}

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  #68a5c8;
}

.staff_component_title
{
	font-size:16px;
	font-weight: bold;
	color: #007bb7;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
	padding-top: 0px;
}

/******************************************
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: #0e85c4;
   	border: 1px solid #68a5c8;
 	text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #ffffff;
    background: url(_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:11px !important;
	font-weight:bold;
}

.slideshow_nav
{
    text-align:center;
}

#photo_single
{
	margin-top: 5px;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:100%;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:left;
	padding:25px 0px 0px 0px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	width: 100%;
}

.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 #68a5c8;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	margin:10px 0px 0px 0px;
	padding:5px;
	border:solid 1px #68a5c8;
}

.mainSpan_wrapper_noleftnav .official_info 
{
	width: 600px;
}

.official_info_div
{
	clear:both;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:120px;
}

.official_info_content
{
	float: left;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:99%;
	padding:10px 0px 0px 0px;
}

.mainSpan_wrapper_noleftnav .official_info_noimage
{
	width: 860px;
}

.official_message
{
	clear:both;
	width:99%;
	padding:5px 0px 0px 0px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:20%;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:78%;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.official_message_body
{
	padding: 3px;
	border:solid 1px #68a5c8;
}

.official_bio
{
	padding: 3px;
	border:solid 1px #68a5c8;
	width:99%;
	clear:both;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }

/************************************************
Weather component
************************************************/
.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #68a5c8;
	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
{
	border-bottom: 1px solid #007CC5;
	padding-bottom: 10px;
	width: 100%;
}
.facilityDetail_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 #68a5c8;}
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
************************************************/
.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 #68a5c8;
}

.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_thumbnail_span
{
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}

.business_thumbnail_span IMG
{
	border:1px solid #68a5c8;
}

.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 #68a5c8 !important;
}

/************************************************
Follow Twitter
************************************************/
.followTwitter
{
	border-bottom:dashed 1px #68a5c8;
	padding:8px;
	border-top:dashed 1px #68a5c8;
}

.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;
}

/**********************************************
reCAPTCHA
**********************************************/

#recaptcha_image
{
	border: 1px solid #68a5c8;
	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;
	font-weight:lighter !important;
}

.survey_container .recaptcha
{
	margin-bottom: 10px;
}

/* 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
{
	line-height:16px;
	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: 220px;
	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: 15px;
	width: 500px;
	overflow: hidden;
}

.sr_actiondiv .ordiv
{
	width:29px;
	height:15px;
	background:url(_gfx/cmn/or.jpg) no-repeat;
	position:absolute;
	margin:3px 0 0 -29px;
}

.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 79px;
}

.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: 120px;}

.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;}

/*Add to my calendar Styles*/
.addtocalendar
{
	margin:15px 0 5px 0;
	clear: both;
	float: left;
}

.calendar_Controls
{
   display: block;
   padding:0px 0 0 25px;
   width:135px;
   margin: 0;
   background:url(_gfx/int/ical.png) no-repeat 0 5px;
}

* html .calendar_Controls {
    background: transparent none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_gfx/int/ical.png', sizingMethod='crop');
}

#calendarControls, #calendarControlsBottom
{
   display: none;
   border:1px solid #666;
   background-color: #ffffff;
   line-height: 18px;
   width: 160px;
}

div:hover.addtocalendar #calendarControls, div:hover.addtocalendar #calendarControlsBottom
{
    display: block;
	position: absolute; /*ie7 needs it to be here*/
}

#calendarControls br, #calendarControlsBottom br{display: none;}

#calendarControls a, #calendarControlsBottom a
{
       text-decoration:none;
      color:#666;
      margin:4px;
      padding:0px 0px 0px 25px;
      display:block;
      font-size: 11px !important;
      width: 130px;
}

#calendarControls a:hover, #calendarControlsBottom a:hover
{
    color:#000;
     text-decoration: underline;
}

.outlookcalendar{background:url(_gfx/int/calendar_add.gif) no-repeat 0px 1px;}
.googleCal {background:url(_gfx/int/google.gif) no-repeat 0px 1px;}
.yahooCal {background:url(_gfx/int/yahoo.gif) no-repeat 0px 1px;}
