/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, blockquote, form, label, p, ul, ol, li, dl, dd, dt { 
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
body {
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
  color: #1c1d1a;
}
input, select, textarea, option {
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
}
a {
  text-decoration: none;
}
h1, h2, h3 {
  font-size: 12px;
}

/*
  main layout
*/
.wrapper {
  width: 986px;
  margin: 0 auto;
}

#header {
  background-color: #ffffff;
  height: 106px;
  background: url(../images/bg_header.gif) repeat-x;
  padding-top: 34px;
  min-width: 990px;
}

#main {
  min-width:990px;
  background-color: #ededed;
}

#footer {
  background-color: #ffffff;
  padding: 10px 0;
}

/*
  header
*/

#header h1 .logo {
  display: block;
  height: 77px;
  width: 235px;
  float: left;
  background: url(../images/logo.gif) top right no-repeat;
  margin-right: 30px;
  padding-left: 20px;
}

#header h1 .logo span {
  display: none;
}

#header h1 .slogan {
  display: block;
  float: left;
  font-size: 17px;
  color: #989997;
  font-style: italic;
  margin-top: 40px;
}

#header .menu {
  list-style-type: none;
}

#header .menu li {
  float: left;
}

#header .menu li a {
  color: #11306c;
  font-weight: bold;
  height: 19px;
  display: block;
  float: left;
  padding: 4px 20px 0 20px;
}

#header .menu li a:hover,
#header .menu li.act a {
  background: #11306c url(../images/bg_menu.gif) top right no-repeat;
  color: #ffffff;
}

#header .menu li.sitemap {
  float: right;
  margin-top: -31px;
}

#header .menu li.sitemap a,
#header .menu li.sitemap a:hover {
  background: #ffffff url(../images/bg_sitemap.gif) center left no-repeat;
  font-size: 9px;
  color: #838383;
  font-weight: normal;
  padding: 0 0 0 9px;
  height: 9px;
}

#header .hotlink {
  float: right;
  margin-top: 2px;
  padding-top: 3px;
}

#header .hotlink a {
  color: #d8140c;
  font-weight: bold;
  padding: 4px 20px;
}

#header .hotlink a:hover,
#header .hotlink a.act {
  background-color: #d8140c;
  color: #fff;
}

/*
  main
*/

.mainhead {
  height: 328px;
  background: url(../images/bg_mainhead.jpg) no-repeat;
}

.subhead {
  height: 131px;
  background: url(../images/bg_subhead.jpg) no-repeat;
}

.subhead2 { background: url(../images/bg_subhead2.jpg) no-repeat; }

.mainhead h2 {
  color: #ffffff;
  font-size: 18px;
  padding: 40px 0 10px 30px;
}

.mainhead p {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  width: 350px;
  margin: 0 0 25px 30px;
}

.mainhead .button {
  color: #ffffff;
  font-size: 11px;
  display: block;
  height: 20px;
  width: 93px;
  background: transparent url(../images/bg_button.png) no-repeat;
  text-align: center;
}

.tabs {
  border-bottom: 1px solid #ffffff;
  height: 124px;
}

.tabs .tab {
  height: 124px;
  display: block;
  float: left;
}

.tabs .tab .tabhead {
  display: block;
  text-align: center;
  height: 29px;
  font-size: 12px;
  color: #dddedb;
  font-weight: bold;
  padding-top: 14px;
  cursor: pointer;
}

.tabs .tab .tabtext {
  height: 73px;
  font-size: 11px;
  color: #dedfdc;
  display: block;
  padding: 7px 14px 0 14px;
  cursor: pointer;
}

.tabs .tab1 { width: 186px; background: #595959 url(../images/bg_tab1.gif) 130px 70px no-repeat; }
.tabs .tab2 { width: 188px; background: #747474 url(../images/bg_tab2.gif) 130px 60px no-repeat; }
.tabs .tab3 { width: 206px; background: #909090 url(../images/bg_tab3.gif) 150px 60px no-repeat; }
.tabs .tab4 { width: 190px; background: #9e9e9e url(../images/bg_tab4.gif) 130px 65px no-repeat; }
.tabs .tab5 { width: 92px; background: #aeaeae url(../images/bg_tab5.gif) 15px 55px no-repeat; }
.tabs .tab6 { width: 124px; background: #bdbdbd url(../images/bg_tab6.gif) 25px 70px no-repeat; }

.tabs .tab1 .tabhead { border-bottom: 1px solid #8e8e8e; color: #dedede; }
.tabs .tab2 .tabhead { border-bottom: 1px solid #a1a1a1; color: #dfdfdf; }
.tabs .tab3 .tabhead { border-bottom: 1px solid #b4b4b4; color: #e0e0e0; }
.tabs .tab4 .tabhead { border-bottom: 1px solid #bdbdbd; color: #e1e1e1; }
.tabs .tab5 .tabhead { border-bottom: 1px solid #c8c8c8; color: #e2e2e2; }
.tabs .tab6 .tabhead { border-bottom: 1px solid #d2d2d2; color: #e2e2e2; }

.tabs .tab:hover {
  background-color: #d8140c;
}

.tabs .tab1:hover { background-image: url(../images/bg_tab1_hover.gif); }
.tabs .tab2:hover { background-image: url(../images/bg_tab2_hover.gif); }
.tabs .tab3:hover { background-image: url(../images/bg_tab3_hover.gif); }
.tabs .tab4:hover { background-image: url(../images/bg_tab4_hover.gif); }
.tabs .tab5:hover { background-image: url(../images/bg_tab5_hover.gif); }
.tabs .tab6:hover { background-image: url(../images/bg_tab6_hover.gif); }

.tabs .tab:hover .tabhead,
.subtabs .acttab .tabhead {
  color: #ffffff;
}

.subtabs {
  height: 48px;
  border: none;
}

.subtabs .tab {
  background-image: none;
  border-bottom: 5px solid #d8140c;
  height: 43px;
}

.subtabs .tab .tabhead {
  border: none;
}

.subtabs .tab1 { background: #595959 url(../images/bg_tab1_sub.gif) top left no-repeat; }
.subtabs .tab2 { background: #747474 url(../images/bg_tab2_sub.gif) top left no-repeat; }
.subtabs .tab3 { background: #909090 url(../images/bg_tab3_sub.gif) top left no-repeat; }
.subtabs .tab4 { background: #9e9e9e url(../images/bg_tab4_sub.gif) top left no-repeat; }
.subtabs .tab5 { background: #aeaeae url(../images/bg_tab5_sub.gif) top left no-repeat; }
.subtabs .tab6 { background: #bdbdbd url(../images/bg_tab6_sub.gif) top left no-repeat; }

.subtabs .tab:hover { background-image: none; }

.subtabs .acttab {
  background-color: #d8140c;
}

.arrows {
  border-top: 1px solid #f3f3f3;
  height: 83px;
  padding-top: 23px;
  background-color: #d3d1d1;
}

.arrows .arrow {
  float: left;
  display: block;
  height: 66px;
  background: url(../images/bg_arrow.gif) bottom right no-repeat;
  padding: 17px 20px 0 20px;
}

.arrows .arrow h2 {
  font-weight: normal;
  font-size: 18px;
  color: #3c3d39;
}

.arrows .arrow p {
  font-size: 14px;
  color: #454643;
}

.arrows .arrow a.link {
  font-size: 9px;
  color: #595a57;
  text-decoration: underline;
}

.arrows .arrow a.signup {
  font-size: 14px;
  color: #fb524a;
  font-weight: bold;
  float: right;
  margin-top: 20px;
}

.arrows .arrow1 { width: 369px; }
.arrows .arrow2 { width: 364px; background: url(../images/bg_arrow2.gif) bottom right no-repeat; }
.arrows .arrow3 { width: 129px; }

.arrows .arrow1 img {
  float: left;
  margin: 0 15px 5px 0;
}

.references {
}

.references .information {
  float: left;
  width: 420px;
  margin: 30px 20px 15px 5px;
}

.references .information,
.references .information a {
  font-size: 9px;
  color: #595a57;
  line-height: 15px;
}

.references .information a:hover {
  text-decoration: underline;
}

.references .links {
  float: left;
  height: 40px;
  margin-top: 30px;
}

.references .links a {
  float: left;
  margin-right: 9px;
}

.text {
  background: #e6e6e6 url(../images/bg_text.gif) top right no-repeat;
  padding-bottom: 30px;
}

.text .bread {
  clear: both;
  font-size: 9px;
  color: #838383;
  background: url(../images/bg_bread.gif) center left no-repeat;
  padding-left: 30px;
  width: 600px;
  margin-top: -74px;
  float: left;
}

.text .bread a {
  color: #838383;
}

.text .bread a:hover {
  text-decoration: underline;
}

.text .signup {
  float: right;
  background: #e6e6e6 url(../images/bg_subarrow.gif) top right no-repeat;
  height: 16px;
  padding-top: 35px;
  width: 250px;
  text-align: right;
  color: #565754;
  font-size: 14px;
  font-style: italic;
  margin-top: -74px;
  background-color: blue;
}

.text .signup a {
  font-size: 14px;
  color: #fb524a;
  font-weight: bold;
  font-style: italic;
  margin: 0 20px 0 10px;
}

.text h2 {
  padding: 33px 0 20px 30px;
  font-size: 18px;
  background: url(../images/bg_line.gif) 0px 52px repeat-x;
  float: left;
  width: 956px;
  font-weight: normal;
}

.text h3 {
  padding: 0px 0 10px 0px;
  font-size: 18px;
  font-weight: normal;
}

.text h3 a {
  color: #1c1d1a;
}

.text .icon {
  float: left;
  margin: -65px 0 0 225px;
}

.text .icon_long {
  margin-left: 360px;
}

.text .icon_mid {
  margin-left: 260px;
}

.text p {
  line-height: 18px;
  margin-bottom: 18px;
}

.text ul {
  margin: -18px 15px 18px 15px;
}

.text ul ul {
  margin: 0px 15px 0px 15px;
}

.text .col1 {
  width: 428px;
  padding: 0 30px;
  float: left;
}

.text .col2 {
  width: 438px;
  padding: 0 30px;
  float: right;
}

.text .col3 {
  width: 260px;
  padding-left: 30px;
  float: left;
}

.text .col4 {
  width: 629px;
  padding-right: 30px;
  float: right;
}

.text .col5 {
  width: 640px;
  padding-left: 30px;
  float: left;
  clear: both;
}

.text .col6 {
  padding: 0 30px;
  width: 926px;
  float: left;
  clear: both;
}

.text .subcol {
  float: left;
  width: 50%;
}

.text .writeus {
  display: block;
  height: 21px;
  width: 83px;
  padding: 2px 50px 0 20px;
  background: #c0c6d1 url(../images/bg_writeus.gif) 9px 7px no-repeat;
  font-weight: bold;
  color: #72716f;
  text-decoration: underline;
}

.text .submenu {
  list-style-type: none;
  margin: 0;
}

.text .submenu li {
  width: 260px;
  margin-bottom: 7px;
  background-color: #ffffff;
}

.text .submenu li a {
  display: block;
  padding: 5px 10px;
  color: #1c1d1a;
  background: #ffffff url(../images/bg_submenu.gif) center right no-repeat;
}

.text .submenu li.act a,
.text .submenu li a:hover {
  color: #ffffff;
  background: #8093b8 url(../images/bg_submenu_act.gif) center right no-repeat;
}

.text .submenu li.act a { font-weight: bold; }

.illustrate {
  margin-top: 20px;
}

.bigimage {
  margin: 0 0 10px 10px;
}

.text .marker {
  margin-top: 40px;
}

.aw_logo {
  float: left;
  margin-right: 15px;
  width: 112px;
}

.aw_text {
  float: left;
  width: 480px;
  padding: 10px;
  background-color: #f3f3f3;
  margin-bottom: 25px;
}

table tr td.cl_logo,
table tr td.cl_text {
  border-bottom: 25px solid #e6e6e6;
}

.cl_logo {
  padding-right: 5px;
  width: 179px;
  vertical-align: top;
}

.cl_text {
  padding: 10px;
  background-color: #f3f3f3;
}

.cl_link {
  padding: 22px 10px;
  vertical-align: top;
}

.cl_link a {
  font-weight: bold;
  color: #6d6c6c;
  font-size: 14px;
}

.structure {
  width: 894px;
  height: 875px;
  background: url(../images/structure.gif) center center no-repeat;
}

.struc {
  float: left;
}

.struc h3 {
  color: #ffffff;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.struc h3 small {
  display: block;
  font-size: 12px;
}

.struc1x1,
.struc2x1,
.struc3x1 {
  width: 242px;
  padding-left: 10px;
  padding-right: 10px;
}

.struc1x2,
.struc2x2,
.struc3x2 {
  width: 242px;
  padding-left: 66px;
  padding-right: 62px;
}

.struc1x3,
.struc2x3,
.struc3x3 {
  width: 242px;
  padding-left: 10px;
  padding-right: 10px;
}

.struc1x1,
.struc1x2,
.struc1x3 {
  height: 250px;
}

.struc2x1,
.struc2x2,
.struc2x3 {
  height: 273px;
}

.struc3x1,
.struc3x2,
.struc3x3 {
  height: 352px;
}

.struc .list_red {
  list-style-image: url(../images/struc_arrow_red.gif);
  margin-top: 30px;
}

.struc .list_red li {
  line-height: 18px;
}

.struc .list_blue {
  list-style-image: url(../images/struc_arrow_blue.gif);
}

.struc .list_blue li {
  font-weight: bold;
  margin-bottom: 20px;
}

.struc .list_blue li p {
  color: #0058a2;
  display: block;
  margin-top: 20px;
}

.struc1x1 {  }
.struc1x2 h3 { padding-top: 15px; padding-bottom: 35px; }
.struc1x3 {  }
.struc2x1 h3 { padding-top: 35px; padding-bottom: 35px; }
.struc2x2 .list_red { margin-top: 15px; }
.struc2x2 .list_red li { margin-bottom: 5px; }
.struc2x3 h3 { padding-top: 35px; padding-bottom: 35px; }
.struc3x1 {  }
.struc3x2 h3 { padding-top: 55px; padding-bottom: 35px; }
.struc3x3 {  }

.col_signup {
  padding: 0 30px;
  width: 917px;
  float: left;
  clear: both;
  color: #4f5053;
  background: url(../images/bg_signup.gif) bottom center no-repeat;
}

.col_signup a{
  color: #4f5053;
  text-decoration: underline;
}

.col_signup .req {
  float: right;
  padding-right: 40px;
  font-weight: bold;
  margin-top: 40px;
}

.col_signup h3 {
  color: #ff3a30;
  background: url(../images/bg_signup_head.gif) top center no-repeat;
}

.col_signup h3 span {
  margin-left: 26px;
  font-size: 60px;
}

.col_signup .subcol1 {
  width: 450px;
}

.col_signup .inputtext {
  border: 1px solid #b6b6b6;
  width: 270px;
}

.col_signup textarea {
  height: 115px;
  width: 370px;
  border: 1px solid #b6b6b6;
}

.col_signup label {
  display: block;
  float: left;
  width: 60px;
  padding: 0 16px 0 27px;
}

.col_signup .message label {
  padding-left:0px;
}

.col_signup .multi,
.col_signup .desc {
  padding-left: 77px;
  line-height: 120%;
  clear: both;
}

.col_signup .multi label {
  width: auto;
}

.col_signup .multi span {
  font-weight: bold;
  display: block;
  float: left;
  width: 160px;
}

.col_signup .multi input {
  float: left;
}

.col_signup .desc {
  margin-top: 20px;
}

.col_signup .submit {
  margin-left: 77px;
  margin-bottom: 15px;
  border: none;
  background-color: #11306c;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 10px;
}


/*
  footer
*/
#footer ul {
  list-style-type: none;
}

#footer ul li {
  float: left;
  margin-right: 30px;
  color: #7a7a7a;
  font-size: 10px;
}

#footer ul li img {
  vertical-align: middle;
}

#footer ul li a {
  color: #7a7a7a;
  text-decoration: underline;
}

/*
  common elements
*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}

#writeusform {
  background-color: #c0c6d1;
  padding: 1px;
  position: absolute;
  width: 456px;
  top: 400px;
  left: 50%;
  margin-left: -228px;
}

#writeusform .form_col1 {
  float: left;
  margin-top: 10px;
  padding-left: 24px;
  width: 170px;
}

#writeusform .form_col2 {
  float: left;
  margin-top: 10px;
  padding-left: 17px;
  width: 230px;
}

#writeusform h3 {
  color: #4f5053;
  font-weight: bold;
  font-size: 12px;
  background-color: #dbdfe5;
  padding: 10px 25px;
}

#writeusform p {
  margin: 0 0 5px 0;
}

#writeusform .form_close {
  font-size; 11px;
  display: block;
  float: right;
  margin-top: -25px;
  color: #000000;
  background:  url(../images/bg_close.gif) 40px 50% no-repeat;
  padding: 2px 35px 2px 2px;
}

#writeusform .submit {
  float: right;
  border: none;
  background-color: #11306c;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 10px;
  margin: 0 0 10px 0;
}

#writeusform .inputtext {
  border: 1px solid #b6b6b6;
  width: 168px;
}

#writeusform textarea {
  height: 115px;
  width: 228px;
  border: 1px solid #b6b6b6;
}

#writeusform label {
  display: block;
  color: #232221;
}

#sitemap li {
    padding-bottom:5px;
}

#sitemap li a {
    color:#000;
}

#sitemap li a:hover {
    text-decoration:underline;
}

.gallery {
  width: 614px;
  background-color: #f3f3f3;
  padding: 15px;
  margin-bottom: 15px;
}

.gallery h4 {
  font-size: 18px;
  color: #11306c;
  font-weight: normal;
  margin-bottom: 15px;
}

.gallery .image {
  float: left;
  background-position: center center;
  width: 138px;
  height: 100px;
  margin-right: 10px;
}

.gallery .more {
  color: #9e9e9e;
  font-weight: bold;
  background: #e6e6e6 url(../images/bg_submenu.gif) center right no-repeat;
  display: block;
  float: right;
  padding: 2px 20px 2px 5px;
  margin: 15px -15px 0 0;
}

.gallery_multi .image {
  margin-bottom: 10px;
}

.gallery_back {
  color: #9e9e9e;
  font-weight: bold;
  background: #f3f3f3 url(../images/bg_submenu_reverse.gif) center left no-repeat;
  display: block;
  float: right;
  padding: 2px 5px 2px 20px;
  margin: 0px -15px 10px 0;
  font-size: 11px;

}

.player {
  width: 595px;
  background-color: #f3f3f3;
  padding: 15px;
  margin-bottom: 15px;
}

.player .photo {
  float: right;
  margin-left: 30px;
  font-weight: bold;
  text-align: left;
}

.player .photo span {
  display: block;
  width: 120px;
  height: 160px;
  background-position: center center;
  margin-bottom: 5px;
}

.player h4 {
  font-size: 24px;
  color: #11306c;
  font-weight: normal;
}

.player p {
  margin-bottom: 0px;
}
