html
{
  height: 100%;
  margin-bottom: 1px;
}

body
{
  margin: 0px;
  padding: 0px;
  background: #FFFFFF url('/images/one_bg_main.jpg') left top repeat-x;
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: #333333;
  text-align: center;
}

img
{
  border: 0px;
}

img.headbg
{
  float: right;
  margin: 0px;
}

a:link,
a:active,
a:visited,
a.body:link,
a.body:active,
a.body:visited
{
  color: #008C56;
  line-height: 14px;
  text-decoration: underline;
}

a:hover,
a.body:hover
{
  color: #008C56;
  line-height: 14px;
  text-decoration: none;
}

p
{
  margin: 8px 4px 8px 14px;
  padding: 0px;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  color: #222222;
}

h1,
h1 p
{
  margin: 0px;
  padding: 10px 11px 6px 14px;
  font-family: 'Trebuchet MS',trebuchet,helvetica;
  font-size: 20px;
  color: #555555;
  font-weight: normal;
  text-align: left;
  background-color: #F5F1ED;
}

h2
{
  margin: 0px;
  padding: 10px 11px 6px 14px;
  font-family: 'Trebuchet MS',trebuchet,helvetica;
  font-size: 20px;
  color: #555555;
  font-weight:normal;
  text-align:left;
  background-color: #F5F1ED;
}

h3
{
  margin: 11px 11px 9px 14px;
  padding: 0px;
  font-size: 14px;
  color: #008C56;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
}

h4
{
  margin: 11px 11px 9px 14px;
  padding: 0px;
  font-size: 14px;
  color: #008C56;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}

h5
{
  margin: 15px 11px -5px 14px;
  padding: 0px;
  font-size: 12px;
  color: #222222;
  font-weight: normal;
  text-align: left;
  font-weight: bold;
}

h6
{
  margin: 10px 0px 0px 11px;
  padding: 0px;
  font-family: 'Trebuchet MS',trebuchet,helvetica;
  font-size: 24px;
  color: #DC0F02;
  font-weight: bold;
}

ul
{
  margin-top: 6px;
  color: #444444;
  text-align: left;
  list-style-type: disc;
  font-size: 12px;
  line-height: 15px;
}

ul.body
{
  color: #5F7718;
}

li
{
  padding: 3px 5px;
}

#container
{
  width: 786px;
  padding: 0px;
  margin: 0px auto;
}

#header
{
  width: 786px;
  height: 146px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background: #FFFFFF url('/images/one_bg_head.jpg') left top no-repeat;
}

#header-left {
  float: left;
  width: 340px;
  height: 146px;
}

a#homelink
{
  display: block;
  width: 340px;
  height: 146px;
  outline: none;
}

#header-right {
  position: relative;
  float: right;
  width: 440px;
  height: 146px;
}

#header-text {
  position: absolute;
  top: 0px;
  left: 0px;
}

#phone-number {
  padding: 25px 0px 0px 10px;
  color: #E8464C;
  font-size: 18px;
  line-height: 48px;
}

#phone-number a {
  color: #E8464C;
}

#phone-number img {
  margin: -1px 8px 0px 0px;
  vertical-align: middle;
}

#navigation {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#navigation a {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 3px 0px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#navigation a:hover,
#navigation a.current {
  border-bottom: 4px solid #E8464C;
}

#content
{
  width: 786px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  background: #FFFFFF url('/images/one_bg_page.gif') left top no-repeat;
}

#toppicSwap
{
  margin: 0px 15px 8px 18px;
  padding: 15px 0px 0px 0px;
}

#mid
{
  margin: 0px 15px 15px 18px;
  padding: 10px 0px 0px 0px;
}

#contentleft
{
  float: left;
  width: 460px;
  margin: 0px 20px 0px 0px;
  padding: 0px;
  text-align: left;
  border: 1px solid #D3D3D3;
}

#contentright
{
  float: left;
  width: 266px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  border: 1px solid #D3D3D3;
}

#insideleft
{
  float: left;
  width: 748px;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 11px 0px;
  text-align: left;
  border: 1px solid #D3D3D3;
}

#insideright {
  float: right;
  width: 200px;
  margin: 0px 11px 11px 11px;
  padding: 11px 0px 0px 0px;
}

div.rightbox {
  border: 1px solid #D3D3D3;
}

div.rightbox-title {
  padding: 5px;
  color: #008C56;
  font-size: 16px;
  background-color: #F5F1ED;
}

div.rightbox-content {
  padding: 8px;
}

ul#quick-links {
  margin: 0px;
  padding: 0px;
  list-style-type: none
}

ul#quick-links li {
  padding: 8px 3px;
  font-size: 15px;
  border-bottom: 1px solid #D3D3D3;
}

ul#quick-links li:last-child {
  border: 0px;
}

ul#quick-links li img {
  vertical-align: middle;
  margin: -1px 7px 0px 0px;
}

ul#quick-links li a {
  text-decoration: none;
}

#footer
{
  margin: 0px;
  color: #777777;
  text-align: center;
}

#innerfooter
{
  margin: 0px 20px;
  padding: 20px 0px;
  line-height: 20px;
  border-top: 1px solid #D3D3D3;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Other Site Elements */

.required
{
  color: red;
}

/* Contact Form */

form.contactform {
	margin: 0px;
	padding: 10px;
}

form.contactform label {
	display: block;
	float: left;
	width: 120px;
	margin: 0px 8px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

form.contactform input {
}

form.contactform input.txtinput {
	width: 300px;
}

form.contactform textarea {
	width: 300px;
	height: 100px;
}
