* {
  padding: 0em;
  margin: 0em;
}

body {
  background: #000000 url('/images/bg1.jpg');
  padding: 35px 0px 35px 0px;
}

body, input {
  font-size: 10pt;
  font-family: "georgia", "times new roman", serif;
  color: #333333;
}

p {
  line-height: 1.5em;
  margin: 1.0em 0em;
  text-align: justify;
}

a {
  color: #7f2200;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h3, h4 {
  font-weight: bold
}
h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.9em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  display: inline;
  font-size: 1.2em;
}

blockquote {
  padding: 1.0em 2.0em;
  line-height: 0.7em;
  font-size: 1.2em;
  font-style: italic;
}

blockquote strong {
  font-size: 1.5em;
}

blockquote em {
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
}

.contentarea {
  padding-top: 1.3em;
}

img {
  border: solid 1px #7f2200;
}

img.left {
  position: relative;
  float: left;
  margin: 0em 1.8em 1.4em 0em;
}

img.right {
  position: relative;
  float: right;
  margin: 0em 0em 1.8em 1.8em;
}

.divider1 {
  position: relative;
  background: #fff url('/images/border2.gif') repeat-x;
  height: 14px;
  margin: 2.0em 0em 1.5em 0em;
  clear: both;
}

.divider2 {
  position: relative;
  height: 1px;
  border-bottom: solid 1px #eaeaea;
  margin: 2.0em 0em 2.0em 0em;
}

ul.linklist {
  list-style: none;
}

ul.linklist li {
  line-height: 2.0em;
}

#upbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 275px;
  background: #fff url('/images/bg2.jpg') repeat-x;
  z-index: 1;
}

#outer {
  z-index: 2;
  position: relative;
  width: 800px;
  border: solid 7px #fff;
  background-color: #fff;
  margin: 0 auto;
}

#header {
  position: relative;
  width: 100%;
  height: 186px;
  background: #2B2B2B url('/images/topbg2.gif') repeat-x;
  margin-bottom: 2px;
}

#headercontentright {
  position: absolute;
  bottom: 0em;
  right: 0em;
  padding: 0.0em 0.0em 1.3em 2.0em;
  float: right;
  color: #aaa;
}

#headercontentright p {
  margin-bottom: 0.5em;
  font-size: 0.7em;
  color: #aaa;
}

#headercontentright ul {
  list-style: none;
}

#headercontentright li {
  display: inline;
  padding: 0.0em 1.5em 0.0em 0.0em;
  font-size: 1.3em;
}

#headercontentright a {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}

#headercontentright a:hover {
  text-decoration: underline;
}

#headercontent {
  position: absolute;
  bottom: 0em;
  padding: 0em 2.0em 1.3em 2.0em;
  text-align: center;
}

img.headercontentcentered {
  border: 0px;
  padding-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

#headercontent h1 {
  font-weight: normal;
  color: #fff;
  font-size: 2.0em;
}

#headercontent h2 {
  font-size: 1.0em;
  font-weight: normal;
  color: #aaa;
}

#headerimage {
  height: 250px;
  margin-bottom: 2px;
}

#headerimage img {
  border: 0px;
}

#menu {
  position: relative;
  background: #7f2200 url('/images/menubg.gif') repeat-x top left;
  height: 3.5em;
  padding: 0em 1.0em 0em 1.0em;
  margin-bottom: 2px;
}

#menu img {
  position: absolute;
  right: 2.0em;
  bottom: 0.5em;
  border: 0px;
}

#menu ul {
  position: absolute;
  top: 1.1em;
}

#menu ul li {
  position: relative;
  display: inline;
}

#menu ul li a {
  padding: 0.5em 1.0em 0.9em 1.0em;
  color: #fff;
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a.active {
  background: #7f2200 url('/images/menuactive.gif') repeat-x top left;
}

#menubottom {
  background: #fff url('/images/border1.gif') repeat-x;
  height: 14px;
  margin-bottom: 1.5em;
}

#content {
  padding: 0em 2.0em 0em 2.0em;
}

#content h1 {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content h3 {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content h4 {  
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#content a {
  font-weight: bold;
}

#content ul {
  margin: 0.5em 0.0em 1.0em 2.0em;
}

#content li {
  margin: 0.5em 0.0em 0.5em 0.0em;
}

#primarycontainer {
  float: left;
  margin-right: -18.0em;
  width: 100%;
}

#primarycontent {
  margin: 1.5em 22.0em 0em 0em;
}

#secondarycontent {
  margin-top: 1.5em;
  float: right;
  width: 18.0em;
}

#footer {
  position: relative;
  height: 6em;
  clear: both;
  padding-top: 5.0em;
  background: #fff url('/images/border2.gif') repeat-x 0em 2.5em;
  font-size: 0.8em;
}

#footer .left {
  position: absolute;
  left: 2.0em;
  bottom: 1.2em;
}

#footer .right {
  position: absolute;
  right: 2.0em;
  bottom: 1.2em;
}

/* Contact Us Form */

#contact_us_email_form fieldset {
  border: 1px dotted #999;
  padding: 5px 10px 10px 25px;
}

#contact_us_email_form legend {
  font-weight: bold;
}

#contact_us_email_form label {
  display: block;
}

#contact_us_email_form #thank_you {
  font-size: 18px;
}

#contact_us_email_form .formError {
  display: inline;
  color: red;
  font-weight: bold;
}

#contact_us_email_form .fieldWithErrors {
  display: inline;
}

#contact_us_email_form .required_field:after {
  content: "*";
  color: red;
}
