/* CSS Document */

a{text-decoration:none;}
h1,h2,h3{font-size:1.0em;}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{	
	margin: 0;
	padding: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 75% /* 16px × 62.5% = 10px */; 
	/*background: #254b1e url(images/bigbg2.jpg) no-repeat 0px 0px;*/
	background: #000 url(images/bigbg2.jpg) no-repeat 0px 0px;
	color: #000;
}


#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 0px;
	width: 900px;

}

#logo900 {
width: 900px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
}



#toplogo {
width: 120px;
float: left;


}

.underlinemenu{

/*background: #254b1e url(images/mcd-engineering-logo-.jpg) no-repeat 0px 0px;
background: #000 url(images/mcd-engineering-logo2.jpg) no-repeat 0px 0px;
background: #000 url(images/logo2.png) no-repeat 0px 0px;*/
height:55px;
font-weight: bold;
width: 100%;
float: left;
clear: both;
/*padding-top:85px;
margin-bottom:-85px;*/


}

.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: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ffffff;
padding: 6px 46px 4px 3px; /*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*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #336633;

}


#mainpic {
float: left;
width: 900px;
height: 195px;

padding-bottom: 0px;
}


#maincontent {
	float: left;
	text-align: left;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0px;
	color: #fff;
	width: 100%;


}

#maincontent p {
	line-height: 130%;
}

#maincontent h1{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #fff;
	font-size: 1.7em;
	font-style: normal;
	line-height: 100%;
	margin-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#maincontent h2{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #fff;
	font-size: 1.3em;
	font-style: normal;
	line-height: 100%;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}


/*********************/
/* FOOTER */
/*********************/
#footer {
	width: 900px;
	clear: both;
	color: #fff;
	
	margin-top: 10px;
	border-top: 2px solid #ccc;
	height: 28px;
	text-align: left;
	padding: 8px 0px 0px 0px;
}

#footer a
{
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#maincontent a
{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#maincontent a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


.spaced {
	clear: both; 
	font-size: 1px; 
	float: none;
	height:1px;
	margin-top:-1px;
	line-height: 1px;
}