@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6F4D24;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/background.jpg) repeat-y left top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
} 
#header  {
	background: url(images/met_comp_01.jpg) no-repeat;
	padding: 0;  /* 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. */
	width: 780px;
	height: 280px;
} 
#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;
	list-style: none;
}
#nav-menu {
width: 100%;
float: left;

}
#nav-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	top: 239px;
	width: 778px;
	height: 33px;
}
#nav-menu ul li {
	position: relative;
}
#nav-menu li ul {
	position: absolute;
	top: 33px;
	left: 0px;
	right: 0;
	display: none;
	float: none;
	width: 70px;
	z-index: auto;
}

#nav-menu ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 8px 12px;
	color: #E58F29;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	list-style: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	border-right: thin solid #666;
}

#nav-menu li ul a {
	display: block;
	float: left;
	width: 100%;
	color: #E58F29;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
	list-style: none;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1.2em;
	background: #525252 repeat;
	border-bottom: thin solid #666;
	width: 70px;
}

#nav-menu li {
	float: left;
	margin: 0 3px;
	padding: 0 3px;
	font-size: 0.8em;
}
#nav-menu a {
	margin: 0;
	padding: 2px 3px 2px 3px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav-menu li:hover ul, li.over ul { 
	display: block; }
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 115px 200px 15px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	list-style: none;
	left: 425px;
	top: 50px;
	right: 250px;
	bottom: 200px;
	text-decoration: none;
	padding-left: 425px;
	border: none;
}
#sidebar2 ul {
	list-style: none;
	font: lighter normal 0.6em/normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 10px -4px 0px -20px;
}

#mainContent  {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 110px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 295px;
} 

#footer  {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/footer_back.jpg) no-repeat;
	height: 180px;
	width: auto;
} 
.logo {
	position: absolute;
	left: 18px;
	top: -2px;
	border-width: 0px;
	border-style: none;
}
p {
	font: normal 0.675em/1.3em Arial, Helvetica, sans-serif;
	color: #FC9;
	margin: 9px 0px 7px 2px;
	padding: 0px;
}
.alum_chart {
	font: .675em Arial, Helvetica, sans-serif;
	color: #D69F52;
	margin: 12px 0px 7px 2px;
}
.image {
	border: medium solid #500;
	float: left;
	margin: 12px 5px 0px 0px;
	height: 77px;
	width: 119px;
}
.readmore {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-width: 0px;
	border-style: none;
}
.barfloat {
	position: absolute;
	top: 0px;
}
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tinkerbell {
	position: absolute;
	top: -7px;
	right: 57px;
	width: 277px;
	height: 373px;
}
.menubar {
	position: absolute;
	top: 236px;
	right: 0px;
	width: 780px;
}
.sitemap {
	font: small-caps 0.8em "Times New Roman", Times, serif;
	color: #E5983E;
}
.imageright {
	border: medium solid #500;
	float: none;
	margin: 2px 0px 0px 114px;
}
.rightbartext {
	font: normal 0.8em "Times New Roman", Times, serif;
	color: #E5983E;
	padding-left: 112px;
	font-variant: small-caps;

}
.barright {
	float: right;
	margin: -9px 0px 0px 0px;
}
.strip {
	position: absolute;
	top: 351px;
	left: 541px;
	height: 796px;
	width: 5px;
}
.footerstrip {
	width: 105px;
	margin-left: 19px;
}
.footerphoto {
	height: 49.61px;
	width: 98.44px;
	border: medium solid #500;
	margin-left: 19px;
}
.bar2 {
	margin-top: -40px;
}
.footertext {
	font: normal 0.8em "Times New Roman", Times, serif;
	color: #E5983E;
	font-variant: small-caps;
	text-align: left;
	padding-left: 19px;
}
#footertable {
	position: relative;
	left: 102px;
	top: -5px;
}
.sig {
	position: absolute;
	height: 30px;
	width: 117px;
	left: 365px;
	top: 175px;
}
a:link {
	color: #FFA126;
}
.Leftbartext {
	font: normal .95em "Times New Roman", Times, serif;
	color: #E5983E;
	font-variant: small-caps;
	padding-left: 7px;
	padding-top: 4px;
}
.barleft {
	float: left;
	margin: -9px 0px 0px 7px;
}
.Quote {
	text-align: center;
	font: italic 0.8em Arial, Helvetica, sans-serif;
	color: #E5983D;
	margin: 12px 0px 7px 2px;
	padding: 0px;
}
.image_noWrap {
	border: medium solid #500;
	float: none;
	margin: 12px 5px 0px 0px;
	height: 191px;
	width: 300px;
}
.imageNoSize {
	border: medium solid #500;
	float: left;
	margin: 12px 15px 0px 0px;
}
.SubHead {
	text-align: left;
	font: italic 0.8em Arial, Helvetica, sans-serif;
	color: #E5983D;
	margin: 12px 0px 7px 25px;
	padding: 0px 0px 0px 25px;
}
