@charset "UTF-8";
/* CSS Document */

body {margin:0;padding:0;background:black;}
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:1.3em;
}
p2 {font-size:12px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;color:#ffffff;}
h1 {font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#000000;}
h2 {font-size:14px;font-family:Arial, Helvetica, sans-serif;color:#d1d1d1;}
ul {font-size:11px;font-family:Arial, Helvetica, sans-serif;color:#333333;}
ol {font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#ffffff;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}

#container {width:950px;background:url(bodyback.jpg) no-repeat;margin:0 auto;}
#header {height:303px;width:901px;float:left;background:url(home.swf);}
#header13 {height:303px;width:901px;float:left;background:url(top.jpg);}
#header2 {height:70px;width:901px;float:left;background:url(nav.swf);}
#header4js {height:303px;width:901px;float:left;background:url(home.swf);}
#headertop {height:70px;width:901px;float:left;background:url(nav.swf);}
.nav {position:absolute;margin-top:4px;margin-left:605px;width:800px;}
#menu {position:absolute;margin-top:30px;margin-left:200px;width:530px;}
#title {float:right;margin-top:90;height:auto;width:700px;}
#title h1 {margin-right:120px;}
.pack {float:right;margin-top:0;height:200px;width:350px;}
.right {float:right;margin-left:6px;}
.left {float:left;margin-right:6px;}

.clear {clear:both;display:none;}

#content {width:950px;float:left;background:url(bodyback2.jpg) no-repeat;padding-right:18px;}
#content2 {width:950px;float:left;background:url(bodyback3.jpg) no-repeat;padding-right:18px;}
#contentabout {width:950px;float:left;background:url(bodybackplan.jpg) no-repeat;padding-right:18px;}
#content-prod {width:932px;height:411px;float:left;background:url(body.jpg);padding-right:18px;}
#content-black {width:932px;height:411px;float:left;background:url(body-black.jpg) no-repeat;padding-right:18px;}
#left {float:left;width:275px;height:450px;}
#rightcontent {float:right;width:633px;height:378px;}
#rightcontent-prod {float:right;margin-top:22px;width:633px;height:385px;overflow:scroll;}

#footer {clear:both;background:url(footerback.jpg);width:950px;height:36px;padding-top:5px;}
#footer p,a {color:white;}
#footer-about {clear:both;background:url(footer_about.jpg);width:950px;height:237px;}
#footer-black {clear:both;background:url(footer-black.jpg);width:950px;height:237px;}
#footer-grad {clear:both;background:url(footer-grad.jpg);width:950px;height:237px;}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: white;
padding: 6px 4px 4px 4px; /*top padding is 6px, bottom padding is 4px*/
margin-right:20px; /*spacing between each menu link*/
text-decoration: none;
/*border-bottom: 3px solid gray; bottom border is 3px*/
border-bottom:#333 1pt dotted;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
/*border-bottom-color: black;*/
background:#3eb6d2;
border-bottom:1pt dotted white;
}

