/******************/
/* General styles */
/******************/

body {
  margin: 0;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  color: #ffffff;
  background-color: #dddddd;
}



/*************/
/* Page area */
/*************/

div#page {
  position: relative;
  width: 780px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}


/************/
/* Top area */
/************/


/* Title */

div#title {
  position: relative;
  height: 75px;
  width: 780px;
  overflow: hidden;
  float: left;
  color: white;
  background-image: url('img/title_bg.gif');
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-color: #df7925;
}

div#title a {
  display: block;
  position: absolute;
  width: 780px;
  height: 75px;
  float: left;
  overflow: hidden;
}

div#title a span {
  display: none;
}

div#title .text {
  position: absolute;
  overflow: hidden;
  top: 48px;
  right: 10px;
}

div#title p {
  margin: 0;
  padding: 0;
  padding-right: 5px;
  font-size: 18px;
  font-style: italic;
}


/* Subtitle area */

div#subtitle {
  position: relative;
  overflow: hidden;
  float: left;
  width: 580px;
  height: 100px;
}

div#subtitle p {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  margin-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
  font-style: italic;
  color: #e26a26;
  width: 500px;
}

/* IE 6 CSS Hack */
div#subtitle p {
  _margin-left: 20px;
}

div#subtitle p b {
  font-weight: normal;
  color: black;
}


/***************/
/* Middle area */
/***************/

div#middle {
  position: relative;
  width: 580px;
  float: left;
  background-color: white;
  background-repeat: repeat-x;
}


/* Menu */

div#menu {
  position: relative;
  width: 150px;
  margin: 0;
  float: left;
  overflow: hidden;
}

div#menu ul {
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
  list-style-type: none;
}

div#menu ul li {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ebc474;
  background-color: #e09155;
}

div#menu ul li:hover {
  background-color: #e5a26f;
}
  
div#menu ul li a {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  width: 130px;
  height: 16px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;	
}

/* IE 6 CSS Hack */
div#menu ul li a {
  _width: 150px;
  _height: 26px;
}

div#menu ul li a:hover {
  text-decoration: underline;
}
div#menu ul li a.current {
  color: #8a4d1e;
}


/* Main content area */

div#content {
  position: relative;
  width: 410px;
  margin-left: 10px;
  min-height: 450px;
  float: left;
  overflow: hidden;
  color: gray;
  font-size: 12px;
}

div#content h1 {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  color: #444444;
}

div#content a {
  color: #c64b13;
  font-weight: bold;
  text-decoration: none;
}

div#content a:hover {
  text-decoration: underline;
}

div#content label {
  display: block;
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 150px;
}

div#content .csc-mailform-submit {
  margin-left: 160px;
}


/* Right area */

div#right {
  position: relative;
  width: 200px;
  min-height: 450px;
  float: right;
  overflow: hidden;
  background-color: #ecbb96;
}

div#right img {
  display: block;
  border: 1px solid black;
}

div#right h1, div#right h2, div#right h3 {
  margin: 5px;
  margin-top: 15px;
}

div#right h1 {
  font-size: 12px;
  margin-top: 20px;
  margin-left: 10px;
  color: #b75910;
}

div#right p {
  margin: 5px;
  margin-left: 10px;
  color: #b75910;
}

div#right a {
  color: #bb3809;
  text-decoration: none;
}

div#right a:hover {
  text-decoration: underline;
}


/***************/
/* Bottom area */
/***************/

div#bottom {
  position: relative;
  width: 780px;
  height: 50px;
  float: left;
  overflow: hidden;
  border-top: 1px solid black;
  background-color: #4d4d4e;
  color: white;
  text-align: center;
}

div#bottom p {
  font-size: 10px;
  margin: 0;
  padding-top: 10px;
}

div#bottom p a {
  color: white;
  text-decoration: none;
}

div#bottom p a:hover {
  text-decoration: underline;
}

