/* 
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-color: #B6A579; background: #B6A579 url('/home/images/pg_bg.gif') repeat-x top left;} /* This percentage sets 1.0 em to 10px. */
.pageTitle { float: left; width: 100%; color: #5B461B; padding: 0 0 5px 0; margin: 0 0 15px 0; font-size: 22px; font-weight: bold; font-family: Helvetica, Arial, Verdana, Sans-serif;}
#page { padding: 0; margin: 0 auto 20px auto; width: 851px; background: #FFF5DA; overflow: hidden; }
#printpage { margin: auto; width: 780px; background: #fff; }
#header { width: 100%; height: 125px; background: url('images/header.jpg') no-repeat; padding: 0; } 
#header a { display: block; width: 460px; height: 125px; }
#content { clear: left; float: left; display: block; margin: 0; width: 810px; color: #333; padding: 20px; font-size: 1.3em;}
#homecontent { padding: 0; }
#printcontent { clear: left; color: #000; }

/*** Lists ***/
#content ol { list-style-position: outside; }
#content ol ol { list-style-type: lower-alpha;}
#content ul { list-style-position: outside; list-style-type: disc; margin-top: 0; margin-left: 10px;}
#content li { margin-bottom: 5px; margin-top: 5px; margin-left: 15px;}

/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 1.6em; color: #0066CC; font-weight: bold; letter-spacing: -1px;}
h3 { margin: 0; font-size: 1.6em; margin-bottom: 0px; line-height: 25px; 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; } 

/*** Form Styles ***/
	/* 	WE CAN FINALLY STOP USING TABLES FOR FORMS! 
	Example Markup: <label for="name">Name:</label><input id="name" name="Name"> 		*/

label,input { display: block; float: left; margin-bottom: 10px; } 
label { font-size: 1.2em; font-weight: bolder; text-align: right; width: 175px; padding-right: 20px; } 
#req { color:#FF0000; font-weight: bolder; background: #fff6db; padding: 3px 18px 3px 3px;}
form br { clear: left; }
.submit { width: 50px; margin: auto; background-color: white; border: 1px solid brown; margin-right: 10px; }
#submit { margin-left: 100px;}

	/* Contact Form Styles */
	#cont_FAX { width: 100px; }
	#cont_AreaCode { width: 30px; margin-right: 10px; }
	#cont_Prefix { width: 35px; margin-right: 10px; }
	#cont_Suffix { width: 40px; }
	#cont_State { width: 20px; float: left; }
	#cont_Zip { width: 35px; }
	#cont_Comments { height: 55px; width: 250px; margin-bottom: 10px; }
	#cont_form { margin: 0 60px; height: 450px; width: 550px; background: #fffdf6; padding: 20px; }

/*** Table Styles - Tables are for tabular data ***/


/*** Text/Copy Styles ***/
p {	font-size: 13px; line-height: 145%; margin: 0; padding-bottom: 15px; }
.smallbold { font-size: 11px; font-weight: bolder; }
#printcontent p { font-size: 11px; clear: left; }

/*** Link Styles ***/
a:link { color: #a66109; }
a:visited { color: #402504; }
a:hover { color: #653b06; }
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 */
	
		/* Main Nav Container */
		#navcontainer1 {
			width: 849px;
			padding: 0;
			margin: 0 1px 0 1px;
			background: #F5DB9E;
			float: left;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {
			float: left;
			font-size: 1.1em;
			line-height: normal;
			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;
			padding: 0;
		}
		#nav1 a {
			float: left;
			background: url('images/nav_frontcap.png') no-repeat left top;
			margin: 0;
			padding: 0px; /* The space between the left side of the tab and the text. */
			margin-left: 5px; /* Spacing between navigation tabs */
			text-decoration:none;
			color: #000;
		}
		#nav1 a span {
			float: left;
			display: block;
			background: url('images/nav_endcap.png') no-repeat right top;
			padding: 8px; /* The padding around the text */
		}
		/* 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-position: left bottom;
			border-width:0;
		}
		
		#nav1 #current a span {
			background-position:100% 100%;
			color: #000;		
		}
		#nav1 a:hover {
			background-position:0% 71%; background: #F4E9CD;
		}
		#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: right; padding: 0; margin: 0; list-style: none; line-height: 1; }
			
		#nav_dropdown1 ul a { display: block; background: none; }
		
		/* 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; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { width: 140px; padding: 8px 10px; background: #F4E9CD;}
		#nav_dropdown1 ul li a:hover { background: #E3D7BD;}	
		
		/* 3rd Level List elements - UL - Sets position of the UL element	*/
		#nav_dropdown1 li ul ul { margin: 30px 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: 27px;
		}
		#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: 99%; float: left; position: relative; display: block; margin: 10px auto;}
	.footer { float: left; margin: 0; float: left; height: 55px; width: 100%; background: #EDE3CA url('/images/ft_bg.gif') top left; color: white; text-align: center; padding: 5px 5px 5px 5px; }
	.footer p { font-size: 1.1em; color: #3C3429; }
	.footer a { color: #352C27; padding: 4px 2px; }
	.footer a:visited { color: #000; }
	.footer a:hover {color: #89774C; 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: 25px; }
img.alignleft { margin-right: 25px; }
.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 ***/
/* Start Core Styles */
.normal { color: #000000;}
.h2normal { color: #000000;}
.h1 {  margin: 0; font-size: 16px; color: #000; font-weight: bold; }
.h2 {  margin: 0; font-size: 16px; color: #000; font-weight: bold; text-decoration: underline; }
.h3 {  margin: 0; font-size: 16px; color: #000; font-weight: bold; font-style: italic; }
.h4 {  margin: 0; font-size: 14px; color: #FF0000; font-weight: bold; }
.h5 {  margin: 0; font-size: 12px; color: #FF0000; font-weight: bold; }
/* End Core Styles */

/*** Page Styles ***/
#home_textblok {float: left; width: 529px; padding: 0px; }
#home_textblok a img { border: none; float: left; }
#home_textblok .pageTitle { color: red; font-weight: bold; margin: 0; font-size: 2.4em; letter-spacing: -1px;}
#home_textblok p span { color: red; font-weight: bold; float: left; text-align: center; font-size: 1.5em; }
#home_adblok { float: left; width: 320px; margin: 0 0 0 1px; }
#home_adblok #phones {display: block; width: 290px; padding: 15px; background: #E8D8B6; float: left; }
	#home_adblok #ad {display: block; width: 160px; height: 385px; background: #E8D8B6; float: left; margin: 0 0 0 1px;}
	#home_adblok p { font-size: 1.3em; line-height: 125%;}
	#home_adblok p strong { float: left; font-size: 1.2em; }
	#home_adblok p span { float: right; }
	#home_adblok p a { float: left; width: 100%; font-weight: bold; margin-bottom: 3px; }
	
#home_bannerblok { float: left; display: block; width: 849px; height: 240px; margin: 1px;}
#home_bannerblok img {float: left;}
#home_bannerblok #video { float: left; width: 320px; height: 240px; margin: 0 0 0 1px;  }
#home_textblok ol { font-size: 1.3em; list-style-type: none; width: 425px; margin: 10px 0 0 30px; padding: 0; }
#home_textblok ol li { margin: 0 0 25px 0; padding: 0 0 0 50px; }
#home_textblok #one { background: url('/home/images/ico_bul1.gif') no-repeat; }
#home_textblok #two { background: url('/home/images/ico_bul2.gif') no-repeat; }
#home_textblok #three { background: url('/home/images/ico_bul3.gif') no-repeat; }
#home_textblok ol li strong { font-size: 1.1em; }
#home_textblok ol li strong em { font-size: 0.9em; color: #FF0000; }
#home_textblok h3 { margin: 0px 0 0 21px; font-style: italic; }

/*Home Page footer buttons */
#buttoncontainer { width: 855px; float: left; margin: 1px 0 0 1px;}
.footerbutton { float: left; display: block; width: 212px; height: 82px; margin: 0 1px 0 0;  border-bottom: 1px solid #FFF5DA;}
#button01 { background: url('images/but_01.jpg') top left; }
	#button01:hover { background: url('images/but_01up.jpg') top left; }
#button02 { background: url('/images/but_02.jpg') top left; }
	#button02:hover { background: url('/images/but_02up.jpg') top left; }
#button03 { background: url('/images/but_03.jpg') top left; }
	#button03:hover { background: url('/images/but_03up.jpg') top left; }
#button04 { background: url('/images/but_04.jpg') top left; }
	#button04:hover { background: url('/images/but_04up.jpg') top left; }	
#button05 { background: url('/images/but_05.jpg') top left; }
	#button05:hover { background: url('/images/but_05up.jpg') top left; }
#button06 { background: url('/images/but_06.jpg') top left; }
	#button06:hover { background: url('/images/but_06up.jpg') top left; }
#button07 { background: url('/images/but_07.jpg') top left; }
	#button07:hover { background: url('/images/but_07up.jpg') top left; }
#button08 { background: url('/images/but_08.jpg') top left; }
	#button08:hover { background: url('/images/but_08up.jpg') top left; }

.vid_slide { border: none; float: left; width: 150px; margin: 0 0px 0px 0; padding: 5px; font-weight: bold; text-align: center;}
.vid_slide img {margin: 0 0 3px 0;}
.ad_slide { border: none; float: left; width: 250px; margin: 0 10px 10px 0; padding: 0px; font-weight: bold; text-align: center;}
