﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	background: #999999;
	
}

p
{
	margin-bottom: 16px;
}

strong
{
	font-weight: bold;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: 0.15em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #666666;
	background-color: #FFCC00;
	margin: 0px;
	padding: 30px 10px 0px 35px;
	line-height: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0.15em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #666666;
	margin: 0px;
	padding: 10px;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 5px;
	color: #000000;
}

.left {
	background-image: url(/graphics/template/l.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.right {
	background-image: url(/graphics/template/r.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottom-right {
	background-image: url(/graphics/template/br.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.bottom {
	background-image: url(/graphics/template/b.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bottom-left {
	background-image: url(/graphics/template/bl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
	color: #666666;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 35px;
	padding-left: 35px;
	line-height: 18px;
}

ul#mainNav li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	word-spacing: 0.07em;
	padding: 8px;
	float: left;
	position: relative;
	background-color: #666666;
	margin-right:1px;
}

ul#mainNav li a:link, ul#mainNav li a:visited
{
	color: #FFCC00;
	text-decoration: none;
}
ul#mainNav li a:hover
{
	color: #FF9900;
	background-color: #FFFFFF;
	text-decoration: none;
}

ul#mainNav li
{
	float: left;
	position: relative;
}

ul.subNav
{
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
}

ul.subNav li
{
	display: block;
	
	background: #666666;
	width: 100%;
	float: none;
	border-bottom: solid 1px #ffcc00;
}

ul.subNav li a
{
	display: block;
	width: 99%;
}

table#contact td.left
{
	background: #999999;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	border: solid 1px white;
	border-left: none;
}

table#contact td.right
{
	background: #FFCC00;
	border: solid 1px white;
	border-right: none;
}

table#contact td
{
	padding: 7px;
}

div.pageContent
{
	padding: 15px;
}

ol.numberedList
{
	margin-left: 32px;
	list-style-type: decimal;
}

ul.bullet
{
	margin-left: 32px;
	list-style-type: disc;
}

