/* 
Website:
Name: 
Description: inSite-powered website, designed and hosted by Artemis Inc.
Version: 
Author: 
Author URI: http://www.artemisit.com
Comments:	This stylesheet contains all the basic styles used by inSite.
			Also notable is the combination of two css methodologies, tabbed(rounded) buttons and drop-down navigation.
			This stylesheet is best viewed without word wrapping.
*/

/*** Body Styles ***/
body { margin: 0; font-size: 62.5%; font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-serif; background: #efefe5 url('/images/bg_body.png') repeat-x ;} /* This percentage sets 1.0 em to 10px. */

/*** Insite WYSIWYG styles ***/
.h1 { font-weight: bold; margin-bottom: 0; font-size: 1.4em; line-height: 1.2em; letter-spacing: -1px; color: #0071BC;}
.h2 { font-weight: bold; margin: 0 0 0 0; font-size: 1.2em; line-height: 1.2em; letter-spacing: -1px; color: #9FC078; } 
.h3 { font-weight: bold; margin: 0; font-size: 1.1em; margin-bottom: 0px; line-height: 1.0em; letter-spacing: 0px; text-decoration: underline; } 
.h4 { margin: 0; font-size: 1.1em; margin-bottom: 0px; font-weight: bold; padding: 0; line-height: 1.0em; letter-spacing: 0px;  } 
.h5 { margin: 0; font-size: .9em; margin-top: 0; margin-bottom: 10px; line-height: 1.2em; color: #888; }
.normal { font-family: 'Lucida Grande', Lucida Sans, Verdana, Sans-serif; line-height: 145%; margin: 0; padding-bottom: 15px; clear: left; }
.linkBox { font-size: 1.2em; border: 1px solid #8EC2E1; background-color: white; padding: 20px; width: 560px; margin: auto;}

/* End Core Styles */

.pageTitle { float: left; width: 100%; padding: 0px; margin: 0px 0 20px 0; }
	.pageTitleHeart { float: left; width: 100%; padding: 0px; margin: 0px 0 20px 0; }
.pageTitle a { float: right; display: block; background: url('/images/print.gif') no-repeat; width: 80px; height: 20px;}
.pageTitle a:hover { display: block; background: url('/images/printUp.gif') no-repeat; }
.pageTitleHeart h2 { color: #d20002; }
#wrapper { position: relative; overflow: hidden; background: url('/images/bg_wrapper.png') repeat-y 9px 0px; width: 1100px; padding: 0; margin: 29px auto 0 auto;  }
#wrapper2 { float: left; position: relative; background: url('/images/bg_wrapper2.png') repeat-y top right; padding: 0; width: 100%; }
#page { padding: 0; margin: 0 30px; background: #fff; overflow: hidden; background: #fff url('/images/bg_page.png') repeat-y top left; z-index: 0; }
#printpage { margin: auto; width: 780px; background: #fff; }
#header {  float: left; width: 100%; height: 418px; padding: 0; background: #fff url('/images/bg_header.png') repeat-x bottom left; overflow: hidden;} 
	#header_heart {  float: left; width: 100%; height: 418px; padding: 0; background: #fff url('/images/bg_header_heart.png') repeat-x bottom left; overflow: hidden;} 
#header #logo { width: 380px; height: 110px; float: left; margin: 40px 0 34px 37px; background: url('/images/logo.png'); }
	#header_heart #logo { width: 380px; height: 110px; float: left; margin: 40px 0 34px 37px; background: url('/images/logo_heart.png'); }	
	#header_heart #logo_small { float: right; margin: 50px 50px 0 0; }
#fade { float: left; width: 100%; margin: 0; height: 234px; background: url('/images/header.jpg') no-repeat; } 
#fade a { border: none;}
.home_top { float: left; overflow: hidden; width: 100%; padding-bottom: 10px; }
.home_row { float: left; overflow: hidden; width: 100%; border-top: 2px solid #F6F7F1; padding-bottom: 10px; }
.home_left { float: left; width: 342px; padding-top: 20px; border-right: 2px solid #F6F7F1; padding-right: 15px; }
.home_right { float: left; width: 342px; padding-top: 20px; padding-left: 25px;}
.imagebox_right { float: right; margin: 0 0 5px 10px; width: auto; }
.imagebox_left { float: left; margin: 0 10px 5px 0; width: auto;  }
.imagebox { float: left; margin: 0 10px 0 0; width: auto; }
.imagebox_left span, .imagebox_right span, .imagebox span { display: block; clear: both; margin: 5px 0 0 0; font-size: 0.9em; font-weight: normal; line-height: 120%; }

/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 2.2em; color: #000; font-weight: bold; letter-spacing: -1px;}
h3 { margin: 0; font-size: 1.6em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; } 
h4 { margin: 0; font-size: 1.4em; margin-bottom: 0px; font-weight: bold; } 
h5 { margin: 0; font-size: .8em; margin-top: 0; margin-bottom: 10px; font-weight: bold; }
hr { 1px solid #888; margin: 0; } 

/*** Warning/Alert/Message Boxes ***/
.errorBox {clear: left; float: left; width: 600px; padding: 5px 5px 5px 35px; font-size: 1.2em; border: 1px solid #FF0000; background: #FFE4E4 url('/intranet/images/ico_error.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none; }
.messageBox {clear: left; float: left; width: 600px; padding: 5px 5px 5px 35px; font-size: 1.2em; border: 1px solid #FFCC00; background: #fffdd6 url('/intranet/images/ico_yellowerror.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none; }
.positiveBox {clear: left; float: left; width: 600px; padding: 5px 5px 5px 35px; font-size: 1.2em; border: 1px solid #6EC461; background: #E5FFE0 url('/intranet/images/ico_checkmark.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none; }

/*** Table Styles - Tables are for tabular data ***/
td { font-size: 13px; padding: 4px;}
tr.altrow { background-color: #e5e5e5; }
table { }
table .normal { width: 330px; }
body#EventsCalendar table { float: left; }
body#PressReleases table { float: left; }

/*** Content/Copy Styles ***/
p {	font-size: 1.3em; line-height: 145%; margin: 0; padding-bottom: 15px; }
#content { float: left; overflow: hidden; height: 100%; width: 730px; color: #333; padding: 0px; margin: 30px; z-index: -1; }
#content ul { margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#content ul li { font-size: 13px; }
#printcontent { clear: left; color: #000; }
#printcontent p { font-size: 1.3em; line-height: 145%; margin: 0; padding-bottom: 15px; }
#printcontent ul { font-size: 1.3em; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
.smallbold { font-size: 1.1em; font-weight: bold; color: #5D5E59; }

/*** Link Styles ***/
a:link { color: #0071BC; }
a:visited { color: #003A8D; }
a:hover { color: #003A8D; }
a img { border: none; }

/*** Inconsistant HR styling across browsers forces the use of a div with this class in lieu of the hr tag ***/
.hr { border-top: 1px solid #; width: 100%;	height: 1px; margin: 0 0 0 7px;	padding: 0;	border: 1px solid #4299ce; }

/*** Navigation - Uses an unordered list and styles them as buttons 
	 This nav supports rounded buttons and drop-down menus.								***/

/* Main Nav */
		#navcontainer1 {
			float: left;
			width: 222px;
			padding: 0;
			margin: 0 0 10px 18px;
			background: #FAFBF6;
			z-index: 999;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			font-size: 1.3em;
			line-height:normal;
			font-style: normal;
			letter-spacing: -1; 
			float: left;
			}
		#nav1 ul {
			float: left;
			margin: 17px 0 0 0;
			padding:0;
			list-style:none;
		}
		#nav1 li {
			float: left;
			position: relative;
			margin: 0;
			padding: 0;
			
		}
		#nav1 a {
			float: left;
			margin:0;
			padding:0 0 0 0px; /* The space between the left side of the tab and the text. */
			margin: 0px; /* Spacing between navigation tabs */
			text-decoration:none;
			width: 203px;
		}
		#nav1 a span {
			float:left;
			display:block;
			padding: 10px 10px 11px 10px; /* The padding around the text */
			font-weight: normal;
			color: #5D5E59;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav1 a span {float:none;}
		/* End IE5-Mac hack */
		#nav1 a:hover span {
			color: #020204;
		}
		#nav1 #current a {
			background-position: left bottom;
			border-width:0;
		}
		
		#nav1 #current a span {
			background-position:100% 100%;
			padding:8px 8px 8px 8px;
			color:#333;		
		}
		#nav1 a:hover {
			background-position: 0 0; background: url('images/bg_nav_top.png') no-repeat 0px 9px;
		}
		#nav1 a:hover span {
			background-position: 0 0; background: url('images/bg_nav_bottom.png') no-repeat bottom left;
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: left; width: auto; margin: 0; padding: 0; list-style: none; line-height: 1; z-index: 999;}
		#nav_dropdown1 ul { height: auto; float: left; background: url('images/bg_nav2.png') no-repeat 20px 0; padding: 10px 0; z-index: 9999; }
		
		#nav_dropdown1 ul a { display: block; background: none; font-weight: normal; }
		
		/* 1st Level List Items */
		#nav_dropdown1 li { float: left; }
		
		/* 2nd Level List - UL
		Sets a width on the UL element - Without it, list goes horizontal 
		Hides the UL from view using left									*/
		
		/* Using left instead of display to hide menus because display: none isn't read by screen readers */
		#nav_dropdown1 li ul { position: absolute; left: -999em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { clear:left; margin: 0 0 0 20px; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 170px; padding: 10px 18px; color: #5D5E59;}
		#nav_dropdown1 ul li a:hover { background: url('images/bg_nav_top.png') no-repeat 9px 0; color: #020204;}	
	
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown1 li ul ul { margin: 0px 0 0 203px; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown1 ul ul li a { width: 170px; padding: 10px 18px; color: #5D5E59; }
		#nav_dropdown1 ul ul li a:hover { background: url('images/bg_nav3.png') no-repeat 9px 0; color: #020204; }		
		
		/* This bit moves list items off the page using negative left margin */
		#nav_dropdown1 li:hover ul ul, #nav_dropdown1 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		
		/* lists nested under hovered list items */ 
		#nav_dropdown1 li:hover ul, #nav_dropdown1 li li:hover ul, #nav_dropdown1 li.sfhover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 203px;
			top: 0px;
		}
		#nav_dropdown1 li li:hover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		
		/* Keep parent tiers Hightlighted when in their children */
		#nav_dropdown1 li:hover > a, #nav_dropdown1 li.sfhover > a { background: #eda; background: url('images/bg_nav_top.png') no-repeat 0px 0; } /* T1 a */
		#nav_dropdown1 li:hover a span, #nav_dropdown1 li.sfhover a span  { color: #020204; background: url('images/bg_nav_bottom.png') no-repeat bottom left; } /* T1 span */
		
		#nav_dropdown1 ul li:hover > a, #nav_dropdown1 ul li.sfhover > a { background: url('images/bg_nav3.png') no-repeat 9px 0; color: #020204; } /* T2 a */
	
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown1 ul .nav_has_level3 { background: url('images/nav_arrow.png') no-repeat top left;	}
		#nav_dropdown1 ul .nav_has_level3:hover { background-image: url('images/nav_arrow_up.png'); }
	
/* Heart Gallery Nav */
		#navcontainer2 {
			float: left;
			width: 222px;
			padding: 0;
			margin: 0 0 10px 18px;
			background: #FAFBF6;
			z-index: 999;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav2 {
			font-size: 1.3em;
			line-height:normal;
			font-style: normal;
			letter-spacing: -1; 
			float: left;
			}
		#nav2 ul {
			float: left;
			margin: 17px 0 0 0;
			padding:0;
			list-style:none;
		}
		#nav2 li {
			float: left;
			position: relative;
			margin: 0;
			padding: 0;
			
		}
		#nav2 a {
			float: left;
			margin:0;
			padding:0 0 0 0px; /* The space between the left side of the tab and the text. */
			margin: 0px; /* Spacing between navigation tabs */
			text-decoration:none;
			width: 203px;
		}
		#nav2 a span {
			float:left;
			display:block;
			padding: 10px 10px 11px 10px; /* The padding around the text */
			font-weight: normal;
			color: #5D5E59;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav2 a span {float:none;}
		/* End IE5-Mac hack */
		#nav2 a:hover span {
			color: #020204;
		}
		#nav2 #current a {
			background-position: left bottom;
			border-width:0;
		}
		
		#nav2 #current a span {
			background-position:100% 100%;
			padding:8px 8px 8px 8px;
			color:#333;		
		}
		#nav2 a:hover {
			background-position: 0 0; background: url('images/bg_nav_heart.png') no-repeat 0px 9px;
		}
		#nav2 a:hover span {
			background-position: 0 0; 
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown2, #nav_dropdown2 ul { float: left; width: auto; margin: 0; padding: 0; list-style: none; line-height: 1; z-index: 999;}
		#nav_dropdown2 ul { height: auto; float: left; background: url('images/bg_nav2.png') no-repeat 20px 0; padding: 10px 0; z-index: 9999; }
		
		#nav_dropdown2 ul a { display: block; background: none; font-weight: normal; font-size: 11px; }
		
		/* 1st Level List Items */
		#nav_dropdown2 li { float: left; }
		
		/* 2nd Level List - UL
		Sets a width on the UL element - Without it, list goes horizontal 
		Hides the UL from view using left									*/
		
		/* Using left instead of display to hide menus because display: none isn't read by screen readers */
		#nav_dropdown2 li ul { position: absolute; left: -999em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown2 ul li { clear: left; margin: 0 0 0 20px; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown2 ul li a { width: 170px; padding: 10px 18px; color: #5D5E59;}
		#nav_dropdown2 ul li a:hover { background: url('images/bg_nav_heart.png') no-repeat 9px 0; color: #020204;}	
	
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown2 li ul ul { margin: 0px 0 0 203px; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown2 ul ul li a { width: 170px; padding: 10px 18px; color: #5D5E59; }
		#nav_dropdown2 ul ul li a:hover { background: url('images/bg_nav_heart_top.png') no-repeat 9px 0; color: #020204; }		
		
		/* This bit moves list items off the page using negative left margin */
		#nav_dropdown2 li:hover ul ul, #nav_dropdown2 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		
		/* lists nested under hovered list items */ 
		#nav_dropdown2 li:hover ul, #nav_dropdown2 li li:hover ul, #nav_dropdown2 li.sfhover ul, #nav_dropdown2 li li.sfhover ul { 
			left: 203px;
			top: 0px;
		}
		#nav_dropdown2 li li:hover ul, #nav_dropdown2 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		
		/* Keep parent tiers Hightlighted when in their children */
		#nav_dropdown2 li:hover > a, #nav_dropdown2 li.sfhover > a { background: #eda; background: url('images/bg_nav_heart_top.png') no-repeat 0px 0; } /* T1 a */
		#nav_dropdown2 li:hover a span, #nav_dropdown2 li.sfhover a span  { color: #020204; background: url('images/bg_nav_heart_bottom.png') no-repeat bottom left; } /* T1 span */
		
		#nav_dropdown2 ul li:hover > a, #nav_dropdown2 ul li.sfhover > a { background: url('images/bg_nav_heart.png') no-repeat 9px 0; color: #020204; } /* T2 a */
	
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown2 ul .nav_has_level3 { background: url('images/nav_arrow.png') no-repeat top left;	}
		#nav_dropdown2 ul .nav_has_level3:hover { background-image: url('images/nav_arrow_up.png'); }



/* Top Right Nav (Non-Editable by InSite) */
	ul#nav_dropdown3 { display: block; float: right; white-space: nowrap; width: auto; padding: 0; margin: 20px 27px 0 0; }
	#nav_dropdown3 li { font-size: 1.2em; display: block; float: left; list-style-type: none; margin: 2px 0 0 0;  }
	#nav_dropdown3 a:link, #nav_dropdown3 a:visited { height: 23px; color: #6F9349; text-decoration: none; padding: 4px 11px 0 10px;  background: url('/images/bg_topnav.gif') no-repeat 100% 7px; }
	#nav_dropdown3 a:hover { color: #49632C; text-decoration: none; }
	#nav_dropdown3 li.nopipe a:link,#nav_dropdown3 li.nopipe a:visited  { background-image: none; }
	#nav_dropdown3 li#twitter { background: url('images/ico_twitter.png') no-repeat 0 0px; height: 23px; margin: 0; padding: 2px 0 0 15px; }
	#nav_dropdown3 li#facebook { background: url('images/ico_facebook.png') no-repeat 0 0px; height: 23px; margin: 0;  padding: 2px 0 0 15px; }
	#nav_dropdown3 li#facebook a { padding-right: 0; }
	#nav_dropdown3 li#twitter a { padding-right: 10px; }
/* Footer Nav */
	.footer { display: block; float: left; margin: 25px auto 0 auto; float: left; width: 100%; background: #fff url('/images/ft_bg.gif') top left; color: #000; text-align: left; padding: 15px 0 0 0; border-top: 2px solid #F6F7F1; }
	.footer p { float: left; font-size: 1.1em; margin: 0; padding: 0; }
	.footer a {  color: #2385c7; padding: 2px; margin: 0; text-decoration: none; }
	.footer a:visited { color: #000; }
	.footer a:hover { color: #2385c7; margin: 0; text-decoration: underline; }

/*** Images & Alignments

	Using 'class="alignright"' on an image will align the image to the right. 
	And using 'class="centered', will of course center the image. This is much
	better than using align="center", being much more futureproof (and valid)       ***/
#header img { border: 0; }
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { margin: 10px; margin-left: 20px;  }
img.alignleft { margin-right: 20px; margin-bottom: 20px; }
.alignright { float: right; }
.alignleft { float: left;}
.captionblock { background-color: white; border: 10px solid white; width: 150px; margin-left: 30px; }


/*** Hacks - May become outdated when/if IE ships with proper CSS support ***/

	/* The infamous "clear div" or "spacer div" hack. An empty div placed below
		floated divs that clears the floats, so that content can continue to flow 
		below the clear. http://www.complexspiral.com/publications/containing-floats/ 

		Update: Use of overflow:hidden in combination with a totally floated layout and position:relative now replaces this hack. 				*/
		div.spacer { clear: both; }

/*** Calendar System Styles ***/

	/* Mini Calendar Styles */
	.MiniCalTableTitle { width: 170px; }
	.MiniCalTableDays {	width: 175px; }
	.MiniCalFont { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;	}
	.MiniCalHeader { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}	
	A.MiniCalLink:link {color: #000000;	font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: bold; text-decoration: none;	}
	A.MiniCalLink:visited {	color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: bold; text-decoration: none;	}
	A.MiniCalLink:hover { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }

	/* Main Calendar & Event Coordinator Styles */

	/* Single Event Display Styles */
	p.clear { display: none; }
	.EventTable { background-color: #ffffff; padding: 0;}
	.EventHeader { font-weight: bold; font-size: 1.6em; color: #0071BC; }
	.EventSubHeader { font-weight: bold; font-size: 1.6em; color: #0071BC; letter-spacing: -1px;}
	.EventSubHeaderReg { font-weight: bold; font-size: 1.6em; color: #0071BC; letter-spacing: -1px;}
	.EventDate { color: #000000; font-size: 14px; font-weight: bold; }
	.EventTitle { font-size: 1.5em; font-weight: bold; padding: 0; color: #9FC078; }
	.EventDetail { font-size: 1.2em; font-weight: normal; width: 50%; margin: 0;}
	.EventDetailSmall { font-size: 9px; font-weight: bold; text-decoration: none; }
	.EventDivider { color: #4299CE; background: #4299CE; height: 1px; }
	a.EventLinks { float: right; margin: 0px; padding: 2px; line-height: 1.3em; text-align: right; background: #FAFBF6; border: 1px solid #EFEFE5; }
	a.EventLinks:link { text-decoration: none; font-size: 10; color: #5D5E59;}
	a.EventLinks:visited { font-size: 10; text-decoration: none; color: #5D5E59; }
	a.EventLinks:hover { text-decoration: underline; color: #020204; background: #EFEFE5; font-size: 10; }
	td table td.EventDetail { font-size: 1.0em;}
	marquee { background: none; cursor: pointer; } 
	table form select { float: left; margin: 0 20px 0 0; font-size: 18px; }
	table form input { float: left; padding: 0; font-size: 18px; }
	
	/* Side Bar Styles */
	.EventSideBar { font-size: 11px; font-weight: bold;}
	a.EventSideBar { font-size: 11px; font-weight: bold;}
	a.EventSideBar:link { font-size: 11px; font-weight: bold;}
	a.EventSideBar:visited { font-size: 11px; font-weight: bold;}
	a.EventSideBar:hover { font-size: 11px; font-weight: bold;}
	
	/* Main Calendar & Event Coordinator Admin Styles */
	form td input { }
	.AdminHeader { font-size: 18px; font-weight: bold; color: #000000;}
	.AdminSubHeader { font-size: 14px; font-weight: bold; color: #FFFFFF; background-color: #000000;	}
	.AdminAltRows { background-color: #8f8f8f;}	
	A.AdminLinks:link { font-size: 9px; font-weight: bold; color: #000000; text-decoration: none;	}
	A.AdminLinks:visited { font-size: 9px; font-weight: bold; color: #000000; text-decoration: none;	}
	A.AdminLinks:hover { font-size: 9px; font-weight: bold; color: #000000; text-decoration: none;}
	.AdminNormal {color: #000000; font-weight: bold; }
	.AdminDetails {	color: #000000;	font-size: 9px;}
	.AdminWarning {	color: #FF0000;	font-size: small;}
	.MenuDD { font-size: 10px; font-weight: bold; color: #000000; }


/*** Newsroom Styles ***/
.NewsHeader { float: left; height: auto; font-weight: bold; color: #0071BC; }
.NewsHeaderTitle { float: left; padding: 0; width: 100%; margin: 0 0 0px 0; font-weight: bold; font-size: 1.7em; line-height: 1.2em; letter-spacing: -1px; color: #0071BC;}
.NewsSummary { float: left; width: 100%; margin: 0; padding: 0 0 5px 0; line-height: 1.3em; }
.NewsMore:link { float: right; margin: 0 0 10px 10px; padding: 10px; background: #FAFBF6; line-height: 1.3em; font-size: 1.3em; text-align: right; border: 1px solid #EFEFE5; color: #5D5E59; text-decoration: none;}
.NewsMore img { float: left; margin: 0 5px 0 0; }
.NewsMore:hover {  color: #020204; background: #EFEFE5;}
.NewsMore:visited {  float: right; color: #5D5E59; padding: 10px; background: #FAFBF6; line-height: 1.3em; font-size: 1.3em; text-align: right; border: 1px solid #EFEFE5; color: #5D5E59; text-decoration: none;}
.newsTop { float: left; } 
.moreArchive { color: #5D5E59; text-decoration: none; clear: both; float: left; margin: 10px 0 10px 1px; font-size: 1.3em; padding: 10px; background: #FAFBF6; line-height: 1.3em; text-align: right; border: 1px solid #EFEFE5; }
.moreArchive:hover {  color: #020204; background: #EFEFE5; }
.moreArchive:visited { color: #5D5E59; }

/*** Sidebar ***/
#sidebar { float: left; width: 242px; }
#cal { float: left; width: 180px; background: #F3F3E9; margin-left: 25px; padding: 5px; }
#sidebar table { float: left; background: #F3F3E9; }
#sidebar table td { padding: 0; }
#sidebar h3 { float: left; margin: 0 0 0 25px; color: #5D5E59; }