body
{
	font-family: Arial, Times, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-indent: 0px;
	color: white;
	line-height: 24px; // increase was 20
	font-weight: lighter;
	background-color: #545454;
	margin-top: 0px;
}

#container
{
	width: 1048px;
	border: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #373D43;
}

body.home #container
{
background-image: url(../graphics/bck_hme.jpg);
background-repeat: repeat-y;
}

body.about #container,  body.support #container, body.map #container, body.safety #container, body.mission #container
{
background-image: url(../graphics/bck_abt.jpg);
background-repeat: repeat-y;
}

body.products #container
{
	background-image: url(../graphics/bck_products.jpg);
	background-repeat: no-repeat;
	background-color: #373D43;
}

body.product #container
{
	background-image: url(../graphics/bck_product.jpg);
	background-repeat: repeat-y;
	background-color: #373D43;
}

body.contact #container
{
	background-image: url(../graphics/pg_about.gif);
	background-repeat: no-repeat;
	background-color: #373D43;
	background-position: 675px 220px;
}

/* Main Navigation */
#main-nav { height: 24px; }

#main-nav dl
{
	margin: 0;
	padding: 0 0 0 168px;
	position: relative;
	top: -60px;
}

/* IE5 Mac Hack \*/
#main-nav { padding-left: 0px; }

/*/
#main-nav
{
	padding-left: 0px;
	overflow: hidden;
}

/* End Hack */
#main-nav dt { float: left; }

#main-nav dt a
{
	display: block;
	height: 0px !important;
	/**/
	/* IE 5/Win hack */
	padding: 44px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover { background-position: 0 -44px; }

#main-nav dt#home,
#main-nav dt#home a
{
	width: 110px;
	background-image: url(../graphics/btn_home.png);
}

#main-nav dt#about,
#main-nav dt#about a
{
	width: 110px;
	background-image: url(../graphics/btn_about.png);
}

#main-nav dt#products,
#main-nav dt#products a
{
	width: 110px;
	background-image: url(../graphics/btn_products.png);
}

#main-nav dt#mission,
#main-nav dt#mission a
{
	width: 110px;
	background-image: url(../graphics/btn_mission.png);
}

#main-nav dt#safety,
#main-nav dt#safety a
{
	width: 110px;
	background-image: url(../graphics/btn_safety.png);
}

#main-nav dt#support,
#main-nav dt#support a
{
	width: 110px;
	background-image: url(../graphics/btn_support.png);
}

#main-nav dt#contact,
#main-nav dt#contact a
{
	width: 110px;
	background-image: url(../graphics/btn_contact.png);
}

#main-nav dt#map,
#main-nav dt#map a
{
	width: 110px;
	background-image: url(../graphics/btn_map.png);
}

body.home dt#home,
body.home dt#home a,
body.home dt#home a:hover,
body.about dt#about,
body.about dt#about a,
body.about dt#about a:hover,
body.products dt#products,
body.products dt#products a,
body.products dt#products a:hover,
body.product dt#products,
body.product dt#products a,
body.product dt#products a:hover,
body.mission dt#mission,
body.mission dt#mission a,
body.mission dt#mission a:hover,
body.safety dt#safety,
body.safety dt#safety a,
body.safety dt#safety a:hover,
body.support dt#support,
body.support dt#support a,
body.support dt#support a:hover,
body.contact dt#contact,
body.contact dt#contact a,
body.contact dt#contact a:hover,
body.map dt#map,
body.map dt#map a,
body.map dt#map a:hover { background-position: 0 -44px; }

.navlist
{
	padding: 0 1px 1px 20px;
	margin-left: 0;
	width: 20em;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
}

.navlist li
{
	list-style: none;
	margin: 0;
	border-top: 0px;
	text-indent: 35px;
	text-align: left;
}

.navlist li a
{
	display: block;
	border-left: 16px solid #373D43;
	text-indent: 15px;
	text-decoration: none;
	background-color: transparent;
}

.navlist li a:link { color: #FFFFFF; }
.navlist li a:visited { color: #FFFFFF; }

.navlist li a:hover
{
	border-color: #D60000;
	color: #FFF;
	background: #4B535B;
}

#footer
{
	width: 1048px;
	background-image: url(../graphics/footer.jpg);
	background-repeat: no-repeat;
	height: 34px;
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 320px;
	text-transform: none;
	text-decoration: none;
	line-height: 30px;
}

div.float
{
	font-family: Arial, Times, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	float: left;
	clear: none;
	display: inline;
	padding: 0px 10px 0px 10px;
	font-weight: lighter;
}

div.float h3
{
	font-size: 14px;
	font-style: normal;
	color: white;
	text-indent: 0px;
	line-height: 14px;
	font-weight: lighter;
	padding: 0px 5px 0px 5px;
}

.para
{
	font-size: 14px;
	font-style: normal;
	text-indent: 20px;
	color: #333333;
	line-height: 20px;
	font-weight: lighter;
	padding: 0px 5px 0px 5px;
}

.disp
{
	font-size: 12px;
	color: #545454;
}

div.float ul
{
	padding: 0 0 0 15px;
	margin: 0;
}
div.float li
{
	color: FFF;
}

a:link
{
	color: #FFF;
}

a:hover
{
	color: #D60000;
}

a:visited
{
	color: #FFF;
}

div.float2
{
	float: left;
	clear: none;
	display: inline;
	padding: 0px 10px 0px 10px;
}

div.float2 h2
{
	font-size: 24px; // up from 22
	font-style: normal;
	text-transform: uppercase;  // new
	text-indent: 20px;
	color: #000000;  was #D60000
	line-height: 22px;
	font-weight: lighter;
	padding: 0px 10px 0px 10px;
}

div.float2 h3
{
	font-size: 16px;
	font-style: normal;
	text-indent: 0px;
	color: #000000; // was #373D43
	line-height: 16px;
	text-transform: uppercase;  // new
	font-weight: lighter;
	text-indent: 20px;
	padding: 0px 10px 0px 10px;
}

div.float2 .dl a
{
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	line-height: 20px;
	font-weight: lighter;
	padding: 5px 10px 5px 10px;
	background-color: #373D43;
	word-spacing: 2px;
	letter-spacing: 1px;
	margin-left: 30px;
	text-transform: none;
	text-decoration: none;
}

div.float2 .dl a:hover
{
	color: #D60000;
}

div.float2 ul
{
	list-style-type: disc;
	font-size: 14px;
	color: #373D43;
	line-height: normal;
}

div.float2 ul.red
{
	color: #2734f0; // was #D60000
}

table
{
	width: 95%;
	padding: 0 0 0 5px;
	border-width: 0px;
	border-style: none;
	color: #373D43;
	font-size: 12px;
	line-height: 12px;
}

.label
{
	float: left;
	position: relative;
	margin-top: 0px;
	border: 0px none;
	padding-right: 10px;
	padding-left: 0px;
	width: 150px;
	text-align: left;
	line-height: 20px;
}

input, textarea, select
{
	color: #373D43;
	font-family: verdana;
	font-size: 12px;
}

.note
{
	float: left;
	position: relative;
	margin-top: 0px;
	border: 0px none;
	padding-right: 10px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	color: #373D43;
	white-space: normal;
	width: 560px;
}

.link a
{
color: black;
text-decoration: underline;
}

.link a:hover
{
color: green;
text-decoration: none;
}