/* @override http://fabcosteel.net/css/styles.css */

/* @override http://fabcosteel.net/css/styles.css */

body
{
	font-family: Arial, Helvetica, sans-serif; 
	background-color: white;
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
}

a
{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

/* @group Header */

#header
{
	width:760px; 
	margin-left:auto; 
	margin-right:auto;
}

#header img
{
	border: none;
	margin: 10px 0 0 0;
}

#header ul
{
	margin: 0; 
	padding-left: 0; 
	height: 44px; 
	line-height: 44px; 
	display: block; 
	list-style: none; 
	background-color: #DBEAF5;
}

#header li
{
	display: inline; 
	background-color: #5588BB;
	float: right;
	background-image: url(../images/ul_bg.gif);
}

#header li a
{ 
	height: 44px; 
	line-height: 44px; 
	display: block; 
	padding-left: 27px; 
	padding-right: 27px; 
	border-left: 1px solid white;
	float: left;
}

.current a
{
	background-image: url(../images/ul_hover.gif);
}

#header li a:hover
{ 
	background-color: #336699; 
	text-decoration: none;
	background-image: url(../images/ul_hover.gif);
}

#header h1
{ 
	margin-top: 20px;
	margin-bottom: 0;
	padding: 50px 0 50px 0;
	text-indent: -9999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

/* @end */

#masthead
{
	padding: 0;
	margin-top: 1px;
	width: 760px;
	height: 130px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#masthead h1
{
	padding: 30px 0 0 20px;
	margin: 0;
	color: white;
	text-indent: 0px;
	line-height: 1em;
	font-size: 2em;
}

#content
{ 
	width:760px; 
	margin-left:auto; 
	margin-right:auto;
	display: block;
	clear: both;
	line-height: 1.5em;
	background-color: white;
}

#left_col a
{
	color: #336699;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#left_col a:hover
{
	background-color: #336699;
	color: white;
	border-right: 2px solid #b2b2b2;
	border-bottom: 2px solid #acacac;
}

#mid_col a
{
	color: #336699;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#mid_col a:hover
{
	background-color: #336699;
	color: white;
	border-right: 2px solid #b2b2b2;
	border-bottom: 2px solid #acacac;
}

#right_col a
{
	color: #336699;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#right_col a:hover
{
	background-color: #336699;
	color: white;
	border-right: 2px solid #b2b2b2;
	border-bottom: 2px solid #acacac;
}

#words a
{
	color: #336699;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#words a:hover
{
	background-color: #336699;
	color: white;
	border-right: 2px solid #b2b2b2;
	border-bottom: 2px solid #acacac;
}

#content ul
{
	color: #000;
	list-style-type: square;
	width: 180px;
}

#words
{
	width: 360px;
	float: left;
	clear: right;
	margin-top: 20px;
	padding: 0;
	text-align: justify;
}

#words p
{
	margin: 0 0 10px 0;
}

#aboutimage
{
	width: 356px;
	height: 256px;
	float: right;
	margin: 25px 0 0 0;
	border: solid 5px #336699;
}

#left_col
{
	font-size: 1em;
	width: 240px;
	text-align: left;
	margin-top: 20px;
	padding: 0;
	clear: right;
	float: left;
	display: block;
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#left_col p
{
	width: 225px;
}

#left_col2 /*FOR EQUIPMENT PAGE*/
{
	font-size: 1em;
	width: 400px;
	height: 100%;
	text-align: left;
	margin-top: 20px;
	padding: 0;
	clear: right;
	float: left;
	display: block;
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#left_col2 ul
{
	width: 350px;
}

#mid_col
{
	width: 240px;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
	padding: 0px;
	display: block;
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#mid_col p
{
	width: 225px;
}

#right_col
{
	margin-top: 20px;
	float: right;
	width: 240px;
	display: block;
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#imagebox
{
	width: 300px;
	height: 300px;
	float: right;
	margin: 20px 20px 0 0;
	text-align: center;
	padding: 20px 0 0 0;
	background-image: url(../images/paper.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#imagebox img
{
	margin: 10px;
	border: solid 5px #336699;
}

#imagebox img:hover
{
	border: solid 5px #DBEAF5;
}


/*CONTACT BOX*/

fieldset
{
	border: none;
	margin: 0;
	padding: 0 0 0 10px;
}

fieldset p
{
	margin: 5px 0 2px 0;
	padding: 0;
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input:hover
{
	background-color: #DBEAF5;
}

textarea:hover
{
	background-color: #DBEAF5;
}

legend
{
	display: none;
}

/*END CONTACT BOX*/

.spacer
{
	clear: both;
}


#content h2
{
	color: #336699;
	font: small-caps bold 1.4em Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}


p
{
	font: 100%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	line-height: 1.6em;
}

.emph
{
	font-style: italic;
}

/* @group Footer */

#footer
{
	width:760px; 
	margin-top: 10px; 
	margin-left:auto; 
	margin-right:auto;  
	border-top: 5px solid #DBEAF5;
	text-align: right;
	padding-top: 10px;
	font-variant: small-caps;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer p
{
	font-size: .7em; 
	line-height: 1.2em; 
	margin: 0;  
	color: #a7a7a7;
	text-align: right;
}

#footer a
{ 
	font-size: 11px;
	color: #336699;    
}

#footer a:hover
{
	background-color: #336699;
	color: white;
	border-right: 2px solid #b2b2b2;
	border-bottom: 2px solid #acacac;
}

/* @end */


