/************************************************
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: #fdfdfd;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;	
	line-height:18px;
	color: #484848;
}

h3
{
	font-size: 14px !important;
	color: #8a743e !important;
	font-weight: bold !important;
}

a img
{
	border: 0;
}

a
{
	color: #4999e2;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;
	margin-top: 10px;
	display: block;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.dropshadow:after,
.contentheader:after, 
.content:after, 
.content_wrapper:after,
.container:after,
.width_container:after, 
.title:after,
.home_columns: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, 
.content,
.content_wrapper,
.container,
.width_container,
.title_right,
.home_columns,
.search_result,
.search_result_alternate,
.component_listitem
{
	display:inline-block;
}

.clearfix, .mainSpan, .dropshadow,  .contentheader, .content, .container, .width_container, .content_wrapper,  .title_right, .home_columns,  .search_result, .search_result_alternate, .component_listitem
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
	width: 100%;
	background: #3b81d1 url(_gfx/cmn/body_bg_strip.gif) 0 0 repeat-x;
	border: 1px solid #000000;
}

.mainSpan_wrapper_home
{
	background: #549bdb url(_gfx/cmn/body_bg_strip_home.gif) 0 0 repeat-x;
}

.mainSpan
{
	width: 100%;
}

.mainSpan_wrapper_home .mainSpan
{
	background: url(_gfx/cmn/body_bg_bottom_strip_home.gif) center bottom repeat-x;
}

.dropshadow
{
	width: 100%;
	background: url(_gfx/cmn/body_bg.jpg) center top no-repeat;
	text-align: center;
}

.mainSpan_wrapper_home .dropshadow
{
	background: url(_gfx/cmn/body_bg_home.gif) center top no-repeat;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/

.width_container
{
	width: 942px;
	margin: 0 auto;
	text-align: left;
	background:  url(_gfx/int/content_bg_strip.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_home .width_container
{
	background:  url(_gfx/home/content_bg_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_bg_bottom.jpg) bottom left no-repeat;
	position: relative;
	padding-bottom: 16px;
}

.mainSpan_wrapper_home .content_wrapper
{
	background:  url(_gfx/home/content_bottom_bg.gif) bottom left no-repeat;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	background:  url(_gfx/int/noleft_content_bg_bottom.gif) 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: none;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header_wrapper
{
	width: 942px;
	margin: 0 auto;
	text-align:left;
}

.printonly {
	display: none;
}

.header
{
	width: 942px;
	height: 112px;
	position: relative;
	background: url(_gfx/cmn/header_bg.gif) 0 0px no-repeat;
}

.header_left
{
	float:left;
	width: 426px;
}

.header_left a.home_link
{
	width: 426px;
	position: absolute;
	top: 21px;
	left: 0px;
	display:block;
	overflow: hidden;
	height: 87px;
	text-indent: -4000px;
}

.header_logo
{
	height: 1px;
	width: 1px;
}

/* Top line of links */
.header_nav
{ 
	text-align: right;
	padding: 5px 12px 0 12px;
	color: #1f7ab2;
	font-size: 11px;
	height: 20px;
}

.header_nav a
{	
	color: #1f7ab2;
	text-decoration: none;
}

.header_nav a:hover
{
	text-decoration: underline;
}

/* Container for search field and go button */
.searchbox
{ 
	padding: 16px 17px 0 0;
	float: right;
	clear: right;
	width: 173px;
}

.searchbox_textbox
{
	float:left;
	padding: 2px 0 2px 10px !important;
	line-height: 17px!important;
	height: 17px !important;
	width:121px;
	color: #3a7fd1;
	border: 1px solid #8cbbeb;
	background-color: #ffffff;
	font-size: 13px;
}

.searchbox_button
{	
	width: 38px;
	float: left;
	margin:0px 0px 0px 2px;
	display: inline;
}

/************************************************
Left navigation 
************************************************/


.leftnav
{
	width: 228px;
	float:left;
	padding: 0px 0px 0px 11px;
	min-height: 353px;
	height: auto !Important;
	height: 353px;
	background: url(_gfx/nav/leftnav_bg.jpg) 0 0 no-repeat;
}

.leftnav a
{
	display:block;
	width: 216px;
	padding: 7px 7px 7px 5px;
	line-height: 15px;
	font-size: 13px;
	color: #746942;
	text-decoration:none;
	overflow: hidden;
	border-bottom: 1px solid #d4c89c;
}

.leftnav_node_wrapper_root
{
	border-bottom: 1px solid #f5f2e8;
}

.leftnav_node_wrapper
{
	border-bottom: 1px solid #e4dcbf;
}

.leftnav a:hover
{
	color: #ffffff !important;
	background: #3b78c2 url(_gfx/nav/leftnav_mouseover.gif) 0 0 repeat-x  !important;
	text-decoration:none;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background-color: #dcd2ac;
	color: #4a401c;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a, .leftnav_node_wrapper_root .leftnav_node_iscurrent a
{
	background-color:#E4EEF5;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background: #cdbf90;
	color: #4a401c;
	margin-bottom: -1px;
	padding: 7px 7px 8px 5px;
	border-bottom: 1px solid #e5dec5;
	position: relative;
}

.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_haschildren a:hover span
{
	background: url(_gfx/nav/arrow_down_over.gif) no-repeat 4px 6px;
}

.leftnav_node_iscurrent a span
{
	background: url(_gfx/nav/arrow_right.gif) no-repeat 5px 5px;
}

.leftnav_node_iscurrent a:hover span, .leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover span
{
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 5px 5px;
}

/************************************************
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: 703px;
	background: url(_gfx/int/content_bg_top.jpg) 0 0 no-repeat;
	min-height: 580px;
	height: auto !important;
	height: 580px;
}

.contentheader
{
	width: 691px;
	padding: 0px 12px 154px 0px;
}

.contentheader_banner
{
	width: 691px;
	padding: 0px 0px 154px 0px;
	margin: 0 12px 0px 0;
	background: url(_gfx/int/contentheader_banner_strip.gif) 0 0 repeat-x;
}

.breadcrumb_wrapper
{
	width: 643px;
	height: auto !important;
	min-height: 13px;
	height: 13px;
	padding: 6px 24px 0 24px;
	line-height: 13px;
	font-size: 11px;
	color: #484848;
	position: relative;
	z-index: 1;
	border-top: 1px solid #d0c79e;
}

.contentheader_banner .breadcrumb_wrapper
{
	border: 0;
	padding-top: 7px;
}

.breadcrumb a
{ 
	color: #484848;
}

.printer_friendly, #share, .rss, .font_size{
    float:left;
    height:14px;
    text-align:left;
}

.printer_friendly{width:52px; margin-right: 30px;}
#share{width: 130px;margin-right: 30px;cursor:pointer;}
.rss{width:53px;margin-right: 0px;}
.font_size{width: 107px;}

.printer_friendly a, .sharelink  a, .rss a{
    display:block;
    padding-left:18px;
	height:14px;
	font-size: 13px;
	line-height: 14px;
	color: #484848;
	text-decoration: none;
}

.printer_friendly a:hover, .sharelink a:hover, .rss a:hover, .font_size a:hover 
{
	text-decoration: underline;
}

#share ul 
{
	background-color:#fff;
	display:none;
	width:220px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

#share div:hover ul, #share div.over ul
{
	display: block;
	/* Added to resolves z-index conflict with dropdown menu */
	position:absolute;
	z-index:1000;
}
#share ul li, #share div:hover ul li, #share div.over ul li
{
	display:block;
	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;
}

#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.gif) no-repeat -2 0;}

.font_size a
{
	line-height: 14px;
	color: #484848;
	float: left;
	height: 14px;
	margin-right: 1px;
	text-decoration: none;
}

a.text_size
{
	margin-left: 4px;
}

.printer_friendly a{background: url(_gfx/int/print.gif) top left no-repeat;}
.sharelink  a{background:url(_gfx/int/share/share.jpg) no-repeat 0 3px; padding-left:13px;}
.rss a{background:url(_gfx/int/rss.gif) top left no-repeat;}

.title
{
	width: 645px;
	padding: 47px 23px 3px 23px;
	background: #e5dfce url(_gfx/int/title_bg.gif) bottom left no-repeat;
	margin-top: -45px;
	position: relative;
	min-height:34px;
	height: auto !important;
	height: 34px;
}

.title_right
{
	height:14px;
	margin: 6px 0 0 24px;
	width: 500px;
}

.title_left {
}

.contentheader h1,
.contentheader_banner h1
{
}

.contentheader h2,
.contentheader_banner h2
{
    padding:18px 24px 0px 26px;
    margin:0px;
    width: 641px;
	font-size:14px;
	font-weight: bold;
	color: #8a743e;
	display: block;
}

/************************************************
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 26px;
	float: left;
	width: 639px;
	overflow: hidden;
	position: relative;
	margin-top:  -136px;
}

/************************************************
Content header and Content: No leftnav pages and review pages
************************************************/

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container
{
	width: 942px;
	background: url(_gfx/int/noleft_content_bg_top.jpg) 0 0 no-repeat;
}

.mainSpan_wrapper_noleftnav .deptbanner
{
	display: none;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	width: 919px;
	padding: 0px 12px 154px 11px;
	margin: 0px;
	background-image: none;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper, .mainSpan_wrapper_noleftnav .contentheader_banner .breadcrumb_wrapper
{
	width: 875px;
	padding: 1px 22px 0 22px;
}

.mainSpan_wrapper_noleftnav .contentheader  .title, .mainSpan_wrapper_noleftnav .contentheader_banner  .title
{
	width:877px;
	background: #e5dfce url(_gfx/int/noleft_title_bg.gif) bottom left no-repeat;
	padding: 47px 21px 3px 21px;
}

.mainSpan_wrapper_noleftnav .title_left
{
}

.mainSpan_wrapper_noleftnav .title_right
{
	margin: 6px 0 0 22px;
}

.mainSpan_wrapper_noleftnav .contentheader h2,
.mainSpan_wrapper_noleftnav .contentheader_banner h2
{
    width:871px;
	padding:18px 24px 0px 24px;
}

.mainSpan_wrapper_noleftnav .content
{
	padding: 0px 36px 0 35px;
	width:871px;
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{
	width: 942px;
	background: url(_gfx/int/noleft_content_bg_top.jpg) 0 0 no-repeat;
}

.mainSpan_wrapper_review .contentheader, .mainSpan_wrapper_review .contentheader_banner
{
	display:none;
}

.mainSpan_wrapper_review .content
{
	padding: 0px 36px 0 35px;
	margin: 0px;
	width:871px;
}

.mainSpan_wrapper_review  .component_title_review, .mainSpan_wrapper_review .special_title
{
	color: #695923;
	padding: 25px 22px 10px 22px;
	margin: 0 -24px 20px -24px;
	font-family:   Times New Roman, times, serif;
	font-size: 27px!important;
	line-height: 29px;
	width:875px;
	background: #e5dfce url(_gfx/int/noleft_title_bg.gif) bottom left no-repeat;
}

/* Hide review title for all except .container_review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review,
.mainSpan_wrapper_home .component_title_review
{
	display:none;
}

/**************************************************
Standard content styles
****************************************************/

.content p
{ 
	margin-top: 0px;
}

.content textarea
{
	width: 550px;
}

.content ul, .content ol
{
	padding:0px;
	margin:8px 0 18px 23px;
}

blockquote
{
	margin-left:23px;
}

.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 23px;
}

.downloadmessage
{
	clear: both;
	background: #f0efea;
	border:solid 1px #e1ddcc;
	text-align:center;
	width: 85%;
	margin: 10px auto;
}

.downloadmessage img
{
	border:0px;
	margin:0px 2px;
}

.downloadmessage p
{
	font-size:11px;
	padding:5px 0px;
	margin:0px;
	line-height: 16px;
}

.paging
{
	margin:10px 0;
}

/* ****Homepage  content styles******/

.mainSpan_wrapper_home .contentheader
{
    display:none;
}

/************************************************
Footer
************************************************/

.footer_wrapper
{
	clear: both;
	width: 100%;
	background:  #fdfdfd url(_gfx/cmn/footer_wrapper_strip.gif) top center repeat-x;
	margin-top: -1px;
	float: left;
}

.mainSpan_wrapper_home .footer_wrapper
{
	margin-top: -2px;
}

.footer
{
	padding: 11px 150px 20px 25px;
	text-align: left;
	color: #818180;
	width: 767px;
	min-height: 95px;
	height: auto !Important;
	height: 95px;
	margin: 0px auto;
	font-size: 13px;
	line-height: 15px;
	background:  url(_gfx/cmn/footer_bg.gif) 0px 1px  no-repeat;
}

.mainSpan_wrapper_home .footer
{
	background:  url(_gfx/cmn/footer_bg.gif) 0px 2px  no-repeat;
}

.footer a, .footer p, .footer p a
{
	color: #818180;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 15px;
}

.footer a, .footer p a
{
	color: #7d6d36;
	text-decoration: none;
}

.footer_nav
{
	padding-bottom: 29px;
}

.footer_nav,  .footer_nav p
{
	color: #79c0e8;
	font-size: 13px;
	line-height: 18px;
}

.footer_nav a, .footer_nav p a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
}

.footer_nav a:hover, .footer a:hover, .footer p a:hover
{
	text-decoration: underline;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
	width:455px;
	float: left;
}

.depthome_right
{
	float:right;
	width:163px;
}

IMG.deptbanner
{
	display: block;
	position: relative;
	z-index: 1;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	width: 163px;
	float: right;
	margin: 0px 0px 13px 0px;
	overflow: hidden;
	background: url(_gfx/int/deptbox_strip.gif) top left repeat-y;
}

.depthome_right .box_title
{
	height: 27px;
	width: 163px;
	text-indent: -4000px;
	overflow: hidden;
}

.depthome_right .box_list
{
	padding: 1px 10px 6px 15px;
	min-height: 66px;
	height: auto !Important;
	height: 66px;
}

.depthome_right .box_item_title a, .depthome_right .box_item_title, .depthome_right ul li a
{
	color:#ffffff;
	line-height: 14px;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
}

.depthome_right .events_box .box_bottomlink, .depthome_right .news_box .box_bottomlink
{
	background: url(_gfx/int/deptbox_bottom.gif) 0 0 no-repeat;
	width: 163px;
	height: 25px;
}

.depthome_right .box_bottomlink a
{
	text-decoration: none;
	line-height: 16px !important;
	font-size: 13px;
	float: right;
	display: inline;
	margin:2px 7px 0 0;
	color: #ffffff;
}

.depthome_right .box_bottomlink a:hover
{
	text-decoration: underline;
}

/**** news box***/

.depthome_right .news_box .box_title
{
	background: url(_gfx/int/news_top.gif) top left no-repeat;
}

.depthome_right .news_box .box_list
{
	background: url(_gfx/int/news_bg.gif) 0 0 no-repeat;
}

.depthome_right .news_box .newsimg, .depthome_right .news_box .box_item_summary
{
	display: none;
}

.depthome_right .box_item
{
	padding-top: 14px;
}

/*****events box *****/

.depthome_right .events_box .box_title
{
	background: url(_gfx/int/events_top.gif) top left no-repeat;
}

.depthome_right .events_box .box_list
{
	background: url(_gfx/int/events_bg.gif) 0 0 no-repeat;
	padding: 7px 10px 0px 15px;
}

.depthome_right ul
{
	list-style-type: none;
   	padding: 0px !important;
	margin: 0 !important;
}

.depthome_right ul li
{
	padding: 8px 0px 0px 0px !important;
	line-height: 14px;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	width: 100%; /**keeps IE6 happy and gap-free**/
}

.depthome_right  .box_item_date
{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}

/************************************************
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: 224px !important;
	 width: 920px !important;
}

.home_collage .slideshow_post
{
      z-index: 0;
	  position: absolute;
}

.home_collage
{
	height: 224px;
	width: 920px;
	padding: 0px 11px;
	z-index: 0;
	position: relative;
	overflow: hidden;
	background: url(_gfx/home/collage_bg.gif) 0 0 no-repeat;
}

 .content .important_alert p
{	
	margin:0 0 14px 0;
	padding:0;
	color: #5a5130;
	font-size: 13px !important;
	line-height: 16px !important;
}

.important_alert_wrapper
{	
	position: absolute;
	top: 13px;
	left: 52px;
	z-index: 21;
	width: 444px;
	height: 203px;
	background: url(_gfx/home/alert_bg.gif) 0 0 no-repeat;
	opacity: .96;
	filter:Alpha(opacity=96); 
}

.content .important_alert
{
	margin: 61px 0px 0px 28px;
	width: 395px;
	height: 126px;
	overflow: hidden;
	color: #5a5130;
	opacity: 1.0;
	filter:Alpha(opacity=100); 
	font-size: 13px !important;
	line-height: 16px !important;
}

.home_spotlight
{
	width: 192px;
	height: 139px;
	background: url(_gfx/home/spotlight_bg.gif) 0 0 no-repeat;
	padding: 0 18px 0 23px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	right: 11px;
	bottom: 0px;
}

.home_spotlight .box_title
{
	text-indent: -4000px;
	overflow: hidden;
	height: 51px;
}

.home_spotlight .box_content, .home_spotlight .box_content td, .home_spotlight .box_content p, .home_spotlight .box_content li
{
	line-height: 16px !important;
	font-size: 13px!important;
	color: #5a5130;
}

.home_spotlight .box_content p
{
	margin: 0px 0 15px 0;
}

.home_columns
{
	width:100%;
	clear: both;
	position: relative;
	background: url(_gfx/home/home_columns_bg.jpg) 0 0 no-repeat;
	min-height: 275px;
	height: auto !important;
	height: 275px;
}

.home_left
{
	width:261px;
	float:left;
	overflow: hidden;
	padding: 26px 66px 0 33px;
}

.home_middle
{
	float:left;
	width: 306px;
	padding: 26px 28px 0 0;
	overflow: hidden;
}

.home_right
{
	width:228px;
	float:right;
	padding:40px 20px 0px 0;
	overflow: hidden;
}

.home_buttons ul
{
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
	width: 228px;
}

.home_buttons ul li
{
	padding: 0px 0 7px 0;
	margin: 0px;
	float: left;
}

.home_buttons li a
{
	display:inline-block;
	display:block;
}

/************************************************
Home boxes
************************************************/

/*** News and events boxes ***/
.home_news .box_title,
.home_events .box_title
{
	display: block;
	text-align:left;
	text-indent: -4000px;
	overflow: hidden;
	height: 51px;
}

.content .home_news p,  .content .home_events p
{
	padding: 5px 0px 15px 0px;
	margin: 0;
	color: #7a6d3c;
	font-size: 13px !important;
}

.home_events ul a, .home_news .box_item_title a
{
	text-decoration: none;
	color: #7a6d3c;
	line-height: 15px!important;
	font-size: 13px !important;
}

.home_events ul a:hover, .home_news .box_item_title a:hover
{
	text-decoration: underline;
}

.home_columns .box_bottomlink a, .home_columns .box_bottomlink a:hover
{ 
	float: right;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
}

.home_columns .box_bottomlink a:hover
{
	text-decoration: underline;
}

/******* News Box *************/

.home_news .box_title
{
	background:  url(_gfx/home/news_title.gif) 0 0 no-repeat;
}

.home_news .box_list
{
	padding:  1px  0px 4px 2px;
}

.newsimg
{
	float: left;
}

.newsimg IMG
{
	width: 67px;
	height: 67px;
	margin: 2px 12px 5px 0px!important;
	margin-right: 9px;
	border: 1px solid #978a59;
}

.content .home_news .box_item_title a
{
	line-height: 14px !important;
}

.home_news .box_item_title
{
	padding-bottom: 2px;
}

.home_news .box_item_summary
{
	color: #484848;
	line-height: 14px!important;
	font-size: 11px!important;
}

.home_news .box_item
{
	padding-bottom: 15px;
}

/*** Events  Box *****/

.home_events .box_title
{
	background: url(_gfx/home/events_title.gif) 0 0 no-repeat;
}

.home_events .box_list
{
	padding: 0 0 4px 1px;
}

.home_events .box_item_date
{
	color: #484848;
	line-height: 13px!important;
	font-size: 11px!important;
}

.home_events ul
{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

.home_events ul li
{
	padding: 0px 0px 16px 0px;
	margin: 0px;
	display: block;
	line-height: 15px !important;
}

/************************************************
Forms
************************************************/
.form
{
}

.form div
{
	margin:5px 0;
	clear: both;
	float: left;
	width:100%;
}

.form textarea
{
	width:200px;
	height:150px;
}

.content .form_label
{
	padding-top:3px;
	font-weight: bold;
	height:17px;
	float: left;
	width: 150px;
	line-height: 15px !important;
}

.form_field
{
	height:20px;
	float: left;
	width: 550px;
}

legend
{
	font-weight: bold;
	color:#8a743e;
}

fieldset
{
	border:solid 1px #e1ddcc;
}

hr
{
	color: #e1ddcc;
	background-color: #e1ddcc;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #e1ddcc;
	background-color: #ffffff;
}

.content .form_smalltextbox
{
	border: 1px solid #e1ddcc;
	background-color: #ffffff;
	margin: 2px 0;
	height: 16px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #e1ddcc;
	background-color: #ffffff;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #3b78c2 url(_gfx/int/tbl_hdr_strip.gif) 0 0 repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #e1ddcc;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mainSpan .content input
{
	line-height: 15px !important;
}

/************************************************
Search
************************************************/
.search
{
	padding: 0px 12px 0 11px;
	float: left;
	width: 919px;
	overflow: hidden;
	position: relative;
	margin-top:  -136px;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding:10px 0; 
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #e1ddcc;
	background-color:#f0efea;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background-color:#fffffe;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 25px 0 25px;
	border-bottom:1px solid #e1ddcc;
}

.search_result_alternate
{
	background: #f0efea;
}

.search_result_title
{
	font-weight:bold;
	font-size:13px;
}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
}

.search_result_info
{
	padding: 0 0 10px 20px;
}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

.autosuggestion div
{
	padding: 0 0 20px 25px;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:11px;
	padding:0px 25px 6px 25px;
}

.search_features
{
	padding: 10px 30px;
	background: #f0efea;
	border-top: solid 1px #e1ddcc;
	border-bottom: solid 1px #e1ddcc;
}
.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 #e1ddcc;
	line-height:13px;
	padding: 2px 0 1px 3px;
	height: 15px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 344px;
}

.sort_container
{
	float: left;
	font-weight: bold;
}

div.sort_items
{
	border-top: dashed 1px #e1ddcc;
	border-bottom: dashed 1px #e1ddcc;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0px 0 0px 22px;
	background: url(_gfx/cmn/arrow.gif) 0px 1px no-repeat;
	line-height: 18px !important;
}

div.sort_items span.item a
{
	line-height: 18px;
	font-weight: bold;
}

.sort_container_inline
{
	font-weight: bold;
	width: 100%;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: both;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border: 0;
	clear: right;
	display: inline;
	width: 400px;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -35px  0 0 630px;
	font-size: 10px;
}


/************************************************
Google Search
************************************************/
.cse-search-results
{
	padding: 20px;
	background-color: #ffffff;
}

.cse-search-results iframe
{
	width: 831px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
.alphabetpicker a
{
	font-size:11px;
}

/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 0px 0px 10px 0px;
}

.filter select
{
	width:180px;
}

.listDiv
{
	width: 100%;
	clear: both;
}

.listtable
{
	width:100%;
	border:1px solid #e1ddcc !important;
	background-color:#f0efea;
	border-collapse:separate !important;
	margin: 10px 0;
}

.listtable th
{
	padding: 6px 4px 5px 9px;
	text-align:left;
	color: #ffffff;
	background: #3b78c2 url(_gfx/int/tbl_hdr_strip.gif) 0 0 repeat-x;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	border: 0px !important;
}

.listtable th a
{
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
}

.listtable td
{
	border:0 !important;
	border-top:1px solid #e1ddcc !important;
	padding:4px 4px 4px 9px;
	line-height: 16px;
}

.listtable td a, .listtable td p
{
	line-height: 16px;
}

.listtable tr:hover
{
	background-color:#fffffe;
}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #e1ddcc;
	border-collapse: collapse;
	background-color: #f0efea;
}

.righttable th
{
	color: #ffffff;
	background: #3b78c2 url(_gfx/int/tbl_hdr_strip.gif) 0 0 repeat-x;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	border: 0px !important;
	padding: 6px 4px 5px 9px;
	text-transform: uppercase;
	text-align:left;
}

.righttable th a
{
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
}

.righttable td
{
	border:0;
	border-top:1px solid #e1ddcc;
	padding:4px 4px 4px 9px;
	line-height: 16px;
}

.righttable tr:hover
{
	background-color:#fffffe;
}

.righttable td a, .righttable td p
{
	line-height: 16px;
}

/************************************************
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
{
    width:100%;
	font-size:16px;
	line-height:22px;
	font-weight: bold;
	color: #695923;
}

.component_subtitle, .component_subtitle span
{
	font-weight: bold;
	color: #8a743e;
	font-size: 14px;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px 0;
	width:100%;
}

.component_listitem div
{
	width:100%;
	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;
	width: 100%;
}

.outlookcalendar
{
	display: block;
	padding-top: 10px;
	width: 200px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
    width:180px;
}

.calendar_wrapper
{
	width:100%;
}

.calendar
{
	width:100%;
	border-collapse: collapse;
}

.calendar_dayheader
{
	line-height: 32px;
	color: #ffffff;
	background: #3b78c2 url(_gfx/int/tbl_hdr_strip.gif) 0 0 repeat-x;
	padding: 2px 0px 0 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}

.calendar_title td
{
	padding: 15px 0px 12px 0px;
	font-size: 20px;
	width: 60%;
	font-weight: normal;
	color: #8a743e;
}

td.calendar_nextprev
{
	width: 200px;
	text-align: center;
}

td.calendar_nextprev a
{
	color: #4999e2 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

td.calendar_nextprev a:hover
{
	color: #4999e2 !important;
	text-decoration: none;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:19px;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px;	
	height:105px;
	border: 1px solid #e1ddcc;
}

.calendar_day,
.calendar_weekendday
{
	color: #484848;
	background: #f0efea;
}

.calendar_othermonthday
{
	background: #e8e6de;
	color:#cecaba;
}

.calendar_today
{
    background: #cfc191;
	color:#695923;
}

.calendar_eventtime
{
	font-weight: normal;	
	line-height:13px;
	padding: 0px 0px 2px 0px !important;
	display: block;
	color: #484848;
	font-size: 11px;
}

.calendar_eventlink
{	
	font-size: 11px;
	font-weight: normal;
	line-height:13px;
	display:block;
	padding:0px 0px 10px 0px;
}

.calendar_today .calendar_eventtime
{
	color: #484848;
}

.calendar_today .calendar_eventlink,
.calendar_today .calendar_eventlink a
{
	color: #695923;
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_othermonthday br
{
	display: none;
}

.calendar_allinone 
{
	width: 100% !important;
}

/************************************************
Site map
************************************************/

.sitemap img
{
	margin: 0 5px 0 0;
}

.rootnode a,
.parentnode a
{ 
	color: #8a743e;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}

/************************************************
Link List
************************************************/

.link_content
{
	display:block;
}

.link_content img
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate;
}

.listlink td
{
	padding:0px !important;
	border:none;
}


/************************************************
FAQ List
************************************************/
.listfaq
{
	width:100%;
	border-collapse: separate !important;
	background-color:#f0efea;
	border:1px solid #e1ddcc;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:100%;
	margin-top: 20px;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px;
	border: 0px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_q_js
{
 	font-weight:bold;
 	cursor: pointer;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:610px;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:11px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	padding:3px; 
	border:1px solid #e1ddcc;
	background-color:#f0efea;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#fffffe;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px 0;
}

.content .area_div
{
	padding: 5px 0;
	clear: both;
	line-height: 15px !important;
}

.area_div span
{
	width: auto !Important;
	float: none !Important;
}

.content .area_div label,  .content .area_div div,  .content .area_div td
{
	line-height: 15px !important;
}

.content .area_div span label
{
	line-height: 17px !important;
	padding-top: 3px;
	width: 150px !Important;
	display: block;
	float: left;
	clear: left;
}

.content .area_div td label
{
	line-height: 17px !important;
	display: block;
	padding-top: 1px;
}

.content .area_div td input
{
	margin-right: 0;
}

.content .area_div  input
{
	margin-right: 3px;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 18px;
	font-weight: bold;
}

.survey_container INPUT[type="checkbox"]
{
	margin-bottom: 0px;
}

.survey_container span, .survey_container TABLE tr
{
	background: transparent !important;
}

.survey_container table, .survey_container td
{
	padding: 0px !important;
	margin: 0px !important;
}

/*add correct padding, then remove it from the nested tables */
.survey_container table tr td
{
	padding: 8px 0px !important;
}

/*following  style reduces the gap at the top of the page in Firefox and Safari, caused by the padding on two empty table rows*/
.survey_container table tr:first-child td
{
	padding: 0px !important;
}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td
{
	padding: 0px !important;
}

.survey_container table table table table tr td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table table table tr:first-child td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table td br
{
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	width:100%;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:110px;
}

.staff_thumbnail_span img
{
	margin:0px 5px 10px 0px;
	border:1px solid  #e1ddcc;
}

/*.staff_listitem_span
{
	float:left;
	width:450px;
	margin:0px 0px 10px 0px;
}*/

.staff_component_title
{
    width:100%;
	font-size:16px;
	line-height: 18px;
	font-weight: bold;
	color: #8a743e;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin: 5px 5px 20px 5px;
	text-align:center;
	background-color: #ffffff;
	border: 1px solid #e1ddcc;
}

.album_thumb
{
	background: url(_gfx/album/exported_group.jpg) top center no-repeat;
	overflow: hidden;
	width: 260px;
	height:130px;
	padding-top:22px;
}

.album_thumb img
{
	width: 160px;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
}

.photo_item
{
    padding:20px;
    text-align:center;
    vertical-align:top;
	background-color: #ffffff;
	border: 1px solid #e1ddcc;
	margin: 5px;
}

.photo_thumb
{
    background: url(_gfx/album/single_photo.gif) top center no-repeat;
    overflow: hidden;
    width:240px;
    padding-top:50px;
    height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    font-size:smaller;
    width:140px;
	background: #3b78c2 url(_gfx/int/tbl_hdr_strip.gif) 0 0 repeat-x;
   	border: 1px solid #e1ddcc;
 	text-align:left;
    margin:0px 0px 0px 10px;
	display: inline;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #ffffff;
    background: url(_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:11px !important;
}

.slideshow_nav
{
    text-align:center;
}

#photo_single
{
	background-color: #ffffff;
	border: 1px solid #e1ddcc;
	margin-top: 5px;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:470px;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:right;
	padding:25px 0px 0px 0px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	overflow: auto;
	width:566px;
	height:auto;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #e1ddcc;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px;
	border:solid 1px #e1ddcc;
}

.official_info_div
{
	float: left;
	width:390px;
	height:auto;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:100px;
	height:auto;
}

.official_info_content
{
	float: right;
	width:285px;
	height:auto;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:560px;
	height:auto;
	padding:10px 0px 0px 0px;
}

.official_message
{
	clear:both;
	width:560px;
	padding:5px 0px 0px 0px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:140px;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:410px;
	height:auto;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.official_message_body
{
	height:auto;
	width:411px;
	padding: 3px;
	border:solid 1px #e1ddcc;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px;
	border:solid 1px #e1ddcc;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }

/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Weather component
************************************************/

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #e1ddcc;
	height: 180px;
	width: 127px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#ffffff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

/************************************************
Facility component
************************************************/
.facility_header_cell{
	font-weight:bold;
	font-size: 15px;
}

td.facility_detail li {
	margin: 0px;
	padding:0px;
	line-height:15px;
}

td.facility_thumbnail img {float:left;margin:0px 10px 10px 0; border:1px solid #e1ddcc;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:0px;float:left;}
.facility_detail a {font-weight:bold}

/************************************************
Business Directory
************************************************/

.business_list_title
{
      width:60px;
      /*display: inline-block;*/
}

/************************************************
Poll component
************************************************/
.poll
{
	float: left;
	width: 400px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

.poll_result_answer
{
	margin:0px;
}
.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	margin: 5px 10px -2px 0;
	padding: 0;
}

.poll_result_answer table tr
{
	height: 10px !important;
}

/**********************************************
CAPTCHA
**********************************************/

.captcha img
{
	float:left;
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #e1ddcc;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1
{
	visibility: hidden;
	color: #695923;
	font-family:   Times New Roman, times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 29px;
	line-height: 32px;
}

