/************************************************
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: #dbcaab url(_gfx/cmn/body_strip.jpg) 0 0 repeat-x;
	text-align: center;
}

table
{
	font-size: 11px;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 13px;	
	line-height:20px;
	color: #000000;
}


h3
{
	font-size: 15px !important;	
	color: #577D52 !important;
	font-weight: bold !important;
}

a img
{
	border: 0;
}

a
{
	color: #c55809;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;
	margin-top: 10px;
	display: block;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.content_wrapper:after,
.container:after,
.width_container:after, 
.title:after,
.home_columns:after,
.content_wrapper2:after,
.search_result:after,
.search_result_alternate:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0px;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content,
.content_wrapper,
.container,
.width_container,
.title_right,
.home_columns,
.content_wrapper2,
.search_result,
.search_result_alternate
{
	display:inline-block;
	
}

.clearfix, .mainSpan, .contentheader, .content, .container, .width_container, .content_wrapper, .title_right, .home_columns, .content_wrapper2, .search_result, .search_result_alternate
{
	display:block;
}

/* Containing frame for the site */
.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
	width: 100%;
	background: url(_gfx/cmn/footer_bg_strip.gif) 0 800px repeat-x;
}

.mainSpan
{
	width: 100%;
	background: url(_gfx/cmn/shadow_strip.gif) top center repeat-y;
}

.dropshadow 
{
	width: 100%;
	text-align: center;
	background: url(_gfx/cmn/body_bg.jpg) top center no-repeat;
	min-height: 736px;
	height: auto !important;
	height: 736px;
	position: relative;
}

.mainSpan_wrapper .dropshadow, .mainSpan_wrapper_noleftnav .dropshadow, .mainSpan_wrapper_review .dropshadow
{
	background: url(_gfx/cmn/body_bg_int.gif) top center no-repeat;
	padding-bottom: 60px;
	margin-bottom: -60px;
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/

.width_container
{
	width: 960px;
	margin: 0 auto;
	background: #dbddc0 url(_gfx/int/content_strip.gif) 0px 0 repeat-y;
}

.mainSpan_wrapper_home .width_container
{
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
}

.content_wrapper
{
	background: url(_gfx/int/content_bg_bottom.jpg) bottom center no-repeat;
}

.mainSpan_wrapper_home .content_wrapper
{
	
}
.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
}

.content_wrapper2 
{	

}

.mainSpan_wrapper_home .content_wrapper2
{
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

.content iframe
{
	width: 98%;
	border: 0;
}

iframe.external_link
{
	background: none;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

.header_wrapper
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.printonly {
	display: none;
}

.header
{
	width: 960px;
	height: 132px;
	background: url(_gfx/cmn/header_bg.jpg) bottom center no-repeat;
	position: relative;
}

.header_left
{
	float:left;
	width:90px;
}


.header_left a.home_link
{
	width: 515px;
	position: absolute;
	top: 40px;
	left: 50px;
	display:block;
	overflow: hidden;
	height: 85px;
	text-indent: -4000px;
}

.header_right
{
	width: 171px;
	float: right;
	clear: right;
	display: inline;
	margin-right: 32px;
	margin-top: 35px;
}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}

/* Top line of links */

.header_nav
{ 
	text-align: right;
	float: right;
	padding: 0px 5px 0 0px;
	width: 950px;
	color: #d3c2ab;
	margin-top: 5px;
	display: inline;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
}

.header_nav a
{	
	color: #d3c2ab;
	text-decoration: underline;
}

.header_nav a:hover
{
	color: #d3c2ab;
	text-decoration: none;
}

/* Container for search field and go button */
.searchbox
{ 
	padding: 0px 0 0px 0px;
	float: left;
}

.searchbox_textbox
{
	float:left;
	padding: 1px 0 1px 5px !important;
	margin:6px 0px 0px 0px;
	line-height: 16px;
	height: 15px;
	width:135px;
	color: #331c09;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
}

.searchbox_button
{	
	width: 27px;
	float: left;
	margin:7px 0px 0px 0px;
	position: relative;
}


.quicklink_wrapper
{
}

.quicklink 
{
	width: 171px;
	margin: 0 0 0 0px;
	padding: 0;
	color: #331c09;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
}

.quicklink option 
{
	margin: 0;
	padding: 1px;
}

/************************************************
Left navigation 
************************************************/

.leftnav_wrapper
{
	width: 248px;
	float: left;
	padding: 0px 0px 150px 0px;
}

.mainSpan_wrapper_home .leftnav_wrapper,
.mainSpan_wrapper_noleftnav .leftnav_wrapper,
.mainSpan_wrapper_review .leftnav_wrapper
{
	display: none;
}

.leftnav_wrapper2
{
	width: 248px;
	margin: 0px 0px 0px 0;
	background: url(_gfx/nav/leftnav_strip.jpg) 19px 0 repeat-y;
	padding: 0px 0px 0px 0px;
	float:left;
}

.mainSpan_wrapper_home .leftnav_wrapper2,
.mainSpan_wrapper_noleftnav .leftnav_wrapper2,
.mainSpan_wrapper_review .leftnav_wrapper2
{
	display: none;
}

.leftnav_wrapper3
{
	width: 229px;
	margin: 0px 0px 0px 0;
	background: url(_gfx/nav/leftnav_bg.jpg) 0 0 no-repeat;
	padding: 50px 0px 0px 19px;
	float:left;
}

.mainSpan_wrapper_home .leftnav_wrapper3,
.mainSpan_wrapper_noleftnav .leftnav_wrapper3,
.mainSpan_wrapper_review .leftnav_wrapper3
{
	display: none;
}

.leftnav_bottom
{
	background: url(_gfx/nav/leftnav_bottom_lines.gif) 0 0 no-repeat;
	height: 7px;
	width: 192px;
	position: relative;
	top: -19px;
}

.leftnav
{
	width: 192px;
	float:left;
	margin: 0px -3px 0px 0;
	background: url(_gfx/nav/leftnav_bottom_bg.jpg) bottom left no-repeat;
	padding: 0px 19px 31px 18px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	line-height: 16px;
}

.leftnav a
{
	display:block;
	width: 181px;
	padding: 5px 7px 6px 4px;
	line-height: 16px;
	font-size: 13px;
	text-decoration:none;
	overflow: hidden;
	color: #4d6434;
	font-family: georgia, garamond, serif;
}

.leftnav_node_wrapper
{
	background: url(_gfx/nav/leftnav_divider.gif) bottom left no-repeat;
	padding: 1px 0 4px 0;
}

.leftnav_node_wrapper_root
{
	background: url(_gfx/nav/leftnav_divider_root.gif) bottom left no-repeat;
	padding: 1px 0 4px 0;
}

.leftnav a:hover,
.leftnav_node_wrapper .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover,
.leftnav_node_wrapper .leftnav_node a:hover,
.leftnav_node a:hover, .leftnav_node_wrapper .leftnav_node a:hover, .leftnav_node_wrapper_root .leftnav_node_wrapper_root .leftnav_node_haschildren a:hover,
.leftnav_node_wrapper .leftnav_node_haschildren a:hover
{
	color: #563f1a !important;
	background: #c88b3a url(_gfx/nav/leftnav_mouseover.gif) 0 0 repeat-x !important;
	text-decoration:none;
	padding-top: 4px;
	margin-top: 1px;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	background-color: #f1e2cc;
	color: #6c4f22;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	background: #506334 url(_gfx/nav/leftnav_haschildren_bg.gif) 0 0 repeat-x;
	margin-top: -1px;
	margin-bottom: -2px;
	padding-top: 6px;
	padding-bottom: 8px;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	margin-top: 1px;
	padding-top: 4px;
	margin-bottom: 0;
	padding-bottom: 6px;
}

.leftnav a span{
	padding-left: 13px;
	display: block;
}

.leftnav_node_haschildren a span
{
	padding-left: 17px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 3px 6px;
	font-weight: bold;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	color: #ffffff;
	background: url(_gfx/nav/arrow_down_root.gif) no-repeat 3px 6px;
}

.leftnav_node_iscurrent a span
{
	padding-left: 13px;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 5px;
	font-weight: bold;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a span
{
	padding-left: 13px;
	background: url(_gfx/nav/arrow_right_root.gif) no-repeat 0px 5px;
	font-weight: bold;
}
.leftnav_node_iscurrent a:hover span
{
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 0px 5px;
}

.leftnav_node_wrapper a span
{
	display: block;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.container
{ 
	float:left;
	width: 712px;
	background: url(_gfx/int/container_bg.jpg) top right no-repeat;
	height: auto !important;
	min-height: 610px;
	height: 610px;
}

.contentheader, .contentheader_banner
{
	width: 677px;
	padding: 0px 19px 16px 16px;
	margin: 0px;
}

.contentheader_banner
{
}

.image_banner
{
	display: block;
}

.breadcrumb_wrapper
{
	padding: 20px 0px 17px 6px;
	font-size:11px;
	line-height: 13px;
	color: #5b4526;
	width: 671px;
	height: auto !important;
	min-height: 13px;
	height: 13px;
	font-family: tahoma, verdana, sans-serif;
}

.contentheader_banner .breadcrumb_wrapper
{
	padding: 21px 0px 4px 6px;
}

.breadcrumb {
}

.breadcrumb a
{ 
	color: #5b4526;
}

.breadcrumb a:hover
{
	color: #5b4526;
}

.printer_friendly, .forward_link, .rss, .font_size {
    float:left;
    height:16px;
    text-align:left;
}

.printer_friendly{width:66px;}
.forward_link{width:76px;}
.rss{width:65px;}
.font_size{width:110px; color: #000000;}

.font_size a
{
	color: #000000;
	text-decoration: none;
}

.printer_friendly a, .forward_link a, .rss a, .sharelink a {
    display:block;
    padding-left:16px;
	height:16px;
	color: #000000;
	text-decoration: none;
}

.printer_friendly a{background: url(_gfx/int/print.gif) center left no-repeat;}
.forward_link a{background:url(_gfx/int/email.gif) center left no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) center left no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover, .font_size a:hover
{
	color: #000000;
	text-decoration: underline;
}

#share {cursor:pointer;}
#share div 
{
	width:140px;
    float:left;
    text-align:left;
    display:block;
    
}
.sharelink a
{
	background:url(_gfx/int/share/share.jpg) no-repeat 0 6px;
	padding:0 0 0 13px;
	display:block;
}
.sharelink a:hover
{
	text-decoration:none;
}
#share ul 
{
	background-color:#fff;
	display:none;
	width:220px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	/*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:110px;
	position:relative;
}
#share li a 
{
	text-decoration:none;
	color:#666;
	margin:4px;
	padding:0px 0px 0px 20px;
	display:block;
	font-size: 10px;
}
#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: 670px;
	padding: 6px 0px 0px 7px;
	margin: 0px;
}

.title_right
{
	height:16px;
	padding:16px 0px 0px 0px;
	margin: 0px 0px 0px 0;
	width: 400px;
}

.title_left {
	width:670px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0px;
}

.contentheader h1,
.contentheader_banner h1
{
	color: #754c16;
	font-weight: bold;
	font-family: Garamond, serif;
	margin:0px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	font-size: 25px;
	line-height: 28px;
	font-variant: small-caps;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:10px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:670px;
	font-size:14px;
	line-height:16px;
	font-weight: bold;
	color: #577D52;
	display: block;
}

/************************************************
Content: main content area
************************************************/

.fix_intheight{ display: none; float: right; width: 0px; height: 300px;}

.last_updated
{
	display: none;
}

/* Content: padding should be on content class NOT container */
.mainSpan_wrapper .content,
.mainSpan_wrapper_noleftnav .content,
.mainSpan_wrapper_review .content
{ 
	padding: 0px 27px 20px 23px;
	position: relative;
	float: left;
	width: 662px;
}

.mainSpan_wrapper .content p,
.mainSpan_wrapper_noleftnav .content p,
.mainSpan_wrapper_review .content p
{ 
	margin-top: 0px;
}

.mainSpan_wrapper .content textarea,
.mainSpan_wrapper_noleftnav .content textarea,
.mainSpan_wrapper_review .content textarea
{
	width: 580px;
}

.mainSpan_wrapper .content ul,
.mainSpan_wrapper_noleftnav .content ul,
.mainSpan_wrapper_review .content ul
{
	padding:0px;
	margin:8px 0 18px 20px;
}

.mainSpan_wrapper .content ul li,
.mainSpan_wrapper_noleftnav .content ul li,
.mainSpan_wrapper_review .content ul li
{
	padding: 2px 0px;
}

.mainSpan_wrapper .content ul li ul,
.mainSpan_wrapper_noleftnav .content ul li ul,
.mainSpan_wrapper_review .content ul li ul
{
	padding:0px;
	margin:2px 0 0px 20px;
}

.mainSpan_wrapper .container .downloadmessage,
.mainSpan_wrapper_noleftnav .container .downloadmessage,
.mainSpan_wrapper_review .container  .downloadmessage
{
	clear: both !important;
	background: #f1e2cc;
	border:solid 1px #918370;
	text-align:center;
	width: 85%;
	margin: 10px auto;
	padding: 0;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

/* NoLeftNav pages */
.mainSpan_wrapper_noleftnav .container
{
	width: 960px;
	background: url(_gfx/int/noleft_container_bg.jpg) 0 0 no-repeat;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
	display: inline;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	width: 910px;
	margin:0px 0px 0px 0px;
	padding: 0 25px 16px 25px;
	background-image: none;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper, .mainSpan_wrapper_noleftnav .contentheader_banner .breadcrumb_wrapper
{
	width: 910px;
	padding-left: 0px;
}

.mainSpan_wrapper_noleftnav .title, .mainSpan_wrapper_noleftnav .contentheader h2,
.mainSpan_wrapper_noleftnav .contentheader_banner h2
{
	width: 910px;
	padding-left: 0px;
}

.mainSpan_wrapper_noleftnav .title
{
	position: relative;
}

.mainSpan_wrapper_noleftnav .title_right
{
	height:16px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0;
	width: 320px;
	float: right;
	position: absolute;
	top: 5px;
	right: 0;
}
.mainSpan_wrapper_noleftnav .rss, 
.mainSpan_wrapper_noleftnav .printer_friendly,  
.mainSpan_wrapper_noleftnav .forward_link,  
.mainSpan_wrapper_noleftnav .font_size,
.mainSpan_wrapper_noleftnav #share
{
	float: right;
}

.mainSpan_wrapper_noleftnav .title_left {
	width:585px;
	padding-left: 0px;
}

.mainSpan_wrapper_noleftnav .fix_intheight{ display: none; float: right; width: 0px; height: 300px;}

.mainSpan_wrapper_noleftnav .content
{
	padding: 0px 25px 20px 25px;
	width: 910px;
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{
	width: 960px;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
	display: inline;
	background: url(_gfx/int/noleft_container_bg.jpg) 0 0 no-repeat;
}
	
.mainSpan_wrapper_review .fix_intheight{ display: none;}

.mainSpan_wrapper_review .contentheader
{
	display:none;
}

.mainSpan_wrapper_review .content{
	width: 910px;
	margin:0px 0px 0px 0px;
	padding: 0 25px 20px 25px;
	height: auto !important;
	min-height: 570px;
	height: 570px;
}

.mainSpan_wrapper_review .component_title_review
{
	color: #754c16;
	font-weight: bold;
	font-family: Garamond, serif;
	margin:0px 0px 15px 0;
	padding: 42px 0px 5px 0px;
	font-size: 25px !important;
	line-height: 28px !important;
	font-variant: small-caps;
}

.mainSpan_wrapper_review .component_content
{
	width: 100%;
    padding: 0px 0px 0 0px;
	margin: 0 0px;
}

/* Hide review title for all except .container_review */
.mainSpan_wrapper .component_title_review,
.mainSpan_wrapper_noleftnav .component_title_review,
.mainSpan_wrapper_home .component_title_review
{
	display:none;
}

/* Homepage */
.mainSpan_wrapper_home .container
{
	width: 960px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: none;
}

.mainSpan_wrapper_home .fix_intheight{ display: none;}

.mainSpan_wrapper_home .contentheader
{
    display:none;
}

.mainSpan_wrapper_home .content
{
	padding:0;
	margin:0;
}

.mainSpan_wrapper_home .content ul
{
	padding:0px;
	margin:0;
}

.mainSpan_wrapper_home .content ul li
{
	padding: 0px 0px;
}


/************************************************
Footer
************************************************/

.mainSpan_wrapper .footer_wrapper, .mainSpan_wrapper_review .footer_wrapper, .mainSpan_wrapper_noleftnav .footer_wrapper
{
	
	background: url(_gfx/cmn/footer_bg.gif) top center no-repeat;
}

 .footer_wrapper
{
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
}

.mainSpan_wrapper .footer, .mainSpan_wrapper_review .footer, .mainSpan_wrapper_noleftnav .footer
{
	padding: 50px 185px 0px 18px;
	background: url(_gfx/cmn/footer.gif)  845px 30px no-repeat;
}

.footer
{
	padding: 20px 185px 0px 18px;
	text-align: left;
	color: #856f59;
	line-height: 16px;
	font-size: 11px;
	margin: 0px auto 0 auto;
	width: 757px;
	height: 86px;
	text-transform: uppercase;
	font-family: tahoma, sans-serif;
	background: url(_gfx/cmn/footer.gif)  845px 0px no-repeat;
}

.footer a
{
	color: #856f59;
	text-decoration: underline;
	
}

.footer a:hover
{
	color: #856f59;
	text-decoration: none;
}

 .footer a, .footer p
{
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 11px;
	color: #856f59;
	font-family: tahoma, sans-serif;
}

.footer_links
{
	color: #010101;
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 8px;
	font-family: tahoma, sans-serif;
	text-transform: none;
}

.footer_links a
{
	color: #010101;
	text-decoration: underline;
	font-size: 12px;
}

.footer_links a:hover
{
	color: #010101;
	text-decoration: none;
	font-size: 12px;
}
/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding:0px;
	width:470px;
	float: left;
}

.depthome_right
{
    padding:0px;
	float:right;
	margin-bottom: 15px;
	width:155px;
}

.deptbanner
{
	width: 657px;
	height: 119px;
	background: url(_gfx/int/dept_banner_bg.jpg) 0px 0px no-repeat;
	padding: 20px 0 0 20px;
}

.deptbanner img
{
	display: block;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	width: 155px;
	float: right;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	display: inline;
}

.depthome_right .box_title
{
	width: 155px;
	padding: 0;
	margin: 0;
	text-align:left;
	text-indent: -4000px;
}
.depthome_right .box_list
{
	background: url(_gfx/int/dept_list.gif) bottom left no-repeat;
}

.depthome_right .box_list p
{
	margin: 0px 0;
	padding:0;
	text-align:left;
	line-height:13px;
	color: #cc7500;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.depthome_right .events_box .box_item_title a, .depthome_right .news_box .box_item_title a
{
	text-decoration: none;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #cc7500;
	font-weight: bold;
}

.depthome_right .events_box .box_item_title a:hover, .depthome_right .news_box .box_item_title a:hover
{
	text-decoration: underline;
	color: #cc7500;
}

.depthome_right .box_bottomlink{
	text-align:right;
	width: 145px;
	padding:2px 10px 0px 0px;
	float: right;
}

.depthome_right .box_toplink a,
.depthome_right .box_toplink a:hover, .depthome_right .box_bottomlink a, .depthome_right .box_bottomlink a:hover
{
	font-size: 15px !important;
	font-family: Garamond, serif;
	padding:0px 0px 0px 0px;
	color: #884e00;
	line-height: 24px!important;
	text-decoration: none;
}

.depthome_right .box_toplink a:hover, .depthome_right .box_bottomlink a:hover
{
	text-decoration: underline;
}

.depthome_right .box_title_right a.rss, .depthome_right .box_title_right a:hover.rss, .depthome_right .box_toplink a.rss,  .depthome_right .box_toplink a:hover.rss
{
	display: block;
	padding: 4px 0 0 29px;
	background: url(_gfx/int/dept_rss.gif) center left no-repeat;
	height: 21px;
	width: 25px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px !important;
	line-height: 17px!important;
	color: #010101;
	text-indent: 0px;
	text-decoration: none;
}

.depthome_right .box_title_right a:hover.rss, .depthome_right .box_toplink a:hover.rss
{
	text-decoration: underline;
}

.depthome_right .enews, .depthome_right .box_item_summary
{
	display: none;
}

/************** News Box********************/
.depthome_right .news_box
{
	position: relative;
}

.depthome_right .box_title_right
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.depthome_right .news_box .box_title
{
	background: url(_gfx/int/news_top.gif) top left no-repeat;
	height: 33px;
}

.depthome_right .news_box .box_item_title
{
	padding-bottom: 9px !important;
}

.depthome_right .news_box .box_list
{
   padding: 5px 11px 4px 11px;
	width: 134px;
}

.depthome_right .news_box .box_bottomlink
{
	padding-bottom: 1px;
}

/***************Events Box**************/


.depthome_right .events_box .box_title
{
	background: url(_gfx/int/events_top.gif) top left no-repeat;
	height: 33px;
}

.depthome_right .events_box .box_list
{
   padding: 5px 11px 0px 11px;
	width: 124px;
}

.depthome_right .box_item_date
{
	line-height:13px;
	color: #010101;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	padding-bottom: 8px !important;
}

.depthome_right .box_toplink
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.depthome_right .events_box
{
	position: relative;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */


.home_collage img
{
	display: block; 
	
}

.home_collage
{
	height: 238px;
	width: 702px;
	background: url(_gfx/home/collage_bg.jpg) 0 0 no-repeat;
	z-index: 0;
	position: relative;
	padding: 23px 0 0 24px;
	float: left;
}

.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_wrapper
{	
	position: absolute;
	top: 29px;
	left: 31px;
	z-index: 3;
	padding: 0px;
	width: 582px;
	height: 188px;
	background: url(_gfx/home/alert_bg.gif) 0 0 no-repeat;
}

.home_collage .important_alert
{
	padding: 0px;
	margin: 53px 0px 0px 33px;
	width: 516px;
	height: 123px;
	overflow: hidden;
	color: #010101;
	line-height: 17px !important;
	font-size: 14px !important;
	font-family: tahoma, verdana, sans-serif;
}

.home_collage .important_alert a, .home_collage .important_alert p
{	
	margin:0;
	padding:0;
	color: #010101;
	line-height: 17px !important;
	font-size: 14px !important;
	font-family: tahoma, verdana, sans-serif;
}

.important_alert a
{
	text-decoration: underline;
}

.important_alert a:hover
{
	color: #000000;
	text-decoration: none;
}

.spotlight_wrapper
{
	background: url(_gfx/home/spotlight_bg.gif) 0 0 no-repeat;
	width: 208px;
	height: 172px;
	float: left;
	padding: 51px 20px 31px 6px;
}

.spotlight_wrapper .spotlight
{
	width: 208px;
	height: 172px;
	overflow: hidden;
}

.spotlight_wrapper .spotlight div
{
	width: 208px;
	height: 135px;
	overflow: hidden;
	color: #ffffff;
	font-size: 12px !important;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	line-height: 18px !important;
	margin-bottom: 7px;
}

.spotlight IMG
{
	display: block;
	border: 3px solid #ffffff;
	margin-bottom: 8px;
}

.spotlight .box_bottomlink
{
	display: block;
	background: url(_gfx/home/learnmore_button.gif) 0 0 no-repeat;
	width: 102px;
	height: 29px;
	float: right;
	overflow: hidden;
	margin-top:0px;
	text-align: left;
	text-indent: -4000px;
}

.home_columns
{
	padding: 0;
	width:960px;
	margin: 0 0px 0 0px;
	background: #fff3e6 url(_gfx/home/home_columns_bg.jpg) bottom left no-repeat;
	clear: both;
	position: relative;
	padding-bottom: 5px;
}

.home_left
{
	display: inline;
	width:216px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0 0px;
	background: url(_gfx/home/buttons_bg.jpg) 0 0px no-repeat;
	height: 323px;
}

.home_middle
{
	float:left;
	width: 455px;
}

.home_right
{
	width:289px;
	float:right;
	margin: 0px 0 0 0;
	padding:0px 0px 30px 0px;
	background: url(_gfx/home/events_title.jpg) top right no-repeat;
}

.home_buttons
{
	width: 168px;
	padding: 58px 0px 0px 0px;
	margin: 0px 0 0px 30px;
	display: block;
}
.home_buttons img
{
	display: block;
	border:0;
}

.home_buttons ul
{
	padding: 0px 0px 0 0px !important;
	margin: 0px 0 0 0px;
	display: block;
	list-style: none;
}
.home_buttons li
{
	padding: 0px 0 0px 0 !important;
	margin: 0px;
	float: left;
}

/************************************************
Home boxes
************************************************/

.home_events .box_item_title a:hover, .home_news .box_item_title a:hover
{
	text-decoration: underline;
}


/**events box***/

.home_events
{

}

.home_events .box_title
{
	display: block;
	text-align:left;
	text-indent: -4000px;
	line-height: 49px !important;
	height: 49px;
	margin: 4px 0 0px 0;
	background: url(_gfx/home/events_title.gif) 48px 0 no-repeat;
	position: relative;
}

.home_events .box_list
{
	/*padding: 0px 32px 0px 52px;
	#margin-top: -11px;
	height: 160px;
	clear: both;
	*/
	padding: 0px 32px 0px 52px;
	height: 131px;
	overflow: hidden;
	clear: both;
}

.home_events .box_list p
{
	margin: 12px 0 0 0px;
	font-size: 11px !important;
}

.home_events .box_item_title
{
	padding-top:8px;
	background: url(_gfx/home/events_divider.gif) 0 0 no-repeat;
}

.home_events .box_item_title a
{
	color: #cc7500;
	text-decoration: none;
	line-height: 15px !important;
	font-size: 13px !important;
	font-family: tahoma, verdana, sans-serif;
	font-weight: bold;
}

.home_events .box_item_date
{
	padding: 0px 0 7px 0px;
	color: #010101;
	line-height: 15px !important;
	font-size: 11px !important;
	font-family: tahoma, verdana, sans-serif;
	text-transform: uppercase;
}

.home_events .box_toplink
{ 
	position: relative;
	left: 52px;
	float: left;
	width: 206px;
	height: 30px;
	line-height: 40px !important;
	background: url(_gfx/home/events_title.jpg) 0 0 no-repeat;
}

.home_events .box_toplink a
{
	color: #884e00;
	font-family: garamond, serif;
	font-size: 15px !important;
	line-height: 28px !important;
	text-decoration: none;
}

.home_events .box_toplink a:hover
{
	text-decoration: underline;
}

.home_events .box_toplink a.rss, .home_events .box_toplink a.rss:hover, .home_events .box_toplink a.enews, .home_events .box_toplink a.enews:hover
{
	display: block;
	float: left;
	color: #010101;
	text-decoration: none;
	font-size: 11px !important;
	font-family: tahoma, verdana, sans-serif;
}

.home_events .box_toplink a.moreevents, .home_events .box_toplink a.moreevents:hover
{
	display: block;
	float: left;
	color: #010101;
	text-decoration: none;
	font-size: 11px !important;
	font-weight:bold;
	font-family: tahoma, verdana, sans-serif;
}

.home_events .box_toplink a.rss:hover, .home_events .box_toplink a.enews:hover, .home_events .box_toplink a.moreevents:hover
{
	text-decoration: underline;
}

.home_events .box_toplink a.enews
{
	padding-left: 26px;
	width: 44px;
	background: url(_gfx/home/events_email.gif) center left no-repeat;
	height: 28px;
	line-height: 28px !important;
}

.home_events .box_toplink a.rss
{
	padding-left: 27px;
	width: 21px;
	background: url(_gfx/home/events_rss.gif) center left no-repeat;
	height: 28px;
	line-height: 28px !important;
}

.home_events .box_bottomlink
{ 
	background: url(_gfx/home/events_bottom_divider.gif) top left no-repeat;
	position: relative;
	left: 52px;
	top: 0px;
	float: left;
	width: 206px;
	padding-top: 12px;
}
.home_events .on_demand a
{
	background: url(_gfx/home/on_demand.gif) 0 0 no-repeat;	
	position: relative;
	left: 52px;
	top: 0px;
	float:left;
	width: 205px;
	height:30px;
	margin:0 15px 10px 0;
}

.home_events .facebook_icon a, .home_events .twitter_icon a, .home_events .youtube_icon a
{
	display: inline;
	background: url(_gfx/home/facebook_icon.gif) top left no-repeat;
	position: relative;
	left: 52px;
	float: left;
	width: 60px;
	height:60px;
	margin-right:10px;
	
}
.home_events .twitter_icon a
{
	background: url(_gfx/home/twitter_icon.gif) top left no-repeat;
}

.home_events .youtube_icon a 
{
	background: url(_gfx/home/youtube_icon.gif) top left no-repeat;
}

/** News Box **/
.home_news .box_title
{
	position: relative;
	display: block;
	text-align:left;
	text-indent: -4000px;
	line-height: 62px !important;
	height: 62px;
	background: url(_gfx/home/news_title.jpg) 0 0px no-repeat;
}

.home_news .box_title_right
{
	position: absolute;
	top: 23px;
	right: 0px;
	height: 28px;
	width: 125px;
	text-indent: 0px;
	line-height: 28px !important;
}

.home_news .box_title_right a.rss, .home_news .box_title_right a.rss:hover, .home_news .box_title_right a.enews, .home_news .box_title_right a.enews:hover
{
	display: block;
	float: left;
	color: #010101;
	text-decoration: none;
	font-size: 11px !important;
	font-family: tahoma, verdana, sans-serif;
}

.home_news .box_title_right a.rss:hover, .home_news .box_title_right a.enews:hover
{
	text-decoration: underline;
}

.home_news .box_title_right a.enews
{
	padding-left: 26px;
	width: 44px;
	background: url(_gfx/home/news_enews.gif) center left no-repeat;
	height: 28px;
	line-height: 28px !important;
}

.home_news .box_title_right a.rss
{
	padding-left: 27px;
	width: 28px;
	background: url(_gfx/home/news_rss.gif) center left no-repeat;
	height: 28px;
	line-height: 28px !important;
}

.home_news .box_list
{
	padding: 0px 0px 0px 20px;
	margin: -13px 0 10px 0;
	height: 243px;
	overflow: hidden;
}


.home_news .box_list p
{
	margin: 12px 0 0 14px;
	font-size: 11px !important;
}

.home_news .box_item_title
{
	padding-top: 12px;
	padding-bottom: 4px;
	background: url(_gfx/home/news_divider.gif) 0 0 no-repeat;
}

.home_news .box_item_title a
{
	color: #577d52;
	text-decoration: none;
	line-height: 20px !important;
	font-size: 18px !important;
	font-weight: bold;
	font-family: garamond, serif;
	padding-left: 33px;
	background: url(_gfx/home/listBullet.gif) 16px 5px no-repeat;
	display: block;
}

.home_news .box_item_summary
{
	padding: 0 0 11px 33px;
	color: #010101;
	line-height: 17px !important;
	font-size: 13px !important;
	font-family: tahoma, verdana, sans-serif;
}

.home_news .box_item_summary a
{
	color:#cc7500; 
	text-decoration: none;
	line-height: 17px !important;
	font-size: 13px !important;
}

.home_news .box_item_summary a:hover
{
	color:#cc7500; 
	text-decoration: underline;
}

.home_news .box_bottomlink
{ 
}

.home_news .box_bottomlink a, .home_news .box_bottomlink a:hover
{ 
	left: 388px;
	background: url(_gfx/home/news_more.gif) 0px 0px no-repeat;
	width: 64px;
	display: block;
	position: relative;
	padding: 0 0 26px 0;
	text-align: left;
	text-indent: -4000px;
	height: 28px;
}

/************************************************
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:#577D52;
}

fieldset
{
	border:solid 1px #918370;
}

hr
{
	color: #918370;
	background-color: #918370;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #918370;
	background-color: #ffffff;
}

.form_smalltextbox
{
	border: 1px solid #918370;
	background-color: #ffffff;
	margin: 2px 0;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #918370;
	background-color: #ffffff;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #475626;
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #918370;
	cursor: pointer;
	padding: 3px 10px;
	overflow: visible;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.backbutton a
{
}

.radeditor div
{
	margin-top:0;
	margin-bottom:0;
}

input[type="text"], input[type="password"]
{
	padding: 2px;
	height: 15px;
	line-height: 15px;
}

input
{
	line-height: 15px !important;
}

/************************************************
Search
************************************************/
.search
{
	margin: 0px 0px 20px 0px;
	position: relative;
}

.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 #918370;
	background-color:#f1e2cc;
	text-decoration:none;
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background-color:#fdfaf5;
}

.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 25px 0 25px;
	border-bottom:1px solid #918370;
}

.search_result_alternate
{
	background: #f1e2cc;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
}

.search_result_location
{}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
}

.search_result_info
{
	padding-left:25px;
	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 25px;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

/**************************
Advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:10px;
	padding:0px 20px 6px 25px;
}

.search_features
{
	padding: 10px 30px 10px 30px;
	background-color: #f1e2cc;
	border-top: solid 1px #918370;
	border-bottom: solid 1px #918370;
}

.advanced_searchbox
{
	float: left;
	width: 40%;
	position:relative;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #918370;
	line-height:14px;
}

.adsearch_button
{
	position: absolute;
	bottom: 0px;
	left: 364px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #918370;
	border-bottom: dashed 1px #918370;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0px 0 0px 22px;
	background: url(_gfx/cmn/arrow.gif) 0px 0px no-repeat;
	line-height: 18px !important;
}

div.sort_items span.item a
{
	line-height: 18px !important;
	font-weight: bold;
}

.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;
}


/************************************************
Google Search
************************************************/
#cse-search-results iframe
{
	width: 880px;
}

.gs-result, .gs-webResult
{
	border-bottom:1px solid #918370;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #918370;
	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; }

/************************************************
Lists, including DataGrid classes
************************************************/
.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 0px 10px 10px 0px;
	padding: 10px 0 0 0;
	font-size: 12px;
}

.filter select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.timing
{
}

.listDiv
{
	width: 100%;
}

.listtable
{
	width:100%;
	border:1px solid #918370 !important;
	background-color:#f1e2cc;
	border-collapse:separate !important;
	margin: 10px 0;
}

.listtable th
{
	padding: 6px 5px 5px 9px;
	text-align:left;
	color: #fffff1;
	background: #3f4c22 url(_gfx/int/table_header_strip.gif) 0 0 repeat-x;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-family: garamond, serif;
	border: 0px !important;
}

.listtable_header a
{
	color:#fffff1;
	font-size: 16px;
	line-height: 18px;
	font-family: garamond, serif;
}

.listtable td
{
	border:0 !important;
	border-top:1px solid #acad8c !important;
	padding:5px 5px 4px 9px;
	margin:0;
	font-size: 11px;
}

.listtable tr:hover
{
	background-color:#fbf5ec;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 10px;
}

.listtable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 11px;
	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:#fdfaf5;
}

.listtable_row_off
{
	background-color:#f1e2cc;
}

/************************************************
Lists without table grid, like News
************************************************/
.listcomponent
{
	border:solid 0px #000000 !important;
	border-collapse: separate !important;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px solid #000000 !important;
	padding:4px 4px 10px 0;
	margin:0px;
}

.listcomponent img {margin: 0;}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #918370;
	border-collapse: collapse;
	background-color: #f1e2cc;
}

.righttable th
{
	padding: 6px 5px 5px 9px;
	text-align:left;
	color: #fffff1;
	background: #3f4c22 url(_gfx/int/table_header_strip.gif) 0 0 repeat-x;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-family: garamond, serif;
	border: 0px !important;
}

.righttable_header a
{
	color:#fffff1;
	font-size: 16px;
	line-height: 18px;
	font-family: garamond, serif;
}

.righttable td
{
	border:0;
	border-top:1px solid #acad8c;
	padding:5px 5px 4px 9px;
	font-size: 11px;
}

.righttable tr:hover
{
	background-color:#fbf5ec;
}

.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:#fdfaf5;
}

.righttable_row_off
{
	background-color:#f1e2cc;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 2px 0px;
    width:100%;
	font-size:16px;
	line-height:20px;
	font-weight: bold;
	color: #754c16;
}

.component_subtitle, .component_subtitle span
{
	padding:0px 0px 0px 0px;
    margin:0px 0px 2px 0px;
	font-weight: bold;
	color: #577D52;
	font-size: 14px;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0px 0 15px 0;
	width:100%;
	float: left;
	clear: both;
}

.component_listitem div
{
	padding: 0 0 4px 0;
	width:100%;
	float: left;
}

.component_listitem_header
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
	display:block;
	float:left;
}

.component_listitem_header_wider
{
	font-weight: bold;
	width:150px;
	vertical-align: top;
	display:block;
	float:left;
	
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
	display:block;
	float:left;
}

div.content div.component_content
{
	clear: both !important;
}
.outlookcalendar
{
	display: block;
	padding-top: 10px;
}

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:0px 0px 20px 0px;
    text-align:center;
	font-size: 12px;
}

.calendar_filter select
{
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px auto 0px auto;
	padding:0px 0px 40px 0px;
	width:910px;
}

.calendar
{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-collapse: collapse;
}

.calendar .calendar_dayheader
{
	line-height: 35px !important;
	color: #f8f5e8;
	background: #475626;
	padding: 2px 0px 0 0;
	font-size: 18px !important;
	text-transform: uppercase;
}

.calendar_selector
{
	background: #d8881b url(_gfx/int/calendar_today_strip.gif) 0 0 repeat-x;
	color:#754c16;
	font-size:11px;		
}

.calendar .calendar_title td
{
	padding: 15px 0px 12px 0px;
	font-size: 24px !important;
	font-family: tahoma, verdana, sans-serif;
	color: #754c16;
	width:60%;
	font-weight: normal;
}

td.calendar_nextprev
{
	width:200px !important;
	text-align: center;
}

td.calendar_nextprev a
{
	color: #c55809 !important;
	font-size: 11px!important;
	font-style: normal;
	font-weight: normal;
	font-family: tahoma, verdana, sans-serif;
}

td.calendar_nextprev a:hover
{
	color: #c55809 !important;
}

.calendar .calendar_day,
.calendar .calendar_today,
.calendar .calendar_weekendday,
.calendar .calendar_selectedday,
.calendar .calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:23px !important;
	line-height:25px !important;
	font-weight:normal;
	padding: 2px 8px 3px 8px;	
	height:110px;
	border: 1px solid #727d55;
	font-family: tahoma, verdana, sans-serif;
}


.calendar_day,
.calendar_weekendday
{
	color: #754c16;
	background: #fcfaef;
}

.calendar_othermonthday
{
	background:#f1e2cc;
	color:#754c16;
}

.calendar_today
{
    background: #d8881b url(_gfx/int/calendar_today_strip.gif) 0 0 repeat-x;
	color:#754c16;
}

.calendar_selectedday
{
	background: #d8881b url(_gfx/int/calendar_today_strip.gif) 0 0 repeat-x;
	color:#754c16;
}

.calendar_eventtime
{
	font-size:11px;		
	font-weight: normal;
	margin:0px 0 0 0;
	padding: 0px 0px 2px 0px !important;
	display: block;
	color: #754c16;
}

.calendar_eventlink
{
	font-size:11px;		
	font-weight: normal;
	display:block;
	padding:0px 0px 10px 0px;
	margin:0px 0;
	text-decoration: none;
}

a:hover.calendar_eventlink
{
	text-decoration: underline;
}

.calendar_today .calendar_eventtime,
.calendar_selected .calendar_eventtime
{
	color:#754c16;
}

.calendar_today .calendar_eventlink,
.calendar_selected .calendar_eventlink,
.calendar_today .calendar_eventlink a,
.calendar_selected .calendar_eventlink a
{
	color: #754c16;
}

.calendar_today a.calendar_eventlink:hover
{
	color: #754c16;
}

td.calendar_day br,
td.calendar_today br,
td.calendar_weekendday br,
td.calendar_selectedday br,
td.calendar_othermonthday br
{
	display: none;
}

.calendar_allinone 
{
	width: 100% !important;
}



/************************************************
Site map
************************************************/
.sitemap
{
  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: #577D52;
} 

.rootnode a,
.parentnode a
{ 
	color: #577D52;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}

/************************************************
Link List
************************************************/
.link_name a
{
    padding-left:0px;
}

.link_content
{
	padding-left:0px;
	display:block;
}

.link_content img
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate;
}

.listlink td
{
	padding:0px !important;
	border:0;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:95%;
	padding:0;
	border-collapse: separate !important;
	background-color:#f1e2cc;
	border:1px solid #918370;
}

.listfaq td
{
	padding:4px;
	border:0px;
}

.listfaq_answers
{
	width:95%;
	padding:0;
	border-collapse: separate !important;
}

.listfaq_answers td
{
	padding:4px;
	font-size: 12px;
	line-height: 20px;
	border: 0px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_q_js
{
 	font-weight:bold;
 	cursor: pointer;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:570px;
	margin:0px 0px 0px 0px;
}

/* Component list pagers*/
.listtable_pager td,
.listcomponent_pager td,
.listfaq_pager td
{
	text-align:right;
	padding-bottom:10px; 
	padding-top:10px;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:11px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #918370;
	background-color:#f1e2cc;
	text-decoration:none;
	font-size:11px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#fdfaf5;
}

.listcomponent_pager
{
	text-align:left;
}

/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

.content .area_div span
{
	line-height: 20px !important;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

.form_list_title
{
}

.survey_container span
{
	background: transparent !important;
}

.survey_container TABLE tr
{
	background: transparent !important;
}

.survey_container table, .survey_container td
{
	padding: 0px !important;
	margin: 0px !important;
}

/*add correct padding, then remove it from the nested tables */
.survey_container table tr td
{
	padding: 8px 0px 8px 0 !important;
}

/*following two styles reduce the gap at the top of the page in Firefox and Safari, caused by the padding on two empty table rows*/
.survey_container table tr:first-child td
{
	padding: 0px 0px 0px 0 !important;
}

.survey_container table table tr td, .survey_container table table table tr td, .survey_container table table table table tr td
{
	padding: 0px 0px !important;
}

.survey_container table table table table tr td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table table table table tr:first-child td
{
	padding: 3px 5px 0px 0px !important;
}

.survey_container table td br
{
	display: block !important;
	height: 0px !important;
	line-height: 0px !important;
}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	margin:0px 0px 0px 0px;
	width:100%;
	display:block;
	position:relative;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
	margin-right: 5px;
}

.staff_thumbnail_span img
{
	padding:0px;
	margin:0px 0px 10px 0px;
	border-width:1px;
	border-style:solid;
}

.staff_listitem_span
{
	float:left;
	width:450px;
	margin:0px 0px 10px 0px;
}

.staff_component_title
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:876px;
	font-size:14px;
	font-weight: bold;
	color: #577D52;
}

.staff_column_div .component_title
{
	margin-left: 0px;
}


/******************************************
Photo Album 
******************************************/
.album_item
{
	margin-bottom:20px;
	text-align:center;
}

.album_thumb
{
	background: url(_gfx/album/exported_group.jpg) top center no-repeat;
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
}

.album_thumb img
{
	width: 160px;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
}

.photo_item
{
    padding:20px;
    text-align:center;
    vertical-align:top;
}

.photo_thumb
{
    background: url(_gfx/album/single_photo.gif) top center no-repeat;
    overflow: hidden;
    width:240px;
    height:240px;
    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: #475626 url(_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #918370;
 	text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #fffff1;
    background:url(_gfx/album/slideshow.gif) 7px 7px no-repeat;
    font-size:9px;
}

.slideshow_nav
{
    text-align:center;
}

.rss_button
{
	float: right;
	margin:-30px auto 0px auto;
}

/************************************************
Official's Corner 
************************************************/
.official_list
{
	width:470px;
	clear:both;
}

.official_list:after { content: ""; display: block; height: 0; clear: both; }

.official_list_thumbnail
{
	float:left;
	width:70px;
}

.official_list_info
{
	float:right;
	padding:25px 0px 0px 00px;
	width:400px;
}

.official_section_title
{
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:10px 0px 3px 0px;
}

.official_top
{
	width:566px;
	height:auto;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #918370;
}

.official_info
{
	float: right;
	text-align:left;
	width:400px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border:solid 1px #918370;
	
}

.official_info_div
{
	float: left;
	width:390px;
	height:auto;
}

.official_info_div:after { content: ""; display: block; height: 0; clear: both; }

.official_info_header
{
	font-weight:bold;
	float: left;
	width:100px;
	height:auto;
}

.official_info_content
{
	float: right;
	width:285px;
	height:auto;
	padding:0px 0px 0px 5px;
}

.official_info_noimage
{
	width:560px;
	height:auto;
	padding:10px 0px 0px 0px;
}

.official_message
{
	clear:both;
	width:560px;
	padding:5px 0px 0px 0px;
}

.official_message:after { content: ""; display: block; height: 0; clear: both; }

.official_message_list
{
	float: left;
	width:140px;
	padding:5px 0px 0px 0px;
}

.official_message_message
{
	float: right;
	width:410px;
	height:auto;
}

.official_message_subject
{
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 3px;
}

.official_message_body
{
	height:auto;
	width:411px;
	padding: 3px 3px 3px 3px;
	border:solid 1px #918370;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #918370;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }

/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Weather component
************************************************/

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #918370;
	height: 180px;
	width: 127px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#f1e2cc;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

/************************************************
Facility component
************************************************/
.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 #918370;}
td.facility_thumbnail {vertical-align:top;}

.facility_detail {margin:10px;float:left;}
.facility_detail a {font-weight:bold}

/************************************************
Poll component
************************************************/
.poll
{
	float: left;
	width: 400px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

.poll_result_answer
{
	margin:0px 0px 0px 0px;
}
.poll_choices
{
	padding-bottom: 10px;
}

.poll_choices INPUT
{
	margin: 5px 10px -2px 0;
	padding: 0;
}

.poll_result_answer table tr
{
	height: 10px !important;
}

/**********************************************
CAPTCHA
**********************************************/

.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #918370;
}

/*** misc **/

a.external_link
{
}

.mainSpan_wrapper_noleftnav .deptbanner
{
	display: none;
}
