html
{
  overflow-y: scroll;
}

body
{
  margin: 0px;
  background: #FFFFFF url('/images/body_bg.jpg') left top repeat-x;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  color: #2E302F;
}

h1
{
  margin: 0px 0px 5px 0px;
  padding: 5px 0px;
  font-family: 'Times New Roman', arial;
  font-size: 28px;
  font-weight: normal;
  color: #852B35;
}

h3
{
  margin: 0px 0px 5px 0px;
  padding: 5px 0px;
  font-family: 'Times New Roman', arial;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  color: #C7943B;
}

p
{
  line-height: 18px;
}

a
{
  color: #852B35;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

ul
{
  list-style-type: square;
}

ul li
{
  padding: 3px;
}

#wrapper
{
  width: 978px;
  margin: 0px auto;
  text-align: left;
}

#toplinks
{
  height: 35px;
}

#toplinks p
{
  margin: 0px;
  padding: 8px 30px 0px 0px;
  color: #FFFFFF;
  text-align: right;
}

#toplinks p a
{
  color: #FFFFFF;
  text-decoration: underline;
}

#toplinks p a:hover
{
  text-decoration: none;
}

#container
{
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
}

#header
{
  height: 210px;
  background: #FFFFFF url('/images/header_bg_interior.jpg') left bottom no-repeat;
}

#header_left
{
  float: left;
  width: 283px;
}

a#homelink
{
  display: block;
  width: 283px;
  height: 160px;
  background: url('/images/toplogo.jpg') left top no-repeat;
  outline: none;
}

#header_right
{
  float: left;
  width: 665px;
}

#navigation
{
  height: 55px;
  margin: 0px;
  padding: 0px;
}

#content
{
  padding: 0px 0px 20px 0px;
}

#inner
{
  padding: 20px 25px;
}

#inner-note {
	margin: 0px 0px 15px 0px;
	padding: 3px 25px;
	background: rgba(131, 41, 51, 0.3);
}

#inner-note p {
	font-size: 14px;
	text-align: center;
}

#leftside
{
  float: left;
  width: 195px;
  margin: 0px 0px 0px 20px;
}

#leftnav
{
  margin: 10px 0px 30px 0px;
  border-top: 1px solid #CCCCCC;
}

#leftnav a
{
  display: block;
  padding: 5px;
  background-color: #EEEEEE;
  color: #852B35;
  text-decoration: none;
  border-bottom: 1px solid #CCCCCC;
  outline: none;
}

#leftnav a:hover
{
  background-color: #DDDDDD;
  color: #000000;
}

#leftnav a.activeleft
{
  background-color: #DDDDDD;
  color: #000000;
}

#callus
{
}

#callus p
{
  margin: 0px;
  line-height: 28px;
  font-size: 18px;
  color: #852B35;
  font-style: italic;
  text-align: center;
}

#main
{
  float: right;
  width: 660px;
}

#footer
{
}

#footer p
{
  margin: 0px;
  padding: 20px 10px;
  line-height: 22px;
  color: #AAAAAA;
}

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

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

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

span.phonetext
{
  display: block;
  padding: 5px 0px;
  font-size: 24px;
  color: #852B35;
  text-align: center;
}

img.imgfloat
{
  border: 1px solid #AAAAAA;
}

.floatleft
{
  float: left;
  margin: 0px 10px 10px 0px;
}

.floatright
{
  float: right;
  margin: 0px 0px 10px 10px;
}

/* BEGIN Form Styles */

form
{
}

form label
{
  float: left;
  width: 110px;
  margin: 0px 7px 0px 0px;
  padding: 2px 0px 0px 0px;
  font-weight: bold;
  text-align: right;
}

form input
{
}

p.error
{
  padding: 5px;
  background-color: #FFCCCC;
  color: #852B35;
}

/* END Form Styles */