﻿/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* Used by Dutcher Creek Golf Course */
/* developed by Tom Miller */

body {
	margin: 0; 
	padding: 0; 
	font-size: .90em; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000; /* Black */
	background-color: #9DB563; /* Light Green */
}

a:link {
	color:  #003366; /* Dark Blue*/
}

a:visited {
	color:  #006666; /* Mid Grayish Blue */
}

a:hover, a:active {
	color: #FFFFFF; /* White */
	background-color: #003366; 
}

div#banner {
	color: #fff; /* White */
	background-color: #9DB563;
	background-repeat: no-repeat;
	height: 100px;
}

div#banner h1 {
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 2.2em;
	font-weight: normal;
}
.search {
	text-align: right;
	background-color: #000000;
	padding: 2px;
	margin: 0px;
}

div#container {
	background-image: url("../_images/nav_col_base1.jpg");
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

div#container1 {
}

div#container2 {
	background-image: url("../_images/more_col_base1.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

div#navigation {
	float: left;
	width: 150px;
	padding-top: 0.3em;
}
#navigation img {
	padding-bottom: 0.5em;
}

div#navigation ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
}

div#navigation ul li {
	margin-top: 4px;
	padding-left: 10px;
}

#navigation ul li a {
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #000;
	background-image: url("../_images/nav_base.jpg");
	background-repeat: repeat-y;
}

#navigation ul li a:hover {
	color: #FFFFFF; /* White */
	background-color:  #CCCCCC; /* Gray */
	background-image: url("../_images/nav_base2.jpg");
	background-repeat: repeat-y;
}

div#more {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0 10px 0 0;
	color: #fff;
}

div#moreNav {
	//*float: right;*//
	width: 150px;
	margin: 0;
	padding-left: 15px;
	color: #fff;
	font-size: small;
}

div#more h3 {
	margin-top: 0px;

	color: #fff;
	padding: .2em;
	background-image: url('../_images/more_base_green_gradiant.gif');
	background-position: left;
	background-repeat: no-repeat;
}

div#moreNav h3 {
	margin-top: 0;
	margin-bottom: 0px;
	color: #fff;
	padding: .2em;
	background-image: url('../_images/more_base_green_gradiant.gif');
	background-position: left;
	background-repeat: no-repeat;
	line-height: -1px;
}

div#moreNav p {
	margin-top: 0;
	margin-bottom: 10px;
}

div#more a:link {
	color: #FFFFFF; /* White */
}

div#more a:visited {
	color:  #006666; /* Mid Grayish Blue */
}

div#more a:hover, a:active {
	color: #FFFF00; /* Yellow */
	background-color: #003366; 
}

div#moreNav a:link {
	color: #FFFFFF; /* White */
}

div#moreNav a:visited {
	color:  #006666; /* Mid Grayish Blue */
}

div#moreNav a:hover, a:active {
	color: #FFFF00; /* Yellow */
	background-color: #003366; 
}

div#content {
	margin-left: 190px;
	margin-right: 200px;
	padding: .3em;
}

div#content h2 {
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}

div#content { 
	line-height: 150%; 
}

div#content h1 {
	color: #006633;
	text-align: left;
}

#cleardiv {
	clear: both;
	height: 1em;
}

div#footer {
	clear: both;
	border-top: 1px solid #999;
	text-align: center;
	font-size: .75em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

div#footer a:link {
	color:  #003366; /* Dark Blue*/
}

div#footer a:visited {
	color:  #006666; /* Mid Grayish Blue */
}

div#footer a:hover, a:active {
	color: #FFFFFF; /* White */
	background-color: #003366; 
}

div#footer ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
}

div#footer li {
	display: inline;
	margin-right: .8em;
} 
#footerAddress {
	font-size: 0.85em;
	text-align: center;
	padding: 0.5em;
}
.staff {
	color: #006633;
	text-align: left;
	line-height: 100%;
	float: right;
	width: 275px;
	background-color: #CCCCCC;
	background-image: url("../_images/nav_col_base.jpg");
	background-repeat: repeat-y;
	background-position: right;
	padding: 0.2em;
}
table td,th {
	font-size: 0.9em;
}

table th {
	width: 14%;
}
#content #pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #185242;
	background-color: #CCCCCC;
	text-align: center;
	width: 100%;
	padding: 5px;
	letter-spacing: 0.8em;
	background-image: url("../_images/buttons/tl2.png");
	background-repeat: no-repeat;
	border: 0;
}
#content #pageTitle td {
	border: 0;
}
div#breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content img {
	text-align: center;
}

.lightGrayBackground {
	background-color: #CCCCCC;
	text-align: center;
	font-size: .85em;
}

.center {
	text-align: center;
}
.imgCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.proshopTable {
	border: 1px solid #185242;
	width: 100%;
}
}
.whiteBackground {
	background-color: #FFFFFF;
}
.yearLink {
	font-size: 0.95em;
	color: #185242;
	background-color: #F79C39;
	text-align: center;
	padding: 2px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.yearLinkYr {
	color: #FFFFFF;
	background-color: #006633;
	font-weight: 700;
}
.calendarTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	padding: 5px;
	width: 100%;
	border: 1px solid #185242;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.calendarTable th {
	width: 14%;
}
.calendarTable a {
	color: #000099;
	text-decoration: underline;
}
.calendarTable th, td {
	border: 1px solid #000000;
}
.calendarTable th {
	background-color: #185242;
	width: 14%;
	color: #FFFFFF;
}
.calendarTable td {
	vertical-align: top;
	font-weight: 700;
	text-align: left;
	line-height: 1.5em;
	border: 1px solid #000000;
}
.calendarTable a:hover, a:active {
	color: #FFFFFF; /* White */
	background-color: #003366; 
}
caption {
	font-size: 1.5em;
	color: green; /* #000099; */
	text-align: center;
}
.top {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
}
.blueBackground {
	color: #FFFFFF;
	background-color: #0000AA;
	text-align: center;
	font-size: .85em;
}
.darkGrayBackground {
	background-color: #999999;
	text-align: center;
	font-size: .85em;
}
.lightGrayBackground {
	background-color: #CCCCCC;
	text-align: center;
	font-size: .85em;
}
.redBackground {
	color: #FFFFFF;
	background-color: #AA0000;
	text-align: center;
	font-size: .85em;
}
.scorecard {
	background-color: #FFFFFF;
	padding: 1px;
	width: 100%;
	border: 1px solid #000000;
}
.scorecard th, td {
	text-align: center;
	border: 1px solid #000000;
}
.scorecardFrontBack {
	background-color: #FFFFFF;
	padding: 1px;
	width: 100%;
	border: 1px solid #000000;
}
.scorecardFrontBack th, td {
	text-align: center;
	border: 1px solid #000000;
}
.tableAnnualPass {
	width: 100%;
	border: 1px solid #000000;
}
.strong {
	font-weight: 700;
}

.tableAnnualPass th, td {
	border: 1px solid #000000;
}
#feedbackForm {
	background-color: #CCCCCC;
	padding: 10px;
}
#emailRegForm {
	background-color: #CCCCCC;
	padding: 10px;
}
embed {
	display: inline;
}
h5 {
	display: inline;
	color: #006633;
	margin-bottom: 3px;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.proshopTable {
	border: 1px solid #185242;
}
.proshopTable th, td {
	border: 0;
}
.heading2 {
	color:#266E35;
	font-size:medium;
	font-weight:700;
	text-align:center;
}
.heading3 {
	font-size:small;
	font-weight:600;
}

