/* 
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: #DCD6BE url('/images/bg_body.png') repeat-x; } /* This percentage sets 1.0 em to 10px. */
.pageTitle { float: left; width: 100%; padding-bottom: 10px; margin-bottom: 20px; background: url('/images/bg_hr.png') repeat-x bottom left; }
.pageTitle h2 { color: #000; }
#wrapleft { background: url('/images/bg_wrapleft.png') repeat-y; margin: 0 auto; width: 1000px; padding: 0 0 0 10px; }
#wrapright { background: url('/images/bg_wrapright.png') repeat-y top right; width: 1000px; padding-right: 10px; overflow: hidden; }
#page { padding: 0; margin: 0; width: 1000px; background: #fff url('images/bg_page.png') repeat-y top left; display: block; overflow: hidden;}
#printpage { margin: auto; width: 780px; background: #fff; }

/* Header and Header Nav*/
#header { float: left; width: 1000px; height: 326px; background: #121325; padding: 0; overflow: hidden;} /* background: url('images/hd-right.jpg')*/
#headerleft { float: left; width: 322px; }
#headerleft img { float: left; margin: 53px 0 0px 50px; }
#headerleft ul li { background: url('/images/ico_arrow.png') no-repeat 0 6px; width: 90px; float: left; padding: 3px 8px 3px 10px; margin: 0 5px 0px 0; text-decoration: none; display: block;}
#headerleft ul { float: left; width: 255px; padding: 32px 0 0 5px; margin: 36px 0 0 51px; background: url('/images/bg_dotted.png') no-repeat; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; text-transform: uppercase;}
#headerleft ul a { color: #fff; text-decoration: none;}
#headerleft ul h2 { font-size: 1.0em; font-weight: normal; letter-spacing: -1px;}
#fade { float: left; border-left: 4px solid #fff; }

/* Right Column and Children */
#rightcol { float: right; width: 330px; padding: 20px 0 0 0; }
#search { float: left; width: 260px; height: 150px; padding: 15px; margin: 0 0 20px 20px; background: url('/images/bg_rightcol.png') repeat-x top left; }
#hotelsearch { float: left; width: 260px; padding: 15px; padding-bottom: 20px; margin: 0 0 20px 20px; background: url('/images/bg_rightcol.png') repeat-x top left; }
#news { float: left; width: 260px; padding: 15px; margin: 0 0 20px 20px; background: url('/images/bg_rightcol2.png') repeat-x top left;}
#news ul li { padding: 5px; font-size: 1.2em; margin: 0 0 5px 0;}
#news ul { margin: 0; padding: 0 0 0 20px; }
#planner { float: left; overflow: hidden; width: 290px; padding: 0px; margin: 0 0 20px 20px; background: url('/images/bg_rightcol2.png') repeat-x top left; overflow: hidden;}
	#planner h3 { float: left; padding: 15px 0 16px 15px; }
	#planner img { border: none; }
	#planner a { display: block; margin: 0 auto 10px auto; width: 205px; }
#rightcol h3 { font-size: 1.8em; font-weight: normal; letter-spacing: normal; margin: 0 0 30px 0; }

/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 2.0em; color: #0066CC; font-weight: normal; letter-spacing: 0px; font-family: Georgia, "Times New Roman", Times, serif;}
h3 { margin: 0; font-size: 1.6em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; font-weight: italic; font-family: Georgia, "Times New Roman", Times, serif;} 
h4 { margin: 0; font-size: 1.4em; margin-bottom: 0px; font-weight: bolder; font-family: Georgia, "Times New Roman", Times, serif;} 
h5 { margin: 0; font-size: .8em; margin-top: 0; margin-bottom: 10px; font-weight: bolder; font-family: Georgia, "Times New Roman", Times, serif;}
hr { display: block; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px; height: 1px; float: left; width: 100%; margin: 0 0 10px 0; background-image: url('/images/bg_hr.png'); color: #000; } 

/*** Warning/Alert/Message Boxes ***/
.errorBox {clear: left; float: left; width: 585px; 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 20px 0; }
.messageBox {clear: left; float: left; width: 585px; 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 20px 0; }
.positiveBox {clear: left; float: left; width: 585px; 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 20px 0; }

/*** Table Styles - Tables are for tabular data ***/
td { font-size: 1.1em; padding: 5px 8px; white-space: nowrap; }
tr.altrow { background-color: #F8F6F0; }
tr:hover { background: #EAE8DC; }
tr:hover.altrow { background: EAE8DC; }
table { width: 99%; border-collapse: collapse; }
table .normal { width: 330px; }
th { text-align: left; font-weight: bold; font-size: 1.2em; padding: 5px 8px; background: #EAE8DC; margin-bottom: 2px; border-bottom: 2px solid #fff; }
.memberTable { padding: 0; width: 627px; }
.memberTable td { border-bottom: 1px solid #fff; }
.memberTable tr { border-bottom: 1px solid #fff; }
.table_h { background: #2d2a6c; }
.table_a { background: #00aaaa; }
.table_r { background: #f7941e; }
.table_s { background: #00aaaa; }
.table_e { background: #bbc628; }
.level_1 { background-image: url('/images/ico_lvl1.png'); background-repeat: no-repeat; background-position: 4px 4px; padding:0px;}
.level_2 { background-image: url('/images/ico_lvl2.png'); background-repeat: no-repeat; background-position: 4px 4px; padding:0px;}
.level_3 { background-image: url('/images/ico_lvl3.png'); background-repeat: no-repeat; background-position: 4px 4px; padding:0px;}
.level_4 { background-image: url('/images/ico_lvl4.png'); background-repeat: no-repeat; background-position: 4px 4px; padding:0px;}

/*** Content/Copy Styles ***/
p {	font-size: 1.3em; line-height: 145%; margin: 0; padding-bottom: 15px; }
#introblock { float: left; width: 629px; padding: 20px 20px 5px 20px; background: #F8F6F0 url('/images/bg_introblock.png') no-repeat top right; font-family: Georgia, "Times New Roman", Times, serif; }
#content { float: left; color: #333; width: 627px; padding: 20px; }
#content ul { font-size: 1.3em; margin-bottom: 20px; margin-top: 5px; line-height: 1.5;}
#content ul li { margin: 0 0 10px 0;}
.dotted { display: block; width: 100%; background: url('/images/bg_hr.png') repeat-x; height: 1px; padding: 0 0 0px 0; margin: 10px 0 20px 0;}
#printcontent { clear: left; color: #000; }
#printcontent p { font-size: 11px; clear: left; }
.smallbold { font-size: 11px; font-weight: bolder; }

/*** Link Styles ***/
a:link { color: #2C2C6B; }
a:visited { color: #2C2C6B; }
a:hover { color: #078396; }

/*** 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: 1000px;
			height: 46px;
			padding: 2px 0 0 2px;
			margin: 0;
			background: #bbc332;
			float: left;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			float: left;
			font-size: 1.6em;
			line-height:normal;
			font-style: normal;
			letter-spacing: 0px; 
			}
		#nav1 ul {
			height: 30px; float: left;
			margin:0;
			padding:0;
			list-style:none;
		}
		#nav1 li {
			float: left;
			position: relative;
			margin: 7px 0 0 4px;
			padding:0;
		}
		#nav1 a {
			float: left;
			background:url('images/nav_frontcap.png') no-repeat left top;
			margin: 0px 0 0 0;
			padding:0 0 0 8px; /* 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 {
			float:left;
			display:block;
			background:url('images/nav_endcap.png') no-repeat right top;
			padding: 8px 8px 8px 0px; /* The padding around the text */
			font-family: Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			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;
		}
		#nav1 #current a {
			background-position: left bottom;
			border-width:0;
		}
		
		#nav1 #current a span {
			background-position:100% 100%;
			padding:8px 8px 8px 5px;
			color:#333;		
		}
		#nav1 a:hover {
			background-position:0% 71%; background: #F49222;
		}
		#nav1 a:hover span {
			background-position: 100% 71%; 
		}
		#nav_dropdown1 li a:hover, #nav_dropdown1 li a.active {
			background: #F49222 url('/images/nav_frontcap.png') repeat-y 0 0;
		}
		#nav_dropdown1 li a:hover span, #nav_dropdown1 li a.active span {
			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: right; height: 30px; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		#nav_dropdown1 ul a { display: block; background: none; font-weight: normal; font-size: 12px; }
		
		/* 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: 0;}
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { clear:left; margin:0; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 215px; padding: 8px 10px 8px 12px; background: #F49222; color: #fff; border-top: 1px dashed #FFB864; }
		#nav_dropdown1 ul li a:hover { background: #F4A950; color: #fff;}	
		
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown1 li ul ul { margin: 0 0 0 150px; border-left: 2px solid white; }
		
		/* 3rd Level List elements - A */
		#nav_dropdown1 ul ul li a { background: #ffe4c3; }
		#nav_dropdown1 ul ul li a:hover { background: #ffd09d; color: #fff; }		
		
		/* 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: 32px;
		}
		#nav_dropdown1 li li:hover ul, #nav_dropdown1 li li.sfhover ul { 
			left: 0px;
			top: 0px;
		}
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown1 .nav_has_level3 { background-image: url('images/dot_arrow.png');
			background-position: top right;
		}
		#nav_dropdown1 .nav_has_level3:hover { background-image: url('images/dot_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: 625px; float: left; position: relative; display: block; margin: auto; background: url('/images/bg_hr.png') repeat-x top left; padding: 15px 0 0 0; }
	.footer { float: left; margin: 0; margin: auto; width: 980px; color: #878787; padding: 0px 20px 0px 20px; }
	.footer p { font-size: 1.1em; }
	.footer a { color: #878787; padding: 0 6px 0 5px; margin: 0; border-right: 1px solid #878787; text-decoration: none; }
	.footer a:visited { color: #878787; }
	.footer a:hover {color: #000; text-decoration: none; margin: 0; text-decoration: underline; }
	.footer .nopipe { border-right: none;}
	
/*** 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: 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: normal; margin: 0px; font-size: 20px; line-height: 125%; letter-spacing: -1px; font-family: Georgia, "Times New Roman", Times, serif; }
.h2 { font-weight: normal; margin: 0 0 0 0; font-size: 18px; line-height: 125%; letter-spacing: -1px; font-family: Georgia, "Times New Roman", Times, serif;} 
.h3 { font-weight: normal; margin: 0; font-size: 16px; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; font-weight: italic; line-height: 1.0em; font-family: Georgia, "Times New Roman", Times, serif;} 
.h4 { margin: 0; font-weight: bold; font-size: 13px; padding: 0; font-family: Georgia, "Times New Roman", Times, serif; } 
.h5 { margin: 0; font-size: 11px; margin-top: 0; margin-bottom: 10px; font-weight: bolder; font-family: Georgia, "Times New Roman", Times, serif; }
.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 ***/
#photos { margin: 0 0 10px 0; float: left; }
#placeholder {float: left; }
#photos a { margin: 0 0 7px 15px; float: left;}
.thumbnail { border:none; }