/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #0f3b7b;
	background-image: url(../images/cfc_bg_1.jpg);
	background-repeat: repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {border: none;}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 950px;
}
/*HEADER*/
#header {
	height: 174px;
	background: url(../images/bg-header.jpg) no-repeat;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 27px;
}
.logo a {
	background: url(../images/logo.png) no-repeat;
	height: 143px;
	width: 700px;
}
/*identification line*/
.ident-line {
	position: absolute;
	left: 200px;
	top: 3px;
	background: url(../images/txt-cypress-calif.gif) no-repeat;
	width: 161px;
	height: 14px;
}
/*main navigation*/
.main-nav {
	padding: 0;
	margin: 0;
	width: 100%;
	border: solid #fff;
	border-width: 1px 0;
	background: #000;
	height: 39px;
}
.main-nav li {
	float: left;
	padding-left: 20px;
	background: url(../images/img-main-nav-separator.gif) no-repeat 10px 50%;
	list-style-type: none;
}
.main-nav li.first {
	background: none;
	padding-left: 10px;
}
.main-nav li a {
	color: #fff;
	text-transform: uppercase;
	line-height: 39px;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.main-nav li a:hover, .main-nav li a.active {
	color: #77acfc;
	text-decoration: none;
}
/*CONTAINER*/
#container {
	width: 100%;
	overflow: hidden;
	background: #021d44 url(../images/bg-container.gif) repeat-y;
}
/*column*/
.column {
	float: left;
	width: 157px;
	background: #77acfc;
}
/*sub navigation*/
.sub-nav {
	padding: 0;
	margin: 0;
}
.sub-nav li {
	list-style-type: none;
}

.sub-nav li a {
	color: #02429f;
	font-size: 11px;
	border-bottom: 1px solid #bbd7ff;
	line-height: 23px;
	padding-left: 10px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
.sub-nav li a:hover, .sub-nav li a.active {
	background: #3466b0;
	text-decoration: none;
	color: #fff;
}
/*banner holder*/
.banners {
	background: url(../images/bg-banners-top.gif) no-repeat;
	padding-top: 5px;
	width: 135px;
	margin: 13px auto;
	overflow: hidden;
}
.banners li {
	list-style-type: none;
}

.banners ul {
	padding: 0 0 5px;
	margin: 0;
	background: #fff url(../images/bg-banners-bottom.gif) no-repeat 0 100%;
}
.banners ul li {
	text-align: center;
	margin-bottom: 15px;
}
/*CONTENT*/
.content {
	float: left;
	width: 792px;
	padding-left: 1px;
}
/*scroler*/
.scroller {
	border-bottom: 1px solid #fff;
	margin: 0;
}
.page_title {
	background: url(../images/bg-title2.gif) no-repeat;
	color: #b7d3fe;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 15px;
}
h3 {
	margin: 0;
	color: #77acfc;
	font-size: 16px;
	line-height: 18px;
}
/*c-text*/
.c-text {
	float: left;
	width: 522px;
}
/*content box*/
.c-box {
	overflow: hidden;
	padding-top: 5;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.c-box p {
	margin: 0;
	padding-bottom: 7px;
}
.more {
	float: right;
	background: url(../images/txt-more.gif) no-repeat;
	width: 72px;
	height: 10px;
	margin-bottom: 10px;
	clear: both;
}
.img-holder {
	overflow: hidden;
	width: 100%;
}
/*c2-text*/
.c2-text {
	float: left;
	width: 790px;
}
.c2-box {
	color: #fff;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #021D44;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.c2-box p {
	color: #fff;
	margin: 0;
	padding-bottom: 7px;
}
/*SUBCOLUMN*/
.sub-column {
	float: right;
	width: 255px;
	padding: 10px 10px 0 0;
}
.slideshow {
	margin-bottom: 7px;
}

/*box-title*/
.box-title {
	height: 30px;
	overflow: hidden;
}
.box-title h4 {
	margin: 11px 0 0 12px;
	height: 9px;
}
.box-title h4.fields {background: url(../images/txt-fields.gif) no-repeat;}
.box-title h4.calendar {background: url(../images/txt-calendar.gif) no-repeat;}
/*side-box*/
.sidebox {
	background: #03285e;
	border: solid #036dfd;
	border-width: 0 1px 1px;
	min-height: 170px;
	margin-bottom: 8px;
}
/*FOOTER*/
#footer {
	clear: both;
	border-top: 1px solid #fff;
	background: url(../images/bg-footer.gif) no-repeat;
	height: 49px;
	padding: 0 20px 0 12px;
}
#footer p {
	float: left;
	color: #fff;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	line-height: 48px;
	margin: 0;
}
#footer p.power {float: right;}
.club-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.club-address a {
	color: #FFFFFF;
}
.club-address a:hover {
	color: #FF0000;
}
