/* CSS Document */

body {
	background: #000;
}

#wrapper {
	width: 760px;
	margin: 10px auto;
	border: 1px solid #FFCB00;
	background-color:#034249;
	overflow: hidden;
}

#header a {
	display: block;
}

#header a#banner {
	background: url(/site_images/nav/vgnav_01.jpg) no-repeat top right;
	width: 100%;
	height: 92px;
}

#header a#contact {
	/*background: url(/site_images/nav/vgnav_02.gif) no-repeat top left; */
	background: #000;
	border-top: 2px solid #ffcb00;
	border-bottom: 2px solid #ffcb00;
	width: 100%;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.05em;
}

a#contact:link, a#contact:visited {
	color: #fff;
	text-decoration: none;
	
}

#sidebar {
	float: left;
	display: inline;
	width: 152px;
	padding: 12px 0 0 12px;
	min-height: 360px;
}

#sidebar img {
	border: 0;
}

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

#sidebar ul li a:link, #sidebar ul li a:visited {
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

#sidebar ul li a:hover {
	color: #fff;
}

#sidebar ul li.major {
	font-size: 16px;
	line-height: 1.35em;
}

#sidebar ul li.major a.selected:link, #sidebar ul li.major a.selected:visited {
	text-shadow: 0 0 4px #ffc52b;
}

#sidebar ul li ul {
	margin: 2px 0 2px 10px;	
}

#sidebar ul li.major ul li {
	font-size: 12px;
	line-height: 18px;
	text-shadow: 2px 2px 2px #000;
}

#sidebar ul li.major ul li a:link, #sidebar ul li.major ul li a:visited {
	color: #a8aca4;
}

#sidebar ul li.major ul li a:hover {
	color: #fff;
}

#sidebar ul li.major ul li a.selected:link, #sidebar ul li ul li a.selected:visited {
	color: #fff;
	text-shadow: 2px 2px 2px #000 !important;
}

#content {
	overflow: hidden;
	padding: 0 0 20px 0;
}

#primary {
	float: left;
	display: inline;
	width: 355px;
	padding: 5px 20px 0 5px;
}

#secondary {
	float: left;
	display: inline;
	width: 216px;
	text-align: center;
	padding: 12px 0 0 0;
}

#secondary img {
	border: 1px solid #999;
}

/* Type/fonts */
body { font-family: Helvetica, Arial, sans-serif; }
h1, h2, h3, h4 { color: #FFCB00; }
h3 { padding-bottom: 4px; border-bottom: 1px solid #ffcb00; }
h4 { padding-bottom: 4px; border-bottom: 1px solid #666666; }

p { color: white; font-size: 13px; line-height: 15px; }
a:link { color: #FFCB00; }
a:active { color: white; }
a:hover { color: #fff !important; }
a:visited { color: #FFCB00; }
li { font-size: 14px; color: white; }

.size-boost { font-size: 14px;}

/* Borders */
.border-thin-photo { border: 1px solid white; }

/* Course Overview Holes */
.hole-photo-border { border: 1px solid white; margin: 5px; }
.hole-text { font-style: italic; width: 300px; margin-left: 5px; height: 60px; vertical-align: middle;}
.holes-holder-table { vertical-align: top; }
.small-hole-nums { border: 0; padding: 0; margin: 0; }
.b1 { background-image: url("../site_images/graphics/holes_01.gif"); }
.b2 { background-image: url("../site_images/graphics/holes_02.gif"); }
.b3 { background-image: url("../site_images/graphics/holes_04.gif"); }
.b4 { background-image: url("../site_images/graphics/holes_05.gif"); }
.b5 { background-image: url("../site_images/graphics/holes_08.gif"); }

/* Inner Tables */
.table-inner-centered { text-align: center; margin: 0 10px 0 10px; }
* html #primary { width: 340px; margin: 0; padding: 10px; }
* html #secondary {float: left; display: inline; }
* html .table-inner-centered { width: 350px; margin: 0; padding: 0; }
td.table-inner-head { font-size: 16px; color: #FFCB00; font-weight: bold; padding: 4px 0; }
tr.table-inner-head td { font-size: 16px; color: #FFCB00; font-weight: bold; padding: 4px 0; }
.table-inner-info { font-size: 12px; color: white; }
.table-inner-info-1 { font-size: 12px; color: black; background-color:#009999; }
.table-inner-info-2 { font-size: 12px; color: black; background-color:#00CC66; }

#copyright { font-size: 11px; color: #fff; margin: 0 0 10px 168px; clear: both; }
* html #copyright { margin-top: 20px; }

/* Hole by Hole */
.hole-by-hole #primary { width: 100%; }
* html .hole-by-hole #primary { width: 570px; overflow: hidden; }
#hole-list { list-style-type: none; margin: 6px 0 0 6px; padding: 0; float: left; width: 75px; line-height: 16px; }
#hole-list li a:link, #hole-list li a:visited { text-decoration: none; font-size: 14px; font-style: italic; font-weight: normal; }
#hole-list li a.selected:link, #hole-list li a.selected:visited { color: #fff; }
#holes { float: left; width: 500px; margin: 0; padding: 0; }
* html #holes { display: inline; width: 470px; }
#holes .selected { display: block; }

.hole { height: 425px; }
.hole h1 { margin: 8px 0 4px 0; padding: 0; font-size: 14px; font-weight: normal;  }
.hole img { border: 1px solid #999; }
.hole p { width: 400px; }

.hole-by-hole #secondary { display: none; }