html, body {
    margin:0; padding:0;
    height:100%;
}

body {
    background: #9e6351 url('/templates/templates/front_images/background.png') repeat-y;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #000;
    text-align: justify;
}

/********************************************/
/**          DIV PlACEMENTS                **/
/********************************************/

#siteContainer {
    position:relative;
    clear:left;
    width:835px;
    margin:0 auto;
    background: transparent url('/templates/templates/front_images/contentBack.png') repeat-y;
}

#headerTitle {
  width: 835px;
  height: 34px;
  background: transparent url('/templates/templates/front_images/headerTitle.png') no-repeat;
}

#headerPhoto {
  width: 835px;
  height: 234px;
  background: transparent url('/templates/templates/front_images/headerPhoto.png') no-repeat;
}

#menu {
  background:#4AA942 none repeat scroll 0 0;
  border-top:1px solid #FFFFFF;
  height:30px;
  list-style-type:none;
  margin:0 0 0 17px;
  width:760px;
}

#menu li {
  float: left;
  width: auto;
  line-height: 30px;
}

#menu li:hover {
  background: #ee3224;
}

#menu li:hover ul, #menu li.sfhover ul {
  left: auto;
}

#menu li.selected {
  background: #ee3224;
}

#menu li a {
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  display: block;
}

#menu li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: -999em;
  width: 125px;
  z-index: 500;
}

#menu li ul li {
  background: #ee3224;
  line-height: 28px;
  width: 100%;
}

#menu li ul li a:hover {
  color: #333;
}

#menu li ul li a {
   font-size: 14px;
   display: block;
}

#sidebar {
  float: right;
  width: 170px;
  margin-right: 35px;
}

#content {
  width: 500px;
  margin-left: 65px;
  float: left;
  text-align: left;
}

#clearer {
  clear: both;
}

#footer {
  clear: both;
  width: 835px;
  height: 41px;
  background: transparent url('/templates/templates/front_images/contentFooter.png') no-repeat;
  margin: 0 auto;
}

#footer div {
	padding-left: 65px;
}

h1 {
  color: #ee3224;
  margin-top: 25px;
  font-size: 18px;
}

h2 {
  color: #ee3224;
}

#sidebar h2 {
  color: #333;
  font-size: 16px;
  text-align: center;
margin: 0;
margin-top: 50px;
}

#sidebar h1 {
  color: #ee3224;
  font-size: 36px;
  text-align: center;
  margin-bottom: -30px;
}



a {
  text-decoration: none;
  color: #4aa942;
}

a:hover {
  text-decoration: underline;
  color: #ee3224;
}

.submit {
  background: #933e22;
  border: none;
  color: #fff;
  font-size: 10px;
  padding: 3px 40px;
}

#list {
  width: 400px;
  border-collapse: collapse;
}

#list tr {
  background: #f8e1c6;
}

#list td {
  padding: 5px 10px;
}

#list td.first {
  font-weight: bold;
}
label {
  margin-bottom: -15px;
  font-weight: bold;
}

input {
  width: 150px;
  border: 0.1em solid #4aa942;

  font-size: 12px;
  color: #000;
  padding: 3px;
}

.submitButton {
  background: #4aa942;
  border: none;
  width: 158px;
  margin: 5px;
  padding: 3px;
  color: #fff;
}

#errorBox {
    border: 2px dotted #DE7A7B;
    background-color: #E6C0C0;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 5px;
    
    color: #CC0055;
    font-size: 11px;
    font-weight: bold;
}

#errorBox h5 {
    font-size: 32px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #d5a9a9;
}