﻿/* Design for WC3 validation */
* 	{
	margin: 0px;
	padding: 0px;
	border: 0px;/*zeroing out the padding, border and margins removes any default settings*/

}
/*

#maindiv {min-height: 100%;} 
* html #maindiv {height: 100%;} hack for IE only

*/
.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}
	
	
a {
	color : #006699;
	text-decoration : none;
}

a:link
{
	color : #006699;
	text-decoration : none;
}

a:visited
{
	color : #006699;
	text-decoration : none;
}

a:hover
{
	color : #666666;
	text-decoration : none;
	color: #FF0000;
}

a:active
{
	color : #333333;
	text-decoration : none;
}

body{		
	font : 70% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #333;
	line-height: 150%;
	background-image:url(img/pgbkg.jpg);
	background-repeat:repeat-x;
	background-color:#EEEEEE;
}

p {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 	
	line-height: 160%;
	margin: 10px 0px;
}

ul {
	list-style-position:outside;
	margin-top:15px;
	margin-left:30px;
}

.image {
	width:296px;
	float:left;
	margin: 0 40px 40px 0;
}

.subb {
	font-weight:bold;
}

.cap {
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
}

#wrapper {
	background-image:url(img/wrapper_bkg.jpg);
	background-repeat:repeat-y;
	width:976px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid #0000FF;
}

#blackwrapper {
	background-image:url(img/pgbkg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}

#content {
	border:0px solid #FF9000;
	width:730px;
	margin-left:242px;
}

#maintext {
	width:440px;
	margin-left:15px;
	border:0px solid #FF9000;
	margin-right:205px;
	margin-top:15px;
}

#inttext {
	width:690px;
	margin-left:15px;
	border:0px solid #FF9000;
	margin-top:15px;
}

#machine {
	width:650px;
	margin-left:15px;
	border:0px solid #FF9000;
	margin-top:55px;
}

#redbox {
	width:230px;
	float:right;
	border:0px solid #FF0000;
	margin-right:20px;
	margin-top:25px;
}

#nav {
	float:left;
	width:240px;
	border:0px solid #FF0000;
	background-image:url(img/navbkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:0px solid #000;
}

#divider {
	width:100%;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	text-align:center;
	clear:both;
}

#divider2 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	text-align:center;
	clear:both;
}

#mainpic {
	width:719px;
	height:293px;
	background-image:url(img/mainpic2.jpg);
	margin-top:65px;
}

#tagg {
	margin-top:200px;	
	margin-left:25px;
}

h1 {
	color:#FFF;
	font-size:1.5em;
	line-height:150%;
}


/* Rounded Corner Boxes */

div#red {
	margin:0em;
	background: url(img/red_tl.jpg) no-repeat;
	line-height:125%;
	font-size:0.8em;
}

div#red h4 {
	color:#FFFFFF;
	font-size:1.2em;
	margin:0;
	margin-bottom:0px;
	padding: 10px 5px 10px 15px;
	background: url(img/red_tr.jpg) no-repeat 100% 0;
}

div#red p {
	padding: 0px 15px 0px 15px;
	background-image:url(img/redboxbkg.jpg);
	margin:0;
}

div#red p.moreinfo {
	padding: 0px 0 0px 5px;
	background: url(img/red_bl.jpg) no-repeat 0 100%;
	border-left:0;
	border-right:0;
}

div#red p.moreinfo a {
	display:block;
	padding: 5px;
	background: url(img/red_br.jpg) no-repeat 100% 100%;
	cursor:default;
	height:20px;
}

/* End Rounded Corner Boxes */

.copyfoot {
	text-align:center;
	font-size:9px;
	color:#666666;
	margin-right:0px;
	margin-left:0px;
	padding-top:10px;
	
}

.copyfoot a:link, .copyfoot a:visited {
	text-align:center;
	font-size:9px;
	color:#666666;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:-10px;
}

.copyfoot a:hover {
	text-decoration:underline;
}

.error {
	color:#FF0000;
}
.message {
	color:#0000FF;
}


/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	width: 209px;
	padding: 0;
	margin-bottom: 1em;
	margin-top: 2em;
	margin-left:16px; 

}

#navsite ul {
	list-style: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
}

#navsite ul li {
	margin: 0;
	border-bottom: 1px solid #DB887B;	
	background-image:url(img/buttonbkg.jpg);
}

#navsite ul li a {
	display: block;
	padding: 5px 2px 5px 20px;
	color: #737171;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	color: #333;
}

/* horizontal nav from 10mins  */
ul#navigation {
	margin-left:0;
	padding-left:0;
	list-style: none;
	float:left;
	width:100%;
	
}
ul#navigation li {
	display:inline;	
}
ul#navigation a {
	display:block;
	float:left;
	padding: .2em 1em;
	text-decoration:none;
	color:black;
	border-right:1px solid #000;
}

ul#navigation a:hover {
	padding-left:30px;
	background-color: maroon;
	color:white; 
}

/* tan hack
div
{
  border: 10px;
  padding: 10px solid;
  width: 100px;
}

* html div
{
  width: 140px;
  w\idth: 100px;
}


*/
