/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background: #955048;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 150%;
}

li {
  margin-left: 15px;
}


.csc-header {
  margin-top: 10px;
}


/* CONTAINER */
#container {
  width: 900px;
  margin: auto;
}

/* HEADER */
#header {
  background-image: url(../templates/img/header.jpg);
  width: 900px;
  height: 140px;
}

/* HEADER MENU */
#menu {
  float: left;
  background-image: url(../templates/img/menu.jpg);
  width: 900px;
  height: 25px;
  padding: 0;
}

#menu a {
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}

#menu a:hover {
  color: #ffffff;
  background: #7599b6;
}


/* MENU DEVIDER */
.divider_right {
  float: left;
  height: 20px;
  border-right: 1px solid #ffffff;
}

#divider_left {
  height: 20px;
  border-left: 1px solid #ffffff;
  margin-left: 0px;
}

#footer #divider_left {

  margin-left: 30px;
}


/* CONTENT */
#content_container {
  background: #ffe6cd ;
clear: both;

}

#content {
  background: url(../templates/img/main_bg.jpg) bottom right no-repeat;
  width: 700px;
  margin-left: 100px;
  margin-right: auto;
  padding-bottom: 50px;
  color: #4d4d4d;
}

#content p {
margin-bottom: 15px;
}

#content td {
vertical-align: top;
}

#content td p {
margin: 5px 0;
}

/* FOOTER */
#footer {

  width: 900px;
  height: 24px;
  background: url(../templates/img/footer.jpg) no-repeat;
  text-align: center;
clear: both;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}

#footer a:hover {
  color: #ffffff;
  background: #7599b6;
}


/* CLEANER */
.cleaner {
clear: both;
height: 1px;
font-size: 1px;
line-height: 1px;
}

.submitbutton {
text-align: left;
}

#submit {
  border: 1px solid #000000;
  width: 5em;
  height: 2em;
  background: #f2f2f2;
margin-top: .5em;
margin-bottom: .5em;
} 

#captcha {
clear:both;
width:440px;
margin-left:10px;
padding-top:20px;
line-height:16px;
}

#captcha_left {
width:180px;
float:left;
}

#captcha_bottom {
clear:both;
font-size:14px;
}

#tx_pilmailform_pi1_captcha_response {
border: none;
background: #e2e2e2;
height: 20px;
width: 11em;
}
