@charset "UTF-8";
/* CSS Document */

	body { background:url(http://www.digital-datacomm.com/~bwillis/sycamoreridgegolf.com/img/bkg.gif) repeat-x #d9c99b; color:#49593F; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:18px;  }
	h1 { background:url(http://www.digital-datacomm.com/~bwillis/sycamoreridgegolf.com/img/logo.gif) no-repeat; width:122px; height:97px; margin:13px 15px 0px; display:block; float:left; cursor:pointer; }
	h1 span { position:absolute; top:-10000px; }
	h2 { text-transform:uppercase; color:#fff; font-size:14px; font-family: "Trajan Pro", Palatino; font-weight:normal; }
	h3 { color:#981B10; font-family: "Trajan Pro", Palatino;  font-size:14px; font-weight:bold; margin-bottom:8px; text-transform:uppercase; white-space:nowrap; }
	h4 { color:#981B10; font-family:"Arial"; font-size:14px; font-weight:bold; text-transform:uppercase; font-style: italic; font-weight:normal; margin-bottom:0px; }
	p{ margin-bottom:10px 0; }
	
	#quicklinks { width:278px; float:right; margin-top:73px; margin-right: 110px;  color:#8e2b00; font-weight:bold; z-index:99; position:relative; top:0px; left:0px; text-align: right;}
	#quicklinks a { color:#8e2b00; text-decoration:none; white-space: nowrap; font-family: "Arial Narrow" Arial, Helvetica, sans-serif; font-size:11px; }
	
	#nav { margin-top:13px; }
	#nav ul { list-style: none; padding: 0; margin: 0;}
	#nav li { float: left; margin: 0 0.15em; background:url(http://www.digital-datacomm.com/~bwillis/sycamoreridgegolf.com/img/bkgTabs.gif) repeat-x; width:100px; height:27px; text-align:center; padding-top:5px;  } 
	#nav a { text-decoration:none; text-transform:uppercase; color:#ffe298; font-size:11px; font-family: "Trajan Pro", Palatino; z-index:98;  position:relative; top:0px; left:0px; }
	
	body#home #biLine { text-align:center; padding-top:15px; }
	#biLine { text-align:center; padding-top:15px; margin-bottom:30px; }
	
	#content { text-align:center; padding-top:9px; }
	#footer { text-align:center; margin:30px 0px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #010101; }
	
	#foliage { position:absolute; top:0px; right:0px; z-index:1 }
	.bodyContent a { text-decoration:none; color:#8E2B00; border-bottom:1px solid #ddbfb2; }
	.bodyContent a:hover { text-decoration:none; color:#555f7b; border-bottom:1px solid #555f7b; }
	
	a.button { background:transparent url(http://www.digital-datacomm.com/~bwillis/sycamoreridgegolf.com/img/bkg-button.gif) repeat scroll 0 0; border:0 none; color:#FCFDFC !important; cursor:pointer; font-family:"Arial Narrow"; font-size:11px; height:20px; padding:3px 13px 4px; text-align:center; text-transform:uppercase; text-decoration:none; }
	a.bigButton { width:150px; display:block; text-align:center; vertical-align:middle; background:#8e2b00; font-size:12px; color:#FFE298; font-weight:normal; text-transform:uppercase; text-decoration:none; padding:5px 0px; margin-bottom:5px; font-family:"Trajan Pro",Palatino;  }
	
	
	th, td, caption { padding:0px; margin:0px; }
	label { font-weight:normal; }
	
	.red { color:#8E2B00; }
	td.red { text-align:center; }
	.mini { font-size:10px; }
	.center { text-align:center; }
	
	/* Hole Nav */
	#holeInfo img {left:146px; position:relative; top:-16px;}
	#holeInfo p { text-align:justify; }
	.holeNav { text-align:left; margin-left:35px; }
	
	
	
	
	/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
