/* 
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, Verdana, Sans-serif; background: #0E4065 url('images/bg.jpg') repeat-y top left; } /* This percentage sets 1.0 em to 10px. */
.pageTitle { float: left; width: 100%; padding: 0px; margin: 5px 0 19px 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; }
#page { padding: 0; margin: 30px auto; padding-bottom: 6px; width: 920px; background: #fff; overflow: hidden; }
#printpage { margin: auto; width: 780px; background: #fff; }
#header { width: 100%; height: 380px; padding: 0; float: left; margin: 0 0 6px 0; } 
#header a { float: left; }
#logo { float: left; clear: left; display: block; }
#fade { float: left; clear: left; margin: 0 7px 0 6px; display: block; width: 647px; height: 280px; overflow: hidden; }
#header_row { float: left; height: 280px; width: 100%; overflow: hidden; }
#ad { float: left;  }
#rightcol { float: left; width: 254px; }
#rightcol #pink { background: #e7a6c1; margin: 6px 0 6px 0; padding: 0px; }
#rightcol #events { width: 234px; float: left; background: #d3debc; padding: 10px; }
#rightcol #events div { float: left; background: #fff; width: 214px; margin: 10px 0 10px 0; padding: 10px; }
#rightcol #events div table { float: left;}

/*** Heading Styles ***/
h1 { display: none; } 
h2 { font-weight: bold; margin: 0; font-size: 22px; line-height: 125%; letter-spacing: 0px; color: #0080c3; }
h3 { margin: 0; font-size: 1.6em; margin-bottom: 0px; line-height: 25px; letter-spacing: 0px; } 
h4 { margin: 0; font-size: 1.4em; margin-bottom: 0px; font-weight: bolder; } 
h5 { margin: 0; font-size: .8em; margin-top: 0; margin-bottom: 10px; font-weight: bolder; }
hr { border-top: 1px solid #888; margin: 0; height: 1px; padding:0; } 

/*** Warning/Alert/Message Boxes ***/
.errorBox {clear: left; float: left; width: 585px; padding: 5px 5px 5px 25px; font-size: 1.2em; border: 1px solid #FF0000; background: #FFE4E4 url('/images/ico_error.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none; font-size: 1.0em; }
.messageBox {clear: left; float: left; width: 585px; padding: 5px 5px 5px 25px; font-size: 1.2em; border: 1px solid #FFCC00; background: #fffdd6 url('/images/ico_yellowerror.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none; font-size: 1.0em;}
.positiveBox {clear: left; float: left; width: 585px; padding: 5px 5px 5px 25px; font-size: 1.2em; border: 1px solid #6EC461; background: #E5FFE0 url('/images/ico_checkmark.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none; font-size: 1.0em;}

/*** Table Styles - Tables are for tabular data ***/
td { font-size: 1.1em; padding: 4px;}
tr.altrow { background-color: #e5e5e5; }
table { width: 99%; }
table .normal { width: 330px; }

/*** Content/Copy Styles ***/
p {	font-size: 13px; line-height: 145%; margin: 0; padding-bottom: 15px; }
#content { font-size: 13px; float: left; color: #333; padding: 10px; margin: 0 6px 0 6px; width: 628px;}
#contentsub { font-size: 13px; float: left; color: #333; padding: 10px; margin: 0 6px 0 6px; width: 885px;}
#content ul, #printcontent ul { font-size: 13px; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#printcontent { font-size: 13px; clear: left; padding: 10px; color: #000; }
#printcontent p { font-size: 13px; clear: left; }
#printcontent #rightcol { display: none; }
#printFooter { float: left; width: 100%; clear: left; font-size: 12px; padding: 10px; }
.smallbold { font-size: 11px; font-weight: bolder; }

/*** Link Styles ***/
a:link { color: #D04E2A; }
a:visited { color: #0080C3; }
a:hover { color: red; }
a img { border: none; }

/*** 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: 908px;
			height: 31px;
			padding: 0;
			margin: 0 6px 0 6px;
			background: #0080c3;
			float: left;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			float: left;
			font-size:15px;
			line-height:normal;
			font-style: normal;
			letter-spacing: -1; 
			}
		#nav1 ul {
			height: 30px; float: left;
			margin:0 0 0 8px;
			padding:0;
			list-style:none;
		}
		#nav1 li {
			float: left;
			position: relative;
			margin:0px;
			padding:0;
		}
		#nav1 a {
			float: left;
			/*background:url('images/nav_frontcap.png') no-repeat left top;*/
			margin:0;
			padding:0 0 0 16px; /* The space between the left side of the tab and the text. */
			margin-left: 3px; /* Spacing between navigation tabs */
			text-decoration:none;
		}
		#nav1 a span {
			float:left;
			display:block;
			/*background:url('images/nav_endcap.png') no-repeat right top;*/
			padding:8px 16px 8px 0px; /* The padding around the text */
			font-weight: bold;
			color:#fff;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav1 a span {float:none;}
		/* End IE5-Mac hack */
		#nav1 a:hover span {
			color: #fff;
		}
		#nav_dropdown1 li a:hover, #nav_dropdown1 li a.active {
			background: #d04e2a;
		}
		#nav_dropdown1 li a:hover span, #nav_dropdown1 li a.active span {
			background: #d04e2a;
		}

		#nav1 a:hover {
			background-position:0% 71%; background: #d04e2a;
		}
		#nav1 a:hover span {
			background-position: 100% 71%; 
		}

	/* 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; font-size: 0.8em; }
		
		/* 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: 14px; 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 11px; display: inline; padding: 0; }
		#nav_dropdown1 ul li:hover {  background: none; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 179px; padding: 6px 13px 7px 13px; margin: 0; color: #000; }
		#nav_dropdown1 ul li a:hover { background: url('/images/nav_up.png'); color: #000;}	
		
		/* 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: 31px;
		}
		#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) */
	ul#nav_dropdown2 { display: block; float: right; white-space: nowrap; width: auto; padding: 0; margin: 0px 0px 0 0; }
	#nav_dropdown2 li { font-size: 1.2em; display: block; float: left; list-style-type: none; padding: 10px 0 0 0;  }
	#nav_dropdown2 li#twitter { background: url('images/ico_twitter.png') no-repeat 0 7px; height: 23px; padding-left: 15px;}
	#nav_dropdown2 li#facebook { background: url('images/ico_facebook.png') no-repeat 0 7px; height: 23px; padding-left: 15px; }
	#nav_dropdown2 a:link, #nav_dropdown2 a:visited { color: #0f4c79; text-decoration: none; padding-left: 10px; padding-right: 10px;  background: url('/images/bg_topnav.gif') no-repeat 100% -30%; }
	#nav_dropdown2 a:hover { color: #0f4c79; text-decoration: underline;  }
	#nav_dropdown2 li.nopipe a:link,#nav_dropdown2 li.nopipe a:visited  { background-image: none; }
			
	/* Footer Nav */
	.footer { float: left; display: block; margin: 0 6px 0 6px; width: 908px; color: #0080c3; text-align: left; padding: 0; border-bottom: 6px solid #0080c3;}
	.footer p { font-size: 1.1em; padding: 0; margin: 0 0 4px 0; }
	.footer a { color: #0080c3; padding: 2px; margin: 0; text-decoration: none;  }
	.footer a:visited { color: #0080c3; }
	.footer a:hover {color: #0080c3; text-decoration: underline; margin: 0; }

/*** 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-left: 10px; margin-right: 15px;	margin: 10px; }
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: 200px; }
	.MiniCalTableDays {	width: 200px; margin: 0 0 0 5px; }
	.MiniCalFont { color: #000000; font-size: 12px; font-weight: bolder;	}
	.MiniCalHeader { color: #000000; font-size: 12px; font-weight: bolder;}	
	A.MiniCalLink:link {color: #000000;	font-size: 12px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:visited {	color: #000000; font-size: 12px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:hover { color: #000000; font-size: 12px; font-weight: bolder; text-decoration: none; }

	/* Main Calendar & Event Coordinator Styles */

	/* Single Event Display Styles */
	.EventTable { background-color: #fffaec; }
	.EventHeader { font-weight: bolder; background-color: #0080C3; font-size: 15px; color: #ffffff; }
	.EventSubHeader { font-weight: bolder; font-size: 12px; background-color: #0080C3; color: #ffffff; }
	.EventSubHeaderReg { font-weight: bolder; font-size: 12px; background-color: #0080C3;color: #fff; }
	.EventDate { color: #000000; font-size: 14px; font-weight: bolder; }
	.EventTitle { font-size: 13px; font-weight: bolder; }
	.EventDetail { color: #000000; font-size: 12px; font-weight: normal; }
	.EventDetailSmall { color: #000000; font-size: 10px; text-decoration: none; }
	.EventLinks {  }
	a.EventLinks { text-decoration: none;  }
	a.EventLinks:link { text-decoration: none; }
	a.EventLinks:visited { text-decoration: none; }
	a.EventLinks:hover { text-decoration: underline;  }
	table input { height: 25px; line-height: 10px; padding: 0; font-size: 12px; }
	table select { height: 25px; padding: 3px;  }
	/* Side Bar Styles */
	.EventSideBar { color: #000000; font-size: 13px; font-weight: bolder; }
	a.EventSideBar { font-size: 11px; font-weight: bolder;}
	a.EventSideBar:link { font-size: 11px; font-weight: bolder;}
	a.EventSideBar:visited { font-size: 11px; font-weight: bolder;}
	a.EventSideBar:hover { font-size: 11px; font-weight: bolder;}
	
	/* Main Calendar & Event Coordinator Admin Styles */
	.AdminHeader { font-size: 18px; font-weight: bolder; color: #000000;}
	.AdminSubHeader { font-size: 14px; font-weight: bolder; color: #FFFFFF; background-color: #000000;	}
	.AdminAltRows { background-color: #8f8f8f;}	
	A.AdminLinks:link { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;	}
	A.AdminLinks:visited { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;	}
	A.AdminLinks:hover { font-size: 9px; font-weight: bolder; color: #000000; text-decoration: none;}
	.AdminNormal {color: #000000; font-size: smaller; font-weight: bolder; }
	.AdminDetails {	color: #000000;	font-size: 9px;}
	.AdminWarning {	color: #FF0000;	font-size: small;}
	.MenuDD { font-size: 10px; font-weight: bolder; 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.4em; 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.0em; 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.0em; 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.0em; 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; }

/*** Print Button styles ***/
.printBox a { float: right; display: block; background: url(images/print.gif) no-repeat; width: 80px; height: 20px;}
.printBox a:hover { display: block; background: url(images/printUp.gif) no-repeat; }

/*** Insite WYSIWYG styles ***/
.h1 { font-weight: bold; margin: 0; font-size: 22px; line-height: 125%; letter-spacing: 0px; color: #0080c3; }
.h2 { font-weight: bold; margin: 0; font-size: 18px; line-height: 125%; letter-spacing: 0px; } 
.h3 { font-weight: bold; margin: 0; font-size: 17px; letter-spacing: 0px; line-height: 1.0em;} 
.h4 { font-weight: bold; margin: 0; font-size: 13px; padding: 0; } 
.h5 { font-weight: bold; margin: 0; font-size: 13px; padding: 0; text-decoration: underline; }
.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;}

/*** Misc Styles ***/
.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: 285px; padding-top: 20px; border-right: 2px solid #F6F7F1; padding-right: 15px; }
.home_right { float: left; width: 250px; padding-top: 20px; padding-left: 25px;}
