/* General styles */

body {
  background-color: #35558e;
  /*background-color: #19945E;*/
  margin: 0;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  color: #ffffff;
}

/* Content */

div#content {
  position: relative;
  width: 780px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

div#top {
  position: relative;
  width: 780px;
  height: 307px;
  float: left;
  overflow: hidden;
  background-color: #a7dafd;
  background-image: url('img/top_bg.jpg');
  background-repeat: no-repeat;
  background-position: 326px 58px;
}

/* Menu */

div#menu {
  position: absolute;
  height: 60px;
  left: 10px;
  top: 5px;
  overflow: hidden;
  background-image: url('img/menu_bg.gif');
  background-repeat: repeat-x;
  text-align: center;
}

div.menu_corner {
  position: relative;
  width: 8px;
  height: 60px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #a7dafd;
}

div#menu_left {
  float: left;
  background-image: url('img/menu_left.gif');
}

div#menu ul {
  position: relative;
  margin-top: 23px;
  padding: 0;
  float: left;
  overflow: hidden;
  list-style-type: none;
}

div#menu ul li.menu_margins, div#menu ul.menu_margins {
  margin-left: 8px;
  margin-right: 8px;
}

div#menu ul li.spacer {
  width: 2px;
  background-color: gray;
  padding: 0;
}

div#menu ul li.spacer span {
  display: none;
}

div#menu ul li {
  height: 14px;
  margin: 0;
  padding: 0;
  float: left;
}

div#menu ul li a {
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}

div#menu ul li a:hover {
  text-decoration: underline;
}
div#menu ul li a.current {
  color: #a7dafd;
}

div#menu_right {
  float: right;
  background-image: url('img/menu_right.gif');
}

/* Title */

div#title {
  position: absolute;
  width: 360px;
  height: 37px;
  left: 20px;
  top: 100px;
  overflow: hidden;
  background-image: url('img/title.gif');
  background-repeat: no-repeat;
}

/* Subtitle area */

div#subtitle {
  position: absolute;
  width: 326px;
  height: 139px;
  left: 0;
  top: 168px;
  overflow: hidden;
  background-color: white;
}

div#subtitle h1 {
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  color: #348cbc;
  font-size: 18px;
}

div#subtitle p {
  color: black;
  margin-left: 50px;
  font-size: 14px;
}

div#subtitle p a {
  color: #348cbc;
  text-decoration: none;
}

div#subtitle p a:hover {
  text-decoration: underline;
}

/* Main area */

div#main {
  position: relative;
  width: 526px;
  float: left;
  background-color: #5cb77a;
  background-image: url('img/main_right.gif');
  background-repeat: repeat-y;
  background-position: right;
}

div#main_top {
  position: relative;
  width: 526px;
  height: 13px;
  float: left;
  overflow: hidden;
  background-image: url('img/main_top.gif');
  background-repeat: no-repeat;
  background-color: black;
}

div#main_content {
  position: relative;
  min-height: 450px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  color: white;
  font-size: 12px;
}

div#main_content .csc-header-n1 {
  height: 38px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #19945e;
  background-image: url('img/header_left.gif');
  background-repeat: no-repeat;
}

div#main_content .csc-header-n1 h1 {
  height: 20px;
  margin: 0;
  padding: 9px;
  font-size: 16px;
  overflow: hidden;
  background-image: url('img/header_right.gif');
  background-repeat: no-repeat;
  background-position: right;
}

div#main_content h1 {
  font-size: 14px;
}

div#main_content a {
  color: #35558e;
  /*color: #ff8a00;*/
  /*color: #19945e;*/
  font-weight: bold;
  text-decoration: none;
}

div#main_content a:hover {
  border-bottom: 1px solid white;
}

div#main_content .csc-menu dt {
  margin-top: 20px;
  margin-bottom: 5px;
}

div#main_content li {
  margin-bottom: 10px;
}

/* Right area */

div#right {
  position: relative;
  width: 254px;
  float: left;
  overflow: hidden;
  padding-top: 82px;
  background-image: url('img/right_bg.jpg');
  background-repeat: no-repeat;
}

div#right h1 {
  font-size: 15px;
  margin: 5px;
  margin-top: 20px;
  margin-left: 10px;
  color: #348cbc;
}

div#right p {
  margin: 5px;
  margin-left: 10px;
  color: #4c4c4c;
}

div#right a {
  color: #348cbc;
  text-decoration: none;
}

div#right a:hover {
  text-decoration: underline;
}

div#right fieldset {
  border: 0;
}

div#right fieldset label {
  color: black;
  float: left;
  text-align: right;
  margin-top: 3px;
  margin-right: 5px;
  width: 75px;
}

div#right fieldset input, div#right fieldset select {
  width: 140px;
}

div#right fieldset .csc-mailform-field {
  text-align: center;
}

div#right fieldset input.csc-mailform-submit {
  width: auto;
}

/* Bottom area */

div#bottom {
  position: relative;
  width: 780px;
  height: 62px;
  float: left;
  overflow: hidden;
  border-top: 1px solid #b6b6b6;
  background-color: #d9d9d9;
  color: #4c4c4c;
}

div#bottom h1 {
  display: none;
}

div#bottom a {
  color: #348cbc;
}

div#bottom img {
  margin: 5px;
}

div#bottom .contenttable {
  border-spacing: 0;
}

div#bottom .contenttable td {
  margin: 0;
  padding: 0;
}

div#bottom .contenttable p {
  margin: 0;
  padding: 0;
}
