body {
  background: #145074 url(../img/main_template/newest/bg.jpg) no-repeat fixed top center;
}

#logo {
  position: relative;
  top: 16px;
  left: 20px;
}



/* ============================================================================== */
/* = HOMEPAGE                                                                   = */
/* ============================================================================== */
#home_started_box,
#home_announce_box {
  padding: 25px;
}
#home_started_box img {
  margin-right: 20px;
  margin-bottom: 25px;
}
#home_announce_box img {
  margin-left: 20px;
  margin-bottom: 25px;
}
#home_started_box h2,
#home_announce_box h2 {
  font-weight: bold;
  font-size: 31px;
  line-height: 1.3em;
  text-shadow: 0 4px 4px #CCC;
}
#home_started_box p.large,
#home_announce_box p {
  line-height: 1.6em;
}
#home_started_box ul li {
  margin-bottom: 5px;
}

/* ============================================================================== */
/* = NAVIGATION                                                                 = */
/* ============================================================================== */

ul#nav {
  list-style: none;
  margin: 65px 10px 0;
  text-align: right;
  padding: 0;
}
ul#nav li {
  list-style: none;
  display: inline;
  margin: 0 5px;
}
ul#nav li a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-decoration: none;
  padding: 5px 7px;
}
ul#nav li#home {
  margin-right: 16px;
}
ul#nav li#award {
  margin-right: 16px;
}
ul#nav li.selected a {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
}
ul#nav li.current a {
  background-color: #0290EA;
  color: #FFF !important;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

ul.subnav {
  font-size: 11px;
  list-style: none;  
  position: absolute;
  left: 0;
  top: 25px;
  margin: 0;
  display: none;  
  float: left;  
  display:none;
  background-color:#FFF;
  border: 2px solid #0098F0;
  padding:10px;
  z-index:9999;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
}
ul.subnav.last {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
}
ul.subnav li {
  list-style: none;
  display: block;
  text-align: left;
  padding: 3px;
  clear: both;
}
ul.subnav li a {
  color: #0290EA;
  float: left;  
  width: 145px;
  padding: 2px 0 2px 6px;
  text-decoration: none;
}
ul.subnav li a:hover {
  color: #000;
  background-color: #EEE;
}
ul#nav li#award a:hover {
  color: inherit !important;
  background-color: inherit !important;
}
ul.subnav li.subhead {
  margin-bottom: 4px;
  color: #888;
}
ul.subnav li.subhead ul {
  padding-left: 5px;
  margin-bottom: 25px;
  border-top: 1px solid #DDD;
}


/* ============================================================================== */
/* = BODY                                                                       = */
/* ============================================================================== */
#body {
  background: transparent url(../img/main_template/newest/body_bg.png) repeat-y scroll top center;
}
#body-top {
  background: transparent url(../img/main_template/newest/body_top.png) no-repeat scroll top center;
  height: 17px;
}
#body-bottom {
  background: transparent url(../img/main_template/newest/body_btm.png) no-repeat scroll top center;
  height: 24px;
}

/* ============================================================================== */
/* = SIDEBAR                                                                    = */
/* ============================================================================== */
#sidebar {
  padding: 10px 20px 10px 10px;
}

/* ============================================================================== */
/* = FOOTER                                                                     = */
/* ============================================================================== */
#footer, #footer a {
  color: #EEE;
  font-size: 11px;
}
#footer a:hover {
  color: #FFF;
  text-decoration: none;
}

/* ============================================================================== */
/* = TABLES                                                                     = */
/* ============================================================================== */
table.stripe tr.infohead th, table.stripe tr th.infohead {
  font-weight: bold;
  border-bottom: 2px solid #FFF;
  text-transform: uppercase;
  background-color: #EEE;
  padding: 10px;
}
table.stripe tr td {
  padding: 6px;
}
table.stripe tr.alt {
  background-color: #F7F7F7;
}
table.stripe tr td.leftcol {
  padding-right: 5px;
  text-align: right;
  width: 35%;
}

/* ============================================================================== */
/* = SIDEBAR                                                                    = */
/* ============================================================================== */
.sidebar {
  margin: 0 20px 30px 0;
}
.sidebar_header {
  margin-bottom: 14px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}