a:link, a:visited, a:active {
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}


.content {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.75em;
}

a.content:link, a.content:visited, a.content:active {
	color: #3366FF;
	text-decoration: none;
	border-bottom:1px solid #3366FF;
}
a.content:hover {
	color: #993399;
	text-decoration: none;
	border-bottom:1px solid #993399;
}



.copy {
  font-family: verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #666666;
}
a.copy:link, a.copy:visited, a.copy:active {
  color: #aaaaaa;
  text-decoration: none;
  font-weight: bold;
}

a.copy:hover {
  text-decoration: underline;
  color: #999999;
  font-weight: bold;
}



/* ID tags */

#top_nav_row {
width: 100%; 
clear: both; 
height: 26px; 
background-color: rgb(38, 48, 58);
font-family:"Times New Roman", Times, serif;
font-weight: bold;
font-size:18px;
font-stretch:condensed
}

#bottom_nav_row {
width: 100%; 
clear: both; 
background-color:rgb(38, 48, 58);
height: 32px;
font-family:"Times New Roman", Times, serif;
font-weight: bold;
font-size:18px;
font-stretch:condensed;
}

#bottom_sub_nav_row {
width: 100%; 
clear: both;  
color: #eeeeee;
background-color:rgb(68, 23, 35);
height: 20px;
font-family:"Times New Roman", Times, serif;
font-weight: bold;
font-size:14px;
font-stretch:condensed;
}

#nav_content_row {
	background-image:url(../images/golf_course_content_bg.jpg);
	background-repeat:repeat-y;
	min-height:300px;
}

#left_nav_menu {
	width:117px;
	height: 100%;
	background-color:rgb(38, 48, 58);
	float: left;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-stretch:condensed;
}

#main_content {
	width: 670px;
	float: right;
	padding: 10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:1.75em;
}


#bottom_burgundy_row {
width: 100%; 
clear: both; 
background-color:rgb(68, 23, 35);
height: 20px;
font-family:"Times New Roman", Times, serif;
font-weight: bold;
font-size:14px;
font-stretch:condensed;
color: #ffffff;
}

#rate_table {
	margin: 0px 10px 0px 20px; 
	font-weight: bold; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size:14px;
}

#rate_table tr td{
	text-align:center; 
	vertical-align: middle; 
	padding:10px; 
	background-color:#eee;
}

#special_rate_table {
	margin: 0px 20px 0px 10px;
	font-family: Verdana, Geneva, sans-serif; 
	font-size:14px;
}

#special_rate_table tr td{
	text-align:center; 
	vertical-align: middle; 
	padding:10px; 
	background-color:#eee;
}


#copyright_div {
width: 100%; 
clear: both;
padding:20px 0px;
}

#copyright_div #tml {
	color: #888888;
}


ul.nav_row li {
	display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
	list-style-type: none;
}

ul#nav_row_left {
	float:left;
	text-align:left;
	margin-left: 1px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul#nav_row_right {
	float:right;
	text-align:right;
	margin-left: 20px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul#nav_row_left li{
	margin: 0px 20px 0px 3px;
}

ul#nav_row_right li{
	margin: 0px 3px 0px 20px;
}

ul.nav_row li a:link, ul.nav_row li a:visited, ul.nav_row li a:active {
	color: #fff;
	text-decoration: none;
}

ul.nav_row li a:hover {
	color: #ffcc00;
	text-decoration: none;
}

ul#bottom_nav_row li {
	width: 105px;
	height: 31px;
	background-color:rgb(38, 48, 58);
	margin: 0px 7px;
}

ul#bottom_nav_row li a{
	display: block;
    padding: 5px;
}

#bottom_nav_row p {
	color: #ffcc00;
	text-decoration: none;
	padding: 5px;
	text-align: left;
}

dl {
	margin: 0px 20px 20px 20px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.5em;
}
dt {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
}
dd {
}

ul.sub_nav_row li {
	display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
	list-style-type:none;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul#sub_nav_row_left {
	float:left;
	text-align:left;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul.sub_nav_row li a:link, ul.sub_nav_row li a:visited, ul.sub_nav_row li a:active {
	color: #fff;
	text-decoration: none;
}

ul.sub_nav_row li a:hover {
	color: #ffcc00;
	text-decoration: none;
}


ul#left_nav_menu {
	text-align:center;
	margin: 5px auto;
	font-size: .8em;
	font-weight: bold;
}

ul.left_nav li {
	display:block;
	list-style-type:none;
	border-bottom: solid 1px #777777;
	padding: 4px;
}

ul.left_nav li a:link, ul.left_nav li a:visited, ul.left_nav li a:active {
	display:block;
	color: #fff;
	text-decoration: none;
}

ul.left_nav li a:hover {
	display:block;
	color: #ffcc00;
	text-decoration: none;
}

#form_container {
	background-color: #D3DBE2;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 55%;
	line-height: 1.3em;
}

#contact_form {
	font-size: 12px;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: rgb(38, 48, 58);
}

.form_field {
	font-size: 12px;
	font-style: italic;
	text-align: left;
}




h1 {
	font-size:1.3em;
	text-decoration:underline;
}

h2 {
	font-size:1.1em;
	text-decoration:underline;
}
	

/*   Zero out CSS   */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  font: Arial, Helvetica, sans-serif;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* Text Styles */
p, th, td, li, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	margin: 0;
	padding: 0;
	font: normal normal normal Arial, Helvetica, sans-serif;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}

small {
  font-size: .85em;
}
big {
  font-size: 1.25em;
} 


/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
}
img {
  border: none;
}

/* Tables */
table {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hidden { display: none; }
.unhidden { display: block; }
#designer_container {
	font-size: 12px;
	line-height: 1.75em;
	text-align: center;
}
#designer_left {
	width: 36%;
	float:left;
	margin-bottom: 10px;
}

#designer_child_right {
	width: 62%;
	float:right;
	margin-bottom: 10px;
}

#designer_right {
	width: 58%;
	float:right;
}

#designer_center {
	width: 40%;
	float:left;
}

#design_info {
	clear: both;
	width: 75%;
	margin: 0px auto;
}

#hole_info_div_main {
	width: 95%;
	margin: 5px auto;
}

#holes_col_1 {
	width: 33%;
	float:left;
}

#holes_right_cols {
	width: 66%;
	float:right;
}

#holes_col_2 {
	width: 49%;
	float:left;
}

#holes_col_3 {
	width: 49%;
	float: right;
}

.hole_div {
	margin: 10px auto 30px auto;
	clear:both;
	border:solid 1px rgb(68, 23, 35);
}

.hole_title {
	margin: 0px auto;
	text-align:center;
	font-size:20px;
}

.hole_pics {
	margin:0px auto;
	clear:both;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.par {
	font-size:12px;
}#ongoing_events {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#left_ongoing_events {
	float: left;
	width: 48%;
	text-align:center;
	padding:3px;
	margin:0px 0px 10px 0px;
}
#right_ongoing_events {
	float: right;
	width: 48%;
	text-align:center;
	padding:3px;
	margin:0px 0px 10px 0px;
}
#special_events {
	clear: both;
	width: 90%;
	margin: 10px auto;
	text-align:center;
}
.special_event_date_logo {
	font-weight: bold;
	width: 30%;
	padding: 5px;
	float: left;
	text-align:right;
}
.special_event_info {
	padding: 5px;
	float: right;
	width: 65%;
	text-align:left;
}
.special_event_hr {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
