body {
	background-color: white;
	text-align: center;
}

body#intro {
	background-color: #000031;
	color: white;
}

h2 {
	font-size: 120%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-style: italic;
}

#intro_container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	height: auto;
	
}

#intro_title {
	top: 140px;
	margin-left: auto;
	margin-right: auto;
}

#enter_website  {
	position: absolute;
	top: 460px;
	right: 10px;
	font-size: 80%;
	font-family: Tahoma;
}

a {
	color: white;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1em;
}

address {
	line-height: 1.1em;
}

ul {
	left: 40px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
	text-decoration: underline;
}

h3, h4 {
	margin-top: 18px;
	margin-bottom: 10px;
	text-align: center;
}

form {
	text-align: left;
	line-height: 1.3em;
}	

.admin_form h3 {
	text-align: left;
}

input, textarea {
	margin: 2px;
	border: 1px #000033 solid;
}

.button {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
	height: 20px;
	line-height: 20px;
	vertical-align:middle;
	color: #FFFFFF;
	background-color: #000033;
	border: 1px white solid;
}

table {
	width: 100%;

}

tr{

padding: 3px;
}

td {

padding: 3px;
}


.indent {
padding-left: 25px;
}

.header {
font-weight: bold;
text-align: left;
}


.two_columns {
	width: 47%;
	float: left;
	margin: 5px;
}

.float_center {
	width: 100%;
	text-align: justify;
}

.float_right {
	float: right;
	margin-right: 5px;
}

.float_left {
	float: left;
	margin-left: 5px;
}

#container {
	width: 800px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	text-align: left;
	background-color: #030133;
	color: white;
	background-image: url("../images/container_bg.gif");
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	position: absolute;
	margin-left: -420px;
	left: 50%;
}

#header {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-color: #010133;
	width: 100%;
	height: 248px;
	color: white;
}

#title {
	width: 360px;
	height: 105px;
	top: 20px;
	left: 5px;
}

#title h1 {
	font-size: 215%;
	font-family: 'BlackChancery',Arial;
	font-weight: normal;
}

h2 {
	font-family: 'BlackChancery',Arial;
}

#content {
	width: 465px;
	height: auto;
	left: 138px;
	top: -85px;
	background-color: #8E8E90;
	color: white;
	font-family: Arial;
	font-size: 80%;
	text-align: justify;
	margin: 10px;
	z-index: 200;
	margin-bottom: 60px;
}

#right_images {
	width: 177px;
	position: absolute;
	top: 180px;
	right: 20px;
	text-align: center;
}

#right_images img {
	margin-bottom: 3px;
}

#footer {
	background-image: url("../images/shield.gif");
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	color: white;
	width: 177px;
	bottom: 0px;
	right: 20px;
	position: absolute;
	font-family: Arial;
	font-size:70%;
	text-align: center;
	padding-left: 39px;
	z-index: 600;
}

#footer div {
	left: 7px;
}

#footer #phone_number, #footer #fax_number, #footer #credit, #footer #email {
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer #email a {
	font-size: 80%;
}

#footer #credit {
	font-size: 80%;
	margin-top: 20px;
}

#footer #credit a {
	text-decoration: none;
}

#footer #credit a:hover {
	color: #8E8E90;
}

/*MENU*/
#navigation {
	position: absolute;
	left: 20px;
	top: 270px;
	width: 118px;
	background-color: #030133;
	z-index: 300;
}

#navigation ul {
	list-style: none;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	height: 24px;
	margin: 0px;
	padding: 0px;
}

#navigation a {
	display: block;
}

#navigation a {
	padding-right: 3px;
	width:115px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	color: white;
	text-align: right;
	font-size: 80%;
	font-family: Arial;
	text-decoration: none;
	outline: none;
	border-bottom: 1px white solid;
}

#navigation .down a,
#navigation li.down {
	background-color: #8E8E90;
	color: white;
	font-weight: bold;
}

#navigation a:hover {
	color: #8E8E90;
}

#navigation .down a:hover {
	color: white;
}

#navigation ul ul {
	left: 118px;
	position: absolute;
	width: 133px;
	top: -1px;	/*compensate for border*/
	z-index: 300;
	visibility: hidden;
	border-top: 1px #000033 solid;
	border-right: 1px #000033 solid;
}

#navigation ul li:hover ul,
#navigation ul a:hover ul {
	visibility: visible;
}

#navigation ul ul a {
	width: 130px;
	height: 23px;
	display: block;
	background-color: white;
	color: #000033;
	font-weight: normal;
	border-bottom: 1px #000033 solid;
	padding-right: 3px;
}


#navigation ul ul li {
	background-color: white;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height:24px;
}

#navigation ul .down ul a:hover {
	color: #8E8E90;
}

#navigation ul .down ul a {
	font-weight: normal;
	background-color: white;
	color: #000033;
}

#navigation ul .down ul li {
	font-weight: normal;
	background-color: white;
	color: #000033;
}

#navigation ul .down ul li.down,
#navigation ul .down ul .down a {
	background-color: #8E8E90;
	font-weight: bold;
	color: white;
}

#navigation ul .down ul li.down:hover,
#navigation ul .down ul .down a:hover {
	color: white;
}

#course_img {
text-align: center;
}

#course_img img{
border: 0;
}

#hole_links {
text-align: center;
}

#hole_links p{
font-weight: 900;
font-size: 12px;
}

#location_map {

text-align: center;
}

#top_img {
text-align: center;
}

.current {
text-decoration: none;
color: #000;
}