html, body {
	margin:0;
	padding:0;
	/*text-align: center;*/
}
body{
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: black;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

img.process {float: left; padding-right:12px; padding-top: 16px}

p.copyright {float: left;
}

p.credit {text-align: right;
		float:right;
}
div#page {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	background-image: url(../images/volkmann_precision_bkgrnd_rev4_process.jpg); /* ForgePond */
	background-repeat: no-repeat; /* ForgePond */
	/*text-align: center;*/
}

ul.option_list li {color: white; list-style-type: round;}

div#page1 {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	background-image: url(../images/volkmann_precision_bkgrnd_rev4_gallery.jpg); /* ForgePond */
	background-repeat: no-repeat; /* ForgePond */
	/*text-align: center;*/
}

div#page2 {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	background-image: url(../images/volkmann_precision_bkgrnd_rev4_gallery.jpg); /* ForgePond */
	background-repeat: no-repeat; /* ForgePond */
	/*text-align: center;*/
}

div#page3 {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	background-image: url(../images/volkmann_precision_bkgrnd_rev4_faq.jpg); /* ForgePond */
	background-repeat: no-repeat; /* ForgePond */
	/*text-align: center;*/
}

div#page4 {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	background-image: url(../images/volkmann_precision_bkgrnd_rev4_testimonials.jpg); /* ForgePond */
	background-repeat: no-repeat; /* ForgePond */
	/*text-align: center;*/
}

div#container {
	padding: 20px;
}

div#quote {
	width: 120px;
	height: 120px;
	float: right;
	padding-top: 0;
	padding-left: 13px;
	background-color: black;
	color: orange;
	font-size: 15px; 
	margin: 0;
	}

/* navigation styles
#nav {
	width: 100%;
	float: right;
	margin-top: 50px;
	margin-left: 6%;
	padding: 0;
	list-style: none;
}
#nav li {
	float: right;
	list-style: none;}
#nav li a {
	display: block;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	font-weight: bold;
	color: white;
 }
#nav li a:hover {
	color: orange;
 } */

/* sub-navigation Vert style */	
/*#nav li ul {
	float: right;
	display: none; 
	background-color: black;
	color: white;
	}
#nav li:hover ul {
	display: block;
	z-index: 1;
	position: absolute;
	margin: 0;
	padding: 0; }
#nav li:hover li {
	float: none; }
#nav li:hover li a {
	background-color: black;
	color: white; }
#nav li li a:hover {
	background-color: orange; } */

	/*sub navigation horizontal style*/
	
	#navbar {
		height: 70px;
	}
	
	#nav {
   position: absolute;
   /*top: 0;
   left: 37%;
   margin-top: 50px;*/
   padding: 0;
   }
#nav li {
   list-style: none;
   float: right;
	white-space: nowrap;
}
#nav li a {
   display: block;
   padding: 0px 8px;
   /*text-transform: uppercase;*/
   text-decoration: none;
	font-size: 13px;
   color: white;
   white-space: nowrap;

 }
#nav li a:hover {
   color: orange;
   }
#nav li ul {
   display: none;
	white-space: nowrap;
}
#nav li:hover ul, #nav li.hover ul {
   position: absolute;
   display: inline;
   white-space: nowrap;
	left: 0;
   width: 100%;
   margin: 0;
   padding: 0; }
#nav li:hover li, #nav li.hover li {
   float: left; }
#nav li:hover li a, #nav li.hover li a {
   color: white;
	}
#nav li li a:hover {
   color: orange;
	}


	
/* sidebar navigation styling NOT IN USE, commented out
#side_nav {
	width: 100%;
	margin: 0 0 3em 0;
	margin-top: 104px;
	margin-right: 6%;
	padding: 0;
	list-style: none;
}
  #side_nav li {
	float: right; }
#side_nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: white;
 }
#side_nav li a:hover {
	color: orange;
	}
*/

div#footer {
	clear: both;
	width: 100%;
	height: 180px;
	margin-top; 30px;
	background-color: black;

}

	#footer_column1{
	    /*margin: 0 0;*/
		overflow: hidden;
		width: 50%;
		height: 180px;
	    text-align:right;
	    z-index: 5;
		color: white;
		border-right: 1px solid white;
		float: left;
		line-height: 2;
	}

	#footer_column1 h4 {
		padding-right: 20px;
		}
	
	#footer_column1 p {
		padding-right:20px;
		padding-left: 50px
		font-size: 10px;
		}

	#footer_column2{
	    overflow: hidden;
	    height: 180px;
	    text-align:left;
	    z-index: 5;
		color: white;
	}

	#footer_column2 h4 {

		padding-left: 20px;
		}
	
	#footer_column2 p {
		padding-left:20px;
		margin: 0 0 0px;
		font-size: 10px;
		}
