/* BOF RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* EOF RESET */

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

	#container {
		width: 680px;
		padding: 10px;
		float: left;
		clear: none;
	}
	
	#contentBox {
		width: 680px;
		margin-top: 10px;
		border: 1px solid #d3d3d3;
		background: #efefef;
		padding: 0px 10px 10px 10px;
		float: left;
		clear: none;
	}
	
		#pageTitle {
			width: 429px;
			padding-top: 6px;
			padding-left: 2px;
			font-size: 18px;
			font-weight: bold;
			float: left;
			clear: none;
		}
		
		#pageTitleV2 {
			width: 429px;
			padding-top: 6px;
			padding-left: 2px;
			font-size: 18px;
			font-weight: bold;
			float: left;
			clear: none;
		}
		
		#searchTab {
			width: 150px;
			height: 20px;
			margin-left: 89px;
			padding-top: 9px;
			text-align: center;
			background-color: #fafafa;
			border-top: 1px solid #d3d3d3;
			border-left: 1px solid #d3d3d3;
			border-right: 1px solid #d3d3d3;
			float: left;
			clear: none;
		}
		
		#searchTab:hover {
			background-color: #DADADA;
			cursor: pointer;
		}
		
		#full {
			width: 658px;
			float: left;
			clear: none;
		}
		
			#left {
				width: 426px;
				margin-right: 10px;
				float: left;
				clear: none;
			}
			
			#right {
				width: 222px;
				float: left;
				clear: none;
			}
			
/* Course Info */
	#arrow {
		width: 198px;
		height: 111px;
		padding: 20px 0px 10px 0px;
		padding-right: 20px;
		margin-bottom: 10px;
		background-image: url(../images/course-info/price-arrow.jpg);
		background-repeat: no-repeat;
		text-align: center;
		float: left;
		clear: none;
	}
	
	#search {
		width: 186px;
		height: 119px;
		padding: 10px;
		margin-bottom: 10px;
		border: 1px solid #d3d3d3;
		background-color: #FFFFFF;
		float: left;
		clear: none;
	}
	
		#search input[type=text] {
			width: 70px;
			border: 1px solid #d3d3d3;
			background-color: #FFFFFF;
		}
	
	#rates-and-promos {
		width: 404px;
		padding: 10px;
		margin-bottom: 10px;
		border: 1px solid #d3d3d3;
		background-color: #FFFFFF;
		float: left;
		clear: none;
	}
	
		#rpLeft {
			width: 202px;
			float: left;
			clear: none;
		}
		
		#rpRight {
			width: 191px;
			border-left: 1px dashed #d3d3d3;
			padding-left: 10px;
			float: left;
			clear: none;
		}
	
	#details {
		width: 404px;
		padding: 10px;
		margin-bottom: 10px;
		border: 1px solid #d3d3d3;
		background-color: #FFFFFF;
		float: left;
		clear: none;
	}
	
	#map {
		width: 424px;
		height: 250px;
		margin-bottom: 10px;
		border: 1px solid #d3d3d3;
		background-color: #FFFFFF;
		float: left;
		clear: none;
	}
	
	#directions {
		width: 404px;
		padding: 10px;
		border: 1px solid #d3d3d3;
		background-color: #FFFFFF;
		float: left;
		clear: none;
	}
	
	#photos img {
		width: 200px;
		background-color: #FFFFFF;
		border: 1px solid #d3d3d3;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	#search label {
		width: 80px;
		padding-top: 3px;
		font-weight: bold;
		float: left;
		clear: none;
	}
	
	.boxTitle {
		font-size: 14px;
		font-weight: bold;
	}
	
	.searchLine {
		margin-top: 10px;
	}
	
	.priceFrom {
		font-size: 48px;
		font-weight: bold;
		color: #CC6600;
	}
	
	#loader {
		width: 658px;
		text-align: center;
		float: left;
		clear: none;
	}
	
	#content p {
		margin-top: 10px;
	}
	
	#otherCourses {
		width: 200px;
		padding: 10px;
		border: 1px solid #d3d3d3;
		background-color: #FFFFFF;
		float: left;
		clear: none;
	}
	
	.iconMain {
		position: relative;
		top: 5px;
		cursor: pointer;
	}
	
	.linkIcon {
		position: relative;
		top: 3px;
	}
	
	.bubble {
		width: 178px;
		height: 114px;
		padding: 20px 10px 10px 10px;
		background-image: url(../images/misc/bubble.jpg);
		background-repeat: no-repeat;
	}
	
	/* BOF Table */
	#teetimes table {
		width: 658px;
		border: 1px solid #999999;
		border-collapse: collapse;
	}
		
		#teetimes table tr.tableHead{
			background-image: url(../images/misc/th-bg.jpg);
			background-repeat: repeat-x;
			height: 18px;
			line-height: 18px;
			font-weight: bold;
			font-size: 14px;
		}
			
		#teetimes table tr.key {
			background-color: #f8fbfe;
			font-weight: bold;
		}
			
		#teetimes table tr.odd {
			height: 30px;
			background-color: #FFFFFF;
		}
			
		#teetimes table tr.odd:hover {
			background-color: #d9ebf5;
			height: 30px;
		}
			
		#teetimes table tr.even {
			background-color: #f7f7f7;
			height: 30px;
		}
			
		#teetimes table tr.even:hover {
			background-color: #d9ebf5;
			height: 30px;
		}
		
		#teetimes table tr.tableHeadSB {
			background-image: url(../images/show-basket/th-bg.jpg);
			background-repeat: repeat-x;
			height: 18px;
			line-height: 18px;
			font-weight: bold;
		}
		
		#teetimes table tr.multiBookRow {
			background-color: #F8FBFE;
		}
		
			#teetimes table td.total {
				border-top: 3px double #CCCCCC;
				height: 30px;
			}
			
			#teetimes table td.noBorder {
				border-top: 3px double #CCCCCC;
				border-left: 1px solid #FFFFFF;
				border-right: 1px solid #FFFFFF;
				height: 30px;
			}
			
			#teetimes table td.noBorder2 {
				border-top: 3px double #CCCCCC;
				border-right: 1px solid #FFFFFF;
				height: 30px;
			}
			
			#teetimes table td.noTimes {
				padding: 10px;
				text-align: left;
				background-color: #FFFFFF;
			}
		
			#teetimes table td {
				padding: 5px;
				text-align: center;
			}
			
				#teetimes table td .savings {
					background-color: #bc0000;
					color: #FFFFFF;
					padding: 2px;
					margin: 2px;
					font-weight: bold;
				}
			
				#teetimes table td.courseName {
					font-size: 12px;
					font-weight: bold;
					text-align: left;
				}
				
				#teetimes table td.courseNameTitle {
					font-size: 12px;
					text-align: left;
				}
				
				#teetimes table td.dateLine {
					text-align: left;
					font-weight: bold;
					color: #FFFFFF;
				}
				
				#teetimes table td.multiBook {
					text-align: right;
				}
	/* EOF Table */
	
	#filter {
		width: 636px;
		border: 1px dashed #d3d3d3;
		padding: 10px;
		background-color: #FFFFFF;
		margin-bottom: 10px;
		float: left;
		clear: none;
	}
	
		#filterLeft {
			width: 206px;
			margin-left: 10px;
			float: left;
			clear: none;
		}
		
		#filterCenter {
			width: 204px;
			margin-left: 10px;
			margin-right: 10px;
			float: left;
			clear: none;
		}
		
		#filterRight {
			width: 186px;
			margin-right: 10px;
			float: left;
			clear: none;
		}
		
	/* Request a teetime */
	#request {
		width: 400px;
		height: 440px;
	}
	
		#requestForm {
			width: 400px;
			float: left;
			clear: none;
		}
		
			#requestLine {
				width: 400px;
				margin-bottom: 10px;
				float: left;
				clear: none;
			}
			
				#requestLabel {
					width: 150px;
					padding-top: 3px;
					float: left;
					clear: none;
				}
				
				#requestInput {
					width: 250px;
					float: left;
					clear: none;
				}
				
	#request textarea {
		font-family: "Trebuchet MS";
		font-size: 12px;
		border: 1px solid #d3d3d3;
		width: 246px;
	}
	
	#requestIntro {
		border: 1px dashed #d3d3d3;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	/* Content table */
	#contentBox table {
		background-color: #FFFFFF;
		padding: 10px;
		border: 1px solid #d3d3d3;
		margin-top: 10px;
	}
	
	/* Help/FAQ's */
	ul.help {
		list-style: none;
	}
	
	ul.help li {
		background-image: url(../images/icons/bullet_go_tall.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: 16px;
		padding-top: 2px;
		margin-left: 20px;
		line-height: 30px;
	}
	
	h2.help {
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px dotted #CCCCCC;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	h1.helpSection {
		font-size: 18px;
		margin-bottom: 20px;
		border-bottom: 1px dotted #CCCCCC;
		padding-bottom: 10px;
	}
	
	h2.helpSection {
		font-size: 14px;
		font-weight: bold;
	}
	
	p.helpSection {
		margin-bottom: 20px;
	}
	
	div.helpSectionTopJump {
		width: 600px;
		text-align: right;
		padding-right: 20px;
		margin-bottom: 20px;
	}
	
	/* Search */
	#searchBox {
		width: 658px;
		margin-top: 10px;
		border: 1px solid #d3d3d3;
		background: #efefef;
		padding: 10px 10px 10px 10px;
		float: left;
		clear: none;
	}
	
	#searchBoxV2 {
		width: 658px;
		border: 1px solid #d3d3d3;
		background: #efefef;
		padding: 10px 10px 10px 10px;
		float: left;
		clear: none;
	}
	
	#searchLeft {
		width: 280px;
		height: 100px;
		padding: 5px;
		margin-bottom: 10px;
		background-image: url(../images/boxes/half.jpg);
		background-repeat: no-repeat;
		float: left;
		clear: none;
	}
	
	#searchMiddle {
		width: 100px;
		height: 70px;
		text-align: center;
		padding-top: 40px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		float: left;
		clear: none;
	}
	
	#searchRight {
		width: 280px;
		height: 100px;
		padding: 5px;
		margin-bottom: 10px;
		background-image: url(../images/boxes/half.jpg);
		background-repeat: no-repeat;
		float: left;
		clear: none;
	}
	
	#searchFull {
		width: 638px;
		height: 91px;
		padding: 10px;
		background-image: url(../images/boxes/full.jpg);
		background-repeat: no-repeat;
		float: left;
		clear: none;
	}
	
	#searchBottom {
		width: 660px;
		padding: 10px;
		text-align: center;
		float: left;
		clear: none;
	}
	
	.searchTitle {
		font-size: 14px;
		font-weight: bold;
	}
	
	#search-option-1 {
		width: 281px;
		margin-bottom: 10px;
		padding: 20px;
		background-color: #FFFFFF;
		text-align: center;
		float: left;
		clear: none;
	}
	
	#search-option-2 {
		width: 281px;
		margin-bottom: 10px;
		background-color: #FFFFFF;
		text-align: center;
		padding: 20px;
		float: left;
		clear: none;
	}
	
	#poweredBy {
		width: 325px;
		height: 89px;
		position: relative;
		bottom: 0px;
		float: left;
		clear: none;
	}
	
	/* Rates and Promos */
	#promoBox {
		width: 658px;
		margin-top: 10px;
		border: 1px solid #d3d3d3;
		background: #efefef;
		padding: 10px 10px 10px 10px;
		float: left;
		clear: none;
	}
	
	#promoBoxLeft {
		width: 287px;
		height: 58px;
		padding: 20px;
		border: 1px solid #d3d3d3;
		background-color: #FFFFFF;
		text-align: center;
		float: left;
		clear: none;
	}
	
	#promoBoxRight {
		width: 329px;
		height: 100px;
		text-align: center;
		float: left;
		clear: none;
	}
	
	#fullBox {
		width: 680px;
		margin-top: 10px;
		float: left;
		clear: none;
	}
	
	#fullBoxTop {
		width: 658px;
		height: 10px;
		background-image: url(../images/boxes/full-top.jpg);
		background-repeat: no-repeat;
		float: left;
		clear: none;
	}
	
	#fullBoxMiddle {
		width: 636px;
		border-left: 1px solid #d3d3d3;
		border-right: 1px solid #d3d3d3;
		background-color: #FFFFFF;
		padding: 0px 10px;
		float: left;
		clear: none;
	}
	
		.promoTitle {
			border-bottom: 1px dashed #d3d3d3;
			font-weight: bold;
			padding-bottom: 5px;
			font-size: 14px;
		}
		
		#fullBoxMiddle p {
			margin-bottom: 10px;
		}
	
	#fullBoxBottom {
		width: 658px;
		height: 10px;
		background-image: url(../images/boxes/full-bottom.jpg);
		background-repeat: no-repeat;
		float: left;
		clear: none;
	}
	
	/* Breadcrumb */
	#breadcrumb {
		width: 680px;
		margin-bottom: 10px;
		float: left;
		clear: none;
	}
	
		#breadcrumbActive {
			height: 30px;
			margin-right: 10px;
			margin-bottom: 10px;
			float: left;
			clear: none;
		}
		
			#breadcrumbActiveLeft {
				width: 10px;
				height: 30px;
				background-image: url(../images/breadcrumb/active-left.jpg);
				background-repeat: no-repeat;
				float: left;
				clear: none;
			}
			
			#breadcrumbActiveMiddle {
				height: 22px;
				background-image: url(../images/breadcrumb/active-middle.jpg);
				background-repeat: repeat-x;
				padding-top: 8px;
				color: #E37C05;
				font-weight: bold;
				float: left;
				clear: none;
			}
			
			#breadcrumbActiveRight {
				width: 16px;
				height: 30px;
				background-image: url(../images/breadcrumb/active-right.jpg);
				background-repeat: no-repeat;
				float: left;
				clear: none;
			}
			
		#breadcrumbInActive {
			height: 30px;
			margin-right: 10px;
			margin-bottom: 10px;
			float: left;
			clear: none;
		}
		
			#breadcrumbInActiveLeft {
				width: 10px;
				height: 30px;
				background-image: url(../images/breadcrumb/inactive-left.jpg);
				background-repeat: no-repeat;
				float: left;
				clear: none;
			}
			
			#breadcrumbInActiveMiddle {
				height: 22px;
				background-image: url(../images/breadcrumb/inactive-middle.jpg);
				background-repeat: repeat-x;
				padding-top: 8px;
				float: left;
				clear: none;
			}
			
				#breadcrumbInActiveMiddle a {
					text-decoration: underline;
					color: #333333;
				}
				
				#breadcrumbInActiveMiddle a:hover {
					text-decoration: none;
					color: #333333;
				}
			
			#breadcrumbInActiveRight {
				width: 17px;
				height: 30px;
				background-image: url(../images/breadcrumb/inactive-right.jpg);
				background-repeat: no-repeat;
				float: left;
				clear: none;
			}
			
	tr.highlight:hover {
		background-color: #EFEFEF;
	}
	
	/* Courses By County */
	#contentBoxV2 {
		width: 658px;
		margin-top: 10px;
		border: 1px solid #d3d3d3;
		background: #efefef;
		padding: 10px 10px 0px 10px;
		float: left;
		clear: none;
	}
	
		#courseBox {
			width: 636px;
			border: 1px solid #d3d3d3;
			background-color: #FFFFFF;
			padding: 10px;
			margin-bottom: 10px;
			float: left;
			clear: none;
		}
		
			#coursePhotoBox {
				width: 180px;
				background-color: #CCCCCC;
				float: left;
				clear: none;
			}
			
				#coursePhotoBox img {
					border: 1px solid #d3d3d3;
					padding: 10px;
					background-color: #FFFFFF;
					width: 158px;
				}
			
			#courseContentBox {
				width: 446px;
				margin-left: 10px;
				float: left;
				clear: none;
			}
			
				#courseContentBoxName {
					width: 446px;
					font-size: 16px;
					font-weight: bold;
					float: left;
					clear: none;
				}
				
				#courseContentBoxDescription {
					width: 446px;
					padding-top: 20px;
					line-height: 15px;
					float: left;
					clear: none;
				}
				
					#courseContentBoxDescription p {
						margin-bottom: 10px;
					}
				
				#courseContentBoxDescriptionSavings {
					width: 373px;
					padding-top: 20px;
					line-height: 15px;
					float: left;
					clear: none;
				}
				
					#courseContentBoxDescriptionSavings p {
						margin-bottom: 10px;
					}
				
					#courseContentBoxSaveUpTo {
						width: 61px;
						height: 27px;
						margin-left: 10px;
						margin-top: 20px;
						padding: 32px 0px 0px 2px;
						text-align: center;
						font-weight: bold;
						font-size: 16px;
						background-image: url(../images/courses-by-county/save-up-to.jpg);
						background-repeat: no-repeat;
						float: left;
						clear: none;
					}
					
				#courseContentBoxFooter {
					width: 446px;
					padding-top: 20px;
					float: left;
					clear: none;
				}
				
					#courseContentBoxFooterItem {
						width: 142px;
						float: left;
						clear: none;
					}
					
					#courseContentBoxFooterItemFees {
						width: 160px;
						float: left;
						clear: none;
					}

