/* Stylesheet for NorthernValleyMachine.com */

html, body {
	margin 			: 0px;
	padding 		: 0px;
	color			: black;
	font-family 		: Trebuchet MS, Arial, Verdana, Sans Serif;
/*	background-color	: #80C080; */
	background-color	: gray;
/*  	filter			: alpha(opacity=50); */   	/* for IE */ 
/*  	opacity			: 0.5; 	*/		/* CSS3 standard */
}


#container {
	position		: relative; 		/* needed for footer positioning*/
	margin			: 0 auto; 		/* center, not in IE5 */
	width			: 750px;	
/*	height			: auto !important; */	/* real browsers */
/*	height			: 100%; */		/* IE6: treaded as min-height*/
/*	min-height		: 100%; */		/* real browsers */
	background-color	: white;
	border			: 1px solid black; 
}


#header {
	background-color	: white;
	margin-bottom		: 0px; 
/*	height			: 10%; */
/*	border			: 1px solid #018752; */
/*	background-color	: #018752; */
/*  	filter			: alpha(opacity=50); */  	/* for IE */ 
/*  	opacity			: 0.5; 		*/	/* CSS3 standard */
/*	border			: 1px solid pink; */
}

#separator {
	height 			: 15px;
	width			: 750px; 
/*	left			: 0px; */
	margin 			: 0px;
	padding			: 0px;
	float			: left; 
/*	float			: top;  */
	top			: 0px;
	background		: url("../images/separator.jpg"); 
	position		: relative;
/*	clear			: both; */
/*	border			: 1px solid blue; */
}

#content	{
	background-color	: white;
	padding			: 0px;
	margin			: 0px;
	vertical-align		: top;
	left			: 0px;
	top			: 93px;
	width			: 750px;
/*	height			: 100%;  */
	position		: relative;
/*	border			: 1px solid red; */

}

#navbutton {
	background 		: #018752;
	color 			: white;
	font-weight 		: bold;
	text-align 		: center;
	width 			: 185px; 
/*	height 			: 100%; */
	margin 			: 0px;
/*	margin-bottom		: 100px; */
	padding 		: 0px;
	float			: left;
/*	float			: top; */
	left			: 0px;
	top			: 0px; 
	right			: 0px;
	position 		: relative; 
/*	border			: 1px solid blue;   */
	text-transform		: uppercase; /* force text to uppercase */
	font-family		: arial, monospace;

	
	 
}

#navbar {
	background 		: white;
	color 			: white;
	font-weight 		: bold;
	text-align 		: center;
	width 			: 185px; 
/*	height 			: 100%; */
	margin 			: 0px;
/*	margin-bottom		: 100px; */
	padding 		: 0px;
	float			: left;
/*	float			: top; */
	left			: 0px;
/*	top			: 98px; */
	right			: 0px;
	position 		: absolute; 
/*	border			: 1px solid blue;   */
	
	 
}

#subnavbar {
	background 		: white;
	background 		: LightGrey;
	color 			: black;
/*	font-weight 		: bold; */
/*	text-align 		: center; */
	width 			: 185px; 
/*	height 			: 100%; */
	margin 			: 0px;
/*	margin-bottom		: 100px; */
	padding 		: 0px;
	float			: left;
/*	float			: top; */
	left			: 0px;
	top			: 340px;
	*top			: 380px; /* ie 6 & 7 */ 
	_top			: 380px; /* ie 6 */ 
	right			: 0px;
	position 		: absolute; 
/*	border			: 1px solid blue;   */
}
#pagetitle {
	background 		: white;
	color 			: black;
	font-weight 		: bold; 
	text-align 		: center; 
	width 			: 500px; 
/*	height 			: 100%; */
	margin 			: 0px;
/*	margin-bottom		: 100px; */
	padding 		: 0px;
	float			: left;
/*	float			: top; */
	left			: 250px;
	top			: 0px; 
	right			: 0px;
	position 		: absolute; 
/*	border			: 1px solid blue;   */
}	

#lgpagetitle {
	background 		: white;
	color 			: black;
	font-weight 		: bold; 
	text-align 		: center; 
	width 			: 500px; 
/*	height 			: 100%; */
	margin 			: 0px;
/*	margin-bottom		: 100px; */
	padding 		: 0px;
	float			: left;
/*	float			: top; */
	left			: 250px;
	top			: 0px; 
	right			: 0px;
	position 		: absolute; 
        font-size               : 24px;
/*	border			: 1px solid blue;   */
}

#main {
	background-color	: white;
/*	text-align 		: justify; */
	width 			: 549px; 
/*	height 			: 600px; */
/*	height			: 100%; */ 
	margin 			: 0px;
	margin-bottom		: 100px;
	padding 		: 0px;
	float			: left;
/*	float			: top; */
	left			: 200px;
	top			: 25px;  
	right			: 0px; 
	position 		: relative;  
/*	overflow		: auto; */
/*	border			: 1px solid #018752;  */
}
	

#footer	{
/*	border-top 		: 2px solid #018752; */
	background		: #018752;
	color			: white;
	width 			: 100%;
	display 		: block;
	font-size 		: small;
	text-align 		: center;
/*	margin-bottom 		: 0px; */
/*	top			: 700px; */
	bottom			: 0px;
	position 		: relative;
/*	border			: 1px solid brown; */
/*	border			: 1px solid black; */
}



h1 {
	text-align 		: center;
}

A {
	color 			: #333333; 
	text-decoration 	: none;
}
A:link {
	color 			: #333333;
	text-decoration 	: none;
}
A:visited {
	color 			: #333333;
	text-decoration 	: none;
}
A:hover {
	color 			: #333333;
	text-decoration 	: none;
}
A:focus {
	color 			: #333333;
	text-decoration 	: none;
}
A:active {
	color 			: #333333;
	text-decoration 	: none;
}

img.floatRight 
{ 
	float			: right; 
	margin			: 0px; 
} 

img.floatLeft 
{ 
	float			: left;
	margin			: 0px; 
} 

img.absRight 
{ 
	right			: 0px; 
} 

img.absLeft 
{ 	
	left			: 0px; 
} 

img.logo
{ 
	margin-bottom		: 5px; 
} 

img.botnav
{ 
	margin-bottom		: 0px; 

} 

img.career {
	border			: 1px solid black;

}

#navbutton a:link 	{
	color			: white; 
	text-decoration		: none;
}
#navbutton a:active 	{
	color			: white; 
	text-decoration		: none;
}
#navbutton a:visited 	{
	color			: white; 
	text-decoration		: none;
}
#navbutton a:hover 	{
	color			: black; 
	text-decoration		: none;
}


.center 	{
	text-align			: center;
}

.right 	{
	text-align			: right;
}
.machdesc 	{
	text-align			: justify;
	width				: 500px;
/*	position			: float; */
}
.machdescC 	{
	text-align			: center;
	width				: 500px;
/*	position			: float; */
}
.machdescL 	{
	text-align			: left;
	width				: 500px;
/*	position			: float; */
}
.left 		{
	text-align			: left;
}
table.mailform  {
	border 				: 0px none;
	width 				: 300px;
}
table.equip  	{
	border 				: 1px solid gray;
	width 				: 500px;
}
td.equip  	{
	border 				: 1px solid gray;
	width 				: 20%;
	text-align 			: center;
}

table.brochure  	{
/*	border 				: 1px solid gray; */
	width 				: 500px;
}

td.brochure  	{
/*	border 				: 1px solid gray; */
	width 				: 20%;
	text-align 			: center;
/*	float				: center; */
}



img 		{
	border 				: 0px none;
}
table 		{
	width 				: 95%;
}
td.label 	{
	text-align			: left;
	width 				: 100px;
}
td.field 	{
	text-align			: left;
	width 				: 200px;
}
td.both 	{
	text-align			: left;
	width 				: 300px;
/*	colspan 			: 2; */
}
/* Machine Specs */
table.Specs	{
	border 				: 1px solid gray;
	font-size 			: smaller;
	width 				: 500px;
}
tr.HSpecs	{
	border 				: 0px solid gray;
	background-color 		: gray;
	text-align 			: center;
}
td.HSpecs	{
	border 				: 0px solid gray;
	background-color 		: gray;
	text-align 			: center;
}
tr.DSpecs	{
	border 				: 1px solid gray;
}
td.DSColL	{
	border 				: 0px solid white;
	text-align 			: left;
}
td.DSColR	{
	border 				: 0px solid white;
	text-align 			: right;
}

table.MachNav	{
	border 				: 0px solid silver;
	font-size 			: smaller;
	width 				: 505px;
}
tr.MachNav	{
	text-align 			: center;
}
td.MachNav	{
	text-align 			: center;
	width 				: 165px;
}
td.MachNavL	{

	text-align 			: left;
	width 				: 195px;
}
td.MachNavR	{

	text-align 			: right;
	width 				: 195px;
}
/* Application Style */
.DocTitle	{
	background			: #000000;
	color				: #FFFFFF;
	font-size			: large;
	font-weight			: bold;
}
.DocSecTitle 	{
	background			: #000000;
	color				: #FFFFFF;
	font-weight			: bold;
	width				: 549px;
	float				: left;
	margin-bottom			: 5px;
}
.DocInstr 	{
	width				: 549px;
	float				: left;
	font-size			: small;
	font-style			: italic;
	margin-bottom			: 5px;
	margin-top			: 5px;
}
.FldDesc 	{
	width				: 175px;
	float				: left;
	margin-bottom			: 5px;
}
.Fld 		{
	width				: 285px;
	float				: right;
	margin-bottom			: 5px;
}
.LngFldDesc 	{
	width				: 350px;
	float				: left;
	margin-bottom			: 5px;
}
.LngFld {
	width				: 150px;
	float				: right;
	margin-bottom			: 5px;
}
.DescFld {
	width				: 549px;
	float				: right;
	margin-bottom			: 5px;
}
.DocCert {
	width				: 540px;
	float				: left;
	font-size			: medium;
}


#spaceB  {
    height: 1px;  
}

/* ****************************************** */
/* Button A                                   */
/* ****************************************** */
/* ButtonA is a green button with white text  */
/* the text will turn black on a hoover       */

#buttonA {

    margin-left: 0px;
}
#buttonA ul {

    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
/*    line-height: 20px;*/ /* 30 */
}
#buttonA li {
    list-style-type: none;
/*    height: 20px;*/  /* 30 */
    width: 150px;
    margin: 3px; /* space between buttons */
    _margin:	0px;	/* For IE6 */
    text-align:center;
/*    border	: 1px solid #80C080; */
}
#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 0px;
}
#buttonA li a:link {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #018752;
    border-style: outset;
}
#buttonA li a:visited {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #018752;
/*    border-style: outset; */
}
#buttonA li a:hover {
    font-weight: bold;
    color: #000000;
    background-color: #018752;
/*    border-style: outset; */
}
#buttonA li a:active {
    font-weight: bold;
    color: #000000;
    background-color: #018752;
/*    border-style: outset; */
} 

/* ****************************************** */
/* Button B                                   */
/* ****************************************** */
/* ButtonB is a green 3D button with gray     */
/* text.  The button will turn gray on hoover */


#buttonB  {

    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px; /* 30 */
    height: 20px;  /* 30 */
    width: 150px;
    margin: 12px; /* space between buttons */
    _margin:	0px;	/* For IE6 */
    text-align:center;
}

#buttonB a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
}
#buttonB a:link {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #018752;
    border-style: outset;
}
#buttonB a:visited {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #018752;
    border-style: outset;
}
#buttonB a:hover {
    font-weight: bold;
    color: #018752;
    background-color: #999999;
    border-style: outset;
}
#buttonB a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: inset;
} 

#buttonC  {

    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px; /* 30 */
    height: 20px;  /* 30 */
    width: 150px;
    margin: 12px; /* space between buttons */
    _margin:	0px;	/* For IE6 */
    text-align:center;
}

#buttonC a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 0px;
}
#buttonC a:link {
    color: #018752;
    font-weight: bold;
    background-color: #FFFFFF;
/*    border-style: outset; */
}
#buttonC a:visited {
    color: #018752;
    font-weight: bold;
    background-color: #FFFFFF;
/*    border-style: outset; */
}
#buttonC a:hover {
    font-weight: bold;
    color: #999999;
    background-color: #FFFFF;
/*    border-style: outset; */
}
#buttonC a:active {
    font-weight: bold;
    color: #999999;
    background-color: #FFFFFF;
/*    border-style: inset; */
} 

ul.level1 {
list-style-type:square;
}

ul.level2 {
list-style-type:disc;
}

ul.desc {
list-style-type:none;
}
