html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, hr
small, strike, strong, sub, sup, tt, var, p,
dl, dt, dd, ol, ul, li, fieldset, legend, img,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active {
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #003399;
}

#wrap {
    margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 850px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0;
	width: 850px;
}

#header {
    margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 850px;
}

#headersmall {
    margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 850px;
}

#navcontainer {
    margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding: 0;
	background-image: url(../img/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 36px;
}

#nav {
    margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

#nav.menu {
    font-weight: bold;
    margin-left: 30px;
	margin-right: auto;
	width: 800px;
}

#nav.menu ul {
    margin: 0;
	padding-top: 10px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    
    text-align: left; /*set value to "left", "center", or "right"*/
}

#nav.menu ul li {
    display: inline;
}

#nav.menu ul li a {
    font-size: 12px;
	color: #FFFFFF;
    padding-top: 10px; /*top padding is 6px, bottom padding is 4px*/
    margin-right: 40px; /*spacing between each menu link*/
    text-decoration: none;
}

#nav.menu ul li a:hover, #nav.menu ul li a.selected {
	color: #999999;
}

#content {
    margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding: 0;
	width: 850px;
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-y;
}

#TICKER {
	padding: 5px;
	border: 1px solid #F5F5F5;
}

#leftcolumn {
    margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 620px;
}

#leftcolumn h1 {
    margin: 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #CCCCCC;
	width: 300px;
}

#leftcolumn h2 {
    margin-top: 15px;
	padding-bottom: 2px;
}

#leftcolumn p {
	margin:15px 0 5px 0;
	line-height: normal;
}

#leftcolumn .floatLeft {
    float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#leftcolumn .floatLeftnoBorder {
    float: left;
	margin-right: 7px;
	padding: 2px;
}

#leftcolumn .floatRight {
    float: right;
	margin-left: 15px;
	padding-bottom: 8px;
}

#leftcolumn .description {
    margin-bottom: 10px;
	padding: 0;
	width: auto;
	height: auto;
}

#gallerycredit {
    margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	position: bottom left;
}

#gallerycredit a:link, #gallerycredit a:visited, #gallerycredit a:active {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

#gallerycredit a:hover {
    color: #666666;
	text-decoration: none;
}

.golfEvents {
	font-size: 15px;
	font-weight: bold;
	color: #003300;
}

.contactform { 
    cursor: hand;
    font: bold 12px Arial, Helvetica, sans-serif;
    margin: 15px 10px 10px 0;
}

.openinfo { 
    color: #993300;
}

.closedinfo {
    color: #003366;
}

#rightcolumn {
	float: right;
	margin-top: 10px;
	padding: 0;
	background-image: url(../img/rightcolumn-bg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
	width: 205px;
}

#rightcolumn img {
    float: left;
	margin-left: 6px;
	margin-right: 6px;
	border: 0;
}

#rightcolumn p {
	padding: 12px;	
}

#rightcolumn hr {
    width: 90%;
	color: #FFFFFF;
	text-align: center;
}

#rightcolumn a:link, #rightcolumn a:visited, #rightcolumn a:active {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#rightcolumn a:hover {
	color: #999999;
	text-decoration: none;
}

#clubcal {
    padding: 5px;
	margin-top: 8px;
	background-image: url(../img/clubhousenews-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #F5F5F5;
}

#procal {
    padding: 5px;
	margin-top: 8px;
	background-image: url(../img/clubhousenews-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #F5F5F5;
}

#headline {
	margin-top: 15px;
}

#story {
	margin-top: 15px;
}

#features {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	padding: 0;
	background-image: url(../img/features-bg.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 107px;
}

.featuretitle {
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}

#featureone {
	float: left;
	width: 330px;
    color: #FFFFFF;
}

#featureone p {
    margin-left: 16px;
	margin-top: 11px;
}

#featuretwo {
	float: left;
	width: 260px;
    margin-left: 30px;
    color: #FFFFFF;
}

#featuretwo p {
	margin-top: 11px;
}

#featuretwo a:link, #featuretwo a:visited, #featuretwo a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#featuretwo a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#featuretwo .featuretitle a:link, #featuretwo .featuretitle a:visited, #featuretwo .featuretitle a:active {
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

#featuretwo .featuretitle a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
	
#featurethree {
    float: right;
	width: 205px;
	color: #FFFFFF;
}

#featurethree p {
	margin-top: 11px;
}

#featurethree a:link, #featurethree a:visited, #featurethree a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#featurethree a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#featurethree .featuretitle a:link, #featurethree .featuretitle a:visited, #featurethree .featuretitle a:active {
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

#featurethree .featuretitle a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	width: 850px;
	height: 24px;
    background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}

#bottomleft {
    float: left;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 12px;
	color: #FFFFFF;
}

#bottomleft a:link, #bottomleft a:visited, #bottomleft a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#bottomleft a:hover {
    color: #999999;
	text-decoration: none;
}

#bottomright {
    float: right;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 12px;
	color: #FFFFFF;
}

#bottomright a:link, #bottomright a:visited, #bottomright a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#bottomright a:hover {
    color: #999999;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}