/***********************************************/
/* Eagle1.css                            */
/*            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.eagleoxide.com/images/Eagle_embossed.gif);
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #334d55;
}

h2{
	font-size: medium;
	color: #ff0000;
	font-weight: bold;
}

h3{
 font-size: 100%;
	color:#334d55;
}

h4{
 font-size: medium;
 font-weight: bold;
 color: #334d55;
}

h5{
 font-size: 90%;
 color: #334d55;
}

ul{
	list-style-type: square;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 150px;
	height: 102px
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	padding: 30px 0px 0px 3px;
}

#content{
	position: absolute;
    float:none;
	left: 6px;
	width: 750px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	top: 158px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#CompanyName{
	margin: 0px 0px 0px 95px;
	padding: 10px 10px 0px 10px;
	position: absolute;
	height: 102px;
	top: 0px;
	width: 570px;
	left: 70px;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;

}



/************** .feature styles ***************/

.feature{
	padding: 20px 60px 20px 20px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
	left: 6px;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	width: 670px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #334d55;
	position: relative;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	width: 750px;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img{
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	left: 6px;
	width: 750px;
	position: absolute;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	top: 122px;
	font-weight: bold;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	height: 26px;
	text-align: center;
}

#sectionLinks a:link{
	padding: 2px 5px 2px 5px;
	width: auto;
	width: auto;
	color: #FF0000;
}

#sectionLinks a:visited{
	padding: 2px 5px 2px 5px;
	color: #FF0000;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	color: #006699;
}
