/* Reset Styles */

body{
  margin: 0;
  padding: 0;
  background-color: #e9e9ea;
  text-align: center;
  font-family: Arial, Sans-Serif, Verdana;
  font-size: 12px;
}

li, ul, ol{
  margin: 0;
  padding: 0;
  list-style: none;
# list-style-type=square;
# list-style: image:url(/images/small_arrow.png);
#list-style-image:url(/images/small_arrow.png);
}

img{
  border: 0;
}

a{
  color: #ffb300;
  text-decoration: none;
}

table tr td{
  font-size: 12px;
}

/* Basic Layout Wrapper */

#centerPageWrapper{
  width: 900px;
  margin: 60px auto 0px auto;
  text-align: left;
}

#pageLogo{
  float: left;
  width: 200px;
  height: 105px;
}

#mainNavigation{
  float: right;
  margin-top: 20px;
  width: 696px;
  background-color: #c5c7c8;
  height: 30px;
}

#mainContentWrapper{
  background-color: white;
}

#columnLeftWrapper{
  float: left;
  width: 570px;
}

#columnRightWrapper{
  float: right;
  width: 300px;
}

#columnSpecialLeftWrapper{
  float: left;
  width: 460px;
}

#columnSpecialWrapper{
  float: right;
  width: 410px;
  eight: 460px;
}

#footerWrapper{
  padding: 5px;
  font-size: 10px;
  color: #8c8e8f;
  background-color: #E9E9EA;
}

#footerWrapper a{
  color: #8C8E8F;
}

.contentPadder{
  padding: 15px 20px;
}

#footerLeft, #footerRight, #footerCenter{
  float: left;
}

#footerLeft, #footerRight{
  width: 340px;
}

#footerCenter{
  width: 190px;
}

#footerWrapper p{
  margin: 0;
  padding: 0;
}

#footerRight{ text-align: right; }
#footerCenter{ text-align: center; }

#langSelector{
  float: right;
  width: 60px;
  height: 40px;
}

div.tx-srlanguagemenu-pi1 {
  width: 60px;
  padding-top: 40px;
}

div.tx-srlanguagemenu-pi1 div{
  width: 30px;
  float: left;
}

div.tx-srlanguagemenu-pi1 div img.tx-srlanguagemenu-pi1-flag{
  float: right;
}


/* Font Style Declarations */

h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
  font-size: 12px;
}

h1.csc-firstHeader{
  font-size: 20px;
  margin-bottom: 10px;
  color: black;
}

h1{
  font-size: 16px;
  color: gray;
}

h2{
  font-size: 14px;
}

h3{
  font-size: 12px;
}

p{
  margin: 5px 0px 5px 0px;
  padding: 0;
}

#columnSpecialWrapper{
  background: url(../images/fox_bg.gif) no-repeat 20px 0px;
}

.specialContentWrapper{
  color: gray;
  font-size: 14px;
  margin-top: 180px;
  padding-right: 15px;
}

.specialContentWrapper h4{
  color: black;
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
}

.specialContentWrapper p{
  margin: 0;
  padding: 0;
}

.specialContentWrapper a{
  text-decoration: none;
}

table{
  margin-bottom: 10px;
  border-spacing: 0;
}

tr, td, tbody{
  border: 0;
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

/* Menu Declaration */
#mainNavigation li{
  float: left;
  width: 116px;
  background: url(../images/menu_bg.gif) repeat-y;
  text-align: center;
}

#mainNavigation li a{
  color: black;
  text-decoration: none;
  display: block;
  line-height: 30px;
  font-weight: bold;
}

#mainNavigation li a:hover{
  background: url(../images/menu_bg.gif) repeat-y #a5a7a8;
}

/* LI Styling */
#mainContentWrapper ul{
  list-style-type: disc;
  list-style-position: inside;
  list-style-image: url(../../images/small_arrow.png);
}

#mainContentWrapper li{
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: url(../../images/small_arrow.png);
}


.csc-mailform { border:none; }
.csc-mailform-field label {
  display: block;
  margin-top: 15px;
}

