/* @override http://localhost:3000/stylesheets/default.css */

@import url("common.css");

body {
  background: #ffffff url(/images/hd_bg.gif) repeat-x;
}

/* @group Framework */

/* @group Container */

#container {
  width: 760px;
  margin: 0 auto;
}

/* @end */

/* @group Header */

#hd {
  height: 180px;
  position: relative;
}

#hd img {
  margin-top: 11px;
  margin-left: 0;
  float:left;
}

.slideshow {
	float: left;
	width: 450px;
	height: 97px;
	margin-top: -11px;
}

/* @end */

/* @group Nav */
#nav_container {
  position: relative;
  top: -12px;
  left: 100px;
}

/* IE 6 Hack */
* html #nav_container {
  top: -12px;
}

/* IE 7 Hack */
*:first-child+html #nav_container  {
  top: -12px;
}

#nav {
  font-size: 92%;
}

#nav ul {
  height: 22px;
}

#nav ul li, #subnav li {
  float: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#nav ul li a {
  display: block;
  margin-right: 1px;
  padding: 0 7px;
  line-height: 22px;
  border: none;
  background: #555A6B url(/images/nav_bg.gif) repeat-x right top;
}

#nav ul li a:link, #nav ul li a:visited {
  color: #DDDDBB;
}

#nav ul li a:hover, #nav ul li a:active {
  background: #444657 url(/images/nav_bg_hover.gif) repeat-x right top;
}

#nav ul li a:link.current, #nav ul li a:visited.current {
  color: #333344;
}

#nav ul li a:hover.current, #nav ul li a:active.current {
  color: #4FADD0;
}

#nav ul li a.current {
  background: url(/images/nav_current_bg.gif) repeat-x;
}

#subnav {
  height: 22px;
  font-size: 85%;
}

#subnav li {
  background: url(/images/subnav_sep.gif) no-repeat left top;
}

#subnav li.first {
  background: none;
}

#subnav li a:link, #subnav li a:visited, #subnav .current {
  display: block;
  padding: 0 .75em;
  color: #333344;
  border: none;
  line-height: 22px;
}

#subnav li a:hover, #subnav li a:active {
  color: #4FADD0;
}

#subnav .current {
  color: #851818;
}

/* @end */

/* @group Content */

#content {
  width: 750px;
  margin: 0 auto 20px auto;
}

#content h1 {
  margin-bottom: 15px;
}

#content h2 {
  margin-top: 10px;
}

/* @end */

/* @group Footer */

#ft {
  clear: both;
  background: url(/images/ft_bg.gif) repeat-x;
  padding-top: 20px;
}

#ft p {
  font-size: 85%;
  margin: 0.20em 0;
}

#ft_wrapper {
  width: 760px;
  min-height: 100px;
  margin: 0 auto;
}

#nav_bottom {
  float: right;
}

#nav_bottom a.top {
  padding-left: 11px;
  background: url(/images/arrow_up_grey.gif) no-repeat left center;
}

#contact {
	float: left;
}

#social_media {
	float: right;
	right: 0;
	clear: none;
	margin-right: 83px;
}

#social_media h2 {
	padding-bottom: 5px;
}

#copyright {
  color: #cccccc;
  font-size: 77%;
  width: 760px;
  margin: 15px auto;
}

/* @end */



/* @end */

/* @group Home Page */

#col1, #col2, #col3 {
  margin-bottom: 20px;
}

#col1 {
  width: 250px;
  float: left;
  padding-right: 15px;
  border-right: 1px dotted #ddd;
}

#col2 {
  width: 250px;
  float: left;
  padding-left: 15px;
  padding-right: 10px;
}

#col3 {
  width: 205px;
  float: right;
}

#home_news h1, #home_events h1 {
  margin-bottom: 12px;
}

.home_toolbar {
  height: 25px;
  border-top: 1px solid #ddd;
}

#home_news_archive {
  float: right;
  background: transparent url(/images/newspaper.png) no-repeat left center;
  height: 20px;
  padding-left: 20px;
  line-height: 20px;
  margin-top: 3px;
}

#home_events_archive {
  float: right;
  background: transparent url(/images/calendar.png) no-repeat left center;
  height: 20px;
  padding-left: 20px;
  line-height: 20px;
  margin-top: 3px;
}

.subscribe a, #home_news_archive a, #home_events_archive a {
  font: 92%/18px "Lucida Grande", "Lucida Sans Unicode";
  color: #555A6B;
}

.subscribe {
  float: left;
  background: url(/images/feed.png) no-repeat left center;
  padding-left: 22px;
  margin-top: 5px;
}

.home_news_item, .home_event_item {
  margin-bottom: 12px;
}

.home_news_item h2, .home_event_item h2 {
  font: 107% "Lucida Grande", "Lucida Sans Unicode";
  margin-bottom: 6px;
}

.home_news_item small {
  color: #778091;
}

.home_event_item small {
  color: #778091;
}

.home_news_item p, .home_event_item p {
  color: #555A6B;
  margin: 0.5em 0;
  font-size: 92%;
}

.button_link {
  background: url(/images/button.gif) no-repeat;
  width: 90px;
  height: 23px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 92%;
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
}

.button_link a:link, .button_link a:visited {
  border-style: none;
  color: #555A6B;
}

.button_link a:hover, .button_link a:active {
  color: #778091;
}

.button_link a {
  display: block;
  line-height: 20px;
  font-size: 92%;
}

#features_ads {
  width: 205px;
}

#feature_ads img {
  margin: 8px 12px;
}

#features_ads a {
  border: none;
}

#twitter_widget {
  width: 180px;
  margin-right:  auto;
  margin-left: auto;
  margin-top: 15px;
}

#votd_container {
  background: url(/images/votd_bg.gif) repeat-x;
  width: 246px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}

#votd_left {
  background: url(/images/votd_left.gif) no-repeat left top;
}

#votd_right {
  background: url(/images/votd_right.gif) no-repeat right top;
}

#votd {
  padding: 12px 15px;
}

#votd h1 {
  margin-bottom: .25em;
}

#votd p {
  margin: 0.5em 0;
  font-size: 92%;
}

#votd small {
  font-style: italic;
  color: #778091;
}

#votd-text {
  font-size: 81%;
	padding-top: 6px;
}
/* @end */
