* {	padding: 0;
	margin: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}

td {
	padding-top:3px;
	padding-right:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.clear {
clear: both;
line-height: 0;
font-size: 0;
}

/*-------------------------------LINKS---------------------*/

a:link {
	color:#ffffff;
	text-decoration:underline;
}

a:visited {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	color:#fde802;
	text-decoration:underline;
}

a:active {
	color:#ffffff;
	text-decoration:underline;
}

/*-------------------------------FONTS---------------------*/

.yellow-title {
	font-size:16px;
	font-weight:bold;
	color:#fde802;
}

.med-txt-bold {
	font-size:14px;
	font-weight:bold;
}

.lg-white-txt {
	font-size:24px;
	color:#ffffff;
}

/*-------------------------------MAIN CONTAINERS---------------------*/

#page-wrap {
	background-image:url(../images/scores_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#container {
	background-image:url(../images/scores_pg_bg_01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:1000px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------------------HEADER---------------------*/

#header {
	height:209px;
}

/*-------------------------------MENU---------------------*/

#menu-bar {
	width:738px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
}

ul#nav {
	list-style: none;
	height: 31px;
}

ul#nav li {
	display: inline;
}

ul#nav li a	{
	display: block;
	height: 31px;
	float: left;
}
						
ul#nav li.home a {
	width: 137px;
	background:url(../images/scores_menu_home.jpg) top no-repeat;
}

ul#nav li.direct-hrs a {
	width: 247px;
	background:url(../images/scores_menu_dirct-hrs.jpg) top no-repeat;
}

ul#nav li.free-passes a {
	width: 187px;
	background:url(../images/scores_menu_passes.jpg) top no-repeat;
}	

ul#nav li.contact a {
	width: 167px;
	background:url(../images/scores_menu_contact.jpg) top no-repeat;
}						
									
ul#nav li a:hover {
	background-position:bottom center;
}

/*-------------------------------CONTENT---------------------*/

#content {
	margin-top:26px;
	width:620px;
	margin-left:110px;
}

.pg-title {
	font-size:22px;
	color:#fde802;
	margin-bottom:20px;
}

.home-box {
	background-image:url(../images/home-img.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:190px;
	padding-bottom:20px;
	border-bottom:1px solid #c0dcfd;
	margin-bottom:20px;
	height:177px;
}

.hours-box {
	background-image:url(../images/building-sm.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-bottom:20px;
	border-bottom:1px solid #c0dcfd;
	margin-bottom:15px;
	height:105px;
	padding-top:15px;
	padding-left:220px;
}

.free-pass-box {
	float:left;
	width: 300px;
}

.text-box {
	float: right;
	width:300px;
	background-image:url(../images/txt-bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:220px;
}

.text-box2 {
	background-image:url(../images/phone.png);
	background-position:left;
	background-repeat:no-repeat;
	height:90px;
	padding-left:70px;
	padding-top:5px;
}

.text-number {
	margin-top:30px;
	margin-left:120px;
}


/*-------------------------------FORM---------------------*/

.submit-button {
	background-color:#003d7b;
	color:#fde802;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	border:1px solid #fde802;
}

.form-field {
	width:400px;
	border:1px solid #003d7b;
	padding:2px;
}

/*-------------------------------FOOTER---------------------*/

#footer {
	font-size:11px;
	color:#333333;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#footer a:link {
	color:#333333;
	text-decoration:none;
}

#footer a:visited {
	color:#333333;
	text-decoration:none;
}

#footer a:hover {
	color:#333333;
	text-decoration:underline;
}

#footer a:active {
	color:#333333;
	text-decoration:none;
}

