body
{
  margin: 0px;
  color: #333333;
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: center;
  background-color: #EDE9E2;
}

h1
{
  margin: 0px;
  padding: 7px 0px 0px 0px;
  color: #4C555C;
  font-size: 20px;
  font-weight: normal;
}

h2
{
  margin: 0px;
  color: #4C555C;
  font-size: 18px;
  font-weight: normal;
}

h3
{
  margin: 0px;
  color: #4C555C;
  font-size: 16px;
  font-weight: normal;
}

h4
{
}

h5
{
}

a
{
  color: #D65F4D;
  text-decoration: underline;
}

a:hover
{
  color: #CB3537;
  text-decoration: none;
}

a:visited
{
  color: #02559B;
  text-decoration: none;
}

#wrapper
{
  text-align: center;
  background: #A9A091 url('/images/body-bg-2011.jpg') left top repeat-x;
}

#container
{
  margin: 0px auto;
  width: 952px;
  text-align: left;
}

#inner
{
  padding: 0px 6px;
  background-color: #FFFFFF;
}

#header
{
  height: 125px;
  background: url('/images/header-bg-2011.jpg') right top no-repeat;
}

#header-left
{
  float: left;
  width: 240px;
  height: 125px;
}

a#homelink
{
  display: block;
  width: 240px;
  height: 119px;
  margin: 6px 0px 0px 0px;
  background: url('/images/logo-2011.jpg') left top no-repeat;
  outline: none;
}

#header-right
{
  float: right;
  width: 700px;
  height: 125px;
  text-align: right;
}

#top-text
{
  padding: 6px 8px 0px 0px;
  text-align: right;
}

#phone-numbers
{
  float: right;
  width: 420px;
  height: 32px;
}

#phone-numbers span
{
  display: block;
  padding: 0px 25px 0px 0px;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
}

#phone-numbers span img
{
	height: 22px;
	margin: 0px 0px -5px 0px;
}

a#login-button
{
  display: block;
  float: right;
  width: 96px;
  height: 32px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

a#login-button:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

#navigation
{
  float: right;
  padding: 50px 0px 0px 0px;
}

#content
{
  height: auto;
  min-height: 400px;
}

* html #content
{
  height: 400px;
}

#footer
{
  margin: 0px auto;
  width: 952px;
  text-align: left;
}

#footer p
{
  margin: 0px;
  padding: 15px 10px;
  color: #333333;
  font-size: 11px;
  line-height: 20px;
}

#footer p a
{
  color: #333333;
  text-decoration: none;
}

#footer p a:hover
{
  color: #000000;
  text-decoration: underline;
}

#footer p a img
{
	height: 16px;
	margin: 0px 0px -3px 0px;
}

#footer p span.powered-by,
#footer p span.powered-by a
{
  color: #D65F4D;
}

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

/* BEGIN error/okay/warning message styles */

.error,
.okay,
.warning,
.message
{
  margin: 5px 0px 15px 0px;
  padding: 5px 10px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.error
{
  background-color: #EDE9E2;
  border: 1px solid #FF0000;
}

.okay
{
  background-color: #99FF99;
  border: 1px solid #33FF00;
}

.warning
{
  background-color: #FFFF99;
  border: 1px solid #CCCC00;
}

.message
{
  background-color: #CCCCFF;
  border: 1px solid #0000FF;
}

/* END error/okay/warning message styles */
