/* 
Website: Lightle Construction Inc
Name: Lightle Contruction inSite
Description: inSite-powered website, designed and hosted by Artemis Inc.
Version: 1.0
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments:	This stylesheet contains all the basic styles used by inSite.
			This stylesheet is best viewed without word wrapping.
*/

/*** Body Styles ***/
body { margin: 0; font-size: 62.5%; font-family: Arial, Verdana, Sans-serif; background: url('images/bg.gif'); } 
/* This percentage sets 1.0 em to 10px. */
.pageTitle { float: left; width: 475px; padding-top: 10px; padding-bottom: 10px;}
#page { padding: 5px; margin: 20px auto; width: 680px; background: #d3d3d3; overflow: hidden; }
#printpage { margin: auto; width: 780px; background: #fff; }
#header { width: 680px; height: 105px; background: #888; background: url('images/bg.jpg');  padding: 0; no-repeat top right;} /**/
#headerbg { overflow: hidden; background: url('images/bg.jpg') 0 140px; width: 100%; height: 140px; margin: 0; padding: 0; float: left;  }
#req { color:#FF0000; font-weight: bolder; background: #fff6db; padding: 3px 18px 3px 3px;}

/*** 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; 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; } 

/*** Table Styles - Tables are for tabular data ***/
td { font-size: 11px; padding: 4px;}
tr.altrow { background-color: #e5e5e5; }
table { float: left; clear: both; width: 100%; }
table .normal { width: 330px; }
.table_subhead { border-bottom: 1px solid #1c4175; background: #F3F3F3;}

/*** Content/Copy Styles ***/
p {	font-size: 13px; font-family: Arial, Verdana, Sans-serif; line-height: 145%; margin: 0; padding-bottom: 15px; }
#content { clear: left; background: #fff; color: #1c4175; padding: 0px 15px; width: 650px; overflow: hidden;}
#content ul { font-size: 1.3em; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#content ul ul { font-size: 1.0em; margin-bottom: 20px; margin-top: 10px; line-height: 1.5;}
#printcontent { clear: left; color: #000; }
#printcontent p { font-size: 11px; clear: left; }
.smallbold { font-size: 11px; font-weight: bolder; }

/*** Link Styles ***/
a:link { color: #2a66ae; }
a:visited { color: #1B4374; }
a:hover { color: #1B4374; }

/*** 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: 680px;
			height: 42px;
			padding: 0;
			margin: 00px 0 0 0;
			background:  #1b4374;
			float: left;
		}

		/* Tabs (Top level menu items) - Special for this site - http://www.alistapart.com/articles/slidingdoors2/ */
		#nav1 {

			float: left;
			font-size:11px;
			line-height:normal;
			font-style: normal;
			letter-spacing: -1; 
			}
		#nav1 ul {
			height: 43px; float: left;
			margin:0;
			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 0px; /* The space between the left side of the tab and the text. */
			margin-left: 0px; /* Spacing between navigation tabs */
			text-decoration:none;white-space: nowrap;
		}
		#nav1 a span {
			float:left;
			display:block;
			background:url('images/nav_endcap.png') no-repeat right top;
			padding:5px 11px 5px 12px; /* The padding around the text */
			font-weight: normal;
			color:#fff;
			white-space: nowrap;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#nav1 a span {float:none;}
		/* End IE5-Mac hack */
		#nav1 a:hover span {
			color: #1b4374; 
		}
		#nav1 a:hover {
			background-position:0% 71%; background: #fff;
		}
		#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; 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: 11px; }
		
		/* 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: 150px; padding: 4px 10px; background: #fff; color: #1B4374;}
		#nav_dropdown1 ul li a:hover { background: #ebebeb; color: #1B4374;}	
		
		/* 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: #ebebeb; color: #1B4374; }		
		
		/* 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: 21px;
		}
		#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: 415px; float: left; position: relative; display: block; margin: auto; padding: 3px 5px 0 0; }
	.footer { border: 1px solid white;float: left; margin: 0; float: left; height: 92px; margin: auto; width: 674px; background: #dce3eb url('/images/ft_bg.gif') top left; color: #1b4472; text-align: center; padding: 4px 0 0 4px;}
	.footer p { font-size: 1.1em; padding: 0; }
	.footer a { color: #1b4472; padding: 2px; margin: 0; }
	.footer a:visited { color: #666; }
	.footer a:hover {background-color: #1b4374; color: #fff; text-decoration: none; margin: 0; }
	
	.footer img.alignleft { display: block; margin: 0; border: 0; }
	
	#footerAddress {display:block; margin: 0; border: 0; float:left; text-align:left;}
	#footerPhone_Number {display:block; margin: 0; border: 0; float:right; text-align:right;}
	#footerEmailAddress {display:block; margin: 5px 0 0 0; border: 0;}

/*** Left Nav Styles - Originally created for http://mytraining.legacyforlife.net
	 This menu allows for sub-headers in the nav. 											***/
					  
	#NavContainer2 { letter-spacing: -1px; font-size: 1.1em; font-weight: bold; overflow: hidden; width: 142px; float: left; margin: 10px 0 0 0; background: url('images/nav_footer.gif') no-repeat bottom left; } /* Nav Container */
	#NavContainer2 ul { margin-left: 0; padding-left: 0; list-style-type: none; } 

	#NavContainer2 a { text-decoration: none; color: #14409d; display: block; padding: 4px 4px 4px 15px; width: 110px; background-color: none; } 
	#NavList2 a:visited { color: #14409d; text-decoration: none; } /* Nav visited color */
	#NavList2 li { width: 145px; }

	#NavHeader2 { display: block; width: 100%; } /* Nav header - if no nav headers are needed, style the same as SubHeader2 */
	#NavHeader2 a { text-decoration: none; display: block; padding: 10px 4px 4px 15px; width: 100%; color: #14409d; background: url('images/nav_header.gif') no-repeat; }
	#NavHeader2 a:hover { text-decoration: none; display: block; width: 100%; color: #14409d; background: url('images/nav_header_up.gif') top left; background-repeat: no-repeat; }
	#NavHeader2 a:visited { color: #14409d; text-decoration: none; }
	
	#NavSubHeader2 { display: block; width: 100%; }
	#NavSubHeader2 a { display: block; text-decoration: none; width: 100%; color: #14409d; background: url('images/nav_button.gif') no-repeat; }
	#NavSubHeader2 a:hover { text-decoration: none; display: block; width: 100%; color: #14409d; background: url('images/nav_button_up.gif') top left; background-repeat: no-repeat; }
	#NavSubHeader2 a:visited { color: #14409d; text-decoration: 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; }
	
/*** Page Title Styles ***/
#pageTitleContainer { position: relative; float: left; display: block; width: 660px; height: 45px; margin: 0 0 10px 0px;}
.pageTitle { height: 25px; position: absolute; top: 8px; float: left; z-index: 2; float: left; width: 615px; }
#printcontent #pageTitlebg { display: none; }
#printcontent .pageTitle span {  color: black; }
#pageTitlebg { z-index: 1; position: absolute; margin: 0 0 0 52px; font-size: 30px; color: #f1f2e4; letter-spacing: -1px; width: 560px; font-family: Palatino Linotype, Georgia, Serif;}
.pageTitle a { background: url('images/print.gif') no-repeat top left; float: right; height: 20px; width: 90px; position: absolute; top: 5px; left: 570px; }
.pageTitle a:hover { background: url('images/printup.gif') no-repeat top left; }
.pageTitle span { font-family: Palatino Linotype, Georgia, Serif; width: 565px; font-size: 23px; color: #bcb318;}

/*** Insite WYSIWYG styles ***/
.h1 { font-weight: bold; margin-bottom: -20px; font-size: 1.9em; line-height: 125%; letter-spacing: -1px; }
.h2 { font-weight: bold; margin: 0 0 0 0; font-size: 1.9em; line-height: 125%; letter-spacing: -1px; } 
.h3 { font-weight: normal; margin: 0; font-size: 1.6em; margin-bottom: 0px; line-height: 25px; letter-spacing: -1px; font-weight: italic; line-height: 1.0em;} 
.h4 { margin: 0; font-size: 1.1em; margin-bottom: 0px; font-weight: bolder; padding: 0; } 
.h5 { margin: 0; font-size: .8em; 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 ***/
dt {font-size: 12px; margin: 0 0 0 0;}
dd {font-size: 12px; margin: 3px 0 10px 20px;}



































