body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: rgb(115,155,76);
	margin: 0px;
}
.container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgb(255,255,255);
}
.header {
	height: 74px;
	width: 900px;
	background-image: url(../images/header-bg-sac.png);
	padding-top: 42px;
	background-repeat: no-repeat;
	top: 0px;
}
.header #hdrnav {
	margin-left: 330px;
	font-size: 19px;
	color: rgb(255,255,255);
	text-align: left;
}
.header #navsects {
	width: 160px;
	text-align: center;
	float: left;
}
.header #hdrnav #navsects a {
	color: rgb(255,255,255);
	text-decoration: none;
}
.header #hdrnav #navsects a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}
.lgsignature {
	height: 356px;
	width: 900px;
	top: 82px;
	margin: 0px;
}
.smsignature {
	height: 190px;
	width: 900px;
	top: 82px;
	margin: 0px;
}
.mainbody {
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
}
.mainbody h1 {
	font-size: 24px;
	color: rgb(0,106,141);
	margin-top: 0px;
	margin-bottom: 5px;
}
.mainbody h2 {
	font-size: 18px;
	font-weight: bold;
	color: rgb(0,106,141);
	margin-bottom: 5px;
}
.highlights {
	background-color: rgb(0,106,141);
	height: 230px;
	width: 820px;
	margin-top: 20px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,.3);
	padding: 40px;
	color: rgb(255,255,255);
}
.highlights h1 {
	font-size: 20px;
	margin: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}
.highlights #left {
	float: left;
	width: 400px;
	height: 230px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(255,255,255);
}
.highlights #hg_top  {
	width: 400px;
	height: 168px;
}
.highlights #hg_btm  {
	width: 400px;
	height: 62px;
}
.highlights #right {
	float: left;
	width: 400px;
	height: 230px;
	margin-left: 10px;
}
.footer {
	background-color: rgb(255,255,255);
	width: 880px;
	box-shadow: 0px -3px 4px rgba(0,0,0,.3);
	padding: 10px;
	margin-top: 25px;
	border: none;
}
.footer #logo {
	vertical-align: bottom;
	height: 65px;
}
.footer #stitext {
	font-size: 10px;
	vertical-align: bottom;
}
.footer #disclaim {
	font-size: 10px;
	color: rgb(102,102,102);
	text-align: center;
}
#nomargin {
	margin: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.steps {
	width: 700px;
	margin-bottom: 15px;
}
.steps #stepsbox {
	color: rgb(255,255,255);
	font-size: 16px;
	padding-left: 80px;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.club-info {
	height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.club-info h2 {
	font-size: 20px;
	font-weight: bold;
	color: rgb(0,106,141);
	margin-bottom: 5px;
	margin-top: 0px;
}
.club-info #club-info-left {
	float: left;
	width: 450px;
	text-align: center;
}
.club-info #club-info-right {
	float: left;
	height: 375px;
	width: 430px;
}
.club-info-sch {
	font-size: 14px;
	width: 425px;
}
.club-info-sch #sch-header {
	height: 30px;
	background: rgb(242,245,246);
	background: -moz-linear-gradient(top,  rgb(242,245,246) 0%, rgb(227,234,237) 37%, rgb(200,215,220) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,245,246)), color-stop(37%,rgb(227,234,237)), color-stop(100%,rgb(200,215,220)));
	background: -webkit-linear-gradient(top,  rgb(242,245,246) 0%,rgb(227,234,237) 37%,rgb(200,215,220) 100%);
	background: -o-linear-gradient(top,  rgb(242,245,246) 0%,rgb(227,234,237) 37%,rgb(200,215,220) 100%);
	background: -ms-linear-gradient(top,  rgb(242,245,246) 0%,rgb(227,234,237) 37%,rgb(200,215,220) 100%);
	background: linear-gradient(to bottom,  rgb(242,245,246) 0%,rgb(227,234,237) 37%,rgb(200,215,220) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
.club-info-sch #sch-body {
	font-size: 12px;
	background-color: rgb(237,241,243);
	height: 25px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(205,218,223);
}
.club-info-sch #sch-footer {
	height: 15px;
	font-size: 4px;
	background: rgb(200,215,220);
	background: -moz-linear-gradient(top,  rgb(200,215,220) 0%, rgb(227,234,237) 63%, rgb(242,245,246) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(200,215,220)), color-stop(63%,rgb(227,234,237)), color-stop(100%,rgb(242,245,246)));
	background: -webkit-linear-gradient(top,  rgb(200,215,220) 0%,rgb(227,234,237) 63%,rgb(242,245,246) 100%);
	background: -o-linear-gradient(top,  rgb(200,215,220) 0%,rgb(227,234,237) 63%,rgb(242,245,246) 100%);
	background: -ms-linear-gradient(top,  rgb(200,215,220) 0%,rgb(227,234,237) 63%,rgb(242,245,246) 100%);
	background: linear-gradient(to bottom,  rgb(200,215,220) 0%,rgb(227,234,237) 63%,rgb(242,245,246) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d7dc', endColorstr='#f2f5f6',GradientType=0 );
}
.carousel {
	background-image: url(../images/carousel-bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	padding: 10px;
	margin-top: 15px;
}
.carousel .ctrl {
	float: left;
	width: 60px;
	height: 130px;
	text-align: center;
}
.carousel .slider {
	float: left;
	height: 130px;
	width: 760px;
}
.carousel .slider-ctrl {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.carousel .slider-ctrl ul{
	display: table;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 0%;
	position: absolute;
	width: 400%;
}
.carousel .slider-ctrl ul li{
	display: table-cell;
	float: left;
	margin-right: 20px;
}
.block-busy-overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
	background-image: url(../images/modal-overlay.png);
	background-repeat: repeat;
}
.block-busy-progress {
	margin-top:20%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	height:20px;
	z-index: 100;
}
.modal-overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1501;
	background-image: url(../images/modal-overlay.png);
	background-repeat: repeat;
}
.modal-window {
	width: 600px;
	min-height: 380px;
	z-index: 1502;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	background-color: rgb(255,255,255);
	text-align: left;
	border: 3px solid #006A8D;
	border-radius: 10px 10px 10px 10px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: fixed;
}

.modal-window-title {
	background-color: rgb(51,51,51);
	height: 28px;
	color: rgb(255,255,255);
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
}
.modal-window-title #modal-window-titletext {
	float: left;
	width: 420px;
	padding-top: 5px;
	padding-left: 5px;
	height: 23px;
}
.modal-window-title #modal-window-titleclose {
	float: right;
	width: 20px;
	padding-right: 5px;
	text-align: right;
	font-size: 23px;
	font-weight: bold;
	display: block;
	cursor: pointer;
}
#modal-window-body h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}

#modal-window-body {
	padding: 0px;
	min-height: 363px;
	display: block;
}
.banner-slideshow {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner-slideshow ul{
	display: table;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 0%;
	position: absolute;
	width: 400%;
}
.banner-slideshow ul li{
	display: table-cell;
	float: left;
}
