/*
-------------------------------------------------------- 
Metal Works Screen Style Sheet
12/27/2005
Author: Michael Tighe - www.miketighe.net
-------------------------------------------------------- 
*/
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #FFF;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}
/*
HEADER IMAGE AND SMALL NAV
*/
#header {
	width: 800px;
	height: 250px;
	background-color: #1F1F1F;
	margin: 0 auto;
}
/*
TOP NAVIGATION STYLES
*/
#top {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	clear: both;
}
#top ul {
	margin: 0 0 0 0;
	padding: 0.6em 0 0.6em 0;
	background: #F5F5F5;
	border: 1px solid #E8E8E8;
}
#top li {
	list-style: none;
	display: inline;
	margin: 0 0 0 2em;
}
#top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	text-decoration: none;
}
#top a:hover { text-decoration: underline; color: #000000;}
#top a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em;}
.tActive {
	/*Controls the top link which is active*/
	background: url(export/navBullet_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 1em;
	line-height: 0.5em;
	color: #006600;
}
.tUnactive {
	/*Controls the rest of the top links which are inactive*/
	background: url(export/navBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 0.8em;
	line-height: 0.5em;
	color: #1D1D1D;
}
/*
SIDE NAVIGATION STYLES
*/
#sidenav {
	width: 210px;
	float: left;
}
#sidenav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#sidenav li {
	list-style: none;
}
.curSection {
	/*Controls the section your currently in*/
	background: url(export/navBullet_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.2em 0 0.2em 0.9em;
	border-bottom: 1px solid #EEE;
	line-height: 1.5em;
	background-color: #ECF1FB;
	font-weight: bold;
}
.regSection {
	/*Controls the normal sections*/
	background: url(export/navBullet_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.2em 0 0.2em 0.9em;
	border-bottom: 1px solid #EEE;
	line-height: 1.5em;
}
.subSection {
	/*Controls the subsection of the .curSection*/
	background: url(export/navBullet_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 0 2em;
	padding: 0.2em 0 0.2em 0.9em;
	border-bottom: 1px solid #EEE;
	line-height: 1.5em;
}
.subCurrent {
	/*Controls the selected subsection of the .curSection*/
	background: url(export/navBullet_down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 0 2em;
	padding: 0.2em 0 0.2em 0.9em;
	border-bottom: 1px solid #EEE;
	background-color: #ECF1FB;
	font-weight: bold;
	line-height: 1.5em;
}
#sidenav a { text-decoration: none; color: #254465; }
#sidenav a:hover { text-decoration: underline; color: #254465;}
#sidenav a:visited { color: #254465;}
/*
BODY CONTENT AREA
*/
#bodycontent {
	float: left;
	width: 540px;
	margin: 0 0 0 0;
	padding: 0 0 0 2em;
}
#bodycontent h1 {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 1em;
	margin: 0 0 0.6em 0;
	padding: 0 0 0 0;
}
#bodycontent h2 {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0 0 0.6em 0;
	padding: 0.5em;
	background-color: #E7F3F8;
	border-bottom: 1px solid #666;
}
#bodycontent h3 {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	margin: 0 0 0.6em 0;
	padding: 0 0 0 0;
	font-weight: lighter;
}
#bodycontent p {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0 0 0.6em 0;
	padding: 0 0 0 0;
	line-height: 1.5em;
}
#bodycontent ul {
	margin: 0 0 0 2em;
	padding: 0 0 0 0;
}
#bodycontent li {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0 0 0.4em 0;
}
#bodycontent hr {
	border: 1px solid #999;
	width: 65px;
	height: 1px;
	background: #FFF;
}
#bodycontent dl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	border: 1px solid #CCC;
	width: 400px;
}
#bodycontent dt {
	margin: 0 0 0 0;
	padding: 0.65em;
	font-weight: bold;
	background-color: #FCF8E2;
}
#bodycontent dd {
	margin: 0 0 0 0;
	padding: 0.65em;
}
#bodycontent p strong {
	color: #333;
}
/*BODYCONTENT STANDARD LINK TYPES*/
#bodycontent a { color: #003366; text-decoration: none;}
#bodycontent a:hover { color: #003366; text-decoration: none; padding: 0.2em; background-color: #ECF1FB;}
#bodycontent a:visited { color: #003366;}
/*BODYCONTENT LINK TYPES UNDER <DD>*/
#bodycontent dd a { color: #003366; text-decoration: none;}
#bodycontent dd a:hover { color: #003366; text-decoration: none; padding: 0.2em; background-color: #ECF1FB;}
#bodycontent dd a:visited { color: #003366;}
/*BODYCONTENT TABLE CONTROLS*/
#bodycontent table {
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin: 1.5em 0 0 0;
	padding: 0;
}
#bodycontent th, td {
	margin: 0;
	padding: 0.5em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#bodycontent th {
	background-color: #FCF8E2;
	font-weight: bold;
}
#bodycontent .tableHi {
	background-color: #ECF1FB;
}

#url_field {
	display: none;
}