html {
  min-height: 101%;
}

#content a {
  text-decoration: none;
  color: #981a21;
}

#content a:hover {
  text-decoration: underline;
}

td {
  vertical-align: top;
}

#main {
  font-family: "Trebuchet MS","Lucida Grande",Lucida,Verdana,sans-serif;
  font-size: 16px;
  width: 960px;
  margin: 0 auto;
}

#top {
  height: 115px;
  background-image: url(/images/new_top_banner.jpg);
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-right: 40px;
}

#bottom {
  height: 30px;
  text-align: center;
  padding-top: 10px;
  background-color: #D9B980;
  color: white;
  margin-top: 20px;
}

#aboutus_main {
  background-color: #FFF;
}

#content {
  width: 960px;
}

#sub_navigation {
  height: 0px;
  text-align: right;
}

#sub_navigation a {
  color: black;
}

#navigation {
  height: 105px;
  margin-left: 45px;
}

#navigation_main {
  /*background-image: url(/images/new_navigation_1.jpg);*/
  /*background-repeat: no-repeat;*/
  background-color: #D9B980;
  height: 45px;
  padding-left: 15px;
  margin-bottom: 20px;
  /*padding-top: 5px;*/
}

#navigation_main div.selected {
  /*background-image: url(/images/navigation_selected_bg.jpg);*/
  /*background-repeat: repeat-x;*/
}

.navigator {
  font-size: 18px;
  width: 80px;
  height: 30px;
  float: left;
  text-align: center;
  padding-top:10px;
}

.navigator:hover {
  /*background-image: url(/images/navigation_selected_bg.jpg);*/
  /*background-repeat: repeat-x;*/
  color: white;
}

.navigator a {
  color: black;
  text-decoration: none;
}

.navigator a:hover {
  color: #981a21;
}

.navigator a.selected {
  color: white;
}

.circle1:hover {
  background-image: url(/images/circle1.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.circle2:hover {
  background-image: url(/images/circle2.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.circle3:hover {
  background-image: url(/images/circle3.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.circle4:hover {
  background-image: url(/images/circle4.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.selected {
  color: white;
}

#logo {
  width: 102px;
  height: 104px;
  float: left;
  margin-right: 10px;
  background-image: url(/images/logo_original_small_1.jpg);
  background-repeat: no-repeat;
}

#logo_header {
  font-size: 40px;
  margin-top: 10px;
}

#logo_subheader {
  font-size: 24px;
  margin-top: 10px;
}

.header {
  height: 30px;
  font-size: 24px;
  padding-bottom: 16px;
  color: #981a21;
}

.click_to_edit:hover {
  background-color: lightgray;
  border: medium double yellow;
  padding: 10px;
}

.home_blog {
  margin-top: 20px;
}

.post-summary-title
{
  font-weight: bold;
  color: #981a21;
}

.more_info_link a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: gray;
}

div.more_info_link {
  text-align: right;
}

.content_header {
  font-size: 18px;
  background-color: white;
  border-left: 65px solid #D9B980;
  margin-left: -10px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
}

.content_header a {
  color: black;
  text-decoration: none;
}

.content_header .header {
  margin: -5px 0px 0px -65px;
}

.content_sub_header {
  font-size: 13px;
  margin-left: -65px;
}

.content_sub_header a {
  font-weight: bold;
  color: gray;
}

.blog_entry {

}

.blog_entry img{
  max-width: 620px;
}

.blog_entry_table{
  width: 620px;
  table-layout: fixed;
}

.blog_entry_body {

}

.blog_entry_footer {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.blog_comment_count {
  float: right;
  text-align: right;
  margin-left:10px;
}

.document_upload {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.document_footer {
  font-size: 13px;
  text-align: right;
}

.document_footer a {
  text-decoration: none;
}

.pagination {
  text-align: center;
}

.blog_archive_year {
  font-size: 17px;
  color: black;
  margin-top: 10px;
  font-weight: bold;
}

.comment_author {
  font-size: 16px;
  font-weight: bold;
}

.comment_time {
  font-size: 14px;
  color: gray;
}

.resource_comment {
  margin-left: 20px;
}

.resource_comment .odd {
  margin-top: 10px;
  background-color: #EEEEEE;
}

.resource_comment .even {
  margin-top: 10px;
}

.comment_form {
  margin-top: 20px;
  border: thin solid lightgray;
  padding: 10px;
}

.document_summary {
  margin: 10px;
  padding: 5px;
  border: solid 1px gray;
}

.document_version {
  margin: 10px;
  padding: 5px;
  border: solid 1px gray;
}

.errorExplanation {
  border: medium dotted red;
  padding-left: 20px;
}

.fieldWithErrors {
  border: thin solid red;
}

#flash_notice, #flash_error {
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 99;
  width: 980px;
}

#flash_notice {
  border: thin solid #336699;
  background-color: #981a21;
  color: #f2af00;
}

#flash_error {
  border: thin solid black;
  background-color: #981a21;
  color: #f2af00;
}

.required {
  color: red;
}

#home_left {
  width: 580px;
  float: left;
}

#home_right {
  width: 300px;
  float: right;
  margin-top: 15px;
}

#home_top_left {
}

#home_bottom_left {
}

#service {
}

#aboutus{

}

#aboutus #head{
  background: url('/images/aboutus_head.png') no-repeat;
  width: 900px;

}

#aboutus #body{
  background: url('/images/aboutus_body.png') no-repeat;
  width: 900px;
  height: 987px;
}

aboutus h1 {
  font-size: 15px;
}

#contact {
}

#blog_left {
  width: 620px;
  margin: 10px 10px 0px 10px;
  float: left;
}

#blog_right {
  width: 300px;
  float: right;
  margin: 10px 10px 0px 10px;
}

#blog_archive {
  margin-top: 50px;
  margin-bottom: 50px;
}

#blog_tag_cloud {

}

#chat {
  width: 100%;
  height: 400px;
}

#chat_content {
  width: 75%;
  height: 90%;
  overflow-y: scroll;
  float: left;
  padding: 10px;
  border: solid 1px gray;
}

#chat_users {
  width: 20%;
  height: 90%;
  float: right;
  padding: 10px;
  background-color: lightgray;
  border: solid 1px lightgray;
}

#user_list {
  margin-top: 10px;
  margin-left: 10px;
}

#chat_box {
  width: 100%;
  height: 22px;
  margin-top: 10px;
  float: left;
}

.message_author {
  font-weight: bold;
}

.message_time {
  color: gray;
}

#prefetch {
  width: 0px;
  height: 0px;
  background-image: url(/images/circle1.png);
  background-image: url(/images/circle2.png);
  background-image: url(/images/circle3.png);
  background-image: url(/images/circle4.png);
  background-image: url(/images/EastAgileLogo_original_100x100.gif);
}

.clear {
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.font_bold {
  font-weight: bold;
}

.management_nav {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid gray;
  text-align: center;
}

.filetype_thumbnail {
  float: left;
  margin-right: 5px;
}

.logout_icon {
  font-size: 14px;
  float: right;
  padding-top: 12px;
  width: 60px;
}

.seo-tips {
  background-color: #D9B980;
  width: 570px;
  padding-left: 20px;
}

.client-logo {
  text-align: left;
  float: left;
  margin-top: -1px;
  padding: 20px 10px 0 0;
  min-width: 100px;
  height: 60px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

#aboutus_client_text, #aboutus_team_text, #aboutus_rhs, #aboutus_lhs {
  border: 1px solid #FFF;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin-bottom: 20px;
}

#aboutus_lhs, #aboutus_rhs {
  border: 1px solid #D9B980;
}

.post-group {
  font-size: 24px;
}

#aboutus_bottom_banner {
  border: 10px solid #D9B980;
  border-bottom: none;
  margin: -5px 0 -20px 0;
}

#aboutus_top_text_block {
  background-color: #D9B980;
  margin: -20px 0 20px 0;
  padding-top: 20px;
}

td h3 {
  color: #981A21;
}

.file_tree_demo {
  width: 200px;
  height: 400px;
  border-top: solid 1px #BBB;
  border-left: solid 1px #BBB;
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  background: #FFF;
  overflow: scroll;
  padding: 5px;
}

#display_image {
  height: 180px;
  text-align: center;
  padding-top: 150px;
  background-color: #DDD;
}