html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
		
body {
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  color: #585858;
  background: #2E5B70 url(../img/body_bg.gif) repeat-x;
}

p {
  padding: 0 0 1.4em 0;
  margin: 0;
}

img {
  border: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1 {
  color: #E75012;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h2 {
  color: #E75012;
  font-size: 14px;
  margin: 15px 0 10px 0;
  padding: 0;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #585858;
}

a:hover,
a:active {
  text-decoration: underline;
  color: #585858;
}

/* clearfix hack */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */


#wrapper {
  width: 989px;
  margin: 0 auto;
  background: url(../img/wrapper_bg.gif) repeat-y;
}

#container {
  width: 989px;
  margin: 0 auto;
  padding-top: 39px;
  background: url(../img/container_bg.gif) no-repeat;
}

/* Top Navi */
#navi_top {
  height: 50px;
}

#navi_top_left {
  padding: 15px 0 0 20px;
  float: left;
}

#navi_top_right {
  padding: 15px 30px 0 0;
  float: right;
}

#navi_top li {
  display: inline;
  float: left;
  padding: 4px 10px;
  background: url(../img/line_vertical.gif) repeat-y;
}

#navi_top li.first {
  background: none;
}

#navi_top a,
#navi_top a:link,
#navi_top a:visited {

}


/* Header */
#header {
  height: 192px;
  width: 975px;
  background: url(../img/header.jpg) no-repeat;
}

#logo {
  height: 80px;
  width: 280px;
}

#logo a {
  display: block;
  height: 80px;
  width: 280px;
}

#header_text {
  padding-left: 30px;
  width: 400px;
}


/* Banner */
#banner {
  height: 160px;
  width: 870px;
  margin-top: 10px;
  padding: 10px 45px;
  background: #FD6400;
  overflow: hidden;
}

#banner ul {
}

#banner li div.csc-textpic-text {
  padding: 3px 10px 0 10px;
}


/* Content */
#content {
  padding: 20px 0;
  margin-top: 21px;
  min-height: 360px;
}

#content_home a,
#content_home a:link,
#content_home a:visited {
  text-decoration: underline;
  color: #E75012;
}

#content_home a:hover,
#content_home a:active {
  text-decoration: none;
  color: #E75012;
}

#content_home h1 {
  text-transform: none;
  margin-bottom: 1em;
}

#content_home_top {
  margin: 0 43px 0 30px;
  height: 170px;
  background: url(../img/line_horizontal.gif) repeat-x left bottom;
}

#content_home_top_left {
  float: left;
  width: 420px;
  margin-right: 45px;
  padding-top: 30px;
}

#content_home_top_left p {
  line-height: 1.5em;
  font-size: 1.1em;
}

#content_home_top_right {
  float: left;
  width: 450px;
}

#content_home_top_right h1 {
  font-size: 14px;
  margin: 10px 0;
  text-transform: none;
}

#content_home_bottom {
  padding-top: 15px;
  margin-left: 30px;
  clear: both;
}

#content_home_bottom div.content {
  float: left;
  display: inline;
  width: 220px;
  margin-right: 11px;
}

#content_home_bottom DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 2px;
}

#content_home_bottom .csc-textpic-text {
  background: url(../img/home_header_bg.gif) no-repeat;
}

#content_home_bottom a,
#content_home_bottom a:link,
#content_home_bottom a:visited {
  color: #585858;
  display: block;
  text-decoration: none;
  height: 18px;
  padding: 3px 0 0 0;
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: bold;
}

#content_home_bottom a:hover,
#content_home_bottom a:active {
  color: #E75012;
}


#content_home_bottom .csc-textpic-text p {
  padding: 0 0 0 5px;
}

#content_left {
  width: 225px;
  margin-left: 15px;
  float: left;
  display: inline;
}

#content_left li {
  width: 225px;
}

#content_left li:hover {
  background: url(../img/navi_arrow.gif) no-repeat 0 5px;
}

#content_left li.act {
  background: url(../img/navi_arrow.gif) no-repeat 0 5px;
}

#content_left li a,
#content_left li a:link,
#content_left li a:visited {
  width: 205px;
  margin-left: 15px;
  display: block;
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #dadada;
}

#content_left li.act a {
  background: #f3f3f3;
}

#content_left li a:hover,
#content_left li a:active {
  text-decoration: none;
  background: #f3f3f3;
}

#content_left li li a {
  border-bottom: 0; 
}

#content_left li li.last a {
  border-bottom: 1px solid #dadada;
}

#content_left li li.act {
  background: url(../img/navi_arrow.gif) no-repeat 20px 5px;
}

#content_left li.act li a {
  background: none;
}

#content_left li li a {
  padding-left: 20px;
}

#content_left h1,
#content_left h2 {
  color: #585858;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px;
  text-transform: none;
  border-bottom: 1px solid #dadada;
}

#content_left div.content {
  margin: 20px 0 0 0;
}

#content_left div.csc-header {
  padding-left: 15px;
}

#content_left div.csc-text,
#content_left div.csc-textpic {
  padding-left: 20px;
}

#content_main {
  width: 685px;
  margin: 0 30px 0 20px;
  float: left;
  display: inline;
}

#content_main a,
#content_main a:link,
#content_main a:visited {
  text-decoration: underline;
  color: #E75012;
}

#content_main a:hover,
#content_main a:active {
  text-decoration: none;
  color: #E75012;
}

#content_main div.content {
  padding-bottom: 15px;
  background: url(../img/line_horizontal.gif) repeat-x left bottom;
}

#content_main div.frame1 {
  padding-bottom: 15px;
  background: none;
}

#content_main div.content a.anchor {
  margin-top: 10px;
  display: block;
  height: 1px;
}

#content_main div.content h2 {
  margin-top: 5px;
}

#content_main .csc-textpic-caption {
  margin-top: 5px;
}

#content_main div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
  border: 0px solid #dadada;
}

div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image {
  margin-right: 20px;
}

table.contenttable {
  border-collapse:inherit;
  border-spacing: 0;
}

table.contenttable td {
  padding: 2px 0;
  margin: 0;
  vertical-align: top;
}

table.contenttable p {
  padding-bottom: 0;
}



/* Footer */
#footer {
  height: 30px;
  width: 989px;
  margin: 0 auto;
  padding-top: 25px;
  background: url(../img/footer_bg.gif) no-repeat;
}

#footer a,
#footer a:link,
#footer a:visited {
  color: #fff;
  margin-left: 30px;
}

/* Common classes */
.grey {
  color: #8E8E8E;
}

.f_11 {
  font-size: 11px;
}

.google {
  float: right; 
}

/* Banner Carousel */
.infiniteCarousel {
  width: 160px;
  height: 150px;
  position: relative;
  float: left;
  background: url(../img/carousel_bg.gif) no-repeat;
}

.infiniteCarousel .wrapper {
  width: 160px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 150px;
  margin: 0 0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0 5px;
  height: 160px;
  width: 160px;
}

.infiniteCarousel .arrow,
.infiniteCarousel .forward,
.infiniteCarousel .back {
  display: none;
}

.infiniteCarouselText {
  width: 290px;
  height: 150px;
  position: relative;
  background: url(../img/carousel_bg.gif) no-repeat -160px 0;
  float: left;
}


/* Powermail */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset legend {
  display: none;
}

fieldset label {
  margin: 3px 7px 5px 0;
  display: block;
  width: 150px;
  float: left;
}

fieldset div {
  clear: both;
  padding-top: 6px;
}


fieldset div input, fieldset div textarea, fieldset div select {
  margin: 3px 0;
  padding: 2px 3px;
  float: left;
}

fieldset div input.powermail_text {
  width: 200px;
}

fieldset div textarea.powermail_textarea {
  width: 280px;
  height: 5em;
}

fieldset div.powermail_mandatory_js {
  margin-left: 157px;
  color: #ff0000;
  padding-top: 0;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submit {
  margin-left: 157px;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submit input,
input.tx-powermail-pi1_mandatory_submit {
  border: 0;
  background: url(../img/button.gif) repeat-x;
  height: 19px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

fieldset div.powermail_check_inner {
  float: left;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
  float: left;
  width: 150px;
  padding-top: 5px;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_check div {
  clear: none;
  padding: 5px 10px 0 7px;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_check label {
  width: auto;
  margin-top: 0;
}

.tx-powermail-pi1_mandatory {
  padding: 20px 0;
}

ul.powermail_mandatory_list {
  padding: 10px 0;
}
