
/* html tags defined */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	margin:0px;
	padding:0px;
}
.green {color:#677947;}
.orange {color: #FF9900;}/*f59c4c*/
.blue {color:#006baf;}
table {
border-collapse: collapse;
border: 1px solid #999999;
}
td {padding: 2px;}
th {font-size: smaller;}
*html td, th {
border: 1px solid #999999;
}
table.contacttable, table.contacttable th, table.contacttable td {border:0;}

div {	
display:block;
visibility:visible;
}
#container {
	
	margin-top:0px;
	
	width: 800px;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #000000;
	background-image:url('images/Nav-sidebarR.jpg');
background-repeat: repeat-y;
}
#header, #middlecontainer, #footer {
	position: relative;
	top:0;
	left:0;
	margin: 0;
	padding:0;
	width:800px;
}

#middlecontainer {

}
#header {

}
.home {
height:131px;
background-image:url(images/headerRT-home.jpg);
background-position:right;
background-repeat:no-repeat;
}
.about {
height:90px;
background-image:url(images/headerRT-about.jpg);
background-position:right;
background-repeat:no-repeat;
}
.contact {
height:90px;
background-image:url(images/headerRT-contact.jpg);
background-position:right;
background-repeat:no-repeat;
}
.products {
height:90px;
background-image:url(images/headerRT-products.jpg);
background-position:right;
background-repeat:no-repeat;
}
.careers {
height:90px;
background-image:url(images/headerRT-careers.jpg);
background-position:right;
background-repeat:no-repeat;
}

#header h1 {
display:none;
}

#footer {
	clear: both;
background-color:#647A4B;
color:#FFFFFF;
text-align:center;
height: 16px;

}




#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 159px;
	top:0;
display: block;

}
*html #left {

}

#content {
	top:0;
	padding: 8px 20px;
	margin-left:160px ;
	width:600px;
	text-align:left;
	border: 0;
	display: block;

}
*html #content {
width:600px;
padding: 0;
margin: 8px 20px 8px 174px;
}
#callout {
	float:right;
	margin-left: 6px;
	padding: 10px;
	width:150px;
	}
#calloutleft {
	float:left;
	margin-right: 6px;
	padding: 10px;
	width:150px;
	}
.subnav {
}

.subnav:hover {
}
img.left {
float:left;}
img.right {
float:right;}
.error {
color:#CC0000;}
h1,h2,h3 {
color:black;}
h1{font-size:1.75em;}
h2{font-size:1.3em;}
h3{font-size:1em;}
