/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	margin: 0;
	padding: 0;
	background: #7dae7e url(_gfx/cmn/site_bg.jpg) center 0 repeat-x;
	text-align: center;
}

a img{	border: 0;}
a{	color:#aa790e;}
a:hover{ text-decoration:none;}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.container:after, 
.title:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container,
.title_right
{display:inline-block;}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .contentheader, 
* html.content, 
* html.container, 
* html.title_right
{height:1%;}

.clearfix, .mainSpan, .contentheader, .content, .container, .title_right{display:block;}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan_wrapper_home, .mainSpan_wrapper, .mainSpan_wrapper_dept, .mainSpan_wrapper_noleftnav, .mainSpan_wrapper_review  {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: url(_gfx/cmn/site_bg.jpg) center top no-repeat;
}

.mainSpan
{
	width: 982px;
	margin: 0 auto;
	text-align:left;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPER
********************************************/
.mainSpan_wrapper_home .width_container{
	width: 982px;
	margin: 0;padding: 0;
	z-index: 0;
    position: relative;
}

.mainSpan_wrapper .width_container{
	width: 982px;
	margin: 0;
	padding: 0;
	background: url(_gfx/int/width_cont_bg.gif) center 0 repeat-y;
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container{
	width: 982px;
	margin: 0;
	padding: 0;
	background: url(_gfx/int/width_cont_noleft.gif) center 0 repeat-y;
}
.mainSpan_wrapper_noleftnav .fix_intheight {display:none;}

.mainSpan_wrapper_home .content_wrapper {
	float: left;
	width: 982px;
	margin: 0;
}

.mainSpan_wrapper .content_wrapper {
	float: left;
	width: 970px;
	margin: 0;
	padding: 0;
	border: 6px solid #fff;
	background: url(_gfx/int/cont_wrap_bg.gif) 0 bottom no-repeat;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	float: left;
	width: 970px;
	margin: 0;
	padding: 0;
	border: 6px solid #fff;
	background: url(_gfx/int/cont_wrap_noleft.gif) center bottom no-repeat;
}

/* Section 508 skip navigation menu */
.skipnav
{ 
 position:absolute; 
 top:0px; 
 left:0px; 
 z-index:10;
}

.skipnav img
{
 border:0px;
 width:1px;
 height:1px;
 display:block;
 float:left;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header_wrapper{position: relative;padding-top: 0;	width: 982px;}
.header{width:982px;margin-left:0px;background:url(_gfx/cmn/header_bg.jpg) 0 0 no-repeat;	height: 126px;position: relative;}
.header_left{float:left;width: 290px;}
.header_right{float:right;width:600px;}
.header_left a.home_link
{
	width: 370px;
	position: absolute;
	top: 30px;
	display:block;
	padding: 70px 0 0 50px;
	overflow: hidden;
	height: 0 !important;
	height /**/:70px;
	z-index: 1000;
}

.header_nav_wrapper{	position: relative;width: 100%;height: 30px;background: url(_gfx/cmn/header_nav_bg.gif) 0 0 no-repeat;}
.header_nav{ text-align: right;padding: 0;margin: 50px 0 0 0;background: none;float: right;font-weight: bold;color: #fff;}
.header_nav a{color: #fff;	text-decoration:none;	padding: 0;font-size:10px;}
.header_nav a:hover{	color: #fff;text-decoration:underline;}

/* Container for search field and go button */
.searchbox
{ 
	position: absolute;
	top: 85px;
	right: 0;
	width: 285px;
	height: 41px;
	background: url(_gfx/cmn/search_bg.gif) 0 0 no-repeat;
}

.searchbox_textbox
{
	float: left;
	height: 18px;
	padding: 3px 6px 3px 4px;
	margin: 13px 0 0 60px;
	background-color: #fff;
	border: none;
	background: url(_gfx/cmn/searchbox_bg.gif) 0 0 no-repeat;
	width: 159px;
}

.searchbox_button
{
	float:left;
	margin: 6px 0 0 3px;
}

/************************************************
Content section
************************************************/
/* Page content container */
.mainSpan_wrapper .container
{ 
	width: 754px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 6px;
	background: url(_gfx/int/container_bg.gif) 0 0 repeat-x;
}
.mainSpan_wrapper .content {margin-top:15px !important;}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader
{
	display: inline-table;
	width: 754px;
	background: url(_gfx/int/cont_header_bg.gif) 0 bottom repeat-x;
	}

.contentheader_banner
{
	display:inline-table;
	width: 754px;
	margin: 0;
	padding: 0;
	background: url(_gfx/int/cont_header_bg.gif) 0 bottom repeat-x;
}

.image_banner
{
	display: block;
}

.breadcrumb_wrapper
{
	padding: 0 3px 8px 15px;
	margin: 5px 0 0 0;
	font-size: 10px;
	background: none;
	color: #e9ddb0;
	float: left;
	width: 435px;
}

.breadcrumb{
	margin-bottom: 0;
	width: 100%;
}
.breadcrumb a
{ 
	color: #e9ddb0;
	text-decoration: underline;
}

.breadcrumb a:hover
{
	text-decoration: none;
}


.printer_friendly, .forward_link, .rss, .font_size{
    font-size:9px;
    float:right;
    height:17px;
    text-align:left;
    margin-left: 4px;
}

.printer_friendly a, .forward_link a, .rss a {
  color: #E9DDB0;
  display: block;
  height: 24px;
  padding-left: 5px;
  text-decoration: underline;
  text-transform: uppercase;
}


.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
	color: #e9ddb0;
}

.forward_link{width:60px;}

.rss{width:40px;}

.font_size
{
	float: right;
	font-size: 10px;
	margin-top: -1px;
	margin-left: 8px;
}

.font_size a
{
	padding-left:0px;
 text-decoration:underline;
 color: #e9ddb0;
}
.font_size a:hover
{
	color: #e9ddb0;
	text-decoration: none;
}
.font_size .text_size { text-decoration: none; float: left; }

.feedback { width: auto !important; }
.feedback a{ padding-left: 5px; }

.forward_link a{background:url(_gfx/int/email.gif) 4px 0 no-repeat;}

.rss a{background: url("_gfx/int/rss.gif") no-repeat scroll 0 1px transparent;padding-left: 17px;}

.fbLikeButton { width:75px; float:left; padding:5px 0 0 15px;}

#share {cursor:pointer;}
#share div 
{
	width:116px;
    float:right;
    text-align:left;
    display:block;
    
}
.sharelink a
{
	background: url("_gfx/int/share/share.jpg") no-repeat scroll 0 3px transparent;
    color: #E9DDB0;
    display: block;
    font-family: arial,verdana,sans-serif;
    font-size: 9px;
    padding: 0 0 0 13px;
    text-decoration: underline;
	text-transform: uppercase;
}
.sharelink a:hover
{
	text-decoration:underline;
}
#share ul 
{
	background-color:#fff;
	display:none;
	width:250px;
	border:1px solid #666666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	/*overflow:hidden;*/
}
#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:125px;
	position:relative;
}
#share li a 
{
	text-decoration:none;
	color:#656565;
	margin:4px;
	padding:0px 0px 0px 25px;
	display:block;
	font-size: 11px;
}
.sharelink a:hover
{
	text-decoration:none;
	color: #e9ddb0;
}
.shareemail {background:url(_gfx/int/share/email.gif) no-repeat 0 0;}
.sharefacebook {background:url(_gfx/int/share/facebook.gif) no-repeat 0 0;}
.sharedel {background:url(_gfx/int/share/delicious.gif) no-repeat 0 0;}
.sharegoogleplus {background:url(_gfx/int/share/googleplus.gif) no-repeat 0 0;}
.sharegoogle {background:url(_gfx/int/share/google.gif) no-repeat 0 0;}
.sharedigg {background:url(_gfx/int/share/digg.gif) no-repeat 0 0;}
.sharetwitter {background:url(_gfx/int/share/twitter.gif) no-repeat 0 0;}
.sharestumble {background:url(_gfx/int/share/stumbleupon.gif) no-repeat 0 0;}
.sharemyspace {background:url(_gfx/int/share/myspace.gif) no-repeat 0 0;}
.sharelive {background:url(_gfx/int/share/live.gif) no-repeat 0 0;}
.sharereddit {background:url(_gfx/int/share/reddit.gif) no-repeat 0 0;}
.sharetumblr {background:url(_gfx/int/share/tumblr.gif) no-repeat 0 0;}
.sharelinkedin {background:url(_gfx/int/share/linkedin.gif) no-repeat 0 0;}


/*.printer_friendly, .forward_link, .rss{
 font-size:9px;
 float:right;
 height:24px;
 text-align:left;
}

.printer_friendly a, .forward_link a, .rss a{
 display:block;
 padding-left:5px;
 text-decoration:underline;
 color: #e9ddb0;
 height:24px;
}

.rss{width:40px;}
.rss a{ padding-left:20px;}

.printer_friendly a{background: url(_gfx/int/print.gif) 0 0 no-repeat;}
.forward_link a{background:url(_gfx/int/email.gif) 0 0 no-repeat;}
.rss a{background:url(_gfx/home/RSSicon.gif) 0 0 no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
	color: #e9ddb0;
}

#share {cursor:pointer;}
#share div 
{
	width:110px;
    float:right;
    text-align:left;
    display:block;
    margin-right:5px;
}
.sharelink a
{
	text-decoration:underline;
	background:url(_gfx/int/share/share.jpg) no-repeat 0 3px;
	padding:0 0 0 13px;
	font-family: arial, verdana, sans-serif;
	font-size:9px;
	display:block;
	color: #e9ddb0;
}
.sharelink a:hover
{
	text-decoration:none;
	color: #e9ddb0;
}
#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;
	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;}
*/
.title
{
	width:100%;
	margin: 0 0 5px 0;
}

.contentheader_banner .title
{
	display:inline-table;
	width: 100%;
	padding: 0 0 0 0;
}

.title_right
{
	text-align: right;
	padding: 0 0 0 0;
	margin: 5px 8px 0 0;
	float: right;
	width:292px;
}

.title_left{
	float: left;
	width: 90%;
	margin: 0;
}

.font_size
{
	float: right;
	font-size: 10px;
	margin-top: -1px;
	margin-left: 8px;
}

.font_size a
{
	padding-left:0px;
 text-decoration:underline;
 color: #e9ddb0;
}
.font_size a:hover
{
	color: #e9ddb0;
	text-decoration: none;
}

.contentheader h1,
.contentheader_banner h1
{
 padding:0px 15px 5px 0;
 margin:0px 0 0 20px;
	float: left;
	width: 100%;
	font-family: Times, sans-serif;
	font-size:28px;
	font-weight:normal;
	color: #fff;
	line-height: 24px;
}

.mainSpan_wrapper_noleftnav .title_left h1{
	padding:0px 15px 5px 0;
 margin:0px 0 0 0;
	float: left;
	width: 100%;
	font-family: Times, sans-serif;
	font-size:28px;
	font-weight:normal;
	color: #fff;
	line-height: 24px;
}

.subtitle, h2
{
  padding: 0 0 0 20px;
  margin:10px 0 0 0;
  width:700px;
	font-size:16px;
	font-weight: bold;
	color: #492913;
}

.fix_intheight{ float: right; width: 0; height: 300px;}

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper_home .content
{ 
	padding: 0 0 0 0;
}

.mainSpan_wrapper .content
{ 
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 30px 20px;
	background: url(_gfx/int/content_bg.jpg) 0 bottom no-repeat;
}

.content textarea{	width:525px;}

.content ul{	padding:0;	margin:8px 0 10px 20px;}
.content ul li{	padding: 2px 0;}

.downloadmessage
{
	clear: left;
	background: #FFFEF6 url(_gfx/int/download_bg.gif) top center repeat-x;
	border:solid 1px #AE9257;
	text-align:center;
	width: 466px;
	margin: 10px auto;
	padding: none;
}
.downloadmessage img{	border:0;padding:0 0 0 0;margin:0 2px 0 2px;}

.downloadmessage p{color: #4b4638;font-size:10px;padding:5px 0;margin:0;}
.last_updated{	color:#999;margin: 20px 0 0 0;text-align:right;clear:both;}
.paging{	margin-top:10px;margin-bottom:10px;}

.footer_wrapper{	width: 100%;margin: 30px 0 0 0;}
.footer{	width: 982px;	height: 80px;	padding: 0 0 0 15px;margin: 0 auto;	color: #fff;text-align: left;font-size:11px;}
.footer a{color: #fffc00;font-weight: bold;}
.footer a:hover{color: #fffc00;text-decoration: none;}
.footer p{margin:0;padding:0;}


/**********************************
	NoLeftNav classes
***********************************/
.mainSpan_wrapper_noleftnav .container
{
	float: left;
	width: 970px;
	margin: 0;
	padding: 0;
	background: none;
}

.mainSpan_wrapper_noleftnav .contentheader
{
	width:970px;
	background: url(_gfx/int/cont_header_bg.gif) 0 bottom repeat-x;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper 
{ 
 padding: 0 3px 0 10px;
	margin: 5px 0 0 0;
	background: none;
	color: #e9ddb0;
	float: left;
	width: 650px;
} 

.mainSpan_wrapper_noleftnav .title
{
	width:100%;
	padding:0;
	margin: 0 0 0 0;
	float: left;
	background: url(_gfx/int/title_noleft_bg.gif) 0 bottom no-repeat;
}

.mainSpan_wrapper_noleftnav .title_left
{
	float: left;
	width: 90%;
	margin: 0 0 5px 10px;
}

.mainSpan_wrapper_noleftnav .title_right
{
	float: right;
	width: 250px;
	padding: 0;
	margin: 5px 15px 0 0;
	
}

.mainSpan_wrapper_noleftnav .content
{
	width: 940px;
	padding: 0 10px 20px 20px;
	background: none;

}

/****************************************************
	REVIEW CLASSES
****************************************************/

.mainSpan_wrapper_review .container
{
	float: left;
	width: 982px;
	margin: 0;
	padding: 0;
	background: url(_gfx/int/cont_bg_noleft.jpg) 0 0 no-repeat;
}

.mainSpan_wrapper_review .breadcrumb_wrapper
{
	width: 60%;
	padding: 5px 3px 5px 25px;	
	background: none;
	color: #e9ddb0;
}

.mainSpan_wrapper_review .title
{
	width:100%;
	margin: 0 0 30px 0;
	float: left;
}

.mainSpan_wrapper_review .title_left
{
	float: left;
	width: 90%;
	padding-left: 25px;
	padding-bottom: 10px;
}

.mainSpan_wrapper_review .title_right
{
	float: right;
	width: 40%;
	padding: 0 10px 0 0;
	margin-top: -20px;
	
}

.mainSpan_wrapper_review .content
{
	padding: 0 0 80px 0;
	margin: 0 0 50px 0;
	background: none;

}

/* Classes inside .container_noleftnav_notitle */

.mainSpan_wrapper_noleftnav .contentheader{margin: 0;padding: 0;}

/*** Review Page & Error Page classes ***/
/* Used for content review pages, also error page */
.mainSpan_wrapper_review .contentheader{	display:none;}
.mainSpan_wrapper_review .content{ padding: 0;}
.mainSpan_wrapper_review .component_title_review
{
margin: 0;	
background: url(_gfx/int/contentheader_noleftbg.gif) top left no-repeat;
width: 955px;
font-size:18px;
font-weight:bold;
padding: 50px 0 3px 0;
color: #1F5017;
line-height: 24px;
}

.mainSpan_wrapper_review .component_title_review h1
{
 padding:50px 15px 3px 15px;
 margin:0 0 0 0;
	float: left;
	font-family: Times, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #fff;
	line-height: 24px;
}

.mainSpan_wrapper_review .component_title, .container_review .component_subtitle, .container_review .component_listitem{ margin-left: 0;}

.mainSpan_wrapper_review .content > div{ padding-left: 15px;}

.mainSpan_wrapper_review .component_content
{
	width: 700px;
 padding: 0 0 0 0;
	margin: 0 20px 0 0;
 background-color:none;
}

/* Hide review title for all except .container_review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review
{
	display:none;
}
/************************************
    home buttons
************************************/

.home_buttons{
	width: 314px;
	height: 223px;
	padding: 50px 0 0 0;
	float: left;
	display: block;
	list-style: none;
	background: url(_gfx/home/home_buttons_bg.jpg) 0 0 no-repeat;
}

.home_buttons ul
{
	margin: 0 !important;overflow:auto;
	padding: 0;
}

.home_buttons li{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 38px;
}

.home_buttons li a img
{
	float: left;
	margin: 0 0 0 15px;
	border: 0;
}

/************************************************
Left navigation 
************************************************/
.leftnav_container{	float: left;	padding: 0;}
.leftnav{width: 210px;}
.leftnav a
{
	display:block;
	padding: 4px 3px 4px 7px;
	line-height: 22px;
	color: #fff;
	text-decoration:none;
}
.leftnav a span {padding-left:13px;display:block;}
.leftnav_node_wrapper_root {border-bottom:1px solid #fff;}
.leftnav_node_wrapper a {background:#E4AD7B;border-bottom:1px solid #E7CBB2;color:#312f2a;}
.leftnav a:hover {background:#017E5E;color:#fff;}
.leftnav_node_haschildren a {background:#C05D04;color:#fff;}
.leftnav_node_haschildren a span {background:url(_gfx/nav/leftnav_haschildren_down.gif) 0 9px no-repeat;font-weight:bold;}
.leftnav_node_haschildren a:hover span {background-image:url(_gfx/nav/leftnav_haschildren_down2.gif);}
.leftnav_node_iscurrent a {background: #017E5E}
.leftnav_node_iscurrent a span
{
	color:#fff;
	background: url(_gfx/nav/leftnav_over.gif) no-repeat 2px 6px;
	font-weight:bold;	
}


/*** Dropdown Menu ***/

#noscript_dropdown{overflow: hidden;}

/*** Forms ***/

.form{height:auto;}
.form_in_tab{padding:15px 0 10px 10px;}
.content span table, .content span table tr {background-color:#EEECE1 !important;font-weight:normal;}
.form div{width:auto;margin-top:8px;margin-bottom:8px;clear: both;}
.form textarea{	width:200px;height:150px;}

.form_label
{
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field
{
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend
{
	font-weight: bold;
	color:#625C4D;
}

fieldset
{
	border:solid 1px #c2bca6;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #856F3E url(_gfx/int/form_button.gif) top repeat-x;
	font-weight:bold;
	padding: 2px;
	color: #fafafa;
	border: 1px solid #493422;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
}
.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	background-image: url(_gfx/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.radeditor div{margin-top:0;margin-bottom:0;}

/************************************************
Site map
************************************************/
.sitemap
{
  width: 700px;
  border:solid 0 #000;
  padding-left:15px;
}

.sitemap img{
	padding: 0 5px 0 0;
	margin: 0;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:0px;
}

.rootnode
{
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a
{ 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}




/************************************************
Search
************************************************/
.search
{
	border-bottom:1px solid #b2d2e9;
	margin: 30px 0 0 0;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}


.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#f4f9fc;
}

.search_result_title
{
	font-weight:bold;
}

.search_result_location
{}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis
{
	padding:0;
	/*display:none;*/
}

.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;
	/*display:none;*/
}

.search_result_info
{
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field
{}

.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 12px;
	margin: 0 0 0 0;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: 0  0 0 860px;
	font-size: 10px;	
}



/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:10px;
	margin:22px 10px 6px 10px;
}

.search_features
{
	padding: 10px 15px 10px 15px;
	background-color: #F2FBFA;
	border-top: solid 1px #B2D2E9;
	border-bottom: solid 1px #B2D2E9;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #BDD0D7;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	margin: -23px 0 0 293px;
	_margin: -30px 0 0 293px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0 14px 0;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0 6px;
	padding: 0 0 0 18px;
	background-image: url(_gfx/cmn/searchbullet.jpg);
	background-repeat: no-repeat;
}

div.sort_items span.item a
{
	display: inline-block;
	height: 15px;
	font-weight: bold;
	color: #6C655D;
}

.sort_container,
.sort_container_inline
{
	font-weight: bold;
	overflow: hidden;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: left;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -30px  0 0 630px;
	font-size: 10px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter{ width: 400px;margin: 5px 0 20px 0; text-align: left;}
.calendar_filter select{width:180px;}
.calendar_wrapper{	text-align:center;margin:0;	padding:0;width: 100%;}

.calendar
{
    width:100%;
    margin:0;
    padding:0;
    border-spacing:0px;
    border-collapse:collapse;
}

.calendar_dayheader
{
	height: 1px;
	color: #fff;
	background: url(_gfx/int/tableHdr_bg.jpg) 0 0 repeat-x;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
}

.calendar_selector
{
	color:#ffffff;
	background-color:none;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 10px 0 12px 0;
	background: none;
	font-size: 20px;
	font-weight: bold;
	color: #176646;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
	text-align: center;
}

.calendar_nextprev a
{
	color:#492913 !important;
	font-weight: normal;font-size:12px;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;	
	width: 95px;
	height:100px;
	border: 1px solid #fff;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	color: #493421;
	padding: 0 5px 8px 5px;
	margin:0px 0;
}

.calendar_day,
.calendar_weekendday
{
	background: none;
	color:#4b4843;
}

.calendar_othermonthday
{
	background:#e1ddcd;
	color:#b5afa6;
}

.calendar_today
{
 background: #ebd385;
	color:#4b4843;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#493421;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	display:block;
	line-height:11px;
	margin:0 0 0 5px;
	padding: 0 0 0 0 !important;
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:11px;
	display:block;
	padding:0;
	margin:0;
}

.calendar_allinone .listtable
{
	width:720px;
}

.calendar_day br,
.calendar_today br,
.calendar_weekendday br,
.calendar_selectedday br,
.calendar_othermonthday  br {display:none;}

/*************************************************
Component detail 
*************************************************/
.component_title
{
 padding:5px 0 0 0;
 margin: 30px 0 2px 0;
 width:95%;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #493124;
}

.component_subtitle
{
 padding:0px 0 0 0;
 margin:0px 0 2px 0;
 width:95%;
	font-size:14px;
	line-height:18px;
	font-weight: normal;
	color: #566b52;
}

.component_back
{
	margin:0px 0 10px 0;
}

.component_listitem
{
	padding: 0 0 15px 0;
	width:400px;
}

.component_listitem a
{
	color: #aa790e;
}
.component_listitem a:hover
{
	color: #aa790e;
	text-decoration: none;
}

.component_listitem div
{
	margin-left: 0;
	padding: 0 0 4px;
	width:400px;
}

.component_listitem_header
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
}

.component_content
{
    clear:both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

.component_content p
{
	line-height: 20px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 10px 0 10px 0;
}

.filter a{
	color: #492913;
}

.filter a:hover{
	color: #492913;
	text-decoration: none;
}

.filter select
{
	width:180px;
}

.timing
{
}

.listtable
{
	width:700px;
	border:1px solid #c4bba0 !important;
	background-color:#fdf8e6;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable img
{
	margin:0;
}

.listtable th
{
	background: url(_gfx/int/tableHdr_bg.jpg) 0 0 repeat-x;
	padding:4px;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable tr:hover
{
	background-color:#fff;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #949494 #828282 #c2c2c2;
}

.listtable_checkboxcolumn
{
	padding:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
}

.listtable_row_off
{
	background-color:#ffffff;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border:solid 0 #EEECE1;
	width:100%;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

.listcomponent img {margin: 0;}

.listcomponent .listdocument
{
	border: none;
}

.newsimg {	float: left; }
.newsimg img { 	margin: 3px 10px 0px 0px;	}
.newsimg a img {border: 1px solid #fff !important;}
.newstitle br {	display:none;}
.newstitle a {	display:block;}
.listcomponent .newsimg img {margin: 4px 10px 0 0;border:1px solid #999 !important;}
.listcomponent .newstitle {float:left;width:580px;}

/************************************************
Image-using item list 
************************************************/
.righttable
{
 width:200px;
	border:1px solid #1f5017;
	border-collapse: separate;

}

.righttable th
{
	background-color: #1f5017;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	height:20px;
	font-size:9px;
	
}

.righttable_header a
{
	color:#ffffff;
}

.righttable td
{
 border:0;	
	border-top:1px solid #dadada;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover
{
	background-color:#fffcee;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.righttable_checkboxcolumn
{
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on
{
	background-color:#e4f1ff;
}

.righttable_row_off
{
	background-color:#ffffff;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:710px;
	padding:0;
	border-collapse: separate;
	background-color:none;
	border:0px solid #A8925C;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:540px;
	margin-top: 20px;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:4px;
	line-height: 20px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:445px;
	margin:0px 0 0 0;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #bcb599;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:10px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #bcb599;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}

.listcomponent_pager
{
	text-align:left;
}


/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

.form_list_title{}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	margin:10px 0 0 0;
	width:560px;
	display:block;
	position:relative;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
}

.staff_thumbnail_span img
{
	padding:0px;
	margin:0px 0 10px 0;
	border-width:1px;
	border-style:solid;
}

.staff_listitem_span
{
	float:right;
	width:450px;
	margin:0px 0 10px 0;
}

.staff_component_title
{
 padding:5px 0 0 0;
 margin:0px 0 0 0;
 width:95%;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #566b52;
}


/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage img
{
	display: block; 
}

.home_collage
{
	float: left;
	height: 239px;
	width: 714px;
	padding: 0;
	margin: 0;
	z-index: 0;
	color: #fff;
	/*background: url(_gfx/home/collage1.jpg) 0 0 no-repeat;*/
}

.home_collage .image_collage
{
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

.home_collage #imgHidden
{
	position: absolute;
	z-index: 0;
}

.home_collage #imgSlide
{
	position: absolute;
	z-index: 1;
}

.home_boxes
{
	position: absolute;
	z-index: 2;
	margin: 16px 0 0 544px;
}

.important_alert_wrapper
{	
	position: absolute;
	z-index: 200;
	margin: 25px 0 0 149px;
	color: #492913;
	padding: 0;
	width: 415px;
	height: 194px;
	overflow: hidden;
	background: url(_gfx/home/alert_bg.jpg) 0 0 no-repeat;	
	filter:Alpha(opacity=90); 
	-moz-opacity: .90;
}

.important_alert_wrapper .box_title,
.important_alert_wrapper .box_bottomlink
{
	display: none;
}

.important_alert_wrapper .box_list
{
	margin-top: 30px;
}

.important_alert_wrapper .box_item_title
{
	margin-left: 15px;
	margin-right: 15px;
}

.important_alert_wrapper .box_item_title a,
.important_alert_wrapper .box_item_title a:hover
{
	font-weight: normal;
	color: #000;
}

.important_alert
{
	padding: 0;
	margin: 52px 0 0 29px;
	width: 340px;
	height: 119px;
	overflow: hidden;
	font-weight: bold;
	font-size: 15px;
	color: #492913;
}

.important_alert_close {
    position: absolute;
    top: 11px;
    right: 11px;
}

.home_columns
{
	float: left;
	padding: 0;
	margin: 0;
	width: 982px;
	background: url(_gfx/home/home_columns_bg.jpg) 0 0 no-repeat;
}

.home_topRow
{
	width: 982px;
	height: 239px;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}

.home_bottomRow
{
	width: 970px;
	float: left;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(_gfx/home/home_bottomRow_bg.gif) 0 0 repeat-y;
	border: 6px solid #fff;
}

/************************************************
Home boxes
************************************************/
/*HOME EVENTS*/
.home_events
{
	float: left;
	width: 268px;
}

.home_events .box_item{
	clear: both;
	display: block;
	padding: 0 0 5px 0;
}

.home_events .box_list
{
	width: 268px;
	height: 150px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	color: #464749;	
	background: #35633F url(_gfx/home/home_events_box_list.jpg) 0 0 no-repeat;
	overflow: auto;
}

.home_events .box_title
{
	display: block;
	width: 225px;
	padding: 0;
	margin: 0;
	text-align:left;
}

.home_events .box_title{
	background: url(_gfx/home/home_events_top.gif) 0 0 no-repeat;
	display:block;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/:50px;
	width: 268px;
}

.home_events .box_item_title{
 font-size:13px;
	padding: 0 0 0 25px;
	margin: 0 6px 0 0;
	display: block;
	color: #fff;
	line-height: 18px;
	background: url(_gfx/home/bullet.gif) 0 5px no-repeat;
}

.home_events .box_item_title a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;font-size:13px;
}
.home_events .box_item_title a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.home_events .box_item_date
{
	display: block;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #e0fba4;
}

.home_events .box_bottomlink{
	float: left;
	width: 268px;
	height: 29px;
	color: #d29a15;
	margin: 0 0 0 0;
	padding: 0 0 0 75px;
	overflow: hidden;
	background: url(_gfx/home/home_events_box_bottom.jpg) 0 0 no-repeat;
}

.home_events .box_bottomlink_rss
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	color: #e0fba4;
}

.home_events .box_bottomlink_rss a
{
	float: left;
	display: block;
	width: 30px;
	height: 25px;
	text-decoration: none;	
	color: #e0fba4;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 0 40px;
	padding: 0 0 0 20px;
	background: url(_gfx/home/RSSicon.gif) 0 5px no-repeat;
}
.home_events .box_bottomlink_rss a:hover
{
	text-decoration: underline;	
}
.home_events .box_bottomlink_more a
{
	float: left;
	display: block;
	width: 90px;
	height: 25px;
	text-decoration: none;	
	color: #e0fba4;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}
.home_events .box_bottomlink_more a:hover
{
	text-decoration: underline;
}

.home_events .box_bottomlink_rss_impDates,
.home_events .box_bottomlink_more_impDates
{
	display:none;
}

/*HOME NEWS*/
.home_news
{
	float: left;
	width: 394px;
	margin: 0 0 0 0;
}

.home_news .box_title
{
	display: block;
	width: 394px;
	height: 44px;
	padding: 0;
	margin: 0;
	text-align:left;
}

.home_news .box_title{
	background: url(_gfx/home/home_news_top.gif) 0 0 no-repeat;
	display:block;
	padding: 42px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/:42px;
	width: 394px;
}

.home_news .box_list{
	
	width: 394px;
	margin: 0;
	padding: 0;
	color: #464749;	
 font-size:15px;
	background: url(_gfx/home/home_news_box_list.jpg) 0 0 no-repeat;
}

.home_news img{
	border: 1px solid #68514d;
}

.home_news .box_item_title
{
	font-size:15px;
	padding: 10px 0 0 30px;
	margin: 0 6px 0 0;
	display: block;
	color: #492913;
	line-height: 18px;
	background: url(_gfx/home/home_box_bullet.gif) 15px 12px no-repeat;
}

.home_news .box_item_title a
{
	font-size:15px;
	color: #492913;
	font-weight: bold;
	text-decoration: none;
}
.home_news .box_item_title a:hover
{
	color: #492913;
	font-weight: bold;
	text-decoration: underline;
}

.home_news .box_item{
	width: 100%;
	margin-top: 13px;
}

.home_news .news_img{
	float: left;
}

.home_news .box_item_desc{
	display: block;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
 font-size:11px;
	font-weight: normal;
	color: #322f2b;
}
.home_news .box_item_desc a
{
	font-weight: normal;
	color: #013d71;
}
.home_news .box_item_desc a:hover
{
	font-weight: normal;
	color: #013d71;
}

.home_news .box_bottomlink{
	float: left;
	width: 394px;
	height: 29px;
	color: #492913;
	margin: 0 !important;
	padding: 10px 0 0 15px;
	overflow: hidden;
	background: url(_gfx/home/home_news_box_bottom.jpg) 0 0 no-repeat;
}

.home_news .box_bottomlink_rss
{
	float: left;
	color: #492913;
	font-weight: bold;
	line-height: 25px;
}

.home_news .box_bottomlink_rss a
{
	float: left;
	display: block;
	width: 30px;
	height: 25px;
	text-decoration: none;	
	color: #492913;
	font-size:11px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(_gfx/home/RSSicon.gif) 0 5px no-repeat;
}
.home_news .box_bottomlink_rss a:hover
{
	text-decoration: underline;	
}
.home_news .box_bottomlink_more a
{
	float: left;
	display: block;
	width: 90px;
	height: 25px;
	text-decoration: none;	
	color: #492913;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 0;font-size:11px;
	background: none;
}
.home_news .box_bottomlink_more a:hover
{
	text-decoration: underline;
}

/*HOME Important Dates*/
.home_impDates
{
	float: left;
	width: 262px;
}

.home_impDates .box_list
{
	width: 262px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #464749;	
 font-size:11px;
	background: #F1CB9E url(_gfx/home/home_impDates_box_list.jpg) 0 0 no-repeat;
}

.home_impDates .box_title{
	background: url(_gfx/home/home_impDates_top.gif) 0 0 no-repeat;
	display:block;
	padding: 41px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/:41px;
	width: 262px;
}

.home_impDates .box_item_title{
 font-size:13px;
	padding: 10px 0 0 20px;
	margin: 0 6px 0 0;
	display: block;
	color: #90352b;
	line-height: 18px;
	background: url(_gfx/home/bullet.gif) 0 5px no-repeat;
}

.home_impDates .box_item_title a{
	color: #90352b;
	font-weight: bold;
	text-decoration: none;
}
.home_impDates .box_item_title a:hover{
	color: #90352b;
	font-weight: bold;
	text-decoration: underline;
}

.home_impDates .box_item_date
{
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
 font-size:12px;
	font-weight: bold;
	color: #4d472f;
}

.home_impDates .box_bottomlink{
	float: left;
	width: 262px;
	height: 29px;
	color: #90352b;
	margin: 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	background: url(_gfx/home/home_impDates_box_bottom.jpg) 0 0 no-repeat;
}

.home_impDates .box_bottomlink_rss_impDates
{
	float: left;
	color: #90352b;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

.home_impDates .box_bottomlink_rss_impDates a
{
	float: left;
	display: block;
	width: 30px;
	height: 25px;
	text-decoration: none;	
	color: #90352b;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 0 40px;
	padding: 0 0 0 20px;
	background: url(_gfx/home/RSSicon.gif) 0 5px no-repeat;
}
.home_impDates .box_bottomlink_rss_impDates a:hover
{
	text-decoration: underline;	
}
.home_impDates .box_bottomlink_more_impDates a
{
	float: left;
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;	
	color: #90352b;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}
.home_impDates .box_bottomlink_more_impDates a:hover
{
	text-decoration: underline;
}

.home_impDates .box_bottomlink_rss,
.home_impDates .box_bottomlink_more
{
	display:none;
}

.box_list p
{
	margin: 6px 0;
	color:#000;
	text-align:center;
}
/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
 padding:0;
	margin: 0 10px 0 0;
	float: left;
	width: 520px;
	height: auto;
}

.depthome_right
{
 padding:0px;
	float: left;
	width: 180px;
}

/****************************************
	NEW DEPARTMENT BOX CONTAINERS
*****************************************/
.depthome_right .news_box
{
	width: 170px;
	font-size:10px;
	line-height:12px;
	border: 3px solid #fff;
	margin-bottom: 15px;
}

.depthome_right .news_box .box_title
{
	width: 170px;
	background: url(_gfx/int/dept_news_hd.jpg) 0 0 no-repeat;
	display:block;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/:29px;
}

.depthome_right .news_box .box_list
{
 padding: 5px 0 5px 0;
 	padding-left: 10px;
 	background: #eec898 url(_gfx/int/dept_news_box_list.jpg) 0 0 no-repeat;
 	font-size: 12px;
 	line-height:16px;
		color: #90352b;
}

.depthome_right .news_box .box_list a
{
	font-weight: bold;
	color: #90352b;
	text-decoration:none;
}

.depthome_right .news_box .box_list a:hover
{
	font-weight: bold;
	text-decoration:underline;
}


.depthome_right .news_box .box_item_title
{
	padding-top:2px;
 padding-bottom:2px;
 margin-bottom:5px;
 clear:both;
}

.depthome_right .news_box .box_item_date
{
 padding: 0 0 10px 0;
	color: #90352b;
	font-weight: bold;
}

.depthome_right .news_box .box_item_desc
{
	display:none;
}

.depthome_right .news_box .box_bottomlink{
	clear:both;
	margin-top: 0;
	padding-top: 0;
	height: 22px;
	background: url(_gfx/int/dept_news_box_bottom.jpg) 0 0  no-repeat;
}

.depthome_right .news_box .box_bottomlink a, 
.depthome_right .news_box .box_bottomlink a:hover{
	display: block;
	width: 85px;
	height: 20px;
	color: #90352b;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 3px 0 0 0;
	margin: 0 0 0 85px;
}

.depthome_right .news_box .box_bottomlink a:hover{
	display: block;
	width: 85px;
	height: 20px;
	color: #90352b;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 3px 0 0 0;
	margin: 0 0 0 85px;
}

.depthome_right .news_box .box_bottomlink_rss
{
	display:none;
}

/*************************************
		depthome events
*************************************/

.depthome_right .events_box
{
	width: 170px;
	line-height:12px;
	border: 3px solid #fff;
}

.depthome_right .events_box .box_title
{
	width: 170px;
	background: url(_gfx/int/dept_events_hd.jpg) 0 0 no-repeat;
	display:block;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/:30px;
}

.depthome_right .events_box .box_list
{
 padding: 5px 0 0 0;
 	padding-left: 10px;
 	background: #336240 url(_gfx/int/dept_event_box_list.jpg) 0 0 no-repeat;
 	line-height:16px;
		color: #717171;
}

.depthome_right .events_box .box_list a
{
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}

.depthome_right .events_box .box_list a:hover
{
	font-weight: bold;
	text-decoration:underline;
}

.depthome_right .events_box .box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
}

.depthome_right .events_box .box_item_title
{
	padding-top:5px;
 padding-bottom:3px;
 margin-bottom:0px;
 clear:both;
}

.depthome_right .events_box .box_item_date
{
 padding: 0 0 10px 0;
	color: #e0fba4;
	font-weight: bold;
}

.depthome_right .events_box .box_bottomlink{
	clear:both;
	margin-top: 0;
	padding-top: 0;
	height: 19px;
	background: url(_gfx/int/dept_events_box_bottom.jpg) 0 0  no-repeat;
}

.depthome_right .events_box .box_bottomlink_more a, 
.depthome_right .events_box .box_bottomlink_more a:hover{
	display: block;
	width: 85px;
	height: 20px;
	color: #e0fba4;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 3px 0 0 0;
	margin: 0 0 0 85px;
}

.depthome_right .events_box .box_bottomlink_more a:hover{
	display: block;
	width: 85px;
	height: 20px;
	color: #e0fba4;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 3px 0 0 0;
	margin: 0 0 0 85px;
}

.depthome_right .events_box .box_bottomlink_rss,
.depthome_right .events_box .box_bottomlink_rss_impDates,
.depthome_right .events_box .box_bottomlink_more_impDates
{
	display:none;
}

.mainSpan_wrapper .component_title_review
{
	display: none;
}

/*** mobile view ***/
#SwitchToMobile
{
	background: #fff9a5 url(_gfx/cmn/mobile/mob_visionlink_strip.gif) bottom left repeat-x;
}

#SwitchToMobile a
{
	display: block;
	background: url(_gfx/cmn/mobile/mob_visionlink_bg.jpg) center bottom no-repeat;
	text-align: center;
	font-size: small;
	color: #000000;
	padding: 5px 0 4px 0;
	border: 1px solid #bdbdbd;
	text-decoration: none;
}





/**********************************************
forwardlink
**********************************************/
.forwardlink br
{
	display: none;
}

.forwardlink input
{
	margin: 4px 0 4px 150px;
	display:block;
}

.forwardlink .recaptcha
{
	margin: 10px 0;
}

.forwardlink .form_button
{
	margin: 10px 0 0 0;
	display: inline;
}

.forwardlink .recaptcha input
{
	margin: 0;
	display: inline;
}

.forwardlink textarea
{
	display: block;
	clear: both;
}


/*for when the recaptcha error is present above the button*/
.survey_container .form_button
{
	margin-top: 10px;
	display: block;
}


/**********************************************
reCAPTCHA
**********************************************/

#recaptcha_image
{
	border: 1px solid #c2bca6;
	float:left;
}

.recaptcha_icons
{
	margin:3px;
	display:block;
	float:left;
}

.recaptcha_response_area
{
	clear:both;
}

.recaptcha_reload, .recaptcha_only_if_image, .recaptcha_only_if_help
{
	margin:2px;
	font-weight:lighter;
}

.survey_container .recaptcha
{
	margin-bottom: 10px;
}

.feedback_form {background:white;}
.feedback_form a:hover { color: #c05d04; text-decoration:none;  }