@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url("images/wood.jpg");
	background-repeat:repeat;
	background-position:top left;	
	background-attachment:fixed;
	margin: 0; 
	padding: .8em 0;
	text-align: center; 
	color: #000000;
}

	a:link{color: #99cc99}
	a:visited{color: black}
	a:hover{color: #DAF7D4}
	a:active{color: #404040}
	img { border: none }
	

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

.style1 {color: #990000}

.oneColElsCtrHdr #container {
	width: 43em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px groove #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColElsCtrHdr #header { 
	background-image:url("images/header.gif");
	/*height="90px"; */
	/*background: #006600; /*the header color */
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:655px; height:30px; font-size:0.95em; position:relative; z-index:100; }
/* hack to correct IE5.5 faulty box model 
* html .menu {width:746px; width:745px;} */

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:43.5em;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:129px;position:relative; border-right: 1px solid #000;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#9bd590; width:156.5px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#660000; padding-left:10px; line-height:29px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#46ae10}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#43ac01}
.menu ul ul :hover > a.drop {background:#46ae10}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:31px; left:0; width:134.75px; border-top:1px solid #000;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#46ae10; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#43ac01;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#43ac01;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }



.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	font-size: 65%;
	line-height: 125%;
}

.oneColElsCtrHdr #mainContent h1	{
	padding: 0 20px;
	font-size: 150%;
	text-align: center;
	display: inline;
	line-height: 150%;
}

.oneColElsCtrHdr #mainContent h3	{
	padding: 0 20px;
	font-size: 125%;
	text-align: left;
	display: inline;
	line-height: 150%;
}

.oneColElsCtrHdr #mainContent table	{
	text-align: left;
	border-collapse: collapse;

}

.oneColElsCtrHdr #mainContent tr { 
	border: none;
/*	padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
/*	line-height: 125%; */
	border-collapse: collapse;
	
}

.oneColElsCtrHdr #mainContent td { 
	border: none;
/*	padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
/*	line-height: 125%;	*/
	font-size: 100%;
	border-collapse: collapse;
}

.oneColElsCtrHdr #mainContent td.left  { 
	text-align: left; 
	width: 50% 
}
.oneColElsCtrHdr #mainContent td.right { 
	text-align: right; 
	width: 50% 
}
.oneColElsCtrHdr #mainContent th.left  { 
	text-align: left; 
	width: 50% 
}
.oneColElsCtrHdr #mainContent th.right { 
	text-align: right; 
	width: 50% 
}
.oneColElsCtrHdr #mainContent th.thwork { 
	text-align: left; 
	width: 40% 
}
.oneColElsCtrHdr #mainContent th.thhours {
	text-align: right;  
	width: 20% 
}
.oneColElsCtrHdr #mainContent th.thrate { 
	text-align: right; 
	width: 20% 
}
.oneColElsCtrHdr #mainContent th.thcost { 
	text-align: right; 
	width: 20% 
}
.oneColElsCtrHdr #mainContent td.lineitemwork { 
	text-align: left; 
	width: 40% 
}
.oneColElsCtrHdr #mainContent td.lineitemhours { 
	text-align: right; 
	width: 20% 
}
.oneColElsCtrHdr #mainContent td.lineitemrate { 
	text-align: right; 
	width: 20% 
}
.oneColElsCtrHdr #mainContent td.lineitemcost { 
	text-align: right; 
	width: 20% 
}
.oneColElsCtrHdr #mainContent th.installleft { 
	text-align: left 
}









.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url("images/footer.gif");
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 55%;
	text-align: center;
	color: #9bd590;
	
}

