* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

/********  Typography  ****************************************************/
body, h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, li, th, td {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	font-size: 80%;
	color: #333333;
	line-height: 1.4;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 0;
}
h2 {
	font-size:125%;
	font-weight: bold;
	margin-top: 1.0em;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	margin-top:1.0em;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: #0261B1;
}
.first {
	margin-top: 0;
}
p {
	font-size: 100%;
	margin-top: 0.75em;
	line-height: 1.4;
}
ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	font-size: 100%;
}
li {
	margin-top: 0.5em;
	margin-left: 1em;
	font-size: 100%;
}
blockquote {
	color: #816A3F;
	padding: 0.5em;
}



/********  Links  ****************************************************/
a:link {
	color: #0060AF;
}
a:visited {
	color: #3D86C2;
}
a:hover {
	color: #000E30;
}
a:active {
	color: #88764E;
}



/********  Layout  ****************************************************/
body {
	text-align: center;
	background: #F9F3A4;
}
#headerWrapper {
	background: url(../images/header_bkgd.png) repeat-x left top;
	text-align: center;
	height: 175px;
	width: 100%;
}
#header {
	margin-left: auto;
	width: 760px;
	text-align: left;
	margin-right: auto;
	height: 165px;
	position: relative;
}
#logo {
	float: left;
}
#contentWrapper {
	text-align: center;
	width: 100%;
	background: #FFFFFF;
	clear: both;
	padding-bottom: 20px;
}
#content {
	background: #FFFFFF;
	width: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
}
#flashcontent {
	position: absolute;
	left: 15px;
	top: 10px;
	right: auto;
	bottom: auto;
}
#mainColumn {
	float: left;
	width: 530px;
	background: #FFFFFF;
	padding-bottom: 1em;
}
#sideColumn {
	text-align: left;
	float: right;
	width: 175px;
}

#footer {
	clear: both;
	background: url(../images/footer_bkgd.png) repeat-x;
	text-align: center;
	width: 100%;
	border-top: 1px solid #FFCC33;
	height: 100px;
	padding-top: 1em;
	color: #8E7D5A;
}
#footer p {
	width:760px;
	margin-top: 0px;
	text-align: left;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
}



/********  navigation  ****************************************************/
#nav ul {
	position: relative;
	width: 590px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	background: transparent;
	text-decoration: none;
	margin:0 2em 0 0;
	float: left;
}
#nav a {
	text-decoration:none;
	padding: 6px 0;
	float:left;
}
#nav a:link, #nav a:visited {
	color:#0261B1;
}
#nav a:hover {
	color:#000E30;
}
#nav a:active {
	color:#8D7C52;
}
/*	
li#aboutLink, li#sfLink, li#officersLink, li#calLink, li#sponsorsLink, li#contactLink {
	background: transparent;
	position: absolute;
	width: 90px;
	text-decoration: none;
	text-align:center;
	height: 28px;
	bottom: 0;
	margin:0;
}

li#aboutLink { left: 0; }
li#sfLink { left: 90px; }
li#officersLink { left: 180px; }
li#calLink { left: 270px; }
li#sponsorsLink { left: 360px; }
li#contactLink { left: 450px; }
*/


#home #homeLink {
	display:none;
}
#homeLink {
	position:absolute;
	right:0;
	top:50px;
	text-align:right;
	line-height: 1.0;
}
#homeLink a {
	padding: 2px 1em 3px;
	text-decoration:none;
	border:1px solid #B0DBFF;
	display: block;
}
#homeLink a:link, #homeLink a:visited {
	background-color:#1763B1;
	color: #B0DBFF;
}
#homeLink a:hover {
	background-color:#1662B0;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#homeLink a:active {
	background-color:#1662B0;
	color: #8D7C52;
}
#aboutUs #aboutLink a:link, #aboutUs #aboutLink a:visited, #aboutUs #aboutLink a:hover, #aboutUs #aboutLink a:active,
#sf #sfLink a:link, #sf #sfLink a:visited, #sf #sfLink a:hover, #sf #sfLink a:active,
#calendar #calLink a:link, #calendar #calLink a:visited, #calendar #calLink a:hover, #calendar #calLink a:active,
#officers #officersLink a:link, #officers #officersLink a:visited, #officers #officersLink a:hover, #officers #officersLink a:active,
#sponsors #sponsorsLink a:link, #sponsors #sponsorsLink a:visited, #sponsors #sponsorsLink a:hover, #sponsors #sponsorsLink a:active
#golf #golfLink a:link, #golf #golfLink a:visited, #golf #golfLink a:hover, #golf #golfLink a:active {
	color: #8E7E5C;
}
#meeting {
	margin-left: 17px;
	width: 143px;
	/*  background: #E6DC7A;  */
	padding-top: 0.5em;
	padding-bottom: 1em;
	border-top: 2px solid #FFFCCC;
	/*  border-bottom: 2px solid #FFFCCC;  */
}
#meeting p {
	color: #8E7D5A;
	margin-left: 1em;
	margin-top: 0.5em;
}
#meeting strong {
	color: #4B4B4B;
}



/********  misc.  ****************************************************/
#springFever {
	background: url(../images/spring_fever_sidecol_bottom.png) no-repeat left bottom;
	padding-bottom: 1.0em;
}
#springFever h3 {
	background: url(../images/spring_fever_sidecol_top.png) no-repeat left top;
	padding-top: 90px;
	text-align: center;
}
#springFever p {
	margin: 0.75em;
}
.teeny {
	font-size: 90%;
	font-weight: normal;
}
.clearer {
	clear: both;
}
.pdf {
	background: url(../images/pdficon_bullet.gif) no-repeat left 50%;
	padding-left: 18px;
}
.gallery {
	clear: both;
	background: #DCE9F5;
	padding-bottom: 10px;
	margin:2em 0;
}
.gallery h3 {
	margin: 0;
	background: #629ACD;
	color: #FFFFFF;
	padding:0.75em;
}
.gallery img {
	margin: 10px;
	background: #FFFFFF;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #7A99B2;
	border-bottom: 1px solid #7A99B2;
	border-left: 1px solid #FFFFFF;
}
.buyButton {
	margin-top: 1.5em;
}
.special {
	color: #CC0000;
}
#special_msg {
	background: #FFFF99;
	float: right;
	width: 15em;
	padding: 1em;
	margin: 1em 0em 0em 1em;
}

