/* ---------------------- GLOBAL ---------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 62.4% Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: url(../images/footer-bg-stretch-02.gif) repeat-x left bottom;
}

body#search {
    background: none;
}

body#home a#homeLink, body#programs a#programsLink, body#sports a#sportsLink, body#rentals a#rentalsLink, body#memberships a#membershipsLink, body#events a#eventsLink, body#contact a#contactLink {
    background: #7c6c7e;
    color: #fff;
}


img {
  border: none;
}

p {
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  padding-bottom: 12px;
  color: #000;
}

h1 {
	font: 20px Decker, "Century Gothic", "Gill Sans", Arial, Helvetica, sans-serif;
	color: #4c404f;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 23px;
    padding-bottom: 5px;
    background: url(../images/arrow-title.gif) no-repeat left 5px;
    border-bottom: 1px solid #4c404f;
}

h1 .highlight {
	font: 23px Decker, "Century Gothic", "Gill Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
    font-weight: bold;
    padding: 7px 5px 5px 30px;
    margin: 0 0 5px 0;
    background: url(../images/title-bg-02.gif) no-repeat;
}

h3 {
	position: relative;
    font: 16px Arial, Helvetica, sans-serif;;
	color: #fff;
    font-weight: bold;
    padding: 7px 5px 5px 38px;
    margin: 0 0 5px 0;
    background: url(../images/title-bg-news.gif) no-repeat;

}

h3 span.month {
    position: absolute;
    bottom: 18px;
    left: 12px;
    font-size: 7px;
    color: #000;
    text-transform: uppercase;

}


h3 span.day {
    position: absolute;
    bottom: 6px;
    left: 12px;
    font-size: 10px;
    color: #000;

}



h4 {
    position: relative;
    font: 14px Arial, Helvetica, sans-serif;
    color: #fff;
    height: 27px;
    margin-bottom: 5px;
    padding: 6px 5px 6px 25px;
    background: url(../images/rightcol-title-bg.gif) no-repeat left top;
    font-weight: bold;

}

h4 span.searchIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 span.postIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 span.newsletterIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 span.archivesIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 span.eventsIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 span.programsIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 span.sportsIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 span.photoIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 span.linksIcon {
    position: absolute;
    bottom: 9px;
    right: 8px;
}

h4 a:link {
color: #fff;
}

h4 a:visited {
color: #fff;
decoration: none;
}

h4 a:hover {
color: #a6bd64;
decoration: none;
}

h4 a:active {
color: #fff;
}

h5 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #4c404f;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: 1px solid #907d92;
    font-weight: bold;
}

a:link {
    color: #4c404f;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #817385;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #a6bd64;
    text-decoration: underline;
    font-weight: bold;
}

a:active {
    color: #4c404f;
    text-decoration: none;
    font-weight: bold;
}


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

.featuredText p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #4b3f4e;
  line-height: 1.9em;
  padding-bottom: 15px;
  padding-left: 5px;
}
/* ---------------------- Header ---------------------- */

#header {
    background: url(../images/bg-header.jpg) repeat-x;
}

.headerImage {
   width: 760px;
    height: 300px;
	margin: 0 auto 0 auto;
	padding: 0;
}


.topnav ul {
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0 auto 0 auto;
	background-color: #2c222b;
	border-top: 1px solid #cfb992;
	border-bottom: 1px solid #cfb992;
    width: 760px;
}

.topnav li {
	display: inline;
	margin: 0;
    margin-right: 4px;
}

.topnav a {
	padding: 5px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 1px;
	color: #c4c2c5;
	background: #2c222b;
}

.topnav a:hover {
	background-color: #9e895e;
    color: #fff;
}

table {
   font-size: 12px;
   margin-bottom: 10px;
}

td {
  padding: 5px 10px 5px 5px;
  border-bottom: 1px solid #4c3f50;
  background-color: #eee;
}

th {
  font-weight: bold;
  background-color: #4c3f50;
  color: #fff;
  padding: 5px 10px 5px 5px;
}

blockquote  {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 10px 10px 10px;
  border-bottom: 1px dotted #907d92;
  border-top: 1px dotted #907d92;
}
 
blockquote p {
  font-size: 11px !important;
  font-style: italic !important;
}


/* ---------------------- Search ---------------------- */

.searchField {
   padding-left: 20px;

}

input#fieldSearch {
   background: #e2e0e2;
   height: 17px;

}

input#buttonSearch {
  margin-bottom: -4px;
  margin-left: 5px;
  height: 19px;
  background: url(/images/go-btn.gif) no-repeat;
}

input#buttonSearch:hover {
  background: url(/images/go-btn.gif) 0 -19px no-repeat;
}

/* ---------------------- Calendar ---------------------- */

.calendarBG {
 background-color: #000; 
}

.calendarBlank { 
 background-color: #9DB7A7;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #000; 
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #663300; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}


/* ---------------------- Footer ---------------------- */

#footer {
    width: 760px;
    margin: 0 auto 0 auto;
    background: url(../images/footer-bg-02.gif) no-repeat left bottom;
    clear: left;
    height: 60px;
}

#footer p {
    font-size: 1em;
    text-align: center;
    margin: 0 auto 0 auto;
    color: #fff;

}

#footer a:link {
   color: #cabea6;
}

#footer a:visited {
   color: #cec1cf;
}

#footer a:hover {
    color: #a6bd64;
}

#footer a:active {
    color: #4c404f;
}