body {
	background-color: #e2a75e;
	text-align:center;
	font : 14px Tahoma, Verdana, Arial, sans-serif;
	margin-top: 0;
}

p a:link {
	text-decoration:underline;
	color:black;
}
p a:visited {
	text-decoration:underline;
	color:black;
}
p a:active {
	text-decoration:underline;
	color:black;
}
p a:hover {
	text-decoration:none;
	color:black;
}
div#container {
	position : relative;
	width : 1024px;
	min-height:100%;
	margin : 0 auto;
	text-align : center;
	background: #ebc587 url(../images/bg-wood.jpg) no-repeat;
	z-index:1;
}
* html #container {height:100%;}

div#content {
	position : relative;
	width : 762px;
	min-height:100%;
	margin : 0 auto;
	text-align : left;
	z-index:1;
}
* html #content {height:100%;}

div#header {
	position:relative;
	width:100%;
	top:0px;
	height:265px;
	z-index:3;
}

div#middle {
	position:relative;
	width:762px;
	min-height:100%;
	text-align:left;
	z-index:1;
	background:url(../images/overlay2.png) repeat-y;
	height:auto !important;
	height:100%;
	padding-bottom:245px;
}
* html #middle {height:100%;}

div#subcontent {
	position:relative;
	min-height:385px;
	z-index:1;
	margin: 0 1em;
	padding: .5em 0;
}
div#homecontent {
	z-index:1;
	margin: 0 1em;
	padding: .5em 0;
	}

td#hometable
	{	margin: 0 1em;
	padding: .5em 0;}

div#welcome {
	position:relative;
	width:400px;
	text-align:right;
	padding:10px;
	overflow:auto;
	z-index:1;
}

div#footer {
	font : 11px Tahoma, Verdana, Arial, sans-serif;
	color:black;
	z-index:1;
	position:absolute;
	bottom:0;
	left:0;
	height:250px;
}
ul#footerlist {
position:relative;
top:130px;
z-index:1; }

ul#footerlist li {
	list-style:none;
	background:url(../images/li-screw.jpg) no-repeat 0px;
	padding-left:18px;
	margin-top:5px;
	margin-left:-15px;
}
h1#h1index {
	position : absolute;
	left : 0px;
	top : 0px;
	width: 762px;
	height : 214px;
	background : url(../images/h1.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
	z-index:1;
}
h1#h1sub {
	position : absolute;
	left : 0px;
	top : 0px;
	width: 762px;
	height : 214px;
	background : url(../images/h1-sub.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
	z-index:1;
}
img#overlay2 {
	position:absolute;
	left:129px;
	top:265px;
	width:762px;
	height:671px;
	z-index:1;
}
#logoindex {
	position:absolute;
	left:129px;
	top:0px;
	width:207px;
	height:216px;
	z-index:1;
}
img#measureright {
	position:absolute;
	left:891px;
	top:179px;
	width:133px;
	height:91px;
	z-index:1;
}
table {
	z-index:1;
}
table.caltable {
}
table.calhedtable {
	color:#ffffff;
	background-color:#000000;
}
table.calhedtable a{
	color:#ffffff;
	text-decoration:none;
}
table.calhedtable a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/* top nav menu */

#navmenu {
	position: absolute;
	left:0;
	top:216px;
	width:762px;
	height:49px;
	margin:0;
	padding:0;
	z-index:100;
}
.horizontalcssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
}
/*Top level list items*/
.horizontalcssmenu ul li {
	position: relative;
	display: inline;
	float: left;
	z-index: 100;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a {
	display: block;
	/*width: 130px; Width of top level menu link items*/
height: 49px;
	text-decoration: none;
	color: black;
	font: bold 13px Tahoma;
	z-index: 100;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li {
	display: inline;
	float: none;
	z-index: 100;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a {
	width: 180px; /*width of sub menu levels*/
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	color:#E2C509;
	padding: 2px 5px;
	background-color: #000000;
	border-width: 0 2px 2px 2px;
	border-color:#CCCCCC;
	border-style:solid;
	z-index: 100;
	text-decoration:none;
}
.horizontalcssmenu ul li ul li a:visited, .horizontalcssmenu ul li ul li a:link {
	color:#E2C509;
	background: #000000;
	text-decoration:none;
	font-weight: 400;
	font-size:12px;
	z-index: 100;
}
.horizontalcssmenu ul li a:hover {
	background: url(menubgover.gif) center center repeat-x;
}
.horizontalcssmenu ul li ul li a:hover, .horizontalcssmenu ul li ul li a:active {
	color:#ffffff;
	background: #000000;
	text-decoration:none;
	font-weight: 400;
	font-size:12px;
	z-index: 100;
}
* html p#iepara { /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li {
	float: left;
	height: 1%;
}
* html .horizontalcssmenu ul li a {
	height: 1%;
}
/* lower nav menu */

ul#bottombar {
	position: absolute;
	left:0;
	list-style:none;
	overflow:hidden;
	width:762px;
	height:120px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	z-index:90;
}
ul#bottombar a {
	display : block;
	width: 100%;
	height:120px;
	text-indent : -9999px;
	text-decoration : none;
	overflow : hidden;
}
li#bb1 {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 120px;
	height : 120px;
	background : url(../images/lowermenubar.jpg) no-repeat 0 0;
}
li#bb2 {
	position : absolute;
	top : 0px;
	left : 120px;
	width : 132px;
	height : 120px;
	background : url(../images/lowermenubar.jpg) no-repeat -120px 0;
}
li#bb3 {
	position : absolute;
	top : 0px;
	left : 252px;
	width : 138px;
	height : 120px;
	background : url(../images/lowermenubar.jpg) no-repeat -252px 0;
}
li#bb4 {
	position : absolute;
	top : 0px;
	left : 390px;
	width : 122px;
	height : 120px;
	background : url(../images/lowermenubar.jpg) no-repeat -390px 0;
}
li#bb5 {
	position : absolute;
	top : 0px;
	left : 512px;
	width : 125px;
	height : 120px;
	background : url(../images/lowermenubar.jpg) no-repeat -512px 0;
}
li#bb6 {
	position : absolute;
	top : 0px;
	left : 637px;
	width : 125px;
	height : 120px;
	background : url(../images/lowermenubar.jpg) no-repeat -637px 0;
}
li#bb1 a:hover {
	background : url(../images/lowermenubar-over.jpg) no-repeat 0 0;
}
li#bb2 a:hover {
	background : url(../images/lowermenubar-over.jpg) no-repeat -120px 0;
}
li#bb3 a:hover {
	background : url(../images/lowermenubar-over.jpg) no-repeat -252px 0;
}
li#bb4 a:hover {
	background : url(../images/lowermenubar-over.jpg) no-repeat -390px 0;
}
li#bb5 a:hover {
	background : url(../images/lowermenubar-over.jpg) no-repeat -512px 0;
}
li#bb6 a:hover {
	background : url(../images/lowermenubar-over.jpg) no-repeat -637px 0;
}
@charset "utf-8";
/* CSS Document */
/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:762px;
	height:49px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
}
/* 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:170px;
}
/* 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:170px;*/
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	height:49px;
	
}
/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {
	width:169px;
	w\idth:170px;
}*/
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	width:170px;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	width:170px;
}
.menu ul ul :hover > a.drop {
	width:170px;
}
/* style the second level background */
.menu ul ul a, .menu ul ul a:visited {
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background-color:#999999;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color:#000000;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color:#000000;
}
/* 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:39px;
	left:0;
	width:170px;
	border-top:1px solid #000;
	z-index:100;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:38px;
	t\op:39px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:190px;
	top:-1px;
	width:190px;
	z-index:100;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-190px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color:#000000;
	color:#E2C509;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:170px;
	border-color:#CCCCCC;
	border-width:0 2px 2px 2px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:169px;
	w\idth:170px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#ffffff;
	
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	
}
/* 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;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
