/*
  Color Codes:
  #e8ae4b - dark gold
  #cccc98 - dark tan
  #e6e4bd - light tan
  #666537 - brown 1
  #58462e - brown 2
  #cbecad - light green
  #9db55d - dark green
*/

html {
  height: 100%;
}

body {
  font-family: Verdana, arial;
  font-size: 12px;
  color: #58462e;
  text-align: center;
  margin: 0;
  padding: 0;
  background: #58462e url(../images/layout/bg_grade.png) repeat-y top center;
  height: 100%;
}

img {
  border: 0;
}

a {
  color: #58462e;
}

a:hover {
  color: red;
}

/* Event list styles */
ul.event_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.event_list li {
  position: relative;
  padding: 2px 2px 2px 72px;
  margin: 2px;
  border-top: 1px dotted #58462e;
}

ul.event_list li.first {
  border: none;
}

ul.event_list .date {
  font-weight: bold;
  font-size: 90%;
  position: absolute;
  top: 2px;
  left: 0;
  width: 60px;
  background-color: #cbecad;
  border: 1px solid #9eb45e;
  padding: 3px;
  text-align: center;
}

ul.event_list .activity {
  display: block;
  padding-left: 50px;
  font-size: .8em;
  font-style: italic;
  color: #000000;
}

ul.event_list .title {
  display: block;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}

ul.event_list .host {
  font-style: normal;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

ul.event_list .host a {
  text-decoration: none;
}

ul.event_list .location {
  font-style: italic;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

ul.event_list .activities {
  margin: 2px 0 0 0;
  font-size: 80%;
  text-align: right;
}

ul.news_items {
  list-style: none;
  margin: 0;
  padding: 5px;
}

ul.news_items li {
  padding: 5px;
  margin: 5px;
  border-top: 1px dotted #58462e;
}

ul.news_items li.first {
  border: none;
}

ul.news_items p {
  padding: 0;
  margin: 0;
}

ul.news_items .title {
  display: block;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}

ul.news_items .byline {
  display: block;
  font-style: italic;
  font-size: 90%;
}

ul.news_items .description {
  display: block;
  margin-top: 5px;
}

ul.news_items .activities {
  margin: 2px 0 0 0;
  font-size: 80%;
  text-align: right;
}


#container {
  height: 100%;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#container2 {
  height: 100%;
}

#header {
  background: #58462e url("../images/layout/wood_texture_header_bg_v1.png") no-repeat left bottom;
  height: 90px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

#header .opam_logo {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}

#header .beta_badge {
  position: absolute;
  top: 10px;
  left: 250px;
}

#header #main_nav {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  background: #e6e4bd;
  padding: 2px 20px 0 20px;
  margin: 0;
}

#header #main_nav li {
  float: left;
  padding: 2px 10px;
  margin: 0;
}

#header #main_nav a {
  color: #58462e;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
}

#header #main_nav a:hover {
  color: #e8ae4b;
}

div#header #search {
  position: absolute;
  top: 35px;
  right: 0;
  margin-right: 10px;
}

div#header #search .search_box {
  background-color: #e6e4bd;
  border: none;
  margin: 0;
  padding: 2px;
  width: 150px;
}

div#header #search .search_button {
}

#page {
  float: left;
  margin: 0;
  width: 100%;
  padding-bottom: 30px;  
}

#content_header {
  float: left;
  clear: both;
  margin-top: 2px;
  width: 100%;
  background: #e6e4bd;
  border-bottom: 2px solid #9db55d;
}

div#content_header #sub_title {
  margin: 10px 0 0 10px;
  font-size: 1.5em;
  font-weight: bold;
}

div#content_header #sub_title a, div#content_header #sub_title a:hover {
  text-decoration: none;
  color: #58462e;
}

div#content_header #description {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  padding-left: 30px;
}

#entity_nav_menu {
  float: left;
  padding-top: 10px;
}

#entity_nav_menu ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

#entity_nav_menu li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  text-align: center;
}

#entity_nav_menu li.first {
}

#entity_nav_menu a {
  float: left;
  font-size: 1.2em;
  width: 6em;
  padding: 2px 0;
  text-decoration:none;
  color: #ffffff;
  background: #58462e;
}

#entity_nav_menu a:hover {
  color: #f5d7a5;
}

#entity_nav_menu li.current a {
  color: #58462e;
  background: #9db55d;
}

#content, div.content {
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #e6e4bd;
}

ul.tab_headers {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tab_headers li {
  float: left;
  margin: 0;
  padding: 0;
}

.tab_content {
  clear: left;
}

#section_1 {
  margin: 0;
  padding: 10px 0 5px 0;
  clear: both;
  float: left;
  width: 1000px;
  height: 350px;
  background: url("../images/layout/home_section_1.png") no-repeat left top;
}

#section_1 #tabbedPane1 {
  float: left;
  width: 490px;
}

#section_1 #rotatingImageContainer {
  float: left;
  width: 480px;
  margin-top: 37px;
  margin-left: 8px;
}

#section_1 #tabs {
  float: left;
  margin: 12px 0 0 10px;
  width: 100%;
}

#section_1 .tab_headers {
  margin-top: -2px;
  margin-left: 15px;
}

#section_1 .tab_headers a {
  font-size: 1em;
  font-weight: bold;
  color: #58462e;
  text-decoration: none;
  display: block;
  background: url('../images/layout/events_tab_left.png') no-repeat left top;
  padding: 0 0 0 5px;
}

#section_1 .tab_headers a span {
  display: block;
  padding:3px 10px;
  background: url('../images/layout/events_tab_right.png') no-repeat right top;
}

#section_1 .tab_headers a:hover, #section_1 .tab_headers li.current a  {
  background-position: 0% -42px;
}

#section_1 .tab_headers a:hover span, #section_1 .tab_headers li.current a span {
  background-position: 100% -42px;
  color: #666000;
}

#section_1 .tab_headers li.current {

}

#section_1 .tab_headers li.current a {
  position: relative;
}

#section_1 .tab_content {
  padding: 5px 5px 5px 17px;
  height: 290px;
  overflow: auto;
  position: relative;}

#section_1 #featured_events {
  font-size: .9em;
}

#section_2 {
  float: left;
  width: 450px;
  padding: 0;
}

#section_2 ul.cabinet {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 440px; 
}

#section_2 li.drawer {
  float: left;
  width: 440px;
  padding-bottom: 2px;
}

#section_2 ul.cabinet li .drawer_handle {
  font-size: 1.1em;
  font-weight: normal;
  background: #9eb45e url(../images/layout/green_button.png) no-repeat left top; 
  color: #fff;
  margin: 0;
  padding: 0;
  width: 429px;
  height: 32px;
  cursor: pointer;
}

#section_2 ul.cabinet li .drawer_handle span {
  display:block;
  margin-right:17px;
  padding:6px 0px 10px 20px;
}

#section_2 .drawer_container {
}

#section_2 .drawer_container_styler {
  padding: 5px;
  background-color: #cbecad;
  float: left;  
}

#section_2 .drawer_content {
  float: left;
  width: 200px;
}

#section_2 .drawer_content ul {
  margin: 0;
  padding: 0 0 0 15px;
}

#section_2 .drawer_content ul.providers li {
  margin: 5px 0;
  padding: 0;
}

#section_2 a.see_all {
  display: block;
  margin-top: 50px;
}

#section_2 .drawer_ads {
  float: left;
  width: 210px;
  padding: 5px;
  background-color: #f5d7a5;
  font-size: .9em;
}

#section_2 .drawer_ads ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#section_2 .drawer_ads a.provider_logo {
  display: block;
  text-align: center;
  margin-bottom: 3px;
}

#section_2 .drawer_ads a.provider_name {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#section_2 .drawer_ads p {
  margin-top: 5px;
  margin-bottom: 20px;
}

#section_2 .rss_drawer {
  background-image: url(../images/icons/rss_orange_small_1.png);
  background-repeat: no-repeat;
  background-position: right 6px;
}

#section_2 ul.feeds {
  list-style: none;
  padding-left: 10px;
}

#section_2 ul.feeds li {
  background: url(../images/icons/rss_orange_small_1.png) no-repeat left center;
  height: 16px;
  padding-left: 20px;
}

#section_3 {
  float: left;
  position: relative;
  width: 550px;
  background-color: #eeedd1;
  padding: 0;
}

#section_3 .padder {
  padding: 5px 5px 0 5px;
}

#section_3 .tab_headers {
  float: left;
  clear: both;
  line-height: 1.9em;
}

#section_3 .tab_headers a {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #e6e4bd;
  color: #9db55d;
  text-decoration: none;
  padding: 3px 20px 2px 20px;
  margin: 2px 5px;
  border: 1px solid #e6e4bd;
}

#section_3 .tab_headers a:hover {
}

#section_3 .tab_headers li.current a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}


#section_3 .tab_container {
  float: left;
  background-color: #fff;
  width: 540px;
  min-height: 300px;
}

#section_3 .tab_content {
  padding: 5px;
}

#search_results {
  padding: 5px;
}

#search_results .summary {
  font-size: 1.4em;
  font-weight: bold;
}

#search_results .query {
  color: #9db55d;
}

#search_results h3 {
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted;
}

#search_results #events li {
  margin-left: 10px;
}

#search_results #news_items {
  padding: 0;
}

#search_results #providers p {
  margin: 0;
  padding: 0px 0px 10px 0px;
}

#search_results .match_count {
  font-weight: normal;
  font-size: 1em;
}

#search_results ul.result_list {
  padding: 0;
  padding-left: 15px;
  margin: 0;
  list-style: none;
}

#search_results a.title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.details_view {
  margin: 5px;
}

.details_content {
  width: 530px;
  padding: 5px;
  float: left;
  background-color: #fff;
  color: #000000;
  overflow: hidden;
}

.related_content {
  margin: 5px 0;
  border: 1px solid #58462e;
  padding-bottom: 3px;
  width: 440px;
  float: right;
  clear: right;
  font-size: .9em;
}

.related_content ul {
  margin: 0;
  padding-left: 20px;
  padding-right: 3px;
}

.related_content p {
  margin: 0;
  padding: 0 3px;
}


.related_content h3{
  font-size: 110%;
  background-color: #58462e;
  color: #e6e4bd;
  margin: 0;
  padding: 2px 5px;
  height: 18px;
  line-height: 18px;
}

.related_content .rss_icon {
  float: right;
}

.related_content p.no-items {
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

#news_item_details .news_item_byline {
  margin: 0;
  padding: 0;
  font-size: .9em;
  font-style: italic;
}

#news_item_details .news_item_title {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
}

#news_item_details .news_item_body {
  margin: 0;
  padding: 0;
}

#event_details .title {
  font-weight: bold;
  font-size: 1.3em;
  padding: 0;
  margin: 0;
}

#event_details .location {
  padding: 0;
  padding-left: 10px;
  margin: 0;
  font-weight: normal;
  font-style: italic;
}

#event_details .event_id {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#event_details .content {
  background: transparent;
  padding: 10px 0 5px 0;
}

#event_details div.section {
  position: relative;
  clear: both;
  margin: 5px 0;
}

#event_details .section_title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000000;
}

#event_details .section_content {
  padding: 5px 0 0 10px;
}

#event_details div.section p:first-child {
  margin: 0;
  padding: 0;
}

#event_details ul.contacts {
  padding-left: 10px;
}

#event_details ul.contacts li {
  margin: 5px 0;
}

#event_details ul.contacts p {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

#event_details ul.contacts p.name {
  padding: 0;
  padding-bottom: 3px;
}

#event_details .registration_form {
  background-color: #fff;
  padding: 5px;
}

#provider_details .banner {
  text-align: center;
}

#provider_details img.logo {
  border: none;
}

#news_item_index ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#index_tabs {
  float: left;
  clear: both;
  width: 100%;
}

#index_tabs ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  background-color: #9db55d;
}

#index_tabs li {
  float: left;
  padding: 5px 10px;
}

#index_tabs li.spacer {
  padding-left: 30px;
  padding-right: 0;
}

#index_tabs a, #index_tabs span {
  text-decoration: none;
  font-size: 110%;
  font-weight: normal;
  color: #e6e4bd;
}

#index_tabs span {
  color: #58462e;
}

#index_tabs a.current {
  font-weight: normal;
  border-top: 1px solid #e6e4bd;
  border-bottom: 1px solid #e6e4bd;
}

div.relatedTabbedPane ul {
  padding: 0;
  margin: 0;
  float: none;
}

div.relatedTabbedPane p.view_all {
  padding: 5px 5px 0 0;
  text-align: right;
  border-top: 1px solid #58462e;
}


div.relatedTabbedPane ul.tab_headers {
  text-align: center;
  background-color: #9db55d;
  padding: 3px 0;
}

div.relatedTabbedPane ul.tab_headers li {
  padding: 2px 10px;
  float: none;
  display: inline;
}

div.relatedTabbedPane ul.tab_headers li.current a {
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

div.relatedTabbedPane ul.tab_headers a {
  text-decoration: none;
  font-size: 110%;
  font-weight: normal;
  color: #e6e4bd;
}


#footer {
  float: left;
  margin-top: -19px;
  margin-left: -4px;
  text-align: center;
  width: 1008px;
  padding: 0;
  background-color: #9db55d;
}

#footer a {
  _color: #e7b84f;
  text-decoration: none;
}

#footer .copyright {
  margin: 0;
  padding: 2px;
}
