/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/
body {
	border:0;
	margin:0 0 5px 0;
	padding:0;
	background-image:url(_gfx/cmn/bodyBG.jpg);
	background-position:center top;
	background-repeat: repeat-x; 
	background-color: #003241;
	text-align: center;
}

/* Base font style and size set here */
body,td,th,p,select,li,ul,input,blockquote,textarea {
	font-family: Verdana, Arial, san-serif;
	font-size:11px;	
}

.home_right a img 
{
	border: 0;
	display: block;
}

.home_columns
{
	width: 100%;
	background: url(_gfx/home/middleBG.gif) 261px 0 no-repeat;
}

a {
	color:#339966;
	text-decoration:none;	
}

a:hover { 
    text-decoration:underline; 
}

.error_message { /*default error reporting style */
	font-weight:normal;	
}

#mainSpan { /*containing frame for the site*/
	width: 940px;
	background-color:#ffffff ;
	margin: 0px auto;
	text-align:left;
	border-bottom:solid 3px #ffffff;
}

.home_collage {
	margin:0px 0px 3px 0px;
}

#skipnav { /*Section 508 skip navigation menu*/
    position:absolute; 
    top:0; 
    left:0; 
    z-index:10;
}

#skipnav img {
    border:0;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/*clearfix is used for clearing floats instead 
of clear:both because IE adds a space with clear:both */

.clearfix:after, #mainSpan:after, .component_listitem:after, .home_columns:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, #mainSpan, .component_listitem, .home_columns {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, * html #mainSpan, * html .home_columns {
	height:1%;
}
.clearfix, #mainSpan, .component_listitem, .home_columns {
	display:block;
}
/* End hide from IE-mac */


/* container for admin controll panel */
.adminSpan {
	width:200px;
	float:right;
	text-align:left;
	line-height: 0;
}

.header { /* contains search, top links, site logo */
	background-image:url(_gfx/cmn/headerBG.jpg);
	background-repeat: no-repeat;
	height:73px;
	width: 934px;
	margin:0px 0px 0px 3px;
}

.header_left {
	float:left;
	width:422px;
}

.header_right {
	float:right;
	width:338px;
}

.header_nav {
	padding:3px 15px 0px 75px;
	text-align:right;
}

.header_nav a {
	font-size:10px;
	font-weight:bold;
	color:#115061;
}

.header_logo {
    display:none;
}

.searchbox { /*container for search field and go button */
	padding:0px;
	margin: 9px 9px 5px 0;
	float: right;
	width: 154px;
	display: inline;
}

.searchbox_textbox
{
	float:left;
}

.searchbox_textbox input
{
	width:131px;
	height:19px;
	line-height: 14px;
	padding:3px 0 0 6px;
	font-size:10px;
	font-weight:bold;
	background:url(_gfx/cmn/searchBG.gif) 0 0 no-repeat;
	color:#1b4978 !important;
	border:0px solid #92a860;
	margin: 0 !important;
	margin: 1px 0px 0px 0px;
}

.searchbox_button
{
	float: left;
	margin: 0 !important;
	margin: 1px 0px 0px 0px;
}

.searchbox_button img{}

.quicklinks_home
{
	font-size:10px;
	font-weight:bold;
	color:#2a5470 !important;
	margin: 0 0px 5px 47px;
	padding: 2px 1px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
	width:165px;
}

.quick_links {
    width:155px;
    height:15px;
}

.quick_links option, .most_visited option {
    padding:2px;
}

.most_visited {
	font-size:10px;
	font-weight:bold;
	font-family: verdana, geneva, sans-serif;
	background-color:#fefaeb;
	color:#1b4978 !important;
	border:1px solid #92a860;
	width:153px;
    height:19px;
	margin: 0px 0px 0px 175px;
	padding: 0px 0px 0px 0px;
}

#contentheader { /* contains breadcrumb, page title, print friendly link */
	padding-bottom: 8px;
}

.container_noleftnav_forreview .breadcrumb_wrapper {
	height:24px;
	font-size:9px;
	line-height: 20px;
	color:#9bd2d4;
	background:#0f5b73 url(_gfx/int/breadcrumb_noleft.gif);
	background-repeat:no-repeat;
}

.breadcrumb_wrapper {
	height:24px;
	font-size:9px;
	line-height: 20px;
	padding: 0 15px 0 23px;
	color:#9bd2d4;
	background:#0f5b73 url(_gfx/int/breadcrumb.gif);
	background-repeat:no-repeat;
}

.breadcrumb a { 
	color: #9bd2d4;	
	text-decoration: underline;	
}

.breadcrumb a:hover {
	text-decoration:none;
}

.banner_image {
	height: 74px;
	margin:2px 0px 1px 0;
	padding:0;
}


.title_wrapper {
    background-image:url(_gfx/int/title_wrapper_bg.gif);
	height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
    margin-bottom:2px;
}

.title_wrapper_wdept {
    background-image:url(_gfx/int/title_wrapper_wban.gif);
	height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
    margin-bottom:2px;
}

.title_wrapper_noleftnav {
    background-image:url(_gfx/int/title_wrapper_noleftnav.gif);
	height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
	padding:0 0 10px 0;
    margin-bottom:5px;
}

.title_wrapper img { display:block; }

.title {
    padding:10px 15px 0 21px;
    margin-bottom:5px;
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
	line-height:19px;
	color: #0d586d;
	background-image: url(_gfx/int/title_bg.gif);
	background-repeat: no-repeat;
}

.title_noleftnav { /* document, search & image reviewing */
    padding:10px 15px 0 21px;
    margin-bottom:5px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height:15px;
	color: #0d586d;
	background-image: url(_gfx/int/title_bg.gif);
	background-repeat: no-repeat;
}

.special_title { /* document, search & image reviewing */
display:none;
height:1px;
}

.printer_friendly {
    font-size:10px;
	line-height: 18px;
    margin: 0 5px 0 0;
    float:right;
    padding:7px 0 0 0;
    height:25px;
    text-align:right;
}

.forward_link
{
	display:none;
}

.printer_friendly a {
     height:25px;
	 width: 105px;
   display:block;
    background-image:url(_gfx/cmn/printer.gif);
    background-repeat:no-repeat;
	margin-right:5px;
    color:#084a70;
}

#share {cursor:pointer;}
#share div 
{
	width:128px;
    float:right;
    text-align:left;
    display:block;
    line-height: 18px;
    padding: 7px 0 0;
    
}
.sharelink a
{
	text-decoration:underline;
	background:url(_gfx/int/share/share.jpg) no-repeat 0 5px;
	padding:0 0 0 15px;
	font-size:10px;
	display:block;
	height:20px;
	color:#084A70;
	text-decoration:none;
}
.sharelink a:hover
{
	text-decoration:underline;
}
#share ul 
{
	background-color:#fff;
	display:none;
	width:225px;
	border:1px solid #666;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	position:absolute;
	z-index:1000;
	line-height: 18px;
	margin-top: -4px;
}

#share div:hover ul, #share div.over ul
{
	display: block;
}

#share ul li, #share div:hover ul li, #share div.over ul li
{
	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: 11px;
}

#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_subtitle {
    width:530px;
	padding: 14px 0 0 22px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #1d9db4;
}


.container { /* page content container */
	width: 698px;
	float:left;
	overflow: hidden;
	margin:3px 0px 0px 3px;
	display: inline;
}

.container_noleftnav, .container_noleftnav_forreview {
	overflow: hidden;
	margin:3px 3px 0px 3px;
}

/* hide the header for pages without left navigation */
.container_noleftnav #contentheader,
.container_noleftnav_special #contentheader,
.container_noleftnav .special_title {
    display:none;
}

/* content padding should be on content class NOT container */
.content { 
	color:#4b4638;
	padding:0px 22px 12px 22px;
}

.content_noleftnav {
	margin:5px 20px 20px;
	padding:0 0 5px;
}

.content select{
	background-color:#fefaeb;
	color:#2a5470 !important;
	border:1px solid #92a860;
	margin: 0 0 15px 0;
	padding:0;
}

.content_noleftnav_special { /* document, search & image reviewing */
    padding:30px 22px 30px 22px;
}

/* content styles */
.content {
    line-height:18px;
}

.content textarea {
	width:90%;
}

.texta {
	color:#084a70;
	text-decoration:underline;
}

a:hover.texta {
	color:#084a70;
	text-decoration:none;
}

.content ul {
	padding:0;
	margin:8px 0 10px 20px;
	}

.content ul li {
	padding: 2px 0;
}

.content p {
    padding:0;
    margin:0 0 15px;
}

.document_top_button_div{
	margin-top: 0;
}

.downloadmessage { /* notification of PDF, Word, etc media */
	background: #ededed;
	width:95%;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	text-align:center;
}

.downloadmessage img { /* download plugin icons */
	border:0;
	margin:0 2px;
}

.downloadmessage p {
	font-size:10px;
	padding:5px 0;
	width: 100%;
	margin:0;
}

.last_updated {
    border-top:1px solid #edf6fa;
    color:#9fcee5;
    font-size:9px;
    margin-top:10px;
    text-align:right;
}

.paging {
	margin-top:10px;
	margin-bottom:10px;
}

.footer,.footer_home {
	margin:0px 0px 0px 3px;
	clear: both;
	text-align:center;
	width:934px;
	height: 96px;
	background-image:url(_gfx/cmn/footerBG.jpg);
	background-repeat:no-repeat;
	line-height:20px;
	border-top: 2px solid #ffffff;
}

.footer p, .footer_home p {
	margin-top:15px;
	font-size: 13px;
	color:#e3f0f7;
}

.subfootinfo {
	font-size:10px;
	color:#88959c;
	line-height: 14px;
}

.footer a, .footer a:hover, .footer a:visited,
.footer_home a, .footer_home a:hover, .footer_home a:visited {
	color: #c7c0ab;
	text-decoration:underline;
}

.footer a:hover, .footer_home a:hover {
	text-decoration:none;
}

/************************************************
Department Home Page
************************************************/

/* don't add padding, left/right margins, 
or borders to these containers */

.depthome_left {
	float:left;
	width: 510px;
}

.depthome_left .tabledata{
	float:left;
}

.depthome_right {
	float:right;
	width: 131px;
}

/************************************************
Site Home Page
************************************************/

/* Images w/o display:block in IE add a bottom margin  */
.home_collage img
{
	display: block; 
	height: 194px;
	width: 934px;
}

.home_collage
{
	height: 194px;
	width: 934px;
	overflow: hidden;
	z-index: 0;
	position: relative;
}

.home_collage .slideshow_master, .home_collage .slideshow_inner
{
	z-index: 1;position: absolute;
}

.home_collage .slideshow_post
{
	z-index: 0;position: absolute;
}

.home_left
{
    /*width:263px;*/
    width:259px;
	height: 276px;
	background-image:url(_gfx/home/leftBG.jpg);
	background-repeat:no-repeat;
    float:left;
	color:#003240;
	font-weight:bold;
	padding:0;
	margin:0;
	overflow:hidden;
}

.home_left p
{
	font-size:11px;
	margin: 12px 0 0 15px;
}

.weather_left{
	height:92px;
	margin: 0 0 0px 0;
}

.weather_left p {margin:8px 4px 4px 10px;font-size: 12px;}

.weather_item {
	padding:6px 0 0 0;
	height:25px;
	font-size:11px;
	line-height: 14px;
}


.weather_item img { margin:-5px 0 0 10px; }

.weather_item a {
	color:#853929;
}

.weather_icon {
	margin: 0px 7px 0 0;
	padding:0;
	float:left;
}

.left_links{
	margin-left:15px;
	padding-top:15px;
	margin-bottom:5px;
	line-height:35px;
	font-size:15px;
}

.left_links img{
	float:left;
	padding-right:5px;
}

.left_links a{
	color:#9ccee5;
	font-family:Arial, Verdana, sans-serif;
	font-weight: none;
}

.left_links a:hover{
	color:#ffffff;
	text-decoration:none;
}

.home_middle {
	width:393px;
	/*width:254px;*/
	min-height:275px;
	height: auto !important;
	height: 275px;
    background:url(_gfx/home/middleBG_bottom.gif) bottom right no-repeat;
    float:left;
	border-bottom: 1px solid #ffffff;
}

.sep {
	padding:0;
	margin:0;
}

.home_right {
    float:left;
    /*width:245px;*/
    width:282px;
    height:276px;
    background: url('_gfx/home/ttl_right.gif') no-repeat;
	overflow:hidden;
}

.home_enews {
	width:240px;
	height:91px;
}

.home_enews p {
	margin:0;
	padding: 30px 0px 0px 10px;
	line-height:16px;
}

.home_enews a
{
	color:#C2531C;
	font-weight:bold;
}

/************************************************
Left navigation 
************************************************/

.leftnav
{
	clear:both;
	width: 233px;
	float:left;
	margin:3px 0px 0px 3px;
	font-size:10px;
	color:#B1E0FE;
	display: inline;
}

.leftnav img{
	border: none;
	margin: 0;
}

.leftnav a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;	
	color:#B2DFFF;
	margin:0px 0px 0px 0px;
	padding:7px 8px 7px 15px;
	line-height:14px;
	display:block;
}

/* Root items that are not current or have children */

.leftnav_node_wrapper_root .leftnav_node a
{
	background:url(_gfx/int/left_nav_bg.gif);
	border-top:solid 1px #409FB5;
	border-bottom:solid 1px #004D74;
}

.leftnav_node_wrapper_root .leftnav_node a:hover
{
	color:#FFFFFF;
	background:url(_gfx/int/leftnav_bg_over.gif);
	background-repeat: no-repeat;
	background-color:#722621;
	text-decoration:none;
}

/* Root items with children*/

.leftnav_node_wrapper_root .leftnav_node_haschildren
{
	background-color:#094A70;
	border-top:solid 1px #409FB5;
	border-bottom:solid 1px #052D46;	
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	background:url(_gfx/int/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:4px 12px;
	font-weight:bold;
}

.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color:#FFFFFF;
	background:url(_gfx/int/leftnav_bg_over.gif);
	background-repeat: no-repeat;
	background-color:#8B2E27;
	text-decoration:none;
}

/* Root items that are current */

.leftnav_node_wrapper_root .leftnav_node_iscurrent
{
	background-color:#094A70;
	border-top:solid 1px #409FB5;
	border-bottom:solid 1px #052D46;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a
{
	background-image: url(_gfx/int/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:8px 11px;
	font-weight:bold;
	display:block;
}

.leftnav_node_wrapper_root .leftnav_node_iscurrent a:hover
{
	background:url(_gfx/int/leftnav_bg_over.gif);
	background-repeat: no-repeat;
	background-color:#8B2E27;
	text-decoration:none;
}

/* Items under root */

.leftnav_node_wrapper
{
    background-image:url(_gfx/int/node_wrapper.gif);
  	padding-top:0px;
	padding-bottom: 1px;
	background-repeat:repeat-y;

}

.leftnav_node_wrapper a{
	line-height: 12px;
  	padding-top:5px;
	padding-bottom: 5px;
}

.leftnav_node_wrapper a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

.leftnav_node_wrapper .leftnav_node_haschildren a
{
	background:url(_gfx/int/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:4px 12px;
	font-weight:bold;
}

.leftnav_node_wrapper .leftnav_node_iscurrent a
{
	background-image: url(_gfx/int/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:8px 8px;
	font-weight:bold;
}


/************************************************
Dropdown Menu
************************************************/

/* Wrapper class if needed */
.dropdownmenu
{
	margin:3px 0px 0px 3px;
	clear:both;
}

/* default menu style item */
.menuitem,
.menuitem_top 
{
    color:#104b5b;
	background: #c8b98c;
	border: solid 1px #eae4cf;
}

.menu td {
	cursor: pointer !important;

}
.menuitem, 
.menuitem_top,
.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top,
.menuitem_root,
.menuitem_root_selected,
.menuitem_root_hover,
.menuitem_root_expanded,
.menuitem_root_active
{
	font-family: Tahoma,Arial,sans-serif;
    color:#104b5b;
	background: #c8b98c;
	border: solid 1px #eae4cf;
		cursor: pointer;
}

.menuitem_hover,
.menuitem_active,
.menuitem_expanded,
.menuitem_hover_top,
.menuitem_active_top,
.menuitem_expanded_top,
.menuitem_root_selected,
.menuitem_root_hover,
.menuitem_root_expanded,
.menuitem_root_active
{
    color:#f9f9f9;
	background: #145a82;
	border:1px solid #eae4cf;
}

/* Need to define this because if image is used the item gets a table wrapper. */
.menuitem td,
.menuitem_top td
{
	font-family: Tahoma,Arial,sans-serif;
    color:#104b5b;
	background: #c8b98c;
}

.menuitem_hover td,
.menuitem_active td,
.menuitem_expanded td,
.menuitem_hover_top td,
.menuitem_active_top td,
.menuitem_expanded_top td,
.menuitem_root_selected td,
.menuitem_root_hover td,
.menuitem_root_expanded td,
.menuitem_root_active td
{
	font-family: Tahoma,Arial,sans-serif;
    color:#104b5b;
	background: #c8b98c;
}

/* Use for offsetting arrow */
.menuitem img,
.menuitem_top img,
.menuitem_hover img,
.menuitem_active img,
.menuitem_expanded img,
.menuitem_hover_top img,
.menuitem_active_top img,
.menuitem_expanded_top img
{
	margin-right:3px;
}

.menuitem_root {
    color:#104b5b;
	background: #c8b98c;
	border: solid 1px #eae4cf;
}

.menuitem_root_selected,
.menuitem_root_hover,
.menuitem_root_expanded,
.menuitem_root_active
{
	background: #145a82;
}	

.menuitem_root_image
{
	border:0;
	padding:0;
	margin:0;
	cursor: pointer !important;
}



/**************************************************/


/************************************************
Forms
************************************************/

.form {
	height:auto;
}

.form_in_tab {
	padding:15px 0 10px 10px;
}

.form div {
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
}

.form textarea {
	width:200px;
	height:150px;
}

.form_label {
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field {
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend {
	font-weight: bold;
	color:#625C4D;
}

fieldset {
	border:solid 1px #c2bca6;
}

.form_normaltextbox {
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown {
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button {
	padding:2px 5px;
	margin:0;
	background:url(_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color:#f9f9f9;
}

.form_message, 
.form_message td {
	color: #cc0000;
}

.form_calendarbutton {
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton {
	padding-left: 15px;
	font-weight: bold;
	background-image: url(_gfx/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a {
}

.radeditor div {
	margin-top:0;
	margin-bottom:0;
}


/************************************************
Site map
************************************************/

.sitemap {
  border:solid 0 #000;
  background-color: #fff;
  padding-left:15px;
}

.rootnode,
.parentnode,
.leafnode {
	padding:3px 3px 0;
}

.rootnode {
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a { 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file {
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink {
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/

.search {
	width:738px;
}

.search .paging { 
	text-align:center; 
	font-weight:bold;
}
	
.search .paging a { 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover {
	background:#fff;
	border-top:1px solid #b2d2e9;
}

.search_summary {
	margin-bottom:10px;
	font-weight:bold;
	background-color:#eef8ff;
	padding:10px 0;
	text-align:center;
	font-size:10px;
	border:1px solid #b2d2e9;
}

.search_title {	
	margin:0;
	padding:0;
	border:none;
	color:#0D586D;
	font-weight:bold;
	font-family:Trebuchet MS,Tahoma,Helvetica,sans-serif;	
	font-size:18px;
	line-height:32px;
}

#Search_AdvancedSearch1_searchButton{
	padding:0 5px;
	margin:0;
	background:url(_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color:#f9f9f9;

}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate {
	background-color:#f4f9fc;
}

.search_result_title {
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}

.search_result_location {
	padding-left:10px;
}

.search_result_location_field {
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis {
	padding:0;
	display:none;
}

.search_result_synopsis_highlight {
	background-color:#fcffcc;
	display:none;
}

.search_result_info {
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field {
	font-weight:bold;
	text-transform:uppercase;
}

.advanced_search {
	margin:10px 0;
	text-align:center;
}

.advanced_search label {
	font-weight:bold;
}

.advanced_search select{
	padding: 2px 1px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
}

.advanced_search_textbox {	
	height: 20px;
	padding: 2px 1px 3px 1px;
    width:120px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
}

/*****************************************
* Calendar month view
*****************************************/

.calendar_filter {
    padding:10px 0 0px 35px;
	margin:0;
    text-align:left;
}

.filter a[disabled="disabled"] {color:#000; font-weight:bold;}
.filter {padding-bottom:10px;}

.calendar_filter select {
    width:200px;
	margin-top:0;
	padding: 2px 1px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
}

.calendar_div {
	background-color:#ffffff;
	padding-bottom: 10px;
	width:100% !important;
	text-align:center;
}

.calendar_panel {
	padding:0;
	margin:0;
	width:100%!important;
	overflow:hidden;
}

.calendar {
	background-color:#ffffff;
	width:100%;
	padding:0;
	margin:0;
	border: 0;
}

.calendar_dayheader {
	height: 1px;
	color: #fff;
	background: url(_gfx/cmn/tablehdr_bg.gif) #007799 repeat-x ;
	font-weight: bold;
	font-size: 9px;
	padding: 3px;
	text-transform: uppercase;
	border: 1px solid #0d586d;
}

.calendar_selector {
	color:#fff;
	background-color:#EFDC9E;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td {
	padding: 0 0 8px 0;
	background-color:#ffffff;
	font-family: Trebuchet MS, Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #007799;
	width:60%;
}

td.calendar_nextprev {
	background-color:#ffffff;
	width:200px !important;
}

.calendar_nextprev a {
 	background-color:#ffffff;
   font-size:10px;
	color:#007799 !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family:Arial, Helvetica, san-serif;
	font-size:18px;
	font-weight:bold;
	padding: 3px;	
	width:14%;
	height:105px;
	border: 1px solid #0d586d;
}

.calendar_day,
.calendar_weekendday {
	background-color:#f9f9f9;
	background-image:url(_gfx/calendar/calendar_day_BG.gif);
	background-repeat:repeat-x;
	color:#0d586d;
}

.calendar_othermonthday {
	background-color:#b0c2c7;
	color:#007d9b;
}

.calendar_today {
    background-color:#cae8f7;
    background-image:url(_gfx/calendar/calendar_today_BG.gif);
	background-repeat:repeat-x;
	color:#0d586d;
}

.calendar_selectedday {
	background-color:#f7fcff;
	color:#999999;
}

.calendar_eventtime {
	color:#666;
	font-size:10px;		
	font-weight: normal;	
}

.calendar_eventlink {
	font-size:10px;		
	font-weight: normal;
	line-height:12px;
	display:block;
	padding:3px 0;
}

#_ctl1_iCalButton img, #_ctl1_iCalButtonBottom img {
	margin-right:10px; vertical-align:bottom;
}
#_ctl1_iCalButtonBottom, #_ctl1_iCalButton{}

/*************************************************
* Component detail 
*************************************************/

.component_title {
	font-weight: bold;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color: #2aa4b9;
}

.component_subtitle {
	font-size: 13px;
	font-weight:bold;
	line-height:18px;
	color:#2a5d6c;
}

.component_listitem {
	padding: 0 0 15px 0;
}

.component_listitem div{clear: both;}

.component_listitem_header, .component_listitem_header_wider
{
	font-weight: bold;
	width:100px;
	display:block;
	float:left;
	color: #4b4638;
}

.component_listitem_header_wider
{
	width:150px;
}

.component_listitem_content
{
	width:300px;
	display:block;
	float:left;
}

.component_content
{
	clear: both;
}


/************************************************
FAQ List
************************************************/

.listfaq {
	width:100%;
	padding:0;
	border-collapse: separate;
}

.listfaq td {
	padding:4px;
	border:0px;
}

.listfaq_pager {
	text-align:right;
}

.listfaq_q {
	font-weight:bold;
}


/************************************************
    Link List
************************************************/

.link_name a {
    padding-left:10px;
    background-image:url(_gfx/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

/************************************************
    Lists, including DataGrid classes
************************************************/

.listtable {
	width:100%;
	border:1px solid #007799 !important;
	background-color:#fffcee;
	border-collapse:separate;
}

.listtable th {
	background:#017493 url(_gfx/cmn/tablehdr_bg.gif) repeat-x;
	padding:5px;
	border:0;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #FFF;
	text-transform:uppercase;
}

.listtable_header a {
	color:#fff;
}

.listtable td {
	border:0;
	border-top:1px solid #c3bfa7;
	padding:5px;
	margin:0;
}

.listtable tr:hover {
	background-color:#d0eaf7;
}

.listtable_buttoncolumn {
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input {
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.listtable_checkboxcolumn {
	padding:0;
	width:1px;
}

.listtable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on {
	background-color:#E4F1FF;
}

.listtable_row_off {
	background-color:#fff;
}

.listtable_pager {
	text-align:right;
}

/*For plain lists on front end*/
.listcomponent {
	border:0px !important;
	border-collapse: separate !important;
	width: 100%;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px !important;
	padding:4px 4px 10px 0;
}

.listdocument
{
	width: auto !important;
}

.listcomponent_pager {
	text-align:left;
}

/*For links on top of page*/
.topselector {
	margin-bottom: 10px;
}

/*For dropdown filters*/
.filter {
	margin: 10px 0;
}

/************************************************
* Image-using item list 
************************************************/

.righttable {
    width:250px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th {
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #fff;
	height:20px;
	font-size:9px;
}

.righttable_header a {
	color:#fff;
}

.righttable td {
    border:0;	
	border-top:1px solid #DADADA;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover {
	background-color:#fffcee;
}

.righttable_buttoncolumn {
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input {
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2
}

.righttable_checkboxcolumn {
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input {
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on {
	background-color:#E4F1FF;
}

.righttable_row_off {
	background-color:#fff;
}


/***********************************************
* E-Notifier
***********************************************/

.tag_div {
	padding: 10px 0 20px;
}

.area_div {
	padding: 5px 0;
}


/************************************************
Survey
************************************************/

.survey_title {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}


/************************************************
Staff Directory
************************************************/

.staff_column_div
{
	width:100%;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:110px;
}

.staff_thumbnail_span img
{
	margin:0px 5px 10px 0px;
	border:1px solid  #cccccc;
}

.staff_component_title
{
	font-size:16px;
	font-weight: bold;
	color: #79b0bf;
}

.staff_column_div .component_listitem
{
	width: 450px !important;
	float: left;
}

/************************************************
Department boxes
************************************************/

.box_container {
	width: 131px;
	font-size:11px;
	line-height:12px;
	color:#0c6497;
	margin-bottom:15px;
}

.box_title {
	width: 131px;
	height:19px;
	line-height:19px;
	color:#FFF;
	font-size:11px;
    text-align:center;
	font-weight:bold;
	padding:0;
    background-image:url(_gfx/int/box_title_bg.gif);
    background-repeat:no-repeat;
}

.box_list {
    padding:4px 8px 15px 13px;
	margin-bottom: 5px;
	background: #e3f6ff url(_gfx/int/box_list_bg.gif) top no-repeat;
	border: 1px solid #70aad0;
}

.box_list a {
    padding-top:5px;
    margin-bottom:1px;
	text-decoration:none;
	color:#084a70;
}

.box_list .news_title{
    padding-top:5px;
    margin-bottom:1px;
}

.box_list a:hover {
	text-decoration:underline;
}

.box_list p {
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:10px;
}

.box_bottomlink a,
.box_bottomlink a:hover {
    font-size:10px;
    display:block;
    text-align:right;
    padding:3px;
}

.box_list .event_title {
    padding-top:5px;
}
.box_list .event_date {
    margin-bottom:5px;
    color:#0c6497;
}

/************************************************
Home boxes
************************************************/

.home_events
{
	background: url('_gfx/home/ttl_meetings_events.gif');
	background-repeat:no-repeat;
	width:366px;
	min-height: 251px;
	height: auto !important;
	height:237px;
}

.home_events .events_title
{
    display:none;
}

.home_events .event_title
{
	border-top:dotted 1px #a0a09f;
	padding:8px 0px 0px 0px;
}

.home_events .event_title a
{
	color:#c2531c;
	font-size: 13px;
	font-weight:bold;
	line-height: 17px;
}

.home_events .event_title a:hover
{
	text-decoration:underline;
}

.home_events .event_date
{
    font-size:11px;
	line-height: 17px;
    color: #575757;
    padding:0px 0px 8px 0px;
}

.home_events .events_list
{
	border:0px;
	padding:40px 0px 0px 23px;
}

.home_events .events_list p
{
	border:0px;
	padding:10px 0 0 23px;
	margin:0px;
}

.home_events .events_bottomlink
{
	display:none;
}

.home_events_bottomlink
{
	
	font-weight:bold;
    font-size:10px;
	color:#746d5b;
	margin-top:16px;
	margin-left:228px;
	line-height: 22px;
	width: 82px;
}

.home_events_bottomlink_list
{
	margin:5px 0px 0px 17px;
}

.home_events_bottomlink_list a
{
	font-weight:bold;
    font-size:11px;
	color:#C2531C;
}

.home_news
{
	background: url("_gfx/home/ttl_right.gif") no-repeat scroll left 0 transparent;
    float: left;
	width: 282px;
	height:156px;
}

.home_news .news_list
{
	border:0px;
	margin:35px 0px -12px 16px;
	padding:0px 0px 0px 0px;
	height:88px;
	overflow:hidden;
}

.home_news .box_title
{
	display:none;
}

.home_news .news_title
{
	margin:5px 0px 0px 0px;
}

.home_news .news_title a
{
	color:#c2531c;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
}

.home_news .news_list p
{
	border:0px;
	padding:0px;
	margin:0px;
}

.home_news .news_bottomlink 
{
    font-weight:bold;
	width:90px;
    font-size:10px;
	margin-top: 11px;
	float:right;
}

.home_news .news_bottomlink a
{
	color:#585858;
}

/******************************************
* 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:0; 
	border:0;
	display:block;
	margin:0 auto;
	overflow: hidden;
}

.album_name {
	text-transform:uppercase;
	font-weight:bold;
}

.album_details {
    font-size:9px;
}

#photo_single{
	margin-top:15px;
}

.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_details {
    text-align:center;
}

.photo_name {
}

.slideshow_link {
    float:right;
    font-weight:bold;
    width:140px;
    margin-right:25px;
}

.slideshow_link a {
    display:block;
	padding:3px 5px;
	text-align: center;
	background:url(_gfx/cmn/submit.gif) repeat-x;
	border: 1px solid #003241;
	color:#f9f9f9;
}

.slideshow_nav {
    text-align:center;
}

.filter select{
	padding: 2px 1px;
	margin-bottom:0px;
	background-color:#f2fbff;
	border:1px solid #7f9db9;
}

/* End Picture List */

.rss_button
{
	text-align: right;
	margin:-41px 5px 10px 0;
	padding-top:0;
}

.rss_button_calendar .rss_button
{
	text-align: right;
	margin:-29px 5px 10px 0;
	padding-top:0;
}

.printonly
{
	display:none;
}

/******************************************
* Intranet 
******************************************/

.intra_columns{
	border-top: 3px solid #f9f9f9;
	height: 445px;
	margin:0;
	padding:0;
}

.intra_home_left {
	border-right: 3px solid #f9f9f9;
    width:237px;
	margin:0;
	padding:0;
	height: 445px;
    float:left;
	color:#003240;
	font-weight:bold;
}

.intra_home_left a, .intra_home_middle a, .intra_home_right a{
	color:#c2531c;
}

.intra_home_left h3 {
	margin:0;
	padding:10px 15px 5px 15px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00446b;

}

.intra_searchbox{
	width:210px;
	margin:0 0 5px 10px;
	font-size:9px;
	padding: 3px 2px;
	font-weight:bold;
	background-color:#f2fbff;
	color:#2a5470 !important;
	border:1px solid #7f9db9;
}

.service{
	text-align:center;
	width:215px;
	margin:0 0 5px 10px;
	font-size:9px;
	padding: 3px 2px;
	font-weight:bold;
	background-color:#f2fbff;
	color:#2a5470 !important;
	border:1px solid #7f9db9;
}

.intra_radios{
	font-weight:normal;
	color:#1b4978;
	font-size:10px;
	line-height: 20px;
	margin-bottom: -3px;
}

.intra_radios_span{
	float:left;
	padding: 0 5px 5px 5px;
}

.intra_box_bottomlink {
    text-align: right;
	font-weight:bold;
	padding-right: 9px;
	position: relative;
	top: 20px;
	margin:0;
	font-size:9px !important;
}

.intra_whoswho {
	height:110px;
	border-bottom: 3px solid #f9f9f9;
	margin:0;
	padding:0;
	font-weight:normal;
	background: #d8e3e8;
}

.who{
	font-size: 14px;
	font-weight:bold;
}

.who_photo, .gal_photo, .intra_news_icon {
	float:left;
	padding: 0 15px;
}

.intra_staffdir {
	margin:0;
	border-bottom: 3px solid #f9f9f9;
	padding:0;
	height:175px;
	background: url(_gfx/intra/staff_bg.gif) top center no-repeat;
}

.intra_servicedir {
	margin:0;
	padding:0;
	height:155px;
	background: url(_gfx/intra/service_bg.gif) top repeat-x;
}

.alpha_links, .alpha_links a {
	font-weight:normal;
	font-size:9px;
}

 
.intra_staffdir .alpha_links a{
 color:#004c65;
}

.intra_servicedir .alpha_links a{
color:#90c2d9;
}

.alpha_links {
	padding: 0 12px;
	color: #004c65;
	margin:0;
}

.intra_home_middle {
	width:256px;
	border-right: 3px solid #f9f9f9;
	height: 445px;
	margin:0;
	padding:0;
	background: #eef7fc url(_gfx/intra/meetings.gif) top center no-repeat;
	overflow:hidden;
    float:left;
}

.intra_home_middle ul {
	list-style: none;
	margin:35px 4px 0 15px;
	height:160px;
	overflow:hidden;
	padding:0;
}

.intra_meetings {
	height: 240px;
	overflow: hidden;
}

.intra_news_link {
	font-size:10px;
	line-height: 14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.intra_meetings ul img{
	padding: 5px 0;
}

.intra_meetings ul li{
	padding: 1px 0;
	margin:0;
}

.intra_photo_gallery{
	height:140px;
	padding-top:25px;
	overflow:hidden;
}

.intra_home_right {
	background: #eef7fc url(_gfx/intra/news.gif) top left no-repeat;
    float:left;
 	margin:0;
	padding:0;
	height: 445px;
   width:263px;
}

.intra_news{
	height:250px;
	overflow:hidden;
	margin: 0;
	padding: 30px 15px 0 10px;
}

.news_box{
	padding:10px 0;
}

.news_box_nopic{
	padding:0 5px 0 25px;
}

.news_box p{
	padding:5px 0;
	margin:0;
}

.intra_newsletter{
	overflow:hidden;
	margin: 0;
	padding: 55px 15px 0 10px;
}

.intra_newsletter p{
	font-size:10px;
	line-height:14px;
	padding-top: 0px;
}

.teleworks h3
{
	margin-bottom:0px;
}

/******Weather component***/
.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #015874;
	height: 180px;
	width: 87px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

.weather_home_icon 
{
	width: 79px;
	height: 49px;
}

.weather_home_icon img
{
	margin-top:7px;
	border:0px;
}

.customsite
{
	display: block;
}

.greensite
{
	display: none;
}

/* member profile */
div.memberprofile, div.memberprofile div
{
	margin:8px;
	clear:both;
}
div.memberprofile .form_label
{
	clear:left;
	height:28px;
}
div.memberprofile .form_field
{
	float:left;
	height:28px;
	width:150px;
}
div.memberprofile .form_div
{
	margin:12px auto;
	clear:left;
}

.listDiv
{
	width:660px;
	padding-top:20px;
}

/*** 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;
}
