/* 
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: Arial, Helvetica, sans-serif; background: #003564 url('/images/bg_body.png') repeat-x ;} /* This percentage sets 1.0 em to 10px. */
.pageTitle { 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; }
.pageTitle H2 { margin: 0; padding:0; }

#page { padding: 0; width: 1000px; margin: 0 auto; overflow: hidden; background: #c7d2da 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: 191px; padding: 0; background: #fff url('/images/bg_header.png') no-repeat top left; } 
#header #logo { height: 110px; float: right; margin: 2px 10px 0px 0px; }
#header #logo a { float: left; }
#header #title { background: red; }

#header_imgcontainer { float: left; width: 100%; margin: 0; height: 234px; background: url('/images/header.jpg') no-repeat; } 
#fade { float: left; width: 451px; }
#home_top { float: left; overflow: hidden; width: 100%; padding-bottom: 10px; }
.home_row { float: left; overflow: hidden; width: 100%; border-top: 2px solid #F3F3F3; padding-bottom: 10px; }
.home_left { float: left; width: 322px; padding-top: 20px; border-right: 2px solid #F3F3F3; padding-right: 15px; }
.home_right { float: left; width: 322px; padding-top: 20px; padding-left: 25px;}
#pagebg { background: #f3f3f3 url('/images/bg_content.png'); float: left; 100%; margin: 15px 20px 0px 20px;} 
#right_col { float: right; width: 225px; }
#right_col img { float: left; clear: left; margin: 0; }
#right_col #inner { float: left; padding: 15px; color: #474747; }
#right_col #inner p { float: left; clear: left; width: 100%;font-size: 1.2em; }
#events { float: left; width: 205px; padding: 10px; background: url('/images/bg_events.png') no-repeat bottom left; }
#events h3 { color: #00529b; font-weight: bold; letter-spacing: 0px; font-size: 1.6em; padding: 0 0 10px 2px;}
#events img { margin-top: 8px;}
#Calendar #content { width: 920px;}

/*** Heading Styles ***/
h1 { display: none; } 
h2 {font-weight: bold; margin-bottom: 0; font-size: 19px; line-height: 1.2em; letter-spacing: -1px; color: #00529b;}
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; }
tr.altrow { background-color: #e5e5e5; }
table { width: 100%; float: left;}
table .normal { width: 330px; }




/*** Content/Copy Styles ***/
p {	font-size: 1.3em; line-height: 145%; margin: 0; padding-bottom: 15px; }
#content { float: left; overflow: hidden; height: 100%; width: 693px; color: #333; background: #fff; padding: 20px; z-index: -1; border-right: 1px solid #BDCBD6;}
#content ul { font-size: 1.3em; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#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; margin: 0; padding: 0; }

/*** 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 */
	
		/* Main Nav Container */
		#navcontainer1 {
			width: 100%;
			padding: 0;
			margin: 0px;
			float: left;
			height: 31px;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			float: left;
			font-size: 1.4em;
			letter-spacing: -1; 
			}
		#nav_dropdown1 {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: left;
		}
		#nav_dropdown1 li {
			float: left;
			position: relative;
			margin: 5px 10px 0 5px;
			padding: 0 0 0 0px;
		}

		#nav_dropdown1 a {
			float: left;
			margin:0;
			padding:0 0 0 16px; /* The space between the left side of the tab and the text. */
			margin-left: 0px; /* Spacing between navigation tabs */
			text-decoration:none;
			
		}
		#nav_dropdown1 a span {
			display:block;
			padding:12px 16px 14px 0px; /* The padding around the text */
			font-weight: bold;
			color: #00529B;
			height: auto;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav_dropdown1 a span {float:none;}
		/* End IE5-Mac hack */
		#nav_dropdown1 a:hover span {
			color: #000;
		}

		#nav_dropdown1 li a:hover, #nav_dropdown1 li a.active {
			background: url('/images/nav_frontcap.png') repeat-y 0 0;
		}
		#nav_dropdown1 li a:hover span, #nav_dropdown1 li a.active span {
			color: #fff; background: url('/images/nav_endcap.png') repeat-y top right;
		}

		
	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: left; padding: 0; height: auto; margin: 0; list-style: none; line-height: 1; }
			
		#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; padding-right: 13px; padding-bottom: 7px; background: url('/images/nav_dropshadow.png') no-repeat bottom left;   }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { clear:left; margin: 0px 0 0 3px; display: inline; padding: 0; }
		#nav_dropdown1 ul li:hover {  background: none; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 197px; padding: 10px 12px 10px 12px; margin: 0; color: #fff; font-size: 0.9em; }
		#nav_dropdown1 ul li a:hover { background: url('/images/nav_up.png'); color: #fff;}	
		
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown1 li ul ul { margin: 0px 0 0 205px; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown1 ul ul li a {  }
		#nav_dropdown1 ul ul li a:hover { background: url('/images/nav_up.png'); color: #000; margin-left: 0; }		
		
		/* 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: 0px;
			top: 40px;
		}
		#nav_dropdown1 li li:hover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		/* Keep parent tiers Hightlighted when in their children */

		/* Special Class For showing bg-image w/arrow for 3rd level items */

		#nav_dropdown1 ul li .nav_has_level3 { 
			background-image: url('/images/nav_arrow.png');
			background-position: top right;
		}
		#nav_dropdown1 ul li .nav_has_level3:hover { 
			background-image: url('/images/nav_arrow_up.png');
			background-position: top right;
		}

	
/* Top Right Nav (Non-Editable by InSite) */
	#nav2 {float: left; margin: 0 0 0 240px;}
	ul#nav_dropdown2 { display: block; float: left; white-space: nowrap; width: auto; padding: 0; margin: 14px 20px 0 0; }
	#nav_dropdown2 li { font-size: 1.2em; display: block; float: left; list-style-type: none;  }
	#nav_dropdown2 a:link, #nav_dropdown2 a:visited { color: #fff; text-decoration: none; padding-left: 15px; padding-right: 16px;  background: url('/images/bg_topnav.gif') no-repeat 100% -40%; }
	#nav_dropdown2 a:hover { color: #fff; text-decoration: underline; }
	#nav_dropdown2 li.nopipe a:link,#nav_dropdown2 li.nopipe a:visited  { background-image: none; }
	
/* 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: 1px solid #BDCBD6; }
	.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: 0px 0px 10px 30px;  }
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: 150px; }
	.MiniCalTableDays {	width: 150px;  }
	.MiniCalFont { color: #000000; font-family: ; font-size: 11px; font-weight: bold;	}
	.MiniCalHeader { color: #000000; font-family: ; font-size: 11px; font-weight: bold;}	
	A.MiniCalLink:link {color: #000000;	font-family: ; font-size: 11px;	font-weight: bold; text-decoration: none;	}
	A.MiniCalLink:visited {	color: #000000; font-family: ; font-size: 11px;	font-weight: bold; text-decoration: none;	}
	A.MiniCalLink:hover { color: #000000; font-family: ; 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: left; margin: 0 0 0; line-height: 1.3em; text-align: right; background: #FAFBF6; }
	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; }

	/* 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; }
	

/*** Insite WYSIWYG styles ***/
.h1 { font-weight: bold; margin-bottom: 0; font-size: 19px; line-height: 1.2em; letter-spacing: -1px; color: #00529b;}
.h2 { margin: 0; font-weight: bold; font-size: 15px; color: #000;} 
.h3 { margin: 0; font-weight: bold; font-size: 14px; color: #000;} 
.h4 { margin: 0; font-size: 12px; margin-bottom: 0px; font-weight: bold; padding: 0; line-height: 1.0em; letter-spacing: 0px;  } 
.h5 { margin: 0; font-size: 10px; margin-top: 0; margin-bottom: 10px; line-height: 1.2em; color: #888; }
.normal { font-family: Arial, Helvetica, 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;}

/*** 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; }
#sidebar table { float: left; width: 190px; background: #F3F3E9; margin-left: 25px; padding: 8px 12px; }
#sidebar table td { padding: 0; }
#sidebar h3 { float: left; margin: 0 0 0 25px; color: #5D5E59; }
