/************************************************
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: #236aa3 url(_gfx/cmn/body_bg_strip.gif) 0 0 repeat-x;
	text-align: left;
}

body,select,input,textarea, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	line-height:18px;
	color: #253949;
}

a img
{
	border: 0;
}

a
{
	color: #b20838;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

a[name], a[name]:hover
{
	color:#253949;
	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, 
.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,
.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, .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%;
}

.mainSpan
{
	background: url(_gfx/cmn/body_bg_bottom.jpg) bottom center no-repeat;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/
.width_container
{
	width: 940px;
	margin: 0 auto;
	background:  url(_gfx/int/content_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_strip.gif) 0 0  repeat-y;
}

.content_wrapper
{
	background:  url(_gfx/int/content_bottom.jpg) bottom left no-repeat;
	padding-bottom: 15px;
}

.mainSpan_wrapper_home .content_wrapper
{
	background:  url(_gfx/home/content_bottom.gif) left bottom  no-repeat;
	padding: 0;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	background:  url(_gfx/int/noleft_content_bottom.jpg) bottom left 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;
}

.header
{
	height: 137px;
	position: relative;
	background: url(_gfx/cmn/header_bg.gif) 0 0 no-repeat;
}

.header_left a.home_link
{
	width: 550px;
	position: absolute;
	top: 50px;
	left:10px;
	display:block;
	overflow: hidden;
	height: 75px;
	text-indent: -4000px;
}

.header_logo
{
	height: 1px;
	width: 1px;
}

/* Top line of links */

.header_nav
{ 
	color: #d4dde4;
	text-align: right;
	padding-top: 6px;
	font-size: 12px;
}

.header_nav a
{	
	color: #d4dde4;
	text-decoration: none;
}

.header_nav a:hover
{	
	text-decoration: underline;
}

/* Container for search field and go button */
.searchbox
{ 
	width: 173px;
	position: absolute;
	right: 8px;
	top:143px;
}

.searchbox_textbox
{
	float:left;
	padding: 2px 0 0px 8px !important;
	height: 19px;
	line-height: 17px!important;
	width:131px;
	margin: 0px;
	background: #ffffff url(_gfx/cmn/search_bg.gif) 0 0 no-repeat;
	border: 1px solid #1a3345;
}

.searchbox_button
{	
	width: 32px;
	height: 23px;
	float: left;
}

.quicklink
{
	float: right;
	width: 160px;
	margin: 3px 13px 0 13px;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	background: url(_gfx/nav/leftnav_bg.gif) 0 0 no-repeat;
	padding: 1px 2px 0px 10px;
	width: 228px;
	float: left;
	min-height: 583px;
	height: auto !Important;
	height: 583px;
}

.leftnav a
{
	display:block;
	width: 216px;
	padding: 7px 7px 7px 5px;
	line-height: 15px;
	color: #1e3242;
	text-decoration:none;
	overflow: hidden;
	border-bottom: 1px solid #afaa8f;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background: #c4bfa2;
	border-bottom: 1px solid #9a9574;
}

.leftnav_node_iscurrent a
{
	color: #a00831;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background: #b4ae8c;
	border-bottom: 1px solid #b4ae8c;
}

.leftnav a:hover
{
	color: #eeecdc !important;
	background:  #af2732 url(_gfx/nav/leftnav_over.gif) 0px 0px repeat-x !important;
	text-decoration:none;
}

.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
{
	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: 700px;
	min-height: 555px;
	height: auto !important;
	height: 555px;
	padding-bottom: 30px;
	background: url(_gfx/int/content_top.gif) right top no-repeat;
}

IMG.deptbanner, .banner_holder IMG
{
	display: block;
	margin-top: 1px;
	border: 1px solid #90a8ba;
}

.contentheader, .contentheader_banner
{
	padding: 9px 27px 18px 15px;
}

.contentheader_banner
{
	padding-top: 4px;
}

.breadcrumb_wrapper
{	
	height: auto !important;
	min-height: 12px;
	height: 12px;
	padding: 0px 0px 8px 1px;
	line-height: 12px;
	font-size: 10px;
	color: #4e6a78;
}

.breadcrumb a
{
	color: #4e6a78;
}

.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;
	margin-top: -8px;
}

#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: 12px;
}

.printer_friendly{width:40px;}
#share{width:110px; cursor: pointer;}
.rss{width:40px;}

.printer_friendly a, .rss a, .sharelink a
{
    display:block;
    padding-left:18px;
	height:22px;
	font-size: 11px;
	line-height: 15px;
	color: #4e6a78;
}

.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 #92a6b2;
	padding: 0px 0px 3px 0px;
}

.title_right
{
	padding: 7px 4px 0px 0px;
	float: right;
	width: 400px;
}

.contentheader h1,
.contentheader_banner h1
{
	font-weight: normal;
	color: #b20838;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 29px;
	width: 100%;
}

/** decoy sIFR styles**/
.sIFR-hasFlash h1
{
	visibility: hidden;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:0px 0px 0px 3px;
    margin:0px;
	font-size:14px !important;
	font-weight: bold;
	color: #294459;
}

/************************************************
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 27px 0 17px;
	width: 656px;
	overflow: hidden;
}

/************************************************
Content header and Content: No leftnav pages and review pages
************************************************/

.mainSpan_wrapper_noleftnav .container, .mainSpan_wrapper_review .container
{
	width: 940px;
	background: url(_gfx/int/noleft_content_top.gif) 0px 0 no-repeat;
	min-height: 580px;
	height: auto !important;
	height: 580px;
}

.mainSpan_wrapper_noleftnav .content, .mainSpan_wrapper_review .content
{
	width: 880px;
	padding: 0px 30px;
}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .deptbanner, .mainSpan_wrapper_noleftnav .banner_holder
{
	display: none;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	padding: 9px 30px 18px 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;
	padding: 26px 0px 6px 3px;
	margin: 0 0px 40px -3px;
	line-height: 30px;
	font-size: 26px;
	font-family: Times, serif;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	color: #b20838;
	border-bottom: 1px solid #92a6b2;
}

/**************************************************
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: #f4f2e5;
	border:solid 1px #cecaaf;
	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: url(_gfx/cmn/footer_wrapper.jpg) top center no-repeat;
}

.footer
{
	padding: 178px 22px 0px 0px;
	width: 918px;
	margin: 0px auto;
	height: 66px;
	overflow: hidden;
	color: #eecc5b;
	font-size: 12px;
	line-height: 15px;
	background: url(_gfx/cmn/footer_bg.jpg) 0 0 no-repeat;
}

 .footer p
{
	margin: 0;
	padding: 0;
}

.footer a
{
	color: #eecc5b;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.social_icons
{
	float: right;
}

.social_icons img
{
	margin: 1px 16px 0 0;
}

/************************************************
Department Home Page
************************************************/
.depthome_left
{
	width:442px;
	float: left;
	overflow: hidden;
}

.mainSpan_wrapper_noleftnav .depthome_left
{
	width: 672px;
}

.depthome_right
{
	float:right;
	width:194px;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	float: right;
	width: 194px;
	overflow: hidden;
	margin-bottom: 27px;
	background: url(_gfx/int/deptbox_bg.gif) bottom left no-repeat;
}

.depthome_right .box_title
{
	height: 22px;
	text-indent: -4000px;
	overflow: hidden;
	border-bottom: 1px solid #92a5b1;
	margin: 0 12px;
}

.depthome_right .box_list
{
	padding: 0px 13px;
	min-height: 70px;
	height: auto !Important;
	height: 70px;
}

.depthome_right ul
{
	list-style-type: none;
	margin: 0px;
	line-height: 14px;
	font-size: 12px;
	padding: 0;
}

 .depthome_right ul li
{
	padding: 11px 0px 7px 0px;
	margin: 0px;
}

.depthome_right li a
{
	color: #253949;
	text-decoration: none;
}

.depthome_right li a:hover
{
	text-decoration: underline;
}
 
 .depthome_right  .box_item_date
{
	display: block;
	color: #9f997a;
	font-weight: bold;
	font-size: 12px;
}

.depthome_right .newsimg,  .depthome_right .box_item_summary, .depthome_right img
{
	display: none;
}

.depthome_right .box_bottomlink a, .depthome_right .box_bottomlink a:hover
{
	float: right;
	width: 47px;
	height: 11px;
	text-indent: -4000px;
	overflow: hidden;
	background: url(_gfx/int/deptbox_more.gif) 0 0 no-repeat;
	margin: 0 10px 15px 0;
	display: inline;
}

/**** news box***/
.depthome_right .news_box  .box_title
{
	background: url(_gfx/int/news_title.gif) 1px 0 no-repeat;
}

/*****events box *****/
.depthome_right .events_box .box_title
{
	background: url(_gfx/int/events_title.gif) 0px 0 no-repeat;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */
.home_collage img
{
	display: block; 
	border: 1px solid #90a8ba;
}

.home_collage .slideshow_master, .home_collage .slideshow_inner
{
      z-index: 1;
	  position: absolute;
	  height: 227px !important;
	 width: 924px !important;
}

.home_collage .slideshow_post
{
      z-index: 0;
	  position: absolute;
}

.home_collage
{
	height: 227px;
	width: 924px;
	z-index: 0;
	position: relative;
	padding: 0 7px 8px 9px;
	background: url(_gfx/home/collage_bg.gif) 0 0 no-repeat;
}

.important_alert_wrapper
{	
	position: absolute;
	top: 20px;
	left: 29px;
	z-index: 21;
	width: 418px;
	height: 189px;
	background: url(_gfx/home/alert_bg.gif) 0 0 no-repeat !important;
	opacity: .95;
	filter:Alpha(opacity=95); 
}

.important_alert
{
	margin: 56px 0px 0px 22px;
	width: 376px;
	height: 123px;
	overflow: hidden;
	color: #4e5e5d;
	line-height: 16px;
}

.important_alert p
{	
	margin:0 0 14px 0;
	padding:0;
}

.home_spotlight
{
	position: absolute;
	top: 21px;
	right: 22px;
	z-index: 21;
	width: 260px;
	height: 237px;
}

.spotlight_bg
{
	opacity: .93;
	filter:Alpha(opacity=93);
	width: 260px;
	height: 237px;
	background: url(_gfx/home/spotlight_bg.gif) 0 0 no-repeat;
	position: absolute;
}

.home_spotlight .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 49px;
}

.home_spotlight .box_content
{
	position: relative;
	line-height: 16px;
	padding: 8px 19px 0 22px;
	height: 175px;
	overflow: hidden;
}

.home_spotlight .box_content img
{
	margin: 0 0 14px -3px;
	border: 3px solid #efdfa7;
}

.home_spotlight .box_content p
{
	margin: 0;
	padding: 0;
}

.home_columns
{
	clear: both;
	background: url(_gfx/home/content_top.gif) 10px 0 no-repeat;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.home_left
{
	width:310px;
	padding: 24px 27px 35px 33px;
	float:left;
	overflow: hidden;
}

.home_middle
{
	float: left;
	overflow: hidden;
	width:271px;
	padding: 24px 17px 27px 0;
}

.home_right
{
	float: right;
	overflow: hidden;
	width: 260px;
	padding: 30px 22px 26px 0px;
}

.home_buttons ul
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
	width: 100%; /*IE6*/
}

.home_buttons li
{
	padding: 0px!important;
	margin: 0px;
	float: left;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
}

/************************************************
Home boxes
************************************************/
/*** all boxes ***/
.home_events .box_title,
.home_news .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 30px;
	border-bottom: 1px solid #88999a;
}

.home_events ul, .home_news ul
{
	padding: 0;
	list-style-type: none;
	margin: 0px;
	line-height: 14px;
	font-size: 12px;
}
 
 .home_events ul a,  .home_events p,  .home_news ul a,  .home_news p
{
	color: #525c64;
	text-decoration: none;
	font-weight: bold;
}

 .home_events ul a:hover,  .home_news ul a:hover
 {
 	text-decoration: underline;
 }
 
 .home_columns .box_bottomlink
 {
 	height: 11px;
 }

.home_columns .box_bottomlink a, .home_columns .box_bottomlink a:hover
{
	text-indent: -4000px;
	float: right;
	display: inline;
	margin-right: 5px;
	width: 47px;
	height:11px;
	overflow: hidden;
	background: url(_gfx/home/home_more.gif) 0 0 no-repeat;
}

/***** news box*****/

.home_news .box_title
{
	background: url(_gfx/home/news_title.gif) 2px 0 no-repeat;
}

.home_news p
{
	padding: 0;
	margin: 0;
}

.home_news .box_list
{
	padding: 18px 10px 19px 2px;
}
 
 .home_news ul li
 {
	padding: 0px 0 14px 0px;
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
}

.home_news .box_item_summary
{
	display: block;
	padding-top: 2px;
}

  .newsimg
{
	float: left;
}

.home_news img, .newsimg img
{
	margin: 3px 14px 0px 0px !important;
	margin: 3px 14px 0px 0px;
	width: 73px;
	height: 64px;
	border: 3px solid #c9c6a3;
	float: left;
}

.home_news .box_item_date
{
	display: none;
}

/*** Events  Box *****/

.home_events
{
	background: url(_gfx/home/events_bottom.png) bottom left no-repeat!important;
	background: url(_gfx/home/events_bottom_ie.gif) bottom left no-repeat;
	padding: 0 10px 10px 2px;
	margin-bottom: 11px;
}

.home_events .box_title
{
	background: url(_gfx/home/events_title.gif) 2px 0px no-repeat;
}

.home_events .box_list
{
	padding: 1px 10px 0px 13px;
	min-height: 90px;
	height: auto !Important;
	height: 90px;
}
 
 .home_events ul li
{
	padding: 17px 0px 0px 0px;
	margin: 0;
	width: 100%; /*for ie6*/
	float: left; /*for ie6/7*/
}

 .home_events ul li a
 {
 	color: #253949;
	font-weight: normal;
 }
 
 .home_events p
{
	padding: 15px 0 0 0;
	margin: 0;
	font-weight: normal;
}

.home_events .box_item_date
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #9f997a;
	margin-top: 1px;
}

/**** homepage calendar****/
.home_calendar .box_content
{
	background: url(_gfx/home/calendar_bg.gif) 0 0 no-repeat;
	width: 226px;
	height: 188px;
	padding: 8px 20px 0 20px;
	margin-left: 3px;
}

.home_calendar .calendar
{
	border: 0px solid #efeedd;
	border-collapse: separate;
	background: url(_gfx/home/calendar_header.gif) 0 24px no-repeat !important;
}

.home_calendar .calendar td
{
	background: transparent;
	border: 0px solid #efeedd;
}

.home_calendar .calendar_dayheader
{
	line-height: 18px;
	color: #ffffff;
	background: transparent;
	padding: 7px 0px 3px 0;
	text-transform: none;
	font-family: trebuchet MS, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	border: 0px solid #718a95 !important;
}

.home_calendar .calendar_title td
{
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	width: 80% !important;
	font-weight: bold;
	font-style: italic;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.home_calendar .calendar_title td.calendar_nextprev
{
	width: 10% !important;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.home_calendar td.calendar_day,
.home_calendar td.calendar_today,
.home_calendar td.calendar_weekendday,
.home_calendar td.calendar_othermonthday 
{
	text-align:center;
	vertical-align: middle;
	font-size:10px;
	font-family: Treubuchet MS, Helvetica, sans-serif;
	height: 14px;
	padding: 4px 3px;
	line-height:14px;
	color: #333333;
	font-weight: bold;
}

.home_calendar .calendar_day a,
.home_calendar .calendar_weekendday a,
.home_calendar .calendar_today a
{
	color: #333333 !important;
}

.home_calendar .calendar_othermonthday,  .home_calendar .calendar_othermonthday a
{
	color:#999999!important;
}

.home_calendar .calendar_today
{
    background: url(_gfx/home/calendar_today.gif) 4px 0px no-repeat !Important;
}


/************************************************
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 #cecaaf;
}

legend
{
	font-weight: bold;
	color:#294459;
}

fieldset
{
	border:solid 1px #cecaaf;
}

hr
{
	color: #cecaaf;
	background-color: #cecaaf;
	border: 0;
}

.form_normaltextbox /* used on login page and job applications*/
{
	width:300px !important;	
	border: 1px solid #cecaaf;
	margin: 2px 0;
}

.form_smalltextbox /* used on enotifier page*/
{
	border: 1px solid #cecaaf;
	margin: 2px 0;
	padding-left: 2px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #cecaaf;
	padding-left:3px;	
}

.form_smalldropdown /* used on job application page*/
{
	border: 1px solid #cecaaf;
	margin: 2px 0;
}

.form_button
{
	background: #728a96;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #cecaaf;
	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 #cecaaf;
}

.search_result_alternate
{
	background: #f4f2e5;
}

.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: #f4f2e5;
	border-top: solid 1px #cecaaf;
	border-bottom: solid 1px #cecaaf;
}
.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 #cecaaf;
	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 #cecaaf;
	border-bottom: dashed 1px #cecaaf;
	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
{
	border:1px solid #cecaaf;
	background: #ffffff;
	padding: 20px;
}

#cse-search-results iframe
{
	width: 840dpx;
}

/************************************************
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 #cecaaf !important;
	background-color:#f4f2e5;
	border-collapse:separate;
	margin: 10px 0;
	empty-cells: show;
}

.righttable
{
    width:250px;
	border:1px solid #cecaaf;
	border-collapse: collapse;
	background-color: #f4f2e5;
}

.listtable th, .righttable th
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	font-weight: normal;
	border: 0px !important;
	background: #728a96;
	text-transform: uppercase;
}

.listtable th a, .righttable th a
{
	color: #ffffff;
}

.listtable td, .righttable td
{
	border:0 !important;
	border-top:1px solid #cecaaf !important;
	padding:3px 4px 3px 9px;
}

.listtable tr:hover, .righttable tr:hover, div.followTwitter:hover
{
	background:#ffffff;
}

/************************************************
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: #294459;
}

.component_subtitle, .component_subtitle span, h3, h2
{
	font-weight: bold !important;
	color: #b20838;
	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: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 #cecaaf;
	background-color:#f4f2e5;
	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:#ffffff;
}

.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: #ffffff;
	background: #728a96;
	padding: 2px 0px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.calendar_title td
{
	padding: 11px 0px 10px 0px;
	font-size: 20px;
	width: 50% !important;
	font-weight: normal;
	color: #294459;
	overflow: visible;
}

.calendar_title td.calendar_nextprev
{
	width: 25% !important;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

td.calendar_nextprev a
{
	color: #b20838 !important;
	font-size: 12px;
	text-decoration: underline;
}

td.calendar_nextprev a:hover
{
	color: #b20838!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 #cecaaf;
}

.calendar_day,
.calendar_weekendday
{
	background: #f4f2e5;
}

.calendar_othermonthday
{
	background: #eae7d8;
	color:#bcb79c;
}

.calendar_today
{
    background: #ead378;
	color:#b20838;
}

.calendar_eventtime
{
	line-height:12px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-family: trebuchet MS, helvetica, sans-serif;
	color:#253949;
}

.calendar_eventlink
{	
	line-height:12px;
	font-size: 11px;
	display:block;
	margin:0px 0px 10px 0px;
	font-weight: normal;
	font-family: trebuchet MS, helvetica, sans-serif;
}

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: #294459;
	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:#f4f2e5;
	border:1px solid #cecaaf;
}

.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;
}

.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;
}

.forwardlink .form_button
{
	margin-top: 10px;
}

/************************************************
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  #cecaaf;
}

.staff_component_title
{
	font-size:16px;
	font-weight: bold;
	color: #294459;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin: 5px 5px 20px 5px;
	text-align:center;
}

.album_thumb
{
	background: url(_gfx/album/exported_group.jpg) top center no-repeat;
	overflow: hidden;
	width: 260px;
	height:130px;
	padding-top:22px;
}

.album_thumb img
{
	width: 160px;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
	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: #728a96;
   	border: 1px solid #cecaaf;
 	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 #cecaaf;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	margin:10px 0px 0px 0px;
	padding:5px;
	border:solid 1px #cecaaf;
}

.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 #cecaaf;
}

.official_bio
{
	padding: 3px;
	border:solid 1px #cecaaf;
	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 #cecaaf;
	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 #cecaaf;}
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 #cecaaf;
}

.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 #cecaaf;
}

.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 #cecaaf !important;
}

/************************************************
Follow Twitter
************************************************/
.followTwitter
{
	border-bottom:dashed 1px #cecaaf;
	padding:8px;
	border-top:dashed 1px #cecaaf;
}

.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;
}

/************************************************
Agendas and Minutes Manger
************************************************/
#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;
}

/**********************************************
Blog
***********************************************/
.newsBlog .blog_title
{
	border-bottom: solid 1px #b4c9b4;
	margin-bottom: 5px;
}

.newsBlog .component_title
{
	margin-bottom: 5px;
}

.newsBlog .component_listitem
{
	padding: 0 0 6px;
}

.newsBlog .component_listitem_header
{
	margin-right:3px;
	font-weight:lighter;
	width:auto;
}

.newsBlog .component_listitem_content
{
	width:auto;
}

.blog_left
{
	float:left;
	width:330px;
	overflow: hidden;
	padding-bottom: 15px;
}

.mainSpan_wrapper_noleftnav .blog_left
{
	width: 520px;
}

.blog_right
{
	float:right;
	width:318px;
	overflow: hidden;
	padding-bottom: 15px;
	margin-right: -11px;
	position: relative;
	display: inline;
}

.blog_right .blog_box, .blog_right .blog_news_box 
{
	font-size:12px;
	color:#2a4f29;
	background: url(_gfx/int/blog/blog_box_bottom.gif) bottom left no-repeat;
	overflow: hidden;
	margin-bottom:3px;
	width: 100%; /*for ie6*/
}

.blog_right .blog_news_box
{
	padding-bottom: 11px;
}

.blog_right .blog_box td
{
	font-size:12px;
	color:#2a4f29;
}

.blog_right .blog_box a
{
	color: #927000;
}

.blog_right .box_title
{
	background: url(_gfx/int/blog/blog_box_title_news.png) top left no-repeat;
	font-size:22px;
	font-family: times, serif;
	font-variant:small-caps;
	letter-spacing: 1px;
	line-height: 22px;
	font-weight:normal;
	color: #ffffff;
	height: 28px;
	padding: 10px 20px 0px 20px;
}

  * html  .blog_right .box_title
{
	background: transparent none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_gfx/int/blog/blog_box_title_news.png', sizingMethod='crop');
}

.blog_box .subtitle
{
	display: block;
	background: url(_gfx/int/blog/blog_box_title.gif) top left no-repeat;
	font-size:22px !important;
	font-family: times, serif;
	font-variant:small-caps;
	letter-spacing: 1px;
	line-height: 22px !important;
	font-weight:normal !important;
	color: #ffffff !important;
	height: 30px !important;
	padding: 8px 20px 0px 20px;
	position: relative;
	margin: 0 -18px 10px -20px;
}

.blog_box .subtitle .subtitle
{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	position: static;
	height: auto !important;
	width: auto;
}

.blog_box p
{
	margin-bottom: 10px;
}

.blog_right .blog_box_list
{
	background: url(_gfx/int/blog/blog_box_body.gif) top left repeat-y;
	padding: 0px 18px 10px 20px;
	margin-bottom: 11px;
}

.blog_right .box_list
{
	background: url(_gfx/int/blog/blog_box_body.gif) top left repeat-y;
	padding: 0px 8px 0px 9px;
}

.blog_news_box .box_list ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 13px;
	background: #d8dfd8;
}

.blog_news_box .box_list ul li
{
	margin: 0;
	padding: 5px 10px 6px 11px;
}

.blog_news_box li+li, .blog_news_box li+ li+li+li, .blog_news_box li+ li+li+li+li+ li, .blog_news_box li+ li+li+li+li+ li+li+li, .blog_news_box li+ li+li+li+li+ li+li+li+li+li, .blog_news_box li+ li+li+li+li+ li+li+li+li+li+li+li, .blog_news_box li+ li+li+li+li+ li+li+li+li+li+li+li+li+li, .blog_news_box li+ li+li+li+li+ li+li+li+li+li+li+li+li+li+li+li  { background: #e8ece8; }

.blog_news_box li+li+li, .blog_news_box li+li+li+li+li, .blog_news_box li+li+li+li+li+li+li, .blog_news_box li+li+li+li+li+li+li+li+li, .blog_news_box li+li+li+li+li+li+li+li+li+li+li, .blog_news_box li+li+li+li+li+li+li+li+li+li+li+li+li, .blog_news_box li+li+li+li+li+li+li+li+li+li+li+li+li+li+li, .blog_news_box li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li  { background: #d8dfd8; }

.blog_news_box .box_list .newsimg, .blog_news_box .box_list .box_item_summary
{
	display: none;
}

.blog_news_box .box_item_date
{
	display: block;
	font-size: 11px;
}

.blog_news_box .box_list a
{
	text-decoration:none;
	color: #927000;
}

.blog_news_box .box_list a:hover
{
	text-decoration:underline;
}

.blog_news_box .box_list p
{
	margin: 0;
	padding:6px 0;
	text-align:center;
}

.blog_right .box_bottomlink
{
	display:none;
}

.blog_right .archiveButton
{
	float:right;
	background: url(_gfx/int/blog/blog_box_body.gif) top left repeat-y;
	width: 100%;
}

.blog_right .archiveButton a
{
	float: right;
	display: inline;
	margin: 6px 18px 4px 0;
	text-indent: -4000px;
	overflow: hidden;
	height: 19px;
	width:87px;
	background:url(_gfx/int/blog/blog_archives_button.gif) 0 0px no-repeat;
}

.error_message li
{
	color: red;
}

.error_message ul
{
	margin-bottom: 0 !important;
}

/**********************************************
reCAPTCHA
**********************************************/

#recaptcha_image
{
	border: 1px solid #cecaaf;
	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;
}

/* 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;
}


/*Biz list*/

.biz_item
{
	padding:10px 0px 20px 0px;
	border-bottom:dotted 1px #CCCCCC;
}

.biz_item h2
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}



