@import url("reset.css");

body {
    font-family: Georgia, "Times new Roman", times, serif;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  padding-top: 23px;
}

/* header */
#header.home {
  width: 700px;
  height: 165px;
  margin-left: 13px;
  display: block;
  float: left;
  background: url(../images/home_header.gif) no-repeat top left;
}

#header.home h1 {
  text-indent: -9999px;
}

#header.home p {
  margin-left: 250px;
  font-family: Georgia, "Times new Roman", times, serif;
  font-size: 20px;
  letter-spacing: 3px;
  color: #636466;
  margin-top: 125px;
}

/* nav */
#nav {
  float: left;
  margin-top: 17px;
  width: 900px;
}

#nav ul {
  margin-left: 27px;
  width: 890px;
}

#nav.home ul {
  margin-left: 50px;
}

#nav ul li {
  margin: 0 15px;
  display: inline-block;
  float: left;
  font-family: "Futura", helvetica, arial, sans-serif;
  text-transform: lowercase;
  font-size: 18px;
}

#nav ul li a {
  text-decoration: none;
  color: #5F8D2A;
}

#nav ul li.selected.blue a {
  color: #3576BC !important;
}

#nav ul li.selected.pink a {
  color: #EF4136 !important;
}

#nav ul li.selected.orange a {
  color: #F7941E !important;
}

#nav ul li.selected.red a {
  color: #E8272A !important;
}

#nav ul li.selected.orange a {
  color: #F7941E !important;
}


/* General Colors */

.blue{
  color: #3576BC !important;
}

.pink {
  color: #CD006A !important;
}

.orange {
  color: #F7941E !important;
}

.red {
  color: #E8272A !important;
}

.orange {
  color: #F7941E !important;
}

h2{
	font-size: 14px;
	color: #3576BC !important;
	text-align: center;
	padding-bottom: 8px;
}

#content #main_content p.centered{
text-align: center;
}

/**/
/* content */

#content {
  width: 900px;
  margin-top: 28px;
  float: left;
}

#content .scrollable {
  width: 900px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

#content .scrollable .items {
  position: absolute;
  width: 2000em;
}

#content .scrollable .items .img_set {
  float: left;
  margin: 0 0 0 0;
}

#content .scrollable .items img {
  float: left;
  margin: 0 0 0 0;
}

#content #home_span {
  width: 391px;
  height: 100px;
  display: block;
  background: url(../images/home_span.gif) no-repeat top left;
  float: right;
  margin-right: 16px;
  margin: 18px 0 24px 0;
}

#content #home_span {
  text-indent: -9999px;
}

#content #content_left_sidebar {
  width: 372px;
  height: 323px;
  float: left;
  margin-top: 39px;
  margin-left: 38px;
}

#content #content_left_sidebar.membership {
  background: url(../images/membership_content.jpg) no-repeat top left;
}

#content #main_content {
  margin-top: 128px;
  width: 420px;
  margin-left: 20px;
  float: left;
}

#content #main_content p {
  font-family: georgia, times, serif;
  font-size: 12.5px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 16px;
  text-align: justify;
  padding-right: 20px;
}

#content #main_content ul {
  font-family: georgia, times, serif;
  font-size: 12.5px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 16px;
  list-style: circle;
  padding-left: 24px;
}

#content #main_content p.center {
	text-align: center;
}


#content #main_content p a {
  color: #1C75BC;
  text-decoration: none;
}

#content #main_content p a:hover {
  text-decoration: underline;
}
/**/
/* history */
#content.history #content_left_sidebar {
  width: 415px;
  height: 367px;
  margin-top: 16px;
  background: url(../images/history_content.jpg) no-repeat top left;
}

#content.history #main_content {
  margin-left: 10px;
  margin-top: 50px;
}

#content.history #main_content p {
 /*  line-height: 21px; */
}
/* events */
#content.events #content_left_sidebar {
  width: 510px;
  height: 340px;
  background: url(../images/events_content.jpg) no-repeat top left;
  margin-top: 17px;
}

#content.events #main_content {
  position: absolute;
  margin: 67px 0 0 470px;
  overflow-y: scroll;
  height: 290px;
}

#content.events #main_content .event {
  margin-bottom: 16px;
}

#content.events #main_content .event:last-child {
  margin-bottom: 0;
}

#content.events #main_content h3 {
  font-size: 14px;
}

#content.events #main_content h3.blue {
  color: #1C75BC;
}

#content.events #main_content h3.orange {
  color: #F7941E;
}

#content.events #main_content p {
  margin: 0 0 0 0;
  line-height: 14px;
}

/* shops */
#content.shops #content_left_sidebar {
  width: 480px;
  height: 325px;
  background: url(../images/shops_content.jpg) no-repeat top left;
  margin-top: 49px;
}

#content.shops #main_content {
  position: absolute;
  margin: 110px 0 0 470px;
  overflow-y: scroll;
  height: 280px;
}

#content.shops #main_content table{
  margin-right: 20px;
}

#content.shops #main_content h2{
  margin-right: 20px;
}


#content.shops #main_content th{
	text-align: left;
	padding-bottom: 8px;
	font-family: "Futura", helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

#content.shops #main_content td a{
text-decoration: none;
color: #333;
font-weight: bold;
}

#content.shops #main_content td a:hover{
text-decoration: underline;
color: #999;
}

#content.shops #main_content td{
font-size: 90%;
padding-bottom: 6px;
}

/* gno */
#content.gno #content_left_sidebar {
  width: 423px;
  height: 344px;
  margin-top: 16px;
  background: url(../images/gno_content.jpg) no-repeat top left;
}

#content.gno #main_content {
  position: absolute;
  margin: 108px 0 0 383px;
  height: 290px;
  /* text-align: justify; */
}

/* map */
#content.map #content_left_sidebar {
  width: 422px;
  height: 435px;
  margin-top: 16px;
  margin-left: 100px;
  background: url(../images/map_content.jpg) no-repeat top left;
}

#content.map #main_content {
  position: absolute;
  margin: 160px 0 0 430px;
  height: 290px;
  /* text-align: justify; */
}

#content.map #content_left_sidebar a{
text-indent: -5555em;
width: 275px;
height: 360px;
display: block;
/* background-color: rgba(55,55,55,.5); */
margin-left: 30px;
margin-top: 75px;
}

/* press */
#content.press #content_left_sidebar {
  width: 396px;
  height: 383px;
  margin-top: 16px;
  margin-left: 44px;
  background: url(../images/press_content.jpg) no-repeat top left;
}

#content.press #main_content {
  position: absolute;
  margin: 108px 0 0 414px;
  height: 290px;
}

#content.press #main_content a{
}


#content.gno #main_content a.pink{
color: #C70079;
}

#content.gno #main_content span.orange{
color: #F28015;
}

#content.gno #main_content span.stretch{
letter-spacing: 4px;
white-space: nowrap;
}

/* footer */
#footer {
  width: 820px;
  height: 75px;
  float: left;
  background: url(../images/footer_bg.gif) no-repeat top left;
  margin-left: 30px;
  margin-top: 55px;
}

#footer p {
  margin-left: 220px;
  font-family: "Times new Roman", times, serif;
  font-size: 21px;
  letter-spacing: 2px;
  color: #73A533;
  margin-top: 23px;
}
/**/