﻿html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td 
{ 
	margin: 0; padding: 0;
}
body
{
	background-color: #39332D;
	font-family: Helvetica, Arial;
	font-size:12px;
	color: #1C292F;
	line-height: 20px;
}
a, a:link, a:active, a:visited
{
	color: #331515;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
q
{
	font-family: Georgia, Arial;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	quotes: none;
}
.clear
{
	clear: both;
}
.wrapper
{
	Width: 1024px;
	min-height: 875px !important;
	height: auto !important;
	height: 875px;
	background-color: #5C6B76;
	margin: 20px auto;
	padding-bottom: 15px;
	border-bottom: 2px solid #768E92;
	position:relative;
}
.header
{
	position: relative;
	width: 100%;
	height: 110px;
	float: left;
}
.home-header{
	position: relative; 
	top: 0px; 
	left: 0px;
	z-index: 900;
	width: 100%;
	height: 110px;
}
.homeAnimContainer{
	position: absolute;
	top: 0px;
	left: 0px;
}
.logo
{
	width: 100px;
	height: 110px;
	position:absolute;
	top: 0px;
	left: 30px;
	clear: right;
}
.city_state
{
	position:absolute;
	top: 65px;
	right: 30px;
	color: #979C8C;
	font-size: 10px;
	clear: left;
}
.content_container
{
	width: 752px;
	margin-top: 20px;
	margin-left: 200px !important;
	margin-left: 100px;
	margin-bottom: 10px;
	float:left;
	border: 2px solid #D2D6BB;
}
.content_container_left
{
	width: 520px;
}

.titleBox
{
	width: 520px;
	height: 97px;
	text-align: center;
	border-bottom: 2px solid #D2D6BB;
	float: left;
}
.photoBox
{
	width: 520px;
	height: 265px;
	border-bottom: 2px solid #D2D6BB;
	float: left;
}
.quoteBox
{
	width: 480px;
	min-height: 23px !important;
	height: auto !important;
	height: 23px;
	border-bottom: 2px solid #D2D6BB;
	padding: 5px 20px;
	text-align: center;
	color: #D2D6BB;
	font-family: Georgia, Arial;
	font-style: italic;
	margin: 0;
	float: left;
}
.contentBox
{
	margin: 0;
	width: 520px;
	min-height: 302px !important;
	height: auto !important;
	height: 302px;
	font-size: 14px;
	font-family: Georgia;
	line-height: 20px;
	position: relative;
	float: left;
	background-image: url(../images/graphPaper.jpg);
}

.contentBox p
{
	padding: 8px 20px;
	float: left;
}
.contentBox ul
{
	float: left;
	padding: 8px 40px;
}
.contentBox ul li
{
	padding-left: 5px;
}
.footer
{
	margin:0 auto;
	width: 1024px;
	padding-bottom:30px;
}
.footer ul
{
	float:left;
	margin-left: 20px;
}
.footer ul li,
.footer ul li a,
.footer ul li a:link,
.footer ul li a:active,
.footer ul li a:visited
{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	color: #5C6B76;
	text-decoration: none;
}
.footer ul li a:hover
{
	text-decoration: underline;
}
.footer span
{
	float: right;
	font-size: 12px;
	color: #5C6B76;
	margin-right: 20px;
}

.footer_buttons
{
	width: 753px;
	margin-left: 200px !important;
	margin-left: 100px;
	float: left;
}
.footer_buttons ul
{
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}
.footer_buttons ul li
{
	list-style-type: none;
	float: left;
}
.footer_buttons ul li .news
{
	background-image: url(../images/footer_news_btn.jpg);
	background-repeat: no-repeat;
	width: 269px;
	height: 35px;
	padding: 14px 2px 0 125px;
	margin-right: 4px;
}
.footer_buttons ul li .news a,
.footer_buttons ul li .news a:link,
.footer_buttons ul li .news a:active,
.footer_buttons ul li .news a:visited
{
	color: #D2D6BB;
	font-size: 14px;
	text-decoration: none;
	display: block;
	clear: right;
}
.footer_buttons ul li .news a:hover
{
	text-decoration: underline;
}
.footer_buttons ul li.secondBtn
{
	margin-right: 5px;
}
.footer_buttons ul li a
{
	display: block;
	text-decoration: none;
}
.footer_buttons ul li a:hover{
	background-position: bottom; 
}
.photoButton
{
	background-image: url(../images/photos_btn.jpg);
	background-repeat: no-repeat;
	width: 130px;
	height: 49px;
}
.mapButton
{
	background-image: url(../images/map_btn.jpg);
	background-repeat: no-repeat;
	width: 107px;
	height: 49px;
}
.faqButton
{
	background-image: url(../images/faq_btn.jpg);
	background-repeat: no-repeat;
	width: 101px;
	height: 49px;
}



/* Top Nav */
.topNav
{
	width: 1024px;
	height: 34px;
	margin-top: 15px;
	background-color: #527554;
	border-bottom: 2px solid #779078;
	border-top: 2px solid #779078;
	float: left;
}
.topNav ul
{
	float: right;
	margin-right:50px;
}
.topNav ul li
{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.topNav ul li a,
.topNav ul li a:link,
.topNav ul li a:active,
.topNav ul li a:visited
{
	background-repeat: no-repeat;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display:block;

}
.topNav ul li a:hover
{
	background-position: left bottom;
}
.location
{
	background-image: url(../images/nav_location.gif);
	width: 101px;
}
.life
{
	background-image: url(../images/nav_life.gif);
	width: 195px;
}
.homes
{
	background-image: url(../images/nav_homes.gif);
	width: 146px;  /*118px;*/
}
.conservation
{
	background-image: url(../images/nav_conservation.gif);
	width: 149px;
}
.request
{
	background-image: url(../images/nav_request.gif);
	width: 141px;
}





/* topnav golf */
.overview
{
	background-image: url(../images/nav_golf_overview.gif);
	width: 96px;
}
.design
{
	background-image: url(../images/nav_golf_design.gif);
	width: 67px;
}
/* discontinued */
.membership
{
	background-image: url(../images/nav_golf_membership.gif);
	width: 118px;
}
/* end discontinued */

.scorecard
{
	background-image: url(../images/nav_golf_scorecard.gif);
	width: 118px;
}
.slideshow
{
	background-image: url(../images/nav_golf_slideshow.gif);
	width: 118px;
}
.contactUs
{
	background-image: url(../images/nav_golf_contactUs.gif);
	width: 120px;
}



/* Side nav */

.content_container_right
{
	width: 216px;
	padding:7px;
	border-left: 2px solid #D2D6BB;
}
.side_border_top
{
	width: 215px;
	height: 14px;
	float: left;
	margin: 0;
	padding: 0;
}
.side_border_content
{	
	position: relative;
	background-image: url(../images/side_border_tile.png);
	background-repeat: no-repeat;
	width: 195px;
	padding:0 10px;
	float: left;
}
.side_border_content strong
{
	margin-top: 10px;
	float: left;
}
.side_border_content ul
{
	margin-top: 20px;
	float: left;
}
.side_border_content ul li
{
	list-style-type: none;
	margin-bottom: 15px;
}
.side_border_content ul li a,
.side_border_content ul li a:link,
.side_border_content ul li a:active,
.side_border_content ul li a:visited
{
	text-transform: uppercase;
	color: #331515;
	display: block;
	width: 190px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
}
.side_border_content ul li a:hover
{
	text-decoration: none;
}
.side_border_bottom
{
	width: 215px;
	height: 17px;
	float: left;
	margin: 0;
	padding: 0;
}
.badge
{
	position: absolute;
	top: -40px;
	left: -35px;
	width: 185px;
	/*float: left;*/
	text-align: left;
	margin: 20px 0 0 10px;
}
.badge_request
{
	position: absolute;
	bottom: -160px;
	left: 70px;
	width: 185px;
	/*float: left;*/
	text-align: left;
	margin: 20px 0 0 10px;
}

.signup_table
{
	margin-top: 20px;
	width: 222px;
	float: left;
}
.signup_table table
{
	width: 150px;
	margin-left: 32px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.signup_table table tr td
{ 
	padding-bottom: 10px;
}
.signup_table .top
{
	background-image: url(../images/email_signup_top.png);
	background-repeat: no-repeat;
	width: 222px;
	height: 58px;
	float: left;
}
.signup_table .center
{
	background-image: url(../images/email_signUp_background.png);
	background-repeat: repeat-y;
	width: 222px;
	min-height: 50px !important;
	height: auto !important;
	height: 50px;
	float: left;
}
.signup_table .bottom
{
	background-image: url(../images/email_signup_bottom.png);
	background-repeat: no-repeat;
	width: 222px;
	height: 38px;
	float: left;
}
.signup_table table tr td input
{
	background-color: #CCD3D8;
	border: 2px solid #E1EEF6;
	color: #1B282E;
	width: 121px;
	height: 15px;
	padding: 1px 5px 0 5px;
	
}
.signup_table input.submitBtn
{
	border: none;
	background-color: transparent;
	float: right;
	width: 86px;
	height: 23px;
}





/* sign up horizontal */
.signup_table_horizontal
{
	margin-top: 20px;
	width: 318px;
	float: left;
}
.signup_table_horizontal table
{
	width: 150px;
	margin-left: 32px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.signup_table_horizontal table tr td
{ 
	padding-bottom: 10px;
}
.signup_table_horizontal .top
{
	background-image: url(../images/email_signup_top_horizontal.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 58px;
	float: left;
}
.signup_table_horizontal .center
{
	background-image: url(../images/email_signUp_background_horizontal.png);
	background-repeat: repeat-y;
	width: 318px;
	min-height: 50px !important;
	height: auto !important;
	height: 50px;
	float: left;
}
.signup_table_horizontal .bottom
{
	background-image: url(../images/email_signup_bottom_horizontal.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 38px;
	float: left;
}
.signup_table_horizontal table tr td input
{
	background-color: #CCD3D8;
	border: 2px solid #E1EEF6;
	color: #1B282E;
	width: 100px;
	height: 15px;
	padding: 1px 5px 0 5px;
	
}
.signup_table_horizontal input.submitBtn
{
	border: none;
	background-color: transparent;
	float: right;
	width: 86px;
	height: 23px;
}
/* END sign up horizontal */


.requestInfo{
	width: 210px;
	font-size: 12px;
	color: #2A373E;
	text-align: center;
	float: left;
	top:110px;
	
}
.requestInfo span
{
	font-size: 18px;
}
a.requestInfo_btn,
a.requestInfo_btn:link,
a.requestInfo_btn:active,
a.requestInfo_btn:visited
{
	text-decoration: none;
	font-size: 18px;
	color: #2A373E;
	display: block;
	position: absolute;
	top:160px;
	left: 37px;
}

a.requestInfo_btn:hover{
	text-decoration: underline;
}




/* 
===========
Page Themes
===========
 */



/*  Homepage  */
.bkgnd_homePage
{
	
	min-height: 775px !important;
	height: auto !important;
	height: 775px;
	margin: 0 auto;
}
.homePage_table
{
	width: 1024px;
	height: 246px;
	padding: 0; 
	margin: 400px 0 0 0;
}
.homepage_leftSpot
{
	padding: 0 0 10px 10px;
}
.homepage_center_copy
{
	padding: 100px 10px 0 10px;
}
.homepage_center_copy h1{
	font-weight: normal;
	font-style: italic;
	font-family: Georgia;
	font-size: 22px;
	padding: 10px;
	line-height: 32px;
}



/* location theme */ 
.bkgnd_location
{
	background-image: url(../images/bkgnd_location.jpg);
	background-repeat: no-repeat;
}
.container_location
{
	background-color: #B8D2AE;
}
.title_location
{
	background-color: #7B7F51;
}
.quote_location
{
	background-color: #8A6730;
}
.content_location
{
	background-color: #9AADB6;
}
.q_location
{
	color: #2E3E3D;
	font-size: 11px;
}
.sideNav_location li a:hover{
	background-color: #90A58A;
}

/*Life on the ranch theme*/

.bkgnd_life
{
	background-image: url(../images/bkgnd_life.jpg);
	background-repeat: no-repeat;
}
.container_life
{
	background-color: #EEEBCA;
}
.title_life
{
	background-color: #8A6730;	
}
.quote_life
{
	background-color: #7B7F51;
}
.content_life
{
	background-color: #B8D2AE;
}
.q_life
{
	color: #8A6730;
	font-size: 11px;
}
.sideNav_life li a:hover{
	background-color: #C2B38E;
}

.bkgnd_life_golf
{
	background-image: url(../images/bkgnd_life_golf.jpg);
	background-repeat: no-repeat;
}

.bkgnd_life_fishing
{
	background-image: url(../images/bkgnd_life_fishing.jpg);
	background-repeat: no-repeat;
}

.bkgnd_life_memberEvents
{
	background-image: url(../images/bkgnd_life_memberEvents.jpg);
	background-repeat: no-repeat;
}

.bkgnd_life_stables
{
	background-image: url(../images/bkgnd_life_stables.jpg);
	background-repeat: no-repeat;
}

.bkgnd_life_skiing
{
	background-image: url(../images/bkgnd_life_skiing.jpg);
	background-repeat: no-repeat;
}

.bkgnd_life_hikingWalking
{
	background-image: url(../images/bkgnd_life_hikingWalking.jpg);
	background-repeat: no-repeat;
}

.bkgnd_life_entertaining
{
	background-image: url(../images/bkgnd_life_entertaining.jpg);
	background-repeat: no-repeat;
}

/* Homes and Homesites theme */

.bkgnd_homes
{
	background-image: url(../images/bkgnd_homes.jpg);
	background-repeat: no-repeat;
}
.container_homes
{
	background-color: #9AADB6;
}
.title_homes
{
	background-color: #779078;	
}
.quote_homes
{
	background-color: #8A6730;
}
.content_homes
{
	background-color: #EEEBCA;
}
.content_homes span
{
	padding: 10px;
	text-align: center;
	width: 520px;
	float: left;
}
.q_homes
{
	color: #2E3E3D;
	font-size: 11px;
}
.sideNav_homes li a:hover{
	background-color: #7C8C94;
}
.thumbContainer
{
	width: 520px;
	float: left;
	padding-bottom: 30px;
}
.thumbContainer .thumb
{
	width: 128px;
	min-height: 128px !important;
	height: auto !important;
	height: 128px;
	margin-right: 2px;
	float: left;
}
.thumbContainer .thumb .lastThumb
{
	margin: 0px;
}
#map{
	margin:0 0 20px 0;
	padding: 0;
	display: block;
	width: 1024px;
	height: 873px;
	float:left;
	border-bottom: 2px solid #768E92;
}
.map_header
{
	width:1024px; 
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
}
.faq_question{
	font-size:18px;
	display: block;
}

table.customHomesite_thumbs{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

table.customHomesite_thumbs tr td.even
{
	background-color: #B8B69E;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0;
}

table.customHomesite_thumbs tr td.odd
{
	background-color: #9A8568;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0;
}
table.customHomesite_thumbs tr td.links
{
	padding-bottom: 20px;
}
table.customHomesite_thumbs tr td img
{
	padding: 0;
	margin: 0;
}
table.customHomesite_thumbs_links
{
	float: right;
	padding-bottom: 10px;
	padding-right: 5px;
}




/* Conservation theme */

.bkgnd_conservation
{
	background-image: url(../images/bkgnd_conservation.jpg);
	background-repeat: no-repeat;
}
.container_conservation
{
	background-color: #D9D9AC;
}
.title_conservation
{
	background-color: #8A6730;	
}
.quote_conservation
{
	background-color: #7B7F51;
}
.content_conservation
{
	background-color: #EEEBCA;
}
.q_conservation
{
	color: #2E3E3D;
	font-size: 11px;
}
.sideNav_conservation li a:hover{
	background-color: #C2B38E;
}




/* Request Info theme */

.bkgnd_request
{
	background-image: url(../images/bkgnd_request.jpg);
	background-repeat: no-repeat;
}
.container_request
{
	background-color: #9AADB6;
}
.title_request
{
	background-color: #8A6730;	
}
.quote_request
{
	background-color: #5C6B76;
}
.content_request
{
	background-color: #7B7F51;
	background-image: none;
}
.q_request
{
	color: #2E3E3D;
	font-size: 11px;
}
.sideNav_request li a:hover{
	background-color: #7C8C94;
}

.content_request table
{
	margin-left: 10px;
}
.content_request table tr td
{
	font-size: 16px;
	color: #1C292F;
}
.content_request table tr td input.request_text,
.content_request table tr td textarea.request_text
{
	width: 475px;
	height: 23px;
	margin-bottom: 10px;
	background-color: #A2A76D;
	border: 1px solid #D2D6BB;
	color: #1C292F;
	font-size: 14px;
}
.content_request table tr td textarea.request_text
{
	height: 150px;
}
.content_request table tr td span.request_check
{
	font-size: 14px;
}
.content_request table tr td input.sendBtn
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.contactRegular
{
	font-weight: normal;
	font-size: 10px;
}
.contactBold,
.contactBold a,
.contactBold a:link,
.contactBold a:active,
.contactBold a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #1C2A30;
}
.contactBold a:hover{
	text-decoration: underline;
}


/* news */
.news_monthYear
{
	font-size: 20px;
	font-weight: bold;
}
.news_newsBackButton a,
.news_newsBackButton a:link,
.news_newsBackButton a:active,
.news_newsBackButton a:visited
{
	color: #1C2A30;
	text-decoration: none;
}
.news_newsBackButton a:hover
{
	text-decoration: underline
}

.news_sidenav
{
	text-align: center;
	width: 180px;
}
.content_news
{
	background-color: #A2A76D;
	padding-bottom: 20px;
}
.content_news span
{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 5px 20px;
	padding: 0;
	float: left;
	clear: both;
}
.content_news h1
{
	font-family: Helvetica;
	font-size: 20px;
	margin: 5px 0 5px 20px;
	padding: 0;
	float: left;
	clear: both;
}
.content_news h2
{
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0 10px 20px;
	padding: 0;
	float: left;
	clear: both;
}
.content_news p
{
	margin: 0 20px 20px 20px;
	padding: 0;
	float: left;
	clear: both;
}


.content_news a,
.content_news a:link,
.content_news a:active,
.content_news a:visited
{
	color: #1C2A30;
	text-decoration: underline;
}
.content_news a:hover
{
	text-decoration: none;
}

.content_news a.read_more,
.content_news a.read_more:link,
.content_news a.read_more:active,
.content_news a.read_more:visited
{
	color: #1C2A30;
	text-decoration: none;
	clear: both;
	float: right;
	margin: 10px 20px 0 0;
}
.content_news a.read_more:hover
{
	text-decoration: underline;
}


/*===========================
              Golf Styles                    
===========================*/


.bkgnd_golf_homePage
{
	background-image: url(../images/bkgnd_golf_homepage.jpg);
	background-repeat: no-repeat; 
	min-height: 488px !important;
	height: auto !important;
	height: 488px;
	padding-bottom: 0;
}
.golf_homePage_table
{
	width: 1024px;
	padding: 0; 
	margin: 295px 0 0 0;
}
.golf_homepage_center_copy
{
	padding: 0 10px 10px 20px;
}
.golf_homepage_center_copy h1{
	font-weight: normal;
	font-style: italic;
	font-family: Georgia;
	font-size: 22px;
	padding: 10px;
	line-height: 32px;
	color: white;
}
.golf_homepage_center_copy{
	color: white;
}

.golf_wrapper
{
	Width: 1024px;
	min-height: 364px !important;
	height: auto !important;
	height: 364px;
	background-color: #5C6B76;
	margin: 20px auto;
	border-bottom: 2px solid #768E92;
}
.golf_wrapper_tour
{
	Width: 1024px;
	min-height: 364px !important;
	height: auto !important;
	height: 364px;
	background-color: #5C6B76;
	margin: 0px auto;
	border-bottom: 2px solid #768E92;
	position:relative;
}
.golf_nav ul
{
	float: right;
	margin-right: 0px;
}
.golf_nav ul li
{
	/*padding-right: 40px;*/
}


/*Backgrounds*/
.bkgnd_golf_overview
{
	background-image: url(../images/bkgnd_golf_overview.jpg);
	background-repeat: no-repeat;
}
.bkgnd_golf_practiceRange
{
	background-image: url(../images/bkgnd_golf_practiceRange.jpg);
	background-repeat: no-repeat;
}
.bkgnd_golf_justTheFacts
{
	background-image: url(../images/bkgnd_golf_justTheFacts.jpg);
	background-repeat: no-repeat;
}
.bkgnd_golf_clubhouse
{
	background-image: url(../images/bkgnd_golf_clubhouse.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_awards
{
	background-image: url(../images/bkgnd_golf_awards.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_membership
{
	background-image: url(../images/bkgnd_golf_membership.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_guestRates
{
	background-image: url(../images/bkgnd_golf_guestRates.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_application
{
	background-image: url(../images/bkgnd_golf_application.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_design
{
	background-image: url(../images/bkgnd_golf_design.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_scoreCard
{
	background-image: url(../images/bkgnd_golf_scoreCard.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_contactUs
{
	background-image: url(../images/bkgnd_golf_contactUs.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_requestInfo
{
	background-image: url(../images/bkgnd_golf_requestInfo.jpg) ;
	background-repeat: no-repeat;
}
.bkgnd_golf_enewsletter
{
	background-image: url(../images/bkgnd_golf_enewsletter.jpg) ;
	background-repeat: no-repeat;
}






.golf_leftContent_container
{
	width: 350px;
	margin: 210px 0 0 0;
	float: left;
}
.golf_page_title
{
	float: left;
	clear: both;
}

.golf_signup
{
	float: left;
	margin-left: 45px;
}

.golf_links
{
	padding: 20px 0 0 60px;
	float: left;
}
.golf_links ul
{
	float: left;
	margin: 0;
	padding: 0;
}
.golf_links ul li
{
	margin-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
}
.golf_links ul li a,
.golf_links ul li a:active,
.golf_links ul li a:link,
.golf_links ul li a:visited
{
	color:#331515;
	display:block;
	font-weight:bold;
	padding-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	width:170px;
}
.golf_links ul li a:hover
{
	background-color: #A2ABB1;
}
.golf_contentBox
{
	margin: 200px 0 20px 0;
	width: 620px;
	min-height: 302px !important;
	height: auto !important;
	height: 302px;
	font-size: 14px;
	font-family: Georgia;
	line-height: 20px;
	float: left;
	border: 2px solid #D2D6BB;
}
.golf_contentBox h1{
	font-weight: normal;
	font-style: italic;
	font-family: Georgia;
	padding: 20px 20px 0 20px;
	line-height: 32px;
}
.golf_contentBox h2{
	font-weight: normal;
	font-style: italic;
	font-size: 23px;
	font-family: Georgia;
	padding: 20px 20px 0px 20px;
	line-height: 32px;
}
.golf_contentBox p
{
	padding: 20px;
	float: left;
}
.golf_contentBox strong
{
	float: left;
	font-family: Georgia;
	font-size: 18px;
	padding: 10px 20px 0 20px;
	color: #4B382F;
}
.contact_us_name{
	font-size: 12px;
	font-weight: bold;
}
.golf_contentBox ul
{
	padding: 5px 20px 20px 40px;
	float: left;
}
.golf_contentBox q
{
	padding: 5px 40px 20px 40px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	quotes: inherit;
}
.author_quote
{
	float: right;
	padding-right: 100px;
	padding-bottom: 30px;
}

.content_golf_overview
{
	background-color: #EEEBCA;
	float: left;
}

#golf_holeByHoleTour{
	margin:-30px 0 0 0;
	padding: 0;
	display: block;
}

.score_card_table
{
	width: inherit;
	padding: 5px 20px 20px 20px;
	border: none;
}
.score_card_table thead tr
{
	background-color: #74685C;
}
.score_card_table thead tr td
{
	color: white;
	padding: 3px;
	font-family: Georgia;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
.score_card_table tbody tr.odd
{
	background-color: #DCD9BD;
}
.score_card_table tbody tr td
{
	text-align: center;
	padding: 3px;
}
.score_card_table tbody tr.in,
.score_card_table tbody tr.out
{
	background-color: #577459;
	color: white;
	text-align: center;
}
.score_card_table tbody tr.in td,
.score_card_table tbody tr.out td
{
	text-align: center;
	padding: 5px;
}
.score_card_table tfoot tr
{
	background-color: #93893F;
	color: white;
	text-align: center;
}
.score_card_table tfoot tr td
{
	text-align: center;
	padding: 5px;
}





.golf_request_form table
{
	margin-left: 20px;
}
.golf_request_form table tr td
{
	font-size: 16px;
	color: #1C292F;
}
.golf_request_form table tr td input.request_text,
.golf_request_form table tr td textarea.request_text
{
	width: 475px;
	height: 23px;
	margin-bottom: 10px;
	background-color: #CFD0A8;
	border: 1px solid #D2D6BB;
	color: #1C292F;
	font-size: 14px;
}
.golf_request_form table tr td textarea.request_text
{
	height: 150px;
}
.golf_request_form table tr td span.request_check
{
	font-size: 14px;
}
.golf_request_form table tr td input.sendBtn
{
	margin-top: 10px;
	margin-bottom: 10px;
}


.golf_request_form h2
{
	margin-top: 20px;
	margin-bottom: 5px;
}
.error
{
	color: #f00;
	font-weight: bold;
	display: block;
}
#newsList
{
	margin-top: 7px;
}
#newsList td
{
	padding: 7px;
}