/* Main Styles */

@import url("navigation.css");
@import url("fces.css");
@import url("news.css");
@import url("ext.css");
@import url("search.css");

* {
  margin:0px;
  padding:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 11px;
}

html {
  height:100.1%;
  margin-bottom:1px;
}

body {
  height:100%;
  background: url(images/site_bg.jpg) top repeat-x #dbe2ec fixed;
}

img {
  border: none;
}

a{
  outline:none;
}

.align-right{text-align:right;}
.align-left{text-align:left;}
.align-center{text-align:center;}

.clear {
  clear:both;
  line-height:0px;
  font-size:0px;
  width:100%;
}
h4 {
  font-size: 12px;
  margin: 0 0 10px 0;
}
/* ### Site Styles ### */

#site {
  width: 955px;
  margin:auto;
  background-color: #fff;
}

#page {
  width: 935px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ccc;
}

#header {
  overflow: hidden;
  width: 935px;
  height: 105px;
  background-color: #fff;
}

#header .logo {
  width: 179px;
  background-image:url(images/logo_tea.gif);
  background-repeat: no-repeat;
  float: left;
  height: 105px;
}
#header .claim {
  width: 575px;
  background-image:url(images/head_claim.jpg);
  background-repeat: no-repeat;
  float: left;
  height: 105px;
}
#header .contact {
  width: 180px;
  background-image:url(images/head_contact.jpg);
  background-repeat: no-repeat;
  float: left;
  height: 105px;
}

#main {
  width: 935px;
  overflow: hidden;
  background-image: url(images/main_bg.jpg);
  background-repeat: repeat-y;
}

#main .navigation {
  width: 179px;
  float: left;
  overflow: hidden;
}
#main .content {
  width: 529px;
  float: left;
  overflow: hidden;
  padding: 23px;
}

#main .content p {
  margin-bottom: 10px;
}

#main .sidebar {
  width: 181px;
  float: left;
  overflow: hidden;
}

#footer {
  overflow: hidden;
  background-image: url(images/main_bg.jpg);
  background-repeat: repeat-y;
  width: 935px;
}

#footer p {
  text-align: center;
  width: 560px;
  margin: auto;
  padding-top: 4px;
  padding-bottom: 10px;
  border-top: 1px dotted #1B5C9E;
}

#main .content .breadcrumb {
  overflow: hidden;
}

#main .content .breadcrumb p {
  margin-bottom: 15px;
}

.contact .head {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  margin-left: 12px;
  margin-top: 5px;
}

.contact .tel {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 12px;
  margin-top: 13px;
}

.contact .email {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 34px;
  margin-top: 9px;
}

.contact .email a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.contact .email a:hover {
  text-decoration: none;
}

.contact .tel {
  margin-left: 34px;
}
.contact .content {
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  margin-right: 5px;
  margin-top: 15px;
  text-align: right;
}

.contact .content a, .contact .content a:link, .contact .content a:visited {
  text-decoration: underline;
  color: #fff;
  font-size: 10px;
}

.contact .content a:hover, .contact .content a:active {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
}
.legend {
  width:526px;
  border: 1px solid #1B5C9E;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 20px 0 0 0;
}
#month-header-prevnext a.url {
  overflow: hidden;
  height: 24px;
  width: 24px;
  text-decoration: none;
}
#month-header-prevnext span{
  line-height: 24px;
  vertical-align: top;
}

#calendar-nav table.month-small {
  width:190px;
}
#calendar-nav .left {
  padding-left: 145px;
}
.csc-mailform label {
  width: 120px;
  display: block;
  float: left;
}
