/*************************************************************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
*************************************************************************************************/

/*************************************************************************************************
Base font style and size set here
*************************************************************************************************/
body
{
	border: none;
	margin: 0px;
	padding: 0px 0 0 0px;
	background: #fbf1bf url(_gfx/cmn/site_bg.jpg) top center no-repeat;
	text-align: center;
	font-family: Trebuchet MS, Sans-Serif;
	font-size:  13px;
}

table img{
	margin: 0px 10px 10px 10px;
}

table{
	font-size: 13px;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 13px;
	line-height: 18px;
}

a img
{
	border: 0px 0px 0px 0px;
}

a
{
	color:#0273b7;
}

a:hover
{ 
    text-decoration:none; 
}

/* Default error reporting style */
.error_message
{ 
	color: #6b3f8f;
	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 \*/









/**********************************************************************************************
	MAIN CONTAINERS & WRAPPERS
*********************************************************************************************/
.mainSpan_wrapper_home, .mainSpan_wrapper, .mainSpan_wrapper_noleftnav, .mainSpan_wrapper_dept, .mainSpan_wrapper_review {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: url(_gfx/cmn/header_nav_bg.gif) 0 0 repeat-x;
}

.mainSpan
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	width: 961px;
	margin: 0px auto 0px auto;
	text-align:left;
	z-index: 1;
}


.mainSpan_wrapper_home .width_container{
	width: 961px;
	margin: 0 0 0 0px;
	padding: 0;
	background: #4e7f4e url(_gfx/cmn/width_cont_bg.jpg) 0 0 repeat-x;
}

.mainSpan_wrapper .width_container, .mainSpan_wrapper_dept .width_container{
	width: 961px;
	margin: 0 0 0 0px;
	padding: 0;
	background: #4e7f4e url(_gfx/cmn/width_cont_bg.jpg) 0 0 repeat-x;
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container{
	width: 961px;
	margin: 0 0 0 0px;
	padding: 0;
	background: #4e7f4e url(_gfx/cmn/width_cont_bg.jpg) 0 0 repeat-x;
}



.mainSpan_wrapper_home .content_wrapper {
	float: left;
	width: 961px;
	margin: 0px 0px 0px 0px;
	background: url(_gfx/int/cont_wrap_bg.jpg) left bottom no-repeat;
}

.mainSpan_wrapper .content_wrapper, .mainSpan_wrapper_dept .content_wrapper{
	float: left;
	width: 925px;
	margin: 0px 0px 0px 18px;
	background: url(_gfx/cmn/cont_wrapint_bg.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper{
	float: left;
	width: 925px;
	margin: 0px 0px 0px 18px;
	background: url(_gfx/cmn/cont_wrapnoleft_bg.gif) 0 0 repeat-y;
}


.mainSpan_wrapper .content, .mainSpan_wrapper_dept .content
{ 
	width: 685px;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 60px 17px;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	background: url(_gfx/int/content_bg.jpg) 0 bottom no-repeat;
}


.mainSpan_wrapper .container, .mainSpan_wrapper_dept .container
{ 
	width: 723px;
	float: left;
	/*overflow: hidden;*/
}





/*********************************************************************************
	SKIPNAV
********************************************************************************/
.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;
}

.content iframe
{
	
	width: 98%;
	_width: 100%;
	_margin-left: 20px;
	border: none;
}

iframe.external_link
{
	background: none;
}













/*************************************************************************************************
	HEADER CONTAINER & CONTENTS
*************************************************************************************************/
.header_wrapper{
	position: relative;
	padding-top: 0px;
	width: 961px;
	background: url(_gfx/cmn/header_wrap.gif) 0 0 no-repeat;
	z-index: 10;
}

.printonly {
	display: none;
}

.header
{
	width: 961px;
	margin-left: 0px;
	background: url(_gfx/cmn/header_bg.gif) bottom left no-repeat;
	height: 145px;
	font-size: 11px;
	font-family: trebuchet ms, verdana;
}

.header_left
{
	float:left;
	width: 290px;
}


.header_left a.home_link
{
	width: 100px;
	position: absolute;
	top: 47px;
	left: 300px;
	display:block;
	padding: 90px 0 0 280px;
	overflow: hidden;
	height: 0px !important;
	height /**/:90px;
	z-index: 1000;
}

.header_left a.sparkslink
{
	display: none;
}

.header_right
{
	float:right;
	width:300px;
}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}










/************************************************************************************************************
	HEADER NAV & CONTENTS
*************************************************************************************************************/


.header_nav_wrapper{
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 100%;
	height: 27px;
	background: #6b3f8f url(_gfx/cmn/header_nav_bg.gif) 0 0 repeat-x;
}

.header_nav_container{
	position: relative;
	width: 961px;
	height: 27px;
	left: 50%;
	margin-left: -480px;
	font-family:trebuchet ms, verdana;
	Font-size: 11px;
	font-weight:bold;
	background: url(_gfx/cmn/header_nav_bg.gif) 0 0 repeat-x;
}

.header_nav
{ 
	text-align:right;
	padding: 6px 0px 0px 8px;
	background: none;
	width: 500px;
	float: right;
}

.header_nav a, .header_lang_switch a
{
	color: #c4b4d2; 
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}

.header_nav a:hover, .header_lang_switch a:hover
{
	color: #fff;
	text-decoration:underline;
}

.header_lang_switch{
	float: left;
	text-align: left;
	padding: 6px 0px 0px 8px;
	background: none;
	width: 200px;
}

/* Container for search field and go button */
.searchbox
{ 
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	width: 249px;
	height: 32px;
	background: url(_gfx/cmn/searchbox_bg.png) 0 0 no-repeat;
}

.searchbox_textbox
{
	float:left;
	height: 13px;
	padding:3px 1px 0px 6px;
	margin:6px 5px 0px 70px;
	font-size:11px;
	line-height:13px;
	background-color:#fff;
	color: #000000;
	width:120px;
	font-family: arial;
}

.searchbox_button
{
	float:left;
	margin: 6px 0px 0px 0px;
}


.quicklink 
{
    width:145px;
    height: 18px;
	font-size: 11px;
	margin: 6px 11px 0 5px;
	float: right;
}

.quicklink option 
{
    padding:2px;
}














/**********************************************************************************************
	BREADCRUMB, PAGE TITLE, PRINT/EMAIL LINKS
*************************************************************************************************/
/*GENERAL*/
.contentheader
{
	display: inline-table;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background: url(_gfx/int/contentheader_bg.jpg) 0 0 no-repeat;
}

.contentheader_banner
{
	display:inline-table;
	width: 100%;
}

.image_banner
{
	display: block;
}

.breadcrumb_wrapper
{
	padding: 35px 3px 0px 15px;
	font-size:12px;
	background: none;
	color: #6d9c5b;
}

.contentheader_banner .breadcrumb_wrapper
{
	padding: 35px 3px 0px 15px;
	font-size:11px;
        font-family: trebuchet ms, verdana;	
        background: none;
	color: #6d9c5b;
}

.breadcrumb{
	margin-bottom: 0px;
	font-family: trebuchet ms, verdana;
	font-size:11px;
}
.breadcrumb a
{ 
	color: #6d9c5b;
	text-decoration: underline;
}

.breadcrumb a:hover
{
	text-decoration: none;
}

.printer_friendly, .forward_link, .rss{
    font-size:10px;
    float:right;
    height:26px;
    text-align:left;
}

.printer_friendly{width:50px;}
.forward_link{width:60px;}
.rss{width:45px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:20px;
    text-decoration:underline;
    color: #6d9c5b;
    height:28px;
}

.printer_friendly a{background: url(_gfx/int/print.jpg) 0 0 no-repeat;}
.forward_link a{background:url(_gfx/int/email.jpg) 0 0 no-repeat;}
.rss a{background:url(_gfx/int/rss.jpg) 0 0 no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
	color: #6d9c5b;
}

.title
{
	width:100%;
	margin: 0px 0px 20px 0px;
	padding-top: 30px;
}

.title_dept
{
	width:100%;
	margin: 0px 0px -20px 0px;
}

.contentheader_banner .title
{
	width:100%;
	margin: 0px 0px 0px 0px;
	padding-top: 67px;
}

.title_right
{
	text-align:right;
	height:20px;
	padding:0px 5px 0px 0px;
	margin: 35px 10px 0px 0;
	float: right;
	width: 30%;
	
}

.title_left{
	float: left;
	width: 67%;
}

.font_size
{
	float: left;
	color: #ededed;
	font-size: 10px;
	margin-top: 7px;
	margin-left: 8px;
}

.font_size div
{
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	float: left;
	margin: 0px 2px 0px 2px;
	border: solid 1px #4C8CC4;
	padding: 0 0 2px 0;
	text-align: center;
}

.font_size div.smallest
{
	font-size: 4px;
}

.font_size div.smaller
{
	font-size: 8px;
}

.font_size div.normal
{
	font-size: 10px;
}

.font_size div.larger
{
	font-size: 12px;
}

.font_size div.largest
{
	font-size: 12px;
}


/* PAGE TITLE */
.contentheader h1,
.contentheader_banner h1
{
    padding:0px 15px 3px 15px;
    margin:0px 0px 0px 0px;
	float: left;
	font-family: Times, sans-serif;
	font-size:28px;
	font-weight:normal;
	color: #330a50;
	line-height: 24px;
	width:650px;
}

.mainSpan_wrapper_noleftnav .title_left h1, .mainSpan_wrapper_review .title_left h1{
	padding:0px 15px 3px 0px;
	margin:5px 0px 0px 0px;
	float: left;
	font-family: Times, sans-serif;
	font-size:28px;
	font-weight:normal;
	color: #330a50;
	line-height: 24px;
}

/*PAGE SUBTITLE 1*/
.contentheader h2,
.contentheader_banner h2
{
    padding:0px 0px 0px 15px;
    margin: 0px 0px 0px 0px;
	float: left;
    width: 685px;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #4A734B;
}




























/****************************************************************************************
	CONTENT TEXT FORMATTING
*****************************************************************************************/

.content a {
	color: #6d9c5b;
	text-decoration: underline;
}

.content a:hover {
	color: #6d9c5b;
	text-decoration: none;
}

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	clear: left;
	background: #fff url(_gfx/int/download_bg.gif) top center repeat-x;
	border:solid 1px #6b3f8f;
	text-align:center;
	width: 85%;
	margin: 10px auto;
	margin-top: 25px;
	padding: none;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #4b4638;
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 0px auto;
    text-align:right;
    display: none;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}









/******************************************************************************************
	FOOTER CLASSES
*******************************************************************************************/

.footer_wrapper
{
	clear: both;
	float: right;
	width: 961px;
	height: 132px;
	background: url(_gfx/cmn/footer_bg.jpg) 0px 0px no-repeat;
	margin: 0px 0px 30px 0px;
}

.mainSpan_wrapper_home .footer, .mainSpan_wrapper .footer, .mainSpan_wrapper_noleftnav .footer, .mainSpan_wrapper_review .footer, .mainSpan_wrapper_dept .footer
{
	float: left;
	width: 961px;
	height: 132px;
	padding: 0 0 0 0;
	color:#d5c4af;
	text-align: center;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.mainSpan_wrapper_home .footer a, .mainSpan_wrapper .footer a, .mainSpan_wrapper_noleftnav .footer a, .mainSpan_wrapper_review .footer a, .mainSpan_wrapper_dept .footer a
{
	color: #c4b4d2;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.mainSpan_wrapper_home .footer a:hover, .mainSpan_wrapper .footer a:hover, .mainSpan_wrapper_noleftnav .footer a:hover, .mainSpan_wrapper_review .footer a:hover, .mainSpan_wrapper_dept .footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

.mainSpan_wrapper_home .footer p, .mainSpan_wrapper .footer p, .mainSpan_wrapper_noleftnav .footer p, .mainSpan_wrapper_review .footer p, .mainSpan_wrapper_dept .footer p
{
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 100;
	line-height: 15px;
	color: #c4b4d2;
	margin: 5px 0 0 0;
}

.footer_nav{
	float: left;
	width: 961px;
	height: 20px;
	padding: 0 0 0 0;
	margin: 10px 0px 10px 0px;
	color:#d5c4af;
	text-align: center;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	font-size: 12px;
}


















/**********************************************************************************************************************
	NOLEFTNAV SPECIFIC CLASSES
***********************************************************************************************************************/
.mainSpan_wrapper_noleftnav .container, .mainSpan_wrapper_review .container
{
	float: left;
	width: 925px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(_gfx/int/contentheader_noleft_bg.jpg) 0 0 no-repeat;
	
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_review .contentheader
{
    background:none;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper, .mainSpan_wrapper_review .breadcrumb_wrapper
{
	width: 60%;
	padding: 10px 3px 5px 25px;	
	font-size:10px;
	background: none;
	color: #6d9c5b;
}

.mainSpan_wrapper_noleftnav .title, .mainSpan_wrapper_review .title
{
	width:100%;
	margin: -10px 0px 30px 0px;
	float: left;
}

.mainSpan_wrapper_noleftnav .title_left, .mainSpan_wrapper_review .title_left
{
	float: left;
	width: 100%;
	padding-left: 25px;
	padding-bottom: 10px;
}

.mainSpan_wrapper_noleftnav .title_right, .mainSpan_wrapper_review .title_right
{
	float: right;
	width: 30%;
	padding: 0px 10px 0px 0px;
	margin-top: 0px;
}

.mainSpan_wrapper_noleftnav .content, .mainSpan_wrapper_review .content
{
	width: 880px;
	padding: 0px 0px 80px 25px;
	background: none;

}

.mainSpan_wrapper_review .content
{
	margin-bottom: 60px;
}








/*********************************************************************************************
	DEPARTMENT SPECIFIC CLASSES
*********************************************************************************************/

.mainSpan_wrapper_dept .container
{
	float: left;
	width: 925px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(_gfx/int/contentheader_noleft_bg.jpg) 0 0 no-repeat;
	
}

.mainSpan_wrapper_dept .contentheader
{
    background:none;
}

.mainSpan_wrapper_dept .breadcrumb_wrapper
{
	width: 60%;
	padding: 10px 3px 5px 25px;	
	font-size:10px;
	background: none;
	color: #6d9c5b;
}

.mainSpan_wrapper_dept .title
{
	width:100%;
	margin: -10px 0px 30px 0px;
	float: left;
}

.mainSpan_wrapper_dept .title_left
{
	float: left;
	width: 100%;
	padding-left: 25px;
	padding-bottom: 10px;
}

.mainSpan_wrapper_dept .title_right
{
	float: right;
	width: 40%;
	padding: 0px 10px 0px 0px;
	margin-top: 0px;
}

.mainSpan_wrapper_dept .content
{
	padding: 0px 20px 60px 17px;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	background: url(_gfx/int/content_bg.jpg) 0 bottom no-repeat;
}








/*******************************************************************************************
	REVIEW SPECIFIC CLASSES & ERROR PAGE
*******************************************************************************************/
	
.mainSpan_wrapper_review .fix_intheight{ display: none;}

.mainSpan_wrapper_review .contentheader
{
	display:none;
}

.mainSpan_wrapper_review .content{ padding: 0;}

.mainSpan_wrapper_review .component_title_review
{
	width: 100%;
	padding:0px 15px 25px 0px;
	margin:5px 0px 0px 0px;
	float: left;
	font-family: Times, sans-serif;
	font-size:28px;
	font-weight:normal;
	color: #330a50;
	line-height: 24px;
}

.mainSpan_wrapper_review .component_title_review h1
{
    padding:50px 15px 3px 15px;
    margin:0px 0px 0px 0px;
	float: left;
	font-family: Times, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #01507f;
	line-height: 24px;
}

.mainSpan_wrapper_review .component_title, .mainSpan_wrapper_review .container_review .component_subtitle, .mainSpan_wrapper_review .container_review .component_listitem{ margin-left: 20px;}

.mainSpan_wrapper_review .content > div{ padding-left: 15px;}

.mainSpan_wrapper_review .component_content
{
	width: 720px;
    padding: 0px 0px;
	margin: 0 20px;
    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_right
{
	width: 178px;
	float: right;
	padding: 0px;
	margin: 10px 45px 0px 0px;
}

.home_right_buttons{
	width: 178px;
	height: 279px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	position: relative;
	display: block;
	list-style: none;
}

.home_right_buttons li{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

.home_right_buttons li a{
	display: block;
	position: relative;
	width: 178px;
    padding: 39px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:39px;
	
}

.home_right_buttons li.newsletter{ top: 0px;}
.home_right_buttons li.enews{ top: 48px;}
.home_right_buttons li.service{ top: 96px;}
.home_right_buttons li.minutes{ top: 144px;}
.home_right_buttons li.projects{ top: 192px;}
.home_right_buttons li.videos{ top: 240px;}


.home_right_buttons li.newsletter a{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) 0px 0px no-repeat;
}

.home_right_buttons li.newsletter a:hover{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) -178px 0px no-repeat;
}

.home_right_buttons li.enews a{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) 0px -48px no-repeat;
}

.home_right_buttons li.enews a:hover{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) -178px -48px no-repeat;
}

.home_right_buttons li.service a{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) 0px -96px no-repeat;
}

.home_right_buttons li.service a:hover{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) -178px -96px no-repeat;
}

.home_right_buttons li.minutes a{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) 0px -144px no-repeat;
}

.home_right_buttons li.minutes a:hover{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) -178px -144px no-repeat;
}

.home_right_buttons li.projects a{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) 0px -192px no-repeat;
}

.home_right_buttons li.projects a:hover{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) -178px -192px no-repeat;
}

.home_right_buttons li.videos a{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) 0px -240px no-repeat;
}

.home_right_buttons li.videos a:hover{
	height: 39px;
	background: url(_gfx/home/homeBtns.gif) -178px -240px no-repeat;
}













/*************************************************************************************************
	DEPARTMENT HOMEPAGE
*************************************************************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding:0px;
	float:left;
	width:480px;
	margin-bottom: 15px;
}

.depthome_right
{
    padding:0px;
	float:right;
	margin: 15px 20px 0px 0px;
	width:181px;
}

.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}















/*************************************************************************************************
	LEFTNAV CLASSES
*************************************************************************************************/
.leftnav_container{
	background: url(_gfx/int/leftnav_top.jpg) 0 0 no-repeat;
	width: 202px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.leftnav
{
	background: none;
	width: 199px;
	float:left;
	margin: 2px 0px 0px 3px;
	padding: 45px 0 30px 0;
	font-size:11px;
	font-family: trebuchet ms, verdana, Arial, Helvetica, Sans-Serif;
	overflow:hidden;
}

.leftnav a
{
	display:block;
	padding: 3px 3px 4px 7px;
	line-height: 17px;
	color: #424040;
	text-decoration:none;
}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #fff;
	background: #5e377d url(_gfx/nav/leftnav_over.gif) top left repeat-x;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	border-bottom:1px solid #c9dcbb;
	background: #eaf4e2;
}


.leftnav a span{
	padding-left: 9px;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 4px;
}


.leftnav_node_wrapper .leftnav_node a
{
	color: #0f4631;
	background: #eaf4e2;
}

.leftnav_node_wrapper a span
{
	/*background: url(_gfx/nav/arrow_right_child.gif) no-repeat 0px 4px;*/
	display: block;
}

.leftnav_node_wrapper_root
{
	border-bottom: 1px solid #f6eed8;
}

.leftnav_node_haschildren
{
	background: #75A278;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	background-color: #517E55;
}




.leftnav_node_haschildren a span
{
	border-bottom: none !important;
	color: #fff;
	padding-left: 11px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 0px 7px;
	font-weight:bold;
}

.leftnav_node_iscurrent
{
        background-color:#EAF4E2;
}

.leftnav_node_iscurrent a span
{
	color: #424040;
	background: url(_gfx/nav/arrow_right_current.gif) no-repeat 0px 6px;
	font-weight:bold;	
}
.leftnav_node_iscurrent a:hover span
{
	color: #fff;
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 0px 6px;
	font-weight:bold;	
}


.leftnav_node_wrapper .leftnav_node a span, .leftnav_node_wrapper_root .leftnav_node a span {
	background: none;
}
.leftnav_node a:hover, .leftnav_node_wrapper .leftnav_node a:hover, .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #fff;
	background: #5e377d url(_gfx/nav/leftnav_over.gif) top left repeat-x;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover span {
	color: #fff;
}

.leftnav span{
	display: block;
}




/*************************************************************************************************
	DROPDOWN MENU WRAPPER CLASSES
*************************************************************************************************/

.dropdownmenu
{ 
	position: relative;
	width: 773px;
	padding: 0;
	margin-left: 18px;
	z-index: 5000;
}


.dropdownmenu a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.dropdownmenu img
{
	height: 35px;
	border: none;
	padding: 0 !important;
	margin: 0;
}

#noscript_dropdown
{
	overflow: hidden;
}


/* Root menu table */
table.menu
{
	border-collapse: separate;
}

/* That pops up */
table.menu_group
{	
    border:1px solid #0362aa;
    margin-left: 8px;
}

.menu_group td
{
	font-family: Tahoma, Arial, san-serif;
	font-size: 10px;
	line-height: 14px !important;
	color:#fff;
	cursor: pointer;
}

.menu_group img
{
    margin-right:3px;
}

/* Default menu style item */
.menuitem,
.menuitem_top 
{
	background: #224d83 url(_gfx/nav/dropdown_bg.gif) top center no-repeat;
	border-top: solid 1px #d5e9f4;
	border-bottom: solid 1px #022043;
}

.menuitem img,
.menuitem_top img,
.menuitem_hover img,
.menuitem_active img,
.menuitem_expanded img,
.menuitem_hover_top img,
.menuitem_active_top img,
.menuitem_expanded_top img
{
	margin: 0;
	margin-right: 5px;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top
{
	background: #937c0d url(_gfx/nav/dropdown_bg_over.gif) top center no-repeat;
	border-top:1px solid #d5e9f4;	
	border-bottom:1px solid #022043;
}

.menuitem_root_image
{
	cursor: pointer;
}


/*************************************************************************************************
Forms
*************************************************************************************************/

.form
{
	height:auto;
}

.form_in_tab
{
	padding:15px 0 10px 10px;
}

.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: #6b3f8f url(_gfx/int/form_button.gif) top repeat-x;
	font-family:Tahoma, :0;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #fafafa;
	border: 1px solid #fff;
}

.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;
}

.backbutton a
{
}

.radeditor div
{
	margin-top:0;
	margin-bottom:0;
}






















/*************************************************************************************************
	SITE MAP CLASSES
*************************************************************************************************/
.sitemap
{
  border:solid 0 #000;
  background-color: none;
  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 CLASSES
*************************************************************************************************/
.search
{
	float: left;
	border-bottom: 0px solid #6b3f8f;
        font-family:trebuchet ms, verdana;
        font-size:12px;
}

.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 #653C87;
	/*border-top:0px;*/
	background-color:#FBF8EF;
	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;
        color:#653C87;
}
	
.search .paging a:hover
{
	background:#ffffff;
	border-top:1px solid #6b3f8f;
}


.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #6b3f8f;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#fbf8ef;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
}

.search_result_title a
{
	font-weight:bold;
	font-size:13px;
        line-height: 20px;
	color: #653c87;
}
.search_result_title a:hover
{
	color: #653c87;
}

.search_result_location
{}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis
{
	padding:0;
	/*display:none;*/
        width:98%;
}

.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;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}


















/***************************************************************************************************
	NEW ADVANCED SEARCH STYLES
***************************************************************************************************/
.search_summary
{
	float: left;
	font-weight:bold;
	font-size:10px;
	padding:0px 10px 6px 10px;
}

.search_features
{
	float: left;
	width: 895px;
	padding: 10px 15px 10px 15px;
	background-color: #fbf8ef;
	border-top: solid 1px #6b3f8f;
	border-bottom: solid 1px #6b3f8f;
}
.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 0px 0px 293px;
	_margin: -30px 0px 0px 293px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0 0 0 18px;
	background-image: url(_gfx/cmn/searchbullet.gif);
	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 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	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;
	color: #6b3f8f;
}

















/*************************************************************************************************
Google Search
*************************************************************************************************/
.gs-result, .gs-webResult
{
	border-bottom:1px solid #6b3f8f;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #6b3f8f;
	border-bottom:0;
}

.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }
















/******************************************************************************************
	CALENDAR MONTH VIEW CLASSES
******************************************************************************************/
.calendar_filter
{
    margin:5px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
	font-family: trebuchet ms, verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:-20px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:870px;
}

.calendar
{
	width:100%;
	border: 1px solid #fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendar_dayheader
{
	height: 1px;
	color: #fff;
	background-color: #6b3f8f;
	font-weight: bold;
	font-size: 9px;
	padding: 2px 0px;
	text-transform: uppercase;
	border: 1px solid #C9CAC9;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 10px 0px 12px 0px;
	background-color:#ffffff;
	font-family: trebuchet ms, verdana, Arial,Helvetica,san-serif;
	font-size: 22px;
	font-weight: bold;
	color: #6b3f8f;
	width:60%;
}

td.calendar_nextprev
{
	width:200px !important;
	text-align: center;
}

.calendar_nextprev a
{
    font-size:11px;
	color:#6b3f8f !important;
	font-weight: normal;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family: Arial, Helvetica, san-serif;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;	
	width: 95px;
	height:100px;
	border: 1px solid #C9CAC9;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	color: #6b3f8f;
	padding: 0 5px 8px 5px;
	margin:0px 0;
}

.calendar_day,
.calendar_weekendday
{
	background: #fff;
	color:#683b26;
}

.calendar_othermonthday
{
	background:#F0E9DC;
	color:#7e6f68;
}

.calendar_today
{
    background: #EAD594;
	color:#6b3f8f;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#6b3f8f;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	
	line-height:11px;
	margin:0px 0 0 0;
	padding: 0px 0 0 0 !important;
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:11px;
	display:block;
	padding:0px 0 0px 0;
	margin:0px 0 ;
}

.calendar_allinone .listtable
{
	width:720px;
}

















/**************************************************************************************************
	COMPONENT DEATIL CLASSES
**************************************************************************************************/
.component_title
{
    padding:5px 0px 0px 0px;
    margin: 30px 0px 2px 0px;
    width:95%;
	font-family: trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #653c02;
}

.component_subtitle
{
    padding:5px 0px 0px 0px;
    margin: 0px 0px 10px 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	font-weight: bold;
	color: #6B3F8E;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px;
	width:400px;
}

.component_listitem div
{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 20px;
	width:400px;
}

.component_listitem_header
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
}

.component_content p
{
	background: none;
}











/*********************************************************************************************************************
	LISTS, INCLUDING DATAGRID CLASSES
*********************************************************************************************************************/
/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: -15px 10px 25px 0px;
        font-family: Trebuchet ms, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.filter select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.timing
{
}

.listtable
{
	width:99%;
	border:1px solid #6b3f8f !important;
	background-color:#fff;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable th
{
	background-color: #6b3f8f;
	padding:4px;
	font-size: 10px;
	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 CLASSES
*********************************************************************************************************************/
.listcomponent
{
	border:solid 0px #ffffff;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

.listcomponent img {margin: 0;}









/*********************************************************************************************************************
	IMAGE-USING ITEM LIST
*********************************************************************************************************************/
.righttable
{
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th
{
	background-color: #007799;
	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 CLASSES
*********************************************************************************************************************/
.listfaq
{
	width:99%;
	padding:0;
	border-collapse: separate;
	background-color:#FCF8F4;
	border:1px solid #D7C78C;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:690px;
	padding:0;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:4px;
	font-size: 12px;
	line-height: 20px;
}

.listfaq_q
{
	font-weight:bold;
	font-size: 13px;
}

.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:90%;
	margin:0px 0px 5px 0px;
}














/********************************************************************************************
	COMPONENT LIST PAGER CLASSES
*********************************************************************************************/
.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;
}













/*********************************************************************************************************************
	LINK LIST CLASSES
********************************************************************************************************************/

.listlink
{
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listlink td
{
	padding:4px;
	border:none;
}

.link_name a
{
    padding-left:10px;
    background-image:url(_gfx/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

.link_content
{
	padding-left:10px;
	display:block;
}

.link_content img
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}














/*******************************************************************************************************************
	E-NOTIFIER CLASSES
********************************************************************************************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}
















/*********************************************************************************************************************
	FORM/SURVEY COMPONENT CLASSES
*********************************************************************************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

.form_list_title
{
	display:none;
}














/*********************************************************************************************************************
	STAFF DIRECTORY CLASSES
*********************************************************************************************************************/
.staff_column_div
{
	margin:10px 0px 0px 0px;
	width:560px;
	display:block;
	position:relative;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
}

.staff_thumbnail_span img
{
	padding:0px;
	margin:0px 0px 10px 0px;
	border-width:1px;
	border-style:solid;
}

.staff_listitem_span
{
	float:right;
	width:450px;
	margin:0px 0px 10px 0px;
}

.staff_component_title
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 0px 20px;
    width:100%;
	font-family: trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #6B3F8E;
}
















/********************************************************************************************************************
	DEPARTMENT BOX CLASSES
*********************************************************************************************************************/
.box_container
{
	margin-left:20px;
	border: 1px solid #00639c;
	font-size:10px;
	line-height:12px;
	background: url(_gfx/int/deptbox_bg.gif) top center no-repeat;
	/*float:left;*/
}

.box_title
{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:4px;
	background:#00639c;
}

.box_list
{
    padding: 5px ;
}

.box_list a
{
	font-weight:bold;
	text-decoration:none;
}

.box_list a:hover
{
	text-decoration:underline;
}

/*.box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}*/

.box_item_title
{
	padding-top:2px;
    padding-bottom:6px;
    margin-bottom:0px;
    clear:both;
}

.box_item_date
{
	margin-top:-4px;
    padding-bottom:8px;
    clear:both;
}

.box_bottomlink{
	padding-top: 0px;
}

.box_bottomlink a,
.box_bottomlink a:hover
{
    font-size:10px;
    display:block;
    text-align:left;
    padding:3px;
}

.box_bottomlink a img{
	border: none;
}











/***************************************************************************************************
	PHOTO ALBUM CLASSES
*****************************************************************************************************/
.album_item
{
	margin-bottom:20px;
	text-align:center;
}

.album_thumb
{
	background-position: top center;
	background-image: url(_gfx/album/exported_group.jpg);
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
	background-repeat: no-repeat;
    
}

.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;
}

.photo_thumb
{
    background-position: top center;
    background-image: url(_gfx/album/single_photo.gif);
    overflow: hidden;
    width:240px;
    height:240px;
    background-repeat: no-repeat;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.photo_name
{
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    font-size:smaller;
    width:140px;
	background: #6b3f8f url(_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #fff;
 text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #fafafa;
    background-image:url(_gfx/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:7px 7px;
    font-size:9px;
}

.slideshow_nav
{
    text-align:center;
}

.rss_button
{
	float: right;
	margin:-30px auto 0px auto;
}















/*********************************************************************************************************
	OFFICIAL'S CORNER CLASSES
*********************************************************************************************************/
.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 00px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	
	width:560px;
	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 #000000;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	
}

.official_info_div
{
	clear:both;
	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 3px 3px 3px;
}

.official_message_body
{
	height:auto;
	width:408px;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #CCCCCC;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }















/************************************************
	MAP CLASSES
************************************************/
.map_size
{
	width:500px;
	height:300px;
}














/************************************************
	HOME COLLAGE CLASSES
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage img
{
	display: block; 
}

.home_collage
{
	height: 234px;
	width: 961px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0;
	z-index: 0;
	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;
}















/***********************************************************************************
	IMPORTANT ALERT CLASSES
***********************************************************************************/

.important_alert_wrapper
{	
	position: absolute;
	z-index: 2;
	margin: 18px 0px 0px 249px;
	padding: 0;
	width: 463px;
	height: 185px;
	overflow: hidden;
	background: url(_gfx/home/important_alert_bg.gif) 0 0 no-repeat;	
}

.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: 63px 0px 0px 21px;
	width: 370px;
	height: 85px;
	overflow: hidden;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}













/************************************************************************************
	SPOTLIGHT & DID YOU KNOW CLASSES
************************************************************************************/


.spotlight{
	padding: 0px;
	width: 206px;
	height: 85px;
	overflow: hidden;
	background: url(_gfx/home/spotlight.gif);
	z-index: 2;
}

.spotlight a, .didyou a{
	text-decoration: none;
}

.spotlight a:hover, .didyou a:hover
{
	text-decoration: underline;
}

.didyou
{
	padding: 0;
	margin: 5px 10px 0 0;
	width: 206px;
	left: 544px;
	height: 87px;
	overflow: hidden;
	background: url(_gfx/home/didyou.gif);
}

.spotlight p, .didyou p, .important_alert p{
	margin: 38px 10px 10px 20px;
	line-height: 14px;
	font-size: 11px;
}
















/*****************************************************************************************
	HOME BOXES
******************************************************************************************/

.home_boxes
{
	/*position: relative;
	top: 16px;	
	left: 544px;
	width: 206px;*/
	position: absolute;
	z-index: 2;
	margin: 16px 0px 0px 544px;
}



.home_columns
{
	padding: 0;
	width: 961px;
	height: 327px;
	background: url(_gfx/home/home_columns_bg.jpg) 0 bottom no-repeat;
}

.home_left
{
	display: inline;
	width: 297px;
	float: left;
	padding:0px 0px 0 0px;
	margin: 20px 0px 0px 40px;
	line-height: 14px;
}

.home_left span.home_title
{
	font-weight:bold;
	display:block;
}

.home_left .box_title
{
	display: none;
}

.home_middle{
	display: inline;
	width: 350px;
	float: left;
	padding: 0px 0 0 15px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 14px;
}

.home_middle .box_title
{
	display: none;
}




.home_events .box_list{
	height: 195px;
	overflow: hidden;
}

.welcome_box .box_list{
	width: 297px;
	height: 292px;
	overflow: hidden;
	background: url(_gfx/home/welcome_bg.gif) 0 0 no-repeat;
}

.home_events .box_item{
	clear: both;
	display: block;
	padding: 0 0 5px 0;
}

.home_events .box_list{
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: -2px;
	padding-top: 0px;
	overflow:hidden;
	color: #464749;	
    font-size:11px;
	line-height: 13px !important;
}

.home_events .box_title, .welcome_box .box_title
{
	display: block;
	height: 51px;
	width: 320px;
	padding: 0;
	margin: 0;
	text-align:left;
	text-indent: -4000px;
}

.home_events .box_title{
	margin-top: 15px;
	background: url(_gfx/home/events_bg.gif) 0 0 no-repeat;
}

.welcome_box .box_title{
	background: url(_gfx/home/news_title.gif) 0 0 no-repeat;
}

.home_events .box_item_title{
    font-size:13px;
	float: left;
	padding: 0px;
	width: 320px;
	margin: 0 6px 0 0;
	display: block;
	color: #5f9b12;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
}

.home_events .box_item_title a{
	font-size:15px;
	color: #5f9b12;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	background: url(_gfx/home/event_bullet.gif) 0 6px no-repeat;
}
.home_events .box_item_title a:hover{
	text-decoration: underline;
}

.welcome_box img{
	border: 1px solid #68514d;
}

.welcome_box .box_item_title
{
	float: left;
	font-size: 13px;
	margin: 65px 15px 10px 15px;
	line-height: 20px;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
}

.welcome_box .box_item{
	float: left;
	width: 100%;
	margin-top: 13px;
}

.welcome_box .news_img{
	float: left;
}

.home_events .box_item_date
{
	display: block;
	float: left;
	width: 215px;
	padding: 0px 0px 0px 15px;
	margin: 0 0 8px 0;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
    font-size:13px;
	color: #666;
}

.welcome_box .box_item_date{
	float: left;
	font-size: 12px;
	padding-left: 0px;
	margin-bottom: 5px;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	width: 100%;
}

.welcome_box .box_item_date a{
	font-size: 10px;
	font-family: trebuchet ms, verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

.welcome_box .box_item_date a:hover{
	text-decoration: none;
}


.welcome_box .box_list a{
	color: #683b26;
	font-weight: bold;
	text-decoration: underline;
}


.welcome_box .box_list a:hover

{
	text-decoration: none;
}

.home_events .box_bottomlink a
{
	display: block;
	width: 125px;
	height: 25px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	color: #d29a15;
}

.home_events .box_bottomlink a:hover
{
	display: block;
	width: 125px;
	height: 25px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	text-decoration: none;	
}

.home_events .box_bottomlink{
	width: 320px;
	height: 25px;
}



.home_events .box_list{
	background: url(_gfx/home/events_body_bg.jpg) 0 0 repeat-y;
	padding-left: 20px;
}


.welcome_box .box_bottomlink{
	float: left;
	width: 472px;
	height: 27px;
	margin-top: 9px;
	margin-bottom: 25px;
	padding-top: 10px;
	text-align: right;
}

.home_events .box_bottomlink a{
	color: #d29a15;
	text-decoration: underline;
}
.home_events .box_bottomlink a:hover{
	color: #d29a15;
	text-decoration: none;
}

.home_events .moreBtn{
	float: right;
	display: block;
	width: 112px;
	height: 27px;
}

.welcome_box .box_container_left{
	float: left;
	width: 20%;
}

.welcome_box .box_container_right{
	float: right;
	width: 76%;
}

.moreBtn{
	margin: 0px 0px 0px 0px;
	width: 125px;
	height: 25px;
	float: right;
	background: url(_gfx/home/moreBtn.gif) 0 0 no-repeat;
}

.moreBtn a{
	display: block;
	width: 125px;
	height: 25px;
	float: right;
	background: url(_gfx/home/moreBtn.gif) 0 0 no-repeat;
}














/*****************************************************************************************
	WEATHER COMPONENT CLASSES
****************************************************************************************/


.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #2466BF;
	height: 180px;
	width: 87px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

.weather_home_icon 
{
	width: 79px;
	height: 49px;
}

.weather_home_icon img
{
	margin-top:7px;
	border:0px;
}



.weather
{
	/*
	position: relative;
	left: 538px;
	top: 20px;
	display: none;
	*/
	position: absolute;
	z-index: 3;
	margin: 223px 0px 0px 515px;
	text-align: right;
}

*html .weather{ margin-top: 190px;}

.weather
{
	float: left;
	font-family: trebuchet ms, verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d5c4af;
	/*margin-top: 10px;*/
	font-weight: bold;
	text-align: right;
}

.weather a
{
	color: #d5c4af;
	text-decoration: none;
}
.weather img
{
	position: relative;
	top: 10px;
}







/***************************************************************************************
	FACILITY COMPONENT CLASSES
****************************************************************************************/


.facility_header_cell{
	font-weight:bold;
}

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 #032C48;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:10px;float:left;}
.facility_detail a {font-weight:bold}


.footerbold{
	font-weight: bold;
}












/***********************************************************************************
	NEW DEPARTMENT BOX CONTAINERS
***********************************************************************************/
.depthome_right .box_container
{
	width: 181px;
	font-size:10px;
	line-height:12px;
	border: 0px;
}

.depthome_right .news_box_title
{
	width: 181px;
	background: url(_gfx/int/dept_news_hd.gif) 0 0 no-repeat;
	display:block;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:40px;	
}

.depthome_right .events_box_title
{
	width: 181px;
	background: url(_gfx/int/dept_events_hd.gif) 0 0 no-repeat;
	display:block;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:40px;
}


.depthome_right .box_list
{
    padding: 10px ;
    	padding-left: 10px;
    	border-left: 3px solid #dae7d0;
    	border-right: 3px solid #dae7d0;
    	background: #ebf5e3;
    	font-family: tahoma;
    	font-size: 11px;
}

.depthome_right .box_list a
{
	font-weight: normal;
	text-decoration:underline;
}

.depthome_right .box_list a:hover
{
	font-weight: normal;
	text-decoration:none;
}

.depthome_right .box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.depthome_right .box_item_title
{
	padding-top:2px;
    padding-bottom:6px;
    margin-bottom:0px;
    clear:both;
}

.depthome_right .box_item_date
{
	margin-top:-4px;
    padding-bottom:8px;
    clear:both;
}

.depthome_right .box_bottomlink{
	clear:both;
	margin-top: 0px;
	padding-top: 0px;
	height: 30px;
	background: url(_gfx/int/dept_box_bottom.gif) 0 0  no-repeat;
}

.depthome_right .box_bottomlink a{
	width: 181px;
	display:block;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;	
}
}

.depthome_right .box_bottomlink a:hover{
	width: 181px;
	display:block;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	text-decoration: none;
}

.depthome_right .box_bottomlink a img{
	border: none;
}




















/***********************************************************************
	SERVICE REQUEST FORM CLASSES
************************************************************************/



.serviceRequestForm .item
{
	width:670px;
	display:block;
	margin-bottom:10px;
	float:left;
}

.serviceRequestForm .subitem
{
	clear:both;
	margin-top:5px;
}

.serviceRequestForm .form_label,
.serviceRequestForm .form_field
{
	width:auto;
	float:left;
}

.serviceRequestForm .form_label
{
	width:120px;
}

.serviceRequestForm .form_field
{
	margin-left:5px;
	height:auto;
}

.serviceRequestForm .form_label_title
{
	font-weight:bold;
	width:670px;
}

.serviceRequestForm .form_checkbox_list
{
	width:670px;
}











/**************************************************
	sIFR CLASSES
***************************************************/

.sIFR-flash 
{
	visibility: visible !important;	
	margin: 0;
}

.sIFR-replaced 
{
	visibility: visible !important;
}

span.sIFR-alternate 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] 
{
	display: none !important;
}

.sIFR-hasFlash h3 
{
	visibility: hidden;
	letter-spacing: -6px;
}


.sIFR-hasFlash .title_noleftnav 
{
	visibility: hidden;
	line-height: 6px;
}

.sIFR-hasFlash .title 
{
	line-height: 16px;
}




.mainSpan_wrapper_home .fix_intheight,
.mainSpan_wrapper_noleftnav .fix_intheight
{ display: none;}

.mainSpan_wrapper_home .contentheader
{
    height: 0px;
	display:none;
}

.fix_intheight{ float: right; width: 0px; height: 300px;}


.mainSpan_wrapper .fix_intheight{ display:none; }















/**********************************************************************
	PROJECT SPECIFIC CLASSES
**********************************************************************/

.footer_radius{
	float: left;
	width: 925px;
	background: url(_gfx/cmn/footer_radius_bg.jpg) 0 bottom no-repeat;
}

.mainSpan_wrapper_noleftnav .footer_radius, .mainSpan_wrapper_review .footer_radius{
	float: left;
	width: 925px;
	background: url(_gfx/cmn/footer_radius_noleft_bg.jpg) 0 bottom no-repeat;
}


.leftColumn{
	float: left;
	width: 455px;
}







/************************************************************************************************
	SAFARI AND FIREFOX HACKS
************************************************************************************************/


/**************************
        SAFARI 3 hacks
**************************/

@media screen and (-webkit-min-device-pixel-ratio:0){
	table.tableData{
	float: left; }
}


@media screen and (-webkit-min-device-pixel-ratio:0){
	.mainSpan_wrapper_noleftnav .title {
		margin-top: -10px;
		color: 
	}
}










/*******************************
	FIREFOX 3 HACKS
********************************/

html>/**/body .mainSpan_wrapper .content, x:-moz-any-link, x:default { margin: 0px 0px 0px 0px; padding: 0px 20px 60px 17px; }

html>/**/body .mainSpan_wrapper_review .component_title_review, z:-moz-any-link, x:default { padding:0px 15px 25px 0px; margin:5px 0px 0px 20px; }

