/*	general styles
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #8d2507 url(../images/01original.gif);
}
body,
div,
span,
p,
th,
td,
input,
textarea,
select {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 2px 10px;
	color: #521807;
	font-weight: normal;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.0em;
}
h4 {
	margin-bottom: 5px;
	font-size: 1.2em;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}
img.bordered {
	border: 1px solid #521807;
}

p {
	padding: 0 10px;
}

ul.none {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
ul.links li {
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 0;
	border-bottom: 1px solid #fff;
}
ul.links li a {
	font-size: 1.0em;
	font-weight: normal;
}

img.golf-bordered {
	float: left;
	border: 1px solid #8c0502;
	margin-right: 5px;
	margin-bottom: 5px;
}
.golf-course-text {
	padding-left: 180px;
	padding-bottom: 10px;
}

#shadow-top,
#container,
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#shadow-top {
	margin-top: 25px;
	height: 30px;
}

#container {
	border: 5px solid #fff;
	background-color: #fff;
	color: #8d2507;
}

#top2,
#nav,
#middle,
#bar {
	padding: 0;
	border-top: 5px solid #fff;
}

#logo,
#pics {
	float: left;
	width: 300px;
	border-right: 5px solid #fff;
}

#logo {
	height: 203px;
	background-color: #8d2507;
}
#banner {
	float: left;
	width: 445px;
	height: 203px;
}
#logo img,
#banner img,
#pics img,
#slogan img {
	display: block;
}

#nav ul,
#nav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	width: 125px;
	height: 25px;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	font-size: 1.3em;
	text-align: center;
	color: #fff;
	background-color: #521807;
}
#nav ul li a:hover,
#nav ul li a.current {
	background-color: #9a124b;
}
#nav ul li a.last {
	width: 125px;
}
#nav ul li ul {
	position: absolute;
	width: 125px;
	left: -999em;
}
#nav ul li ul ul {
	margin-top: -20px;
	margin-left: 11em;
}
#nav ul li:hover ul ul,
#nav ul li.sfhover ul ul {
	left: -999em;
}
#nav ul li:hover ul,
#nav ul li li:hover ul,
#nav ul li.sfhover ul,
#nav ul li li.sfhover ul {
	left: auto;
}

#middle {
	background-color: #dec3c9;
}

#links {
	float: left;
	width: 270px;
	padding: 15px;
	background-color: #dec3c9;
	
}
#links img {
	margin-bottom: 5px;
}

#content {
	float: left;
	background-color: #fae3e8;
	border-left: 5px solid #fff;
	width: 405px;
	min-height: 500px;
	padding: 25px 20px;
}
/* ie hack */
* html #content {
	height: 500px;
}
#content a.normal {
	color: #521807;
}
#content a:hover {
	color: #000;
}
#content a.click {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	padding: 5px;
}
#content a.click:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 5px;
}

.gallery {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0;
}
.gallery img {
	padding: 4px;
	border: 1px solid #fff;
	margin: auto;
}
.gallery td {
	width: 120px;
	height: 120px;
	padding: 10px 0 5px 0;
	text-align: center;
	border: 1px solid #fff;
}
.gallery td.top-left {
	border-top: none;
	border-left: none;
}
.gallery td.top-centre {
	border-top: none;
}
.gallery td.top-right {
	border-top: none;
	border-right: none;
}
.gallery td.bottom-left {
	border-bottom: none;
	border-left: none;
}
.gallery td.bottom-centre {
	border-bottom: none;
}
.gallery td.bottom-right {
	border-bottom: none;
	border-right: none;
}

p.pagination {
	margin: 0 0 5px 0;
}
p.pagination a.link {
	color: #9a124b;
	border: 1px solid #9a124b;
	padding: 3px 3px;
}
p.pagination a:hover,
p.pagination a.current {
	color: #000;
	border: 1px solid #000;
	padding: 3px 3px;
}

#bar {
	height: 30px;
	background-color: #521807;
}

/*	forms
------------------------ */
form {
	width: 90%;
}

table.form {
	margin: 0 10px;
	width: 90%;
	border-collapse: collapse;
}
table.form tr.on {
	background-color: #dec3c9;
}
table.form th,
table.form td{
	border: 1px solid #521807;
	padding: 5px;
	vertical-align: top;
}
table.form th {
	color: #fff;
	background-color: #274879;
	text-align: center;
	white-space: nowrap;
}
table.form td.left {
	text-align: right;
	width: 145px;
}

input, textarea, select {
	width: 99%;
}
textarea {
	height: 150px;
}
input.submit {
	color: #fff;
	background-color: #521807;
	text-align: center;
	border: 1px solid #fae3e8;
	width: 150px;
	padding: 1px 0;
}
input.cb {
	width: 15px;
}

/*	footer area
---------------------------------------- */
#footer {
	font-size: 0.9em;
	color: #fff;
	padding: 10px 0;
}
#footer #splash {
	font-size: 0.9em;
	color: #fff;
	float: right;
}
#footer a {
	color: #fae3e8;
}
#footer a:hover {
	color: #fff;
}
#footer img {
	float: right;
}

/* clearfix to handle floats
---------------------------------------- */
.clearfix {
	clear: both;
}