html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Sans-serif;
	font-size: small;
}

html {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E7E5DF;
}

body {
	padding-bottom: 20px;
	color: #000000;
}

h1 {
	margin: 0px 0px 10px 0px;;
	padding: 0px;
	font-size: large;
	font-weight: bold;
}
h2 {
	margin: 10px 0px 10px 0px;;
	padding: 0px;
	font-size: medium;
	font-weight: bold;
}
blockquote {
	margin: 0px 0px 10px 10px;
}
blockquote .quote_reference {
	font-size: smaller;
}

a {
	color: #AF4747;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

td, th {
	text-align: left;
	vertical-align: top;
}

#page_container {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* Header & Navigation
-------------------------------*/

#header {
	width: 760px;
	height: 177px;
	text-align: right;
	margin-bottom: 0px;
}

#header .home {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .about {
	background-image: url(../images/header_about_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .course {
	background-image: url(../images/header_course_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .club_house {
	background-image: url(../images/header_club_house_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .results {
	background-image: url(../images/header_results_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .gallery {
	background-image: url(../images/header_gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .links {
	background-image: url(../images/header_links_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .contact {
	background-image: url(../images/header_contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .newsletter {
	background-image: url(../images/header_newsletter_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header ul {
	height: 177px;
	margin: 0px;
	padding: 155px 10px 0px 0px;
	list-style-type: none;
}

#header ul li {
	display: inline;
	margin-left: 10px;
}

#header a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #9ACED7;
}

#selected a {
	color: #9ACED7;
}

#navigation {
	clear: both;
	margin-bottom: 20px;
	width: 755px;
	background-color: #3A3A38;
	padding: 4px 5px 4px 0px;
	height: 15px;
	text-transform: capitalize;
	font-size: 12px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border-right: 1px groove #000000;
	height: 24px;
}

#navigation ul li a:hover {
	background-color: #A6A5A0;
	text-decoration: none;
}

#navigation ul li a.selected {
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border-right: 1px groove #000000;
	background-color: #A6A5A0;
	text-decoration: none;
}

#navigation ul li.last a {
	border-right: none !important;
}

/* Column
-------------------------------*/
.column {
	background-color: #F0F0EB;
	background-image: url(../images/col_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C2B44F;
	padding: 10px 5px 10px 5px;
}

.column_content {
	background-image: url(../images/col_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 50px;
}

#main_column {
	margin-right: 270px;
}

#main_column_full {
}

#side_column {
	float: right;
	width: 220px;
	padding-right: 40px;
	text-align: left;
}


.spacer { clear: both !important; }



/*	CMS and form styles
-------------------------------*/

	.field_text {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_select_small {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
	}

	.field_select {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
	}
	.field_select_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
	}
	.field_select_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea {
		border: 1px solid #999999;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_focus {
		border: 1px solid #486AA8;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_button {
		background-color: transparent;
		border: none;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
	}
	.field_button_over {
		background-color: transparent;
		border: none;
		font-size: 12px;
		font-weight: bold;
		color: #999;
		cursor: pointer;
	}


/*	CMS ELEMENTS	*/
	.entry_options {
		width: 130px;
		border-top: 4px solid #B4C4D1;
		border-bottom: 1px solid #B4C4D1;
		float: right;
		font-size: 11px;
	}
	.entry_options ul {
		margin: 10px 0px 10px 20px;
		padding: 0px;
		list-style-type: circle;
	}
	.cms_table {
		width: 670px !important;
		margin-top: 10px;
		border-top: 1px solid #B3C5D2;
		border-bottom: 1px solid #B3C5D2;
	}
	.cms_table label {
		font-weight: normal !important;
	}
	.cms_table a {
		display: block;
	}
	.cms_table a.read_more {
		font-weight: bold;
	}
	.cms_table th {
		font-weight: normal;
		font-size: 10px;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #B3C5D2;
		color: #333333;
	}
	.cms_table td {
		font-size: 11px;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #B3C5D2;
		padding: 3px 0px 3px 0px;
	}
	.cms_table th a {
		display: inline;
	}
	.row_odd td {
		background-color: #E5E5E5;
	}
	.row_over td {
		background-color: #F8F3CC;
		cursor: pointer;
	}
	
	label {
		font-style: italic;
		color: #666666;
	}
	
	#right_column {
		width: 150px;
		padding-left: 20px;
		margin: 0px 20px 30px 20px;
		border-left: 4px solid #C2B44F;
		float: right;
	}
	
	#right_column .right_column_item {
		background-image: url(../images/right_divider.gif);
		background-position: bottom left;
		background-repeat: repeat-x;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	#right_column #last.right_column_item {
		background-image: none !important;
	}
	
	#footer {
		font-size: smaller;
	}
	
	.message_negative {
		border: 1px solid #CC0000;
		margin: 10px 0px 10px 0px;
		padding: 5px;
		color: #C00;
		font-weight: bold;
		background-color: #FFFFFF;
	}
	
	.message_positive {
		border: 1px solid #C2B44F;
		margin: 10px 0px 10px 0px;
		padding: 5px;
		color: #C2B44F;
		font-weight: bold;
		background-color: #FFFFFF;
	}	

	.message {
		border: 1px solid #C2B44F;
		margin: 10px 0px 10px 0px;
		padding: 5px;
		color: #C2B44F;
		font-weight: bold;
		background-color: #FFFFFF;
	}