/************************************************
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: #cfcdcb url(_gfx/cmn/body_bg_strip.gif) 0 0 repeat-x;
	text-align: center;
}

table
{
	font-size: 11px;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;	
	line-height:21px;
	color: #322d2d;
}


h3
{
	font-size: 15px !important;	
	line-height:17px;
	color: #446476 !important;
	font-weight: bold !important;
}

a img
{
	border: 0;
}

a
{
	color:inherit !important;
	text-decoration:none !important;
}

a:link, a:visited
{
	color: #97130a !important;
	text-decoration:underline !important;
}

a:hover
{ 
    text-decoration:none !important;
}


/* 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
{ 
	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
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .contentheader,
* html .content_wrapper, 
* html.content, 
* html.container,
* html.width_container,
* html.title_right,
* html.home_columns,
* html.content_wrapper2
{
	height:1%;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .width_container, .content_wrapper, .title_right, .home_columns, .content_wrapper2
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review
{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.mainSpan
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
.dropshadow 
{
}

/*********************************************
		WIDTH CONTAINER &
		CONTENT WRAPPERS
********************************************/

.width_container
{
	background: url(_gfx/int/container_strip.gif) 0 0 repeat-y;
	width: 100%;
}

.mainSpan_wrapper_home .width_container
{
	width: 100%;
	background: url(_gfx/home/home_columns_strip.gif) 0 0 repeat-y;
}

.mainSpan_wrapper_noleftnav .width_container, .mainSpan_wrapper_review .width_container
{
	background: url(_gfx/int/noleft_container_strip.gif) 0 0 repeat-y;
}

.content_wrapper
{
	background: url(_gfx/int/content_bottom.gif) bottom center no-repeat;
}

.mainSpan_wrapper_home .content_wrapper
{
	background-image: none;
}
.mainSpan_wrapper_noleftnav .content_wrapper, .mainSpan_wrapper_review .content_wrapper
{
	background: url(_gfx/int/noleft_content_bottom.gif) bottom center no-repeat;
}

.content_wrapper2 
{
}

.mainSpan_wrapper_home .content_wrapper2
{
}

/* 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: 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
{
}

.printonly {
	display: none;
}

.header
{
	width: 940px;
	padding: 0 0px;
	height: 126px;
	background: url(_gfx/cmn/header_bg.jpg) 0 0 no-repeat;
	position: relative;
}

.header_left
{
	float:left;
	width:90px;
}


.header_left a.home_link
{
	width: 415px;
	position: absolute;
	top: 20px;
	display:block;
	padding: 100px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:100px;
}

.header_right
{
	width: 371px;
	height: 25px;
	float: right;
	clear: right;
	display: inline;
	margin-right: 36px;
	margin-top: 5px;
}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
}

/* Top line of links */

.header_nav
{ 
	text-align: right;
	float: right;
	padding: 0px 10px 0 0px;
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
	width: 361px;
	color: #a89b81;
	margin-top: 35px;
	margin-right: 36px;
	display: inline;
}

.header_nav a, 
.header_nav a:link,
.header_nav a:visited
{	
	color: #f5c63b !important;
	text-decoration: none !important;
}

.header_nav a:hover
{
	color: #f5c63b !important;
	text-decoration: underline !important;
}

/* Container for search field and go button */
.searchbox
{ 
	padding: 0px 0 0px 15px;
	float: left;
}

.searchbox_textbox
{
	float:left;
	padding: 3px 0 3px 7px !important;
	margin:0px 4px 0px 0px;
	line-height: 16px;
	height: 15px;
	border: 1px solid #7f9db9;
	font-size: 14px;
	font-family: tahoma, verdana, sans-serif;
	width:132px;
	color: #4e5e5d;
}

.searchbox_button
{	
	width: 32px;
	float: left;
	margin:0px 0px 0px 0px;
}


.quicklink_wrapper
{
	float: left;
}

.quicklink 
{
	width: 166px;
	border: 1px solid #7f9db9;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-family: tahoma, verdana, sans-serif;
	color: #4e5e5d;
}

.quicklink option 
{
	margin: 0;
	padding: 1px;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	width: 228px;
	float:left;
	margin: 0px 0px 0px 0;
	background: url(_gfx/nav/leftnav_bg.gif) 0 0 no-repeat;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 27px 10px 30px 10px;
}

.leftnav a,
.leftnav a:link,
.leftnav a:visited
{
	display:block;
	width: 213px;
	padding: 6px 7px 6px 8px;
	line-height: 14px;
	text-decoration:none !important;
	overflow: hidden;
	color: #69331f !important;
	font-size: 11px;
	border-bottom: 1px solid #bbaf7f;
}
.leftnav_node_wrapper_root, .leftnav_node_wrapper
{
	position: relative;
	z-index: 1;
}

.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: #eee1c6 !important;
	background: #a7554f url(_gfx/nav/leftnav_mouseover.gif) 0 0 repeat-x !important;
	text-decoration:none !important;
}

.leftnav_node_iscurrent a:hover span, .leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover span
{
	background: url(_gfx/nav/arrow_right_over.gif) no-repeat 2px 4px;
}

.leftnav_node_haschildren a:hover span
{
	background: url(_gfx/nav/arrow_down_over.gif) no-repeat 2px 6px;
}

.leftnav a span{
	padding-left: 16px;
}

.leftnav_node_wrapper .leftnav_node a, .leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background-color: #f9f5ec;
}

.leftnav_node_wrapper a span
{
	display: block;
}

.leftnav_node_wrapper_root
{
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent,
.leftnav_node_wrapper_root .leftnav_node,
.leftnav_node_wrapper_root .leftnav_node_haschildren,
.leftnav_node_wrapper .leftnav_node_iscurrent,
.leftnav_node_wrapper .leftnav_node,
.leftnav_node_wrapper .leftnav_node_haschildren
{
	border-bottom: 1px solid #f9f5ec;
}

.leftnav_node_haschildren
{
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a, .leftnav_node_wrapper .leftnav_node_haschildren a
{
	
}

.leftnav_node_haschildren a span
{
	padding-left: 18px;
	background: url(_gfx/nav/arrow_down.gif) no-repeat 2px 6px;
	font-weight: bold;
}

.leftnav_node_iscurrent a span
{
	padding-left: 16px;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 2px 4px;
	font-weight: bold;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a span
{
	padding-left: 16px;
	background: url(_gfx/nav/arrow_right.gif) no-repeat 2px 4px;
	font-weight: bold;
}

.leftnav_node a span
{
	padding-left: 16px;
}

.leftnav span{
	display: block;
}

/************************************************
Content header:  page title, breadcrumb, printer friendly link
************************************************/
/* Page content container */
.container
{ 
	float:left;
	width: 692px;
	background: url(_gfx/int/breadcrumb_strip.gif) 0 0 repeat-x;
}

.container .content
{
	margin-top:-27px;
}

.contentheader, .contentheader_banner
{
	display:inline-table;
	width: 692px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.contentheader_banner
{
}

.contentheader img, .contentheader_banner IMG
{
	display: block;
}

.image_banner
{
	display: block;
}

.breadcrumb_wrapper
{
	padding: 2px 18px 16px 6px;
	font-family: tahoma, verdana, sans-serif;
	font-size:11px;
	line-height: 12px;
	color: #69331f;
	width: 668px;
	height: auto !important;
	min-height: 12px;
	height: 12px;
	background: #ffffff url(_gfx/int/breadcrumb_bg.gif) top center no-repeat;
	margin-bottom: -12px;

}

.contentheader_banner .breadcrumb_wrapper
{
	background-image: none;
	background: transparent;
	position: relative;
	z-index: 1;
}

.breadcrumb {
}
.breadcrumb a
{ 
	color: #69331f;
	text-decoration:underline !important;
}

.breadcrumb a:hover
{
	color: #69331f;
	text-decoration:none !important;
}

.printer_friendly, .forward_link, .rss{
    font-size:11px;
    float:right;
    height:27px;
	line-height: 16px;
    text-align:left;
}

.printer_friendly{width:42px;}
.forward_link{width:58px;}
.rss{width:49px;}

.printer_friendly a, .forward_link a, .rss a{
    display:block;
    padding-left:19px;
	font-size: 11px;
	height:27px;
	color: #8b0e04;
	font-family: tahoma, verdana, sans-serif;
}

.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
{
}

.title
{
	width:682px;
	background:  url(_gfx/int/title_top.gif) top left no-repeat;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 6px 10px 226px 248px;
	margin-bottom: -226px;
	margin-left: -248px;
	position: relative;
}

.title h1
{
	width:465px;
}

.mainSpan_wrapper_noleftnav .title h1
{
	width:700px;
}

.contentheader_banner .title
{
	background:  url(_gfx/int/dept_title_top.gif) top left no-repeat;
	padding-top: 45px;
	margin-top: -50px;
}
.title_right
{
	text-align:right;
	height:27px;
	padding:0px 18px 0px 0px;
	margin: 6px 0px 0px 0;
	width: 155px;
	float: right;
	display: inline;
	position: relative;
	top: -35px;
	border-bottom: 1px solid #BBAF7F;

}

.title_left {
	width:682px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0px;
	border-bottom: 1px solid #f9f5ec;
	display:inline;
}


.font_size
{
}

.font_size div
{
}

.contentheader h1,
.contentheader_banner h1
{
	color: #2d434e;
	font-weight: bold;
	font-style: italic;
	font-family: Times New Roman, Georgia, serif;
	margin:0px 0px 0px 0;
	padding: 0px 28px 5px 19px;
	font-size: 26px;
	line-height: 28px;
	border-bottom: 1px solid #bbaf7f;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:2px 28px 239px 17px;
    margin:-30px 0px -212px 0px;
	*margin:3px 0px -212px 0px;
    width:647px;
	font-size:15px;
	line-height:17px;
	font-weight: bold;
	color: #446476;
	display: block;
	position: relative;
	text-transform: uppercase;
	clear: both;
	float: left;
}

/************************************************
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: 1px 28px 30px 17px;
	position: relative;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	float: left;
	width: 647px;
	clear: both;
	/*margin-top: -27px;*/
	/*margin: 0px;*/
}

.mainSpan_wrapper .content p,
.mainSpan_wrapper_noleftnav .content p,
.mainSpan_wrapper_review .content p
{ 
	margin-top: 0px;
}

.mainSpan_wrapper .content a:link,
.mainSpan_wrapper_noleftnav .content a:link,
.mainSpan_wrapper_review .content a:link
{ 
	text-decoration:underline !important;
}

.mainSpan_wrapper .content a:visited,
.mainSpan_wrapper_noleftnav .content a:visited,
.mainSpan_wrapper_review .content a:visited
{ 
	text-decoration:underline !important;
}

.mainSpan_wrapper .content a:hover,
.mainSpan_wrapper_noleftnav .content a:hover,
.mainSpan_wrapper_review .content a:hover
{ 
	text-decoration:none !important;
}



.mainSpan_wrapper .content textarea,
.mainSpan_wrapper_noleftnav .content textarea,
.mainSpan_wrapper_review .content textarea
{
	width: 550px;
}

.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: #f6f5ee;
	border:solid 1px #dbd6c6;
	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
{
	/*overflow: hidden;*/
	width: 940px;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
	display: inline;
}

.mainSpan_wrapper_noleftnav .contentheader, .mainSpan_wrapper_noleftnav .contentheader_banner
{
	width: 940px;
	margin:0px 0px 0px 0px;
	padding: 0 0 0 0;
}

.mainSpan_wrapper_noleftnav .breadcrumb_wrapper
{
	width: 905px;
	padding: 2px 18px 16px 17px;
	background: url(_gfx/int/noleft_breadcrumb_bg.gif) top center repeat-x;
}
.mainSpan_wrapper_noleftnav .contentheader_banner .breadcrumb_wrapper
{
	background: url(_gfx/int/noleft_breadcrumb_bg.gif) top center repeat-x;
	z-index: 0;
	position: static;
}

.mainSpan_wrapper_noleftnav .title
{
	width: 919px;
	background: url(_gfx/int/noleft_content_top.gif) 0 0 no-repeat;
	margin-left: 0;
	padding: 6px 10px 226px 11px;
}
.mainSpan_wrapper_noleftnav .contentheader_banner .title
{
	background: url(_gfx/int/noleft_content_top.gif) 0 0 no-repeat;
	padding: 6px 10px 226px 11px;
	margin-top: 0px;
}
.mainSpan_wrapper_noleftnav .title_left
{
	width: 919px;
}

.mainSpan_wrapper_noleftnav .title_right
{
}

.mainSpan_wrapper_noleftnav .contentheader h2,
.mainSpan_wrapper_noleftnav .contentheader_banner h2
{
	width: 884px;
	padding:2px 28px 239px 28px;
}

.mainSpan_wrapper_noleftnav .fix_intheight{ display: none; float: right; width: 0px; height: 300px;}

.mainSpan_wrapper_noleftnav .content
{
	padding: 2px 28px 30px 28px;
	width: 884px;
}

/* Review and error pages */
.mainSpan_wrapper_review .container
{
	width: 940px;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
	display: inline;
	background: url(_gfx/int/noleft_breadcrumb_bg.gif) top center repeat-x;
}
	
.mainSpan_wrapper_review .fix_intheight{ display: none;}

.mainSpan_wrapper_review .contentheader
{
	display:none;
}

.mainSpan_wrapper_review .content{
	padding: 2px 28px 30px 28px;
	width: 884px;
	background: url(_gfx/int/noleft_content_top.gif) 0 0 no-repeat;
	margin-top: 18px;
	height: auto !important;
	min-height: 300px;
	height: 300px;
}

.mainSpan_wrapper_review .component_title_review
{
	color: #2d434e;
	font-weight: bold;
	font-style: italic;
	font-family: Times New Roman, Georgia, serif;
	margin:0px 0px 15px 0;
	padding: 4px 0px 5px 17px;
	font-size: 26px;
	line-height: 28px;
	border-bottom: 1px solid #bbaf7f;
	width: 900px;
	margin-left: -16px;
	margin-right: -17px;
}

.mainSpan_wrapper_review .component_title_review h1
{
}


.mainSpan_wrapper_review .component_title, 
.mainSpan_wrapper_review .component_subtitle, 
.mainSpan_wrapper_review .component_listitem
{
}

.mainSpan_wrapper_review .content > div{  }

.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: 940px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.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
************************************************/

.footer_wrapper
{
	clear: both;
	width: 940px;
	margin: 0px auto 20px auto;
	background: #09293b url(_gfx/cmn/footer_bg_strip.gif) 0 0 repeat-x;
}

.footer
{
	padding: 11px 20px 15px 82px;
	font-size: 11px;
	text-align: left;
	color: #7d7d7d;
	line-height: 16px;
	margin: 0px auto 0 auto;
	width: 838px;
	background: url(_gfx/cmn/footer.jpg) 0 0 no-repeat;
	font-family: tahoma, verdana, sans-serif;
}

.footer a:link, .footer a:visited
{
	color: #7d7d7d !important;
	text-decoration: none !important;
}

.footer a:hover
{
	color: #7d7d7d;
	text-decoration: underline !important;
}

 .footer a, .footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-family: tahoma, verdana, sans-serif;
}

.footer p
{
	color: #7d7d7d;
}

.footer_links
{
	color: #c1c1c1;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.footer_links a:link, .footer_links a:visited
{
	color: #c1c1c1 !important;
	text-decoration: none !important;
	font-size: 12px;
}

.footer_links a:hover
{
	color: #c1c1c1;
	text-decoration: underline !important;
	font-size: 12px;
}
/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding:0px;
	width:448px;
	float: left;
}

.depthome_right
{
    padding:0px;
	float:right;
	margin-bottom: 15px;
	width:183px;
}

IMG.deptbanner
{
	display: block;
	margin-left: 1px;
	position: relative;
	z-index: 1;
}

/************************************************
Department boxes
************************************************/
.depthome_right .news_box, .depthome_right .events_box
{
	font-size:12px;
	line-height:15px;
	background: #d8d5c8 url(_gfx/int/dept_box_bottom.gif) bottom left no-repeat;
	width: 183px;
	float: right;
	margin: 11px 0px 0px 0px;
	overflow: hidden;
	display: inline;
}

.depthome_right .news_box .newsimg, .depthome_right .news_box .box_item_summary
{
	display: none;
}

.depthome_right .box_title
{
	height: 23px;
	width: 183px;
	padding: 0;
	margin: 0;
	text-align:left;
	text-indent: -4000px;
}

.depthome_right .news_box .box_title
{
	background: url(_gfx/int/news_box_top.gif) top center no-repeat;
}

.depthome_right .events_box .box_title
{
	background: url(_gfx/int/events_box_top.gif) top center no-repeat;
}

.depthome_right .box_list
{
   padding: 13px 7px 0px 10px;
	border-left: 1px solid #9f9b7b;
	border-right: 1px solid #9f9b7b;
}

.depthome_right .box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:left;
	font-size:12px;
	line-height:15px;
	color: #51463c;
}

.depthome_right .events_box .box_item_title a, .depthome_right .news_box .box_item_title a,
.depthome_right .events_box .box_item_title a:link, .depthome_right .news_box .box_item_title a:link,
.depthome_right .events_box .box_item_title a:visited, .depthome_right .news_box .box_item_title a:visited
{
	text-decoration: none !important;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color:  #51463c !important; 
}

.depthome_right .events_box .box_item_title a:hover, .depthome_right .news_box .box_item_title a:hover
{
	text-decoration: underline !important;
	color: #51463c !important;
}

.depthome_right .box_item_title
{
	padding-bottom: 10px !important;
	display: block;
}

.depthome_right .box_item_date
{
	display: none;
}

.depthome_right .box_bottomlink{
	padding: 0px 0px 0px 0px;
	
}

.depthome_right .box_bottomlink a,
.depthome_right .box_bottomlink a:link,
.depthome_right .box_bottomlink a:visited,
.depthome_right .box_bottomlink a:hover
{
    display:block;
    padding:2px 5px 10px 0px;
	text-align:right;
	float: right;
	width: 81px;
	color: #69331f !important;
	font-size: 12px;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */


.home_collage img
{
	display: block; 
	
}

.home_collage
{
	height: 218px;
	width: 940px;
	background: #ffffff;
	z-index: 0;
	position: relative;
}

.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: 19px;
	left: 35px;
	z-index: 1000;
	color: #ffffff;
	padding: 0px;
	width: 408px;
	height: 188px;
	background: url(_gfx/home/alert_bg.gif) 0 0 no-repeat;
}

.important_alert
{
	padding: 0px;
	margin: 48px 0px 0px 19px;
	width: 381px;
	height: 135px;
	overflow: hidden;
	font-weight: normal;
	color: #f3ead7;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

.important_alert a, .important_alert p
{	
	color: #f3ead7;
	margin:0;
	padding:0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
.important_alert a:hover
{
}
.important_alert a, .spotlight_wrapper a
{
	color: #FFF !important;
}
.spotlight_wrapper
{
	position: absolute;
	top: 91px;
	right: 14px;
	z-index: 1000;
	width: 247px;
	height: 115px;
	background: url(_gfx/home/spotlight_bg.gif) 0 0 no-repeat;
	display: inline-block;
}

.spotlight
{
	padding: 40px 10px 0px 19px;
	width: 218px;
	height: 71px;
	overflow: hidden;
	font-weight: normal;
	color: #f3ead7;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;

}

.spotlight img
{
	border: 1px solid #ffffff;
	margin-bottom: 7px;
}

.spotlight p, .spotlight a
{	
	color: #52575c;
	margin:0;
	padding:0;
	line-height: 15px;
	color: #f3ead7;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
}

.home_columns
{
	padding: 0;
	width:100%;
	background: url(_gfx/home/home_columns_bottom.gif) bottom right no-repeat;
	clear: both;
	min-height: 304px;
	height: auto !important;
	height: 304px;
	position: relative;
	padding-bottom: 24px;
}

.home_buttons
{
	width: 221px;
	padding: 0px 27px 0px 21px;
	margin: 0px 0 0px 0;
	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;
	display: inline;
}

.home_left
{
	display: inline;
	width:269px;
	float:left;
	padding:22px 0px 0px 0px;
	margin: 0px 0px 0 0px;
	background: url(_gfx/home/home_buttons_top.gif) 0 0px no-repeat;
	min-height: 233px;
	height: auto !important;
	height: 233px;
}

.home_middle
{
	float:left;
	width: 343px;
	background: url(_gfx/home/news_top.gif) 0 0 no-repeat;
	min-height: 176px;
	height: auto !important;
	height: 176px;
}

.home_right
{
	width:328px;
	float:right;
	margin: 0px 0 0 0;
	padding:0px 0px 0px 0px;
	background: url(_gfx/home/events_top.gif) 0 0 no-repeat;
	min-height: 272px;
	height: auto !important;
	height: 272px;
}


/************************************************
Home boxes
************************************************/

.home_news, .home_events
{
}

.home_events .box_title,
.home_news .box_title
{
	display: block;
	text-align:left;
	text-indent: -4000px;
	line-height: 41px;
	margin-top: 16px;
}

.home_events .box_item_title, .home_news .box_item_title
{
	padding-left: 24px;
	background: url(_gfx/home/listBullet.gif) 0 4px no-repeat;
}

.home_events .box_item_title a, .home_news .box_item_title a,
.home_events .box_item_title a:link, .home_news .box_item_title a:link,
.home_events .box_item_title a:visited, .home_news .box_item_title a:visited
{
	color: #000000 !important;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.home_news .box_bottomlink a, .home_events .box_bottomlink a, .home_news .box_bottomlink a:hover, .home_events .box_bottomlink a:hover
{ 
	display: block;
	position: absolute;
	padding: 0;
	text-align: left;
	text-indent: -4000px;
	height: 18px;
}


/**events box***/

.home_events
{
	padding: 0 12px 0 0px;
}


.home_events .box_list
{
	padding: 16px 20px 30px 15px;
}

.home_events .box_list p
{
	padding-left: 24px;
}

.home_events .box_item_title a
{
	line-height: 17px;
}

.home_events .box_item_date
{
	padding: 1px 0 19px 24px;
	color: #8e8e8e;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.home_events .box_bottomlink a,
.home_events .box_bottomlink a:link,
.home_events .box_bottomlink a:visited,
.home_events .box_bottomlink a:hover
{
	right: 40px;
	bottom: 34px;
	background: url(_gfx/home/events_more.gif) 0px 0px no-repeat;
	width: 104px;
}

/** News Box **/

.home_news
{
	padding: 0 0 0 21px;
}


.home_news .box_list
{
	padding: 16px 35px 30px 15px;
}
.home_news .box_list p
{
	padding-left: 24px;
}

.home_news .box_item_title
{
	padding-bottom: 17px;
}

.home_news .box_item
{
}


.home_news .box_bottomlink a,
.home_news .box_bottomlink a:link,
.home_news .box_bottomlink a:visited,
.home_news .box_bottomlink a:hover
{
	right: 372px;
	bottom: 34px;
	background: url(_gfx/home/news_more.gif) 0px 0px no-repeat;
	width: 95px;
}

/************************************************
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:#446476;
}

fieldset
{
	border:solid 1px #dbd6c6;
}

hr
{
	color: #dbd6c6;
	background-color: #dbd6c6;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #dbd6c6;
	background-color: #f6f5ee;
	/*height:19px;
	padding:2px 3px;*/
}

.form_smalltextbox
{
	border: 1px solid #dbd6c6;
	background-color: #f6f5ee;
	margin: 2px 0;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #dbd6c6;
	background-color: #ffffff;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #354a56;
	font-weight: bold;
	padding: 2px;
	color: #fefefe;
	border: 2px solid #dbd6c6;
	cursor: pointer;
	cursor: hand;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
	cursor: hand;
}

.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 11px 20px 12px;
	position: relative;
	height: auto !important;
	min-height: 300px;
	height: 300px;
}

.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 #dbd6c6;
	border-top:0px;
	background-color:#f6f5ee;
	text-decoration:none;
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	border-top:1px solid #dbd6c6;
	background-color:#fffffd;
}


.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 20px 0 20px;
	border-bottom:1px solid #dbd6c6;
	border-top:0;
	zoom: 1;
}
.search_result
{
	background-color:transparent;
}

.search_result_alternate
{
	background: #f6f5ee;
}

.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
{
	padding:0;
	/*display:none;*/
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}

.search_result_synopsis_highlight
{
	background-color:#fcffcc;
	/*display:none;*/
}

.search_result_info
{
	padding-left:20px;
	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 20px;
}

.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 20px;
}

.search_features
{
	padding: 10px 25px 10px 25px;
	background-color: #f6f5ee;
	border-top: solid 1px #dbd6c6;
	border-bottom: solid 1px #dbd6c6;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #dbd6c6;
	line-height:13px;
}

.adsearch_button
{
	position: absolute;
	margin: -23px 0px 0px 348px;
	_margin: -30px 0px 0px 348px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #dbd6c6;
	border-bottom: dashed 1px #dbd6c6;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 3px 0 3px 22px;
	background: url(_gfx/cmn/arrow.gif) 0px 4px no-repeat;
	background-repeat: no-repeat;
}

div.sort_items span.item a
{
	display: inline-block;
	height: 18px;
	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 #dbd6c6;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #dbd6c6;
	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 #dbd6c6 !important;
	background-color:#f6f5ee;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable th
{
	padding: 7px 4px 6px 9px;
	text-align:left;
	color: #fefefe;
	background-color: #354a56;
	font-weight: normal;
	text-transform: uppercase;
	border: 0px !important;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.listtable_header a
{
	color:#fefefe;
}

.listtable td
{
	border:0 !important;
	border-top:1px solid #dbd6c6 !important;
	border-right: 1px solid #dbd6c6 !important;
	padding:4px 4px 4px 9px;
	margin:0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.listtable tr:hover
{
	background-color:#fffffd;
}

.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:#fffffd;
}

.listtable_row_off
{
	background-color:#f6f5ee;
}

/************************************************
Lists without table grid, like News
************************************************/
.listcomponent
{
	border:solid 0px #000000 !important;
	border-collapse: separate;
}

.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 #dbd6c6;
	border-collapse: collapse;
	background-color: #f6f5ee;
}

.righttable th
{
	background: #354a56;
	padding: 7px 4px 6px 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-align:left;
	color: #fefefe;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.righttable_header a
{
	color:#fefefe;
}

.righttable td
{
	border:0;
	border-bottom:1px solid #dbd6c6;
	border-right: 1px solid #dbd6c6;
	padding:4px 4px 4px 9px;
	margin:0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.righttable tr:hover
{
	background-color:#fffffd;
}

.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:#fffffd;
}

.righttable_row_off
{
	background-color:#f6f5ee;
}

/*************************************************
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: #2d434e;
}

.component_subtitle, .component_subtitle span
{
	padding:0px 0px 0px 0px;
    margin:0px 0px 2px 0px;
	font-weight: bold;
	color: #446476;
    width:100%;
	font-size: 13px;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px 0;
	width:100%;
	float:left;
}

.component_listitem div
{
	padding: 0 0 4px 0;
	width:100%;
	display:block;
	clear: both;
	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:884px;
}

.calendar
{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-collapse: collapse;
}

.calendar_dayheader
{
	line-height: 32px;
	color: #ffffff;
	background: #354a56;
	padding: 2px 0px 0 0;
	font-weight: bold;
	font-size: 13px;
	font-family: tahoma, verdana, sans-serif;
	text-transform: uppercase;
}

.calendar_selector
{
	color:#354a56;
	background-color:#d0a135;
	font-size:11px;		
}

.calendar_title td
{
	padding: 15px 0px 12px 0px;
	font-size: 20px;
	color: #354a57;
	width:60%;
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
}

td.calendar_nextprev
{
	width:200px !important;
	text-align: center;
}

td.calendar_nextprev a
{
	color: #97130a !important;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: tahoma, verdana, sans-serif;
}

td.calendar_nextprev a:hover
{
	color: #97130a !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	padding: 3px 8px 3px 8px;	
	height:110px;
	border: 1px solid #dedacb;
	font-family: Tahoma, arial, sans-serif;
}


.calendar_day,
.calendar_weekendday
{
	background: #f6f5ee;
	color: #59799b;
}

.calendar_othermonthday
{
	background:#eeebe4;
	color:#b7c4d4;
}

.calendar_today
{
    /*background: #d0a135;*/
	color:#97130a;
	background: #fedd79 url(_gfx/nav/mainnav_mouseover.gif) 0 0 repeat-x;

}

.calendar_selectedday
{
	background: #d0a135;
	color:#97130a;
}

.calendar_eventtime
{
	font-size:11px;		
	font-weight: normal;	
	line-height:12px;
	margin:0px 0 0 0;
	padding: 0px 0px 2px 0px !important;
	display: block;
	color: #354a56;
}

.calendar_eventlink
{
	font-size:11px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:0px 0px 10px 0px;
	margin:0px 0;
}

.calendar_today .calendar_eventtime,
.calendar_selected .calendar_eventtime
{
	color:#354a56;
}

.calendar_today .calendar_eventlink,
.calendar_selected .calendar_eventlink,
.calendar_today .calendar_eventlink a,
.calendar_selected .calendar_eventlink a
{
	color: #97130a;
}

.calendar_today a.calendar_eventlink:hover
{
	color: #97130a;
}

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: #446476;
} 

.rootnode a,
.parentnode a
{ 
	color: #446476;
	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;
    /*background-image:url(_gfx/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;*/
}

.link_content
{
	padding-left:0px;
	display:block;
}

.link_content img
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}



/************************************************
FAQ List
************************************************/
.listfaq
{
	width:95%;
	padding:0;
	border-collapse: separate !important;
	background-color:#f6f5ee;
	border:1px solid #dbd6c6;
}

.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;
	cursor: hand;
}

.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:560px;
	margin:0px 0px 0px 0px;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #dbd6c6;
}

.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 #dbd6c6;
	border-top:0px;
	background-color:#f6f5ee;
	text-decoration:none;
	font-size:10px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#fffffd;
	border-top:1px solid #dbd6c6;
}

.listcomponent_pager
{
	text-align:left;
}


/************************************************
Link List
************************************************/

.listlink
{
	width: 100%;
	padding:0;
	border-collapse: separate;
}

.listlink td
{
	padding:0px !important;
	border:none;
}


/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

.form_list_title
{
}

.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;
}

/*works in Safari!*/
.survey_container table tr:nth-child(0n+2) 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 table table table tr:nth-child(0n+2) 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:10px 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: #446476;
}

.mainSpan_wrapper_noleftnav .content div, .mainSpan_wrapper .content div
{
	/*clear: none !important;*/
}

.staff_column_div .component_title
{
	margin-left: 0px;
}


/******************************************
Photo Album 
******************************************/
.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: #354a56 url(_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #dbd6c6;
 text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #fefefe;
    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 
************************************************/
.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
{
	overflow: auto;
	width:566px;
	height:auto;
}

.official_top:after { content: ""; display: block; height: 0; clear: both; }

.official_image
{
	float: left;
	width:auto;
	height:auto;
	margin:10px 0px 0px 0px;
	border: solid 1px #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 #dbd6c6;
	
}

.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 #dbd6c6;
}

.official_bio
{
	width:560px;
	clear:both;
	padding: 3px 3px 3px 3px;
	border:solid 1px #dbd6c6;
}

.official_bio:after { content: ""; display: block; height: 0; clear: both; }

/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}


/************************************************
Weather component
************************************************/
.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #dbd6c6;
	height: 180px;
	width: 127px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#f6f5ee;
}

.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;
}

/************************************************
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 #dbd6c6;}
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;
}

/************************************************
Member Login
************************************************/
.login
{
}

.login .form_label
{
	float:left;
	margin: 5px 0;
}

.login .form_field
{
	float:left;
	margin: 5px 0;
}

.login .form_div
{
	width:100%;
	float:left;
	margin-bottom:10px;
}

/**********************************************
CAPTCHA
**********************************************/


.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #dbd6c6;
}

/*** misc **/

a.external_link
{
	display: inline-block;
	padding-right:18px;
	background-image:url(_gfx/int/external_link.gif);
	background-position:right;
	background-repeat:no-repeat;	
	zoom: 1;	
}

.mainSpan_wrapper_noleftnav .deptbanner
{
	display: none;
}

/************************************************
PDF Bullet Icons
************************************************/
ul.pdflist {
	/*LIST-STYLE-IMAGE: url(/Modules/ShowImage.aspx?imageid=1667);*/
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
ul.pdflist li {
	background: url(/Modules/ShowImage.aspx?imageid=1667);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px !important;
	margin-bottom: 10px;
}


/*** mobile view ***/
#SwitchToMobile
{
	background: #fff9a5 url(_gfx/cmn/mobile/mob_visionlink_strip.gif) bottom left repeat-x;
}

#SwitchToMobile a
{
	display: block;
	background: url(_gfx/cmn/mobile/mob_visionlink_bg.jpg) center bottom no-repeat;
	text-align: center;
	font-size: small;
	color: #000000;
	padding: 5px 0 4px 0;
	border: 1px solid #bdbdbd;
	text-decoration: none;
}

#cse-search-results iframe
{
	height:1300px !important;
}


