@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #333;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat;
}
.oneColLiqCtr #container {
	width: 960px; /* this overrides the text-align: center on the body element. */
	color: #CCC;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	border: thin solid #666;
}

.oneColLiqCtr #header {
	color: #FFF;
	height: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-image: url(images/broadmoorHeader.jpg);
	background-repeat: no-repeat;
}


.oneColLiqCtr #menu {
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	width: 960px;
	background-color: #C00;
	background-image: url(images/menuBG.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#menu a:hover {
	color: #FFF;
	background-color: #000;
	background-image: url(images/linkRollBG.jpg);
	background-repeat: repeat-x;
}
.clearFloat {
	clear: right;
}




.oneColLiqCtr #mainContent {
	width: 590px;
	float: left;
}

#container #bottomContent {
	clear: both;
	background-color: #000;
	font-size: 0.9em;
	margin: 0px;
	line-height: 1.7em;
	color: #CCC;
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
#rightColumn {
	float: right;
	width: 275px;
	text-align: center;
	font-size: .9em;
	line-height: 1.5em;
	padding: 20px;
}
.clubHeader {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
}
.phoneNumber {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}
#rightColumn a {
	color: #FF9;
}
#rightColumn a:hover {
	color: #F00;
}
#bottomContent h2 {
	border-bottom-width: 3px;
	border-bottom-style: double;
	color: #FFF;
}




.oneColLiqCtr #footer {
	background-color:#222;
	text-align: center;
	color: #CCC;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#footer a {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}
#footer a:hover {
	color: #F00;
	text-decoration: none;
}

#rightColumn p {
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottomContent ul li {
	list-style-type: square;
}
.floatRight {
	float: right;
}
#bottomContent h3 {
	font-size: 24px;
	color: #FFF;
	text-align: left;
}
#rightColumn p {
	text-align: center;
}

.picBorder {
	padding: 0px;
	border: 3px double #FFFFFF;
	margin: 10px;
}

#rightColumn #bonusCode {
	color: #090;
	background-color: #FFF;
	padding: 5px;
	border: 3px double #FFF;
	font-size: 16px;
}
