/* 
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: #2C2C2C url('/images/bg.png') repeat-x;} /* This percentage sets 1.0 em to 10px. */
#page { padding: 0; margin: 0 auto 25px auto; width: 875px; background: #fff; overflow: hidden; }
#printpage { margin: auto; width: 780px; background: #fff; }
#header { width: 100%; height: 226px; background: #fff; padding: 0; }
#header h2 { float: left; width: 320px; color: #001975; font-size: 1.3em; font-weight: normal; letter-spacing: 0; margin: 31px 0 0 15px; }
#header #logo { float: left; margin: 15px 0 15px 23px; }
#header #donate { margin: 0 0 0 15px; }

/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 1.9em; color: #001975; font-weight: bold; letter-spacing: -1px;}
h3 { margin: 0; font-size: 1.6em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; font-weight: italic;} 
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 { 1px solid #888; margin: 0; } 

/*** Warning/Alert/Message Boxes ***/
.errorBox {clear: left; float: left; width: 500px; padding: 5px 5px 5px 35px; 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; }
.messageBox {clear: left; float: left; width: 500px; padding: 5px 5px 5px 35px; 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; }
.positiveBox {clear: left; float: left; width: 500px; padding: 5px 5px 5px 35px; 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; }

/* Page Titles */
.pageTitle { float: left; width: 100%; border-bottom: 1px solid #d6e0e7; padding: 0 0 7px 0; margin: 5px 0 20px 0;  }
.pageTitle a { float: right; display: block; height: 20px; width: 80px; margin: 2px 0 0 0; background: url('/images/print.gif') no-repeat; border: none;}
.pageTitle a:hover { background: url('/images/printup.gif') no-repeat; }
.pageTitle a img { border:none; }
.pageTitle h2 { float: left; width: 100%; }

/*** Table Styles - Tables are for tabular data ***/
td { font-size: 1.1em; padding: 4px;}
tr.altrow { background-color: #e5e5e5; }
table .normal { width: 330px; }

/*** Content/Copy Styles ***/
p {	font-size: 13px; line-height: 145%; margin: 0; padding-bottom: 15px; color: #000; }
#content { float: left; width: 834px; color: #000; padding: 20px; background: url('/images/content_footer.png') no-repeat bottom left; }
#content ul { font-size: 1.3em; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#rightcol { width: 300px; min-height: 750px; float: right; }
#rightcol #white { width: 220px; height: 200px; margin: 560px 0 20px 50px; }
#rightcol #white p { font-size: 1.3em; }
#content_wrap { float: left; width: 100%; background: #fff url('/images/bg_rightcol.png') no-repeat top right; }
body#HomePage #content { width: 480px; min-height: 745px;  background: url('/images/content_footer_home.png')no-repeat bottom left; background-color: none;}
#homeblock { padding: 0px 0 10px 0; }
#homeblock2 { border-top: 1px solid #ccc; padding: 20px 0 10px 0; }
#homeblock3 { border-top: 1px solid #ccc; padding: 20px 0 10px 0; }


#printcontent { clear: left; color: #000; margin-left: 5px; }
#printcontent p { font-size: 13px; clear: left; }
.smallbold { font-size: 11px; font-weight: bolder; }
hr { margin: 15px 0 15px 0; border-top: 1px solid #ccc; border-left: none; border-bottom: none; width: 100%; height: 1px; padding: 0;	}

/*** Link Styles ***/
a:link { color: #E60006; }
a:visited { color: #555; }
a:hover { color: #9B0006; }



/*** 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: 0;
			float: left;
			height: auto;
			background: #e60006;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			float: left;
			font-size: 1.2em;
			font-style: normal;
			letter-spacing: -1; 
			
			}
		#nav1 ul {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#nav1 li {
			float: left;
			position: relative;
			margin: 0 5px 0 5px;
			padding: 0 0 0 0px;
		}

		#nav1 a {
			float: left;
			margin:0;
			padding:0 0 0 0px; /* The space between the left side of the tab and the text. */
			margin-left: 0px; /* Spacing between navigation tabs */
			text-decoration:none;
		}
		#nav1 a span {
			display:block;
			padding:8px 13px 9px 13px; /* The padding around the text */
			font-weight: normal;
			color: #fff;
			height: auto;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav1 a span {float:none;}
		/* End IE5-Mac hack */
		#nav1 a:hover span {
			color: #000;
		}
		#nav1 #current a {
			background: #e60006;
			border-width:0;
		}
		
		#nav1 #current a span {
			padding:4px 8px 4px 5px;
			background: #e60006;		
		}
		#nav1 a:hover {
			background: #000;
		}
		#nav1 a:hover span {
			background: #000;
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: right; 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: 1.0em; }
		
		/* 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; background: #000 url('/images/nav_bg.png') top left;   }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { clear: left; margin: 0; display: inline; padding: 0; }
		#nav_dropdown1 ul li:hover {  background: none; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 155px; padding: 6px 13px 7px 13px; margin: 0; color: #fff; }
		#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 175px; }
		
		/* 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: 29px;
		}
		#nav_dropdown1 li li:hover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		#nav_dropdown1 li:hover > a, #nav_dropdown1 li.sfhover > a { background: #000; color: #fff;  } /* Keep T1 a highlighted */
		#nav_dropdown1 li:hover a span, #nav_dropdown1 li.sfhover a span  { color: #fff;} /* Keep T1 span highlighted*/
		
		
		/* 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 Hand Nav Menu (Non-Editable by InSite) */
	ul#topnavcontainer {
		display: block;
		float: right;
		width: auto;
		height: 15px;
		white-space: nowrap;
		padding-top: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#topnavcontainer li { font-size: 9px; display: inline; list-style-type: none; padding-left: 5px; padding-right: 3px; border-right: 1px solid #666; }
	#topnavcontainer a:link, #topnavcontainer a:visited { padding: 3px; color: #888; text-decoration: none; }
	#topnavcontainer a:hover { color: #444; text-decoration: none; }
		/* Hides the ending pipe character */
		#topnavcontainer #topnav_nopipe { display: inline; list-style-type: none; padding-left: 5px; padding-right: 5px; border-right: 0; }
		
	/* Footer Nav */
	#footerCenter { width: 607px; float: left; position: relative; display: block; margin: 10px auto; }
	.footer { clear: left; float: left; margin: 0; margin: auto; width: 100%; background: #fff url('/images/ft_bg.gif') top left; color: #585858; text-align: center; }
	.footer p { font-size: 1.1em; }
	.footer a { color: #585858; padding: 2px; margin: 0; text-decoration: none; }
	.footer a:visited { color: #585858; }
	.footer a:hover { color: #555; margin: 0; text-decoration: underline;  }
	.footer img.alignleft { 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: 15px; margin-bottom: 15px; }
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: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder;	}
	.MiniCalHeader { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder;}	
	A.MiniCalLink:link {color: #000000;	font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:visited {	color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px;	font-weight: bolder; text-decoration: none;	}
	A.MiniCalLink:hover { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; 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: #4299CE; font-size: 15px; color: #ffffff; }
	.EventSubHeader { font-weight: bolder; font-size: 12px; background-color: #4299CE; color: #ffffff; }
	.EventSubHeaderReg { font-weight: bolder; font-size: 10px; background-color: #4299CE; }
	.EventDate { color: #000000; font-size: 14px; font-weight: bolder; }
	.EventTitle { font-size: 13px; font-weight: bolder; }
	.EventDetail { color: #000000; font-size: 11px; font-weight: normal; }
	.EventDetailSmall { color: #000000; font-size: 9px; font-weight: bolder; text-decoration: none; }
	.EventLinks { font-size: 10; }
	a.EventLinks { font-size: 10; text-decoration: none; }
	a.EventLinks:link { text-decoration: none; font-size: 10;}
	a.EventLinks:visited { font-size: 10; text-decoration: none; }
	a.EventLinks:hover { text-decoration: underline; font-size: 10; }

	/* Side Bar Styles */
	.EventSideBar { color: #000000; font-size: 11px; font-weight: bolder;}
	a.EventSideBar {color: #FFFFFF; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:link { color: #FFFFFF; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:visited { color: #FFFFFF; font-size: 11px; font-weight: bolder;}
	a.EventSideBar:hover { color: #FFFFFF; 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; }
	
/*** 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; font-size: 1.2em; line-height: 125%; letter-spacing: -1px; }
.h2 { font-weight: normal; margin: 0 0 0 0; font-size: 1.2em; line-height: 125%; letter-spacing: -1px; } 
.h3 { font-weight: bold; margin: 0; font-size: 1.1em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; line-height: 1.0em;} 
.h4 { margin: 0; font-size: 1.1em; margin-bottom: 0px; font-weight: bold; text-decoration: underline; padding: 0; letter-spacing: 0px; color: #001975;} 
.h5 { margin: 0; font-size: 0.9em; margin-top: 0; margin-bottom: 10px; font-weight: bolder; }
.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 ***/
