﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px solid #b7b7b7;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
}
#top{
	background-color: #545454;
}
#masthead {
	text-align: left;
	background-color: white;
	width: 1000px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#menu{
	background-color:maroon ;
	overflow: hidden;
}
.producthead
{
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: large;
	color: maroon;
	background-color: white;
	width:235px;
}
.productitems
{
	text-align: left;
	border: 1px solid #000000;
}
.letters1
{
	font-family: Verdana;
	font-size:small;
	color:black;	
}
.letters2
{
	font-family: Verdana;
	font-size:small;
	color:black;	
	font-weight:bold;
}
.letters3
{
	font-family: Verdana;
	font-size:medium;
	color:gray;	
	font-weight:bold;
}
.cellTM
{
	text-align:center;
	vertical-align:top;
}
.acc
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 6px;
}
#BulletedList1
{
	font-family: Verdana;
	font-size:small;
	color:black;	
}
#BulletedList2
{
	font-family: Verdana;
	font-size:small;
	color:black;	
}

#menu2{
	background-color:maroon;
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
/*	background-color: #a9a9a9; */
	background-color:#545454;	
	position: relative;
}
#footer {
	width: 1000px;
	text-align: center;
	background-color: #545454;;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: medium;
	color: #000000;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.branchheader {
	background-color:black;
	text-decoration:blink;
	color:white;
	width:160px;
}
.contact_divider {
	width:10px;
	background-color:maroon;
}
.question {
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	color:navy;
}
.answer {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}
.spec_table
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	vertical-align: middle;
	/*text-align: center;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.spec_table.odd_row
{
	background-color:white;
}
.spec_table.even_row
{
	background-color:#F0F0F0;
}
.spec_table.col
{
	border-left: 1px solid #000000;
	width:100px;
	text-align:center;
}
.surveyform
{
	text-align:right;
	width:150px;
	height:22px;
}