* {
    margin:0;
    padding:0;
}
a {
    color:#0196da;
}
a:hover {
    text-decoration:none;
}
a img {
    border:none;
}
html {
    font:normal 14px/22px "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
    color:#555;
    background:url(img/diagonal_bg.gif);
}
body {
    background:url("img/header_bg.jpg") repeat-x scroll 0 -75px transparent;
}
h1, h2, h3, h4, h5, h6 {
    line-height:1.1em;
}
#page_top {
    width:946px;
    height:5px;
    display:block;
    margin:auto;
    background:url(img/page_bg_top.png) no-repeat bottom;
    padding-top:20px;
}
.page_bg {
    background:url(img/page_bg.png) repeat-y;
    width:946px;
    margin:auto;
}
#page_bottom {
    width:946px;
    height:5px;
    display:block;
    margin:auto;
    background:url(img/page_bg_bottom.png) no-repeat top;
    padding-bottom:20px;
}
#redesign-wrapper #header {
    width:100%;
    height:auto;
    font:bold 12px/16px "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
    border:0;
}
#redesign-wrapper #header .page_bg {
    width:906px;
    padding:15px 20px;
    _position:relative;
    _left:32px;
}
#logo {
    float:left;
    margin:0;
}
#logo img {
    width:370px;
}
#tv {
    float:right;
    overflow:hidden;
    margin-bottom:10px;
}
#tv li, #login li {
    float:left;
    list-style:none;
    margin-left:10px;
}
#login {
    float:right;
    margin-bottom:10px;
    _clear:right;
    _width:600px;
}
#login .textbox {
    width:164px;
    height:16px;
    border:0;
    padding:8px 13px 6px;
    background:url(img/input_bg.jpg) no-repeat;
    font:bold 12px/16px "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
    color:#555;
}
#login .submit {
    float:right;
    padding:0;
    margin-top:5px;
    margin-bottom:13px;
    clear:left;
}
#login .submit:hover {
    opacity:.9;
}
#questions_comments {
    _clear:right;
    _width:400px;
    float:right;
    text-align:right;
    font-weight:normal;
    margin-bottom:22px;
}
#questions_comments a {
    font-weight:bold;
    text-decoration:none;
    color:#555;
}
#primary_nav {
    clear:right;
    float:right;
    overflow:hidden;
    margin-bottom:7px;
    position:relative;
    margin-top:-5px;
    *right:65px;
    _margin-left:-35px;
}
#primary_nav li {
    float:right;
    margin-left:10px;
    list-style:none;
    display:inline;
}
#primary_nav a {
    display:block;
    padding:15px 20px;
    background:#e80e26;
    color:#fff;
    text-decoration:none;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow:0 1px 1px #a00a1d;
}
#primary_nav a:hover {
    background:#D30D23;
    text-shadow:none;
    color:#fff;
}
#headline {
    width:100%;
    text-indent:-9999px;
    background:url(img/headline.png) center no-repeat;
    height:125px;
}
#container .page_bg {
    width:900px;
    padding:10px 23px 15px;
    min-height:500px;
    _height:500px;
    _position:relative;
    _left:4px;
}
.left_col {
    float:left;
    width:420px;
    padding-right:30px;
}
.right_col, #right-sidebar {
    float:right;
    width:420px;
    padding-left:30px;
}
.heavy_left .left_col {
    width:504px;
}
.heavy_left .right_col, .heavy_left #right-sidebar {
    width:336px;
}
h2 {
    color:#0196da;
    margin-bottom:10px;
    text-align:center;
}
#video {
    margin-bottom:20px;
}
p {
	margin-top:0;
    margin-bottom:20px;
    text-align:justify;
}
.up {
    position:relative;
    z-index:9999;
}
#my_map {
    float:left;
    position:relative;
    top:-20px;
}
#social {
    overflow:hidden;
    margin-bottom:25px;
    text-align:center;
}
#social h2, #testimonials h2 {
	text-align:center;
}
#social ul {
    display:inline-block;
}
#social li {
    float:left;
    list-style:none;
    margin-right:10px;
}
#social li a:hover {
    opacity:.9;
}
.testimonial {
    margin-bottom:10px;
}
.testimonial img {
    float:left;
    margin-right:20px;
}
.testimonial div {
    overflow:hidden;
}
.testimonial .author, .registration_testimonial .author {
    text-align:right;
    font-weight:bold;
    color:#555;
    line-height:16px;
}
blockquote {
    margin-bottom:10px;
    margin-top:0;
    text-align:justify;
}
.subpage h2 {
    text-align:left;
}
.subpage h2.center {
    text-align:center;
}
.bold {
    font-weight:bold;
}
.note {
    margin-bottom:20px;
    overflow:hidden;
}
.signup-note {
	font-size:12px;
}
.note .left {
    float:left;
    margin-right:10px;
    font-weight:bold;
}
.note .right {
    overflow:hidden;
}
.rounded_border {
    padding:20px;
    border:1px #c1c1c1 solid;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom:20px;
}
.rounded_corners_blue {
    background:#0196DA;
    color:#fff;
    padding:20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom:20px;
}
.rounded_corners_blue p {
    clear:both;
}
#container input, textarea {
    border:1px #c1c1c1 solid;
    padding:5px;
    margin-left:-5px;
    *margin-left:0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#555;
}
#container input {
	width:144px;
}
#container input:focus {
    border-color:#777;
}
#container label {
    font-weight:bold;
}
#container td {
    padding-bottom:10px;
}
.registration_form input {
    width:213px;
    *width:208px;
}
.registration_form .left, table .left {
    padding-right:21px;
}
.red {
    color:#E51026;
    font-weight:bold;
}
.alley_address {
    padding-bottom:20px;
    border-bottom:2px #c1c1c1 dashed;
}
.clearfix {
    clear:both;
    height:1px;
}
#birthdate_month, #birthdate_year {
    float:left;
    width:120px;
    margin-right:10px;
    margin-bottom:5px;
}
#child_registration {
	border-collapse: separate;
	border-spacing: 2px 2px;
}
#child_registration input {
    width:120px;
    margin-right:10px;
}
#child_birthdate_month, #child_birthdate_year {
    width:80px;
    margin-right:5px;
}
.checkboxes {
    padding:20px 20px 0;
}
#container .checkboxes input {
    width:auto;
    float:left;
    margin-right:10px;
    border:0;
    padding:0;
}
.checkboxes p {
    overflow:hidden;
    margin-left:20px;
    margin-top:-5px;
}
#container .registration_form .submit, #container .two_col .submit {
    border:0;
    width:auto;
}
#container .registration_form .submit:hover, #container .two_col .submit:hover {
    opacity:.9;
}
.ribbon_right {
    background:url(img/ribbon_right.png) no-repeat;
    width:396px;
    *width:336px;
    *padding-left:30px;
    _position:relative;
    _right:-59px;
    height:70px;
    line-height:60px;
    display:block;
    text-align:center !important;
    margin-left:-50px;
    color:#fff;
    float:left;
 	font-weight:normal; 
}
.ribbon_left {
    background:url(img/ribbon_left.png) no-repeat;
    width:534px;
    height:50px;
    padding-top:20px;
    line-height:60px;
    display:block;
    text-align:center !important;
    position:relative;
    left:-30px;
    color:#fff;
    font-weight:normal; 
}
#calendars {
    float:left;
    width:296px;
    background:url(img/calendar_arrow_bg.png) center center no-repeat;
    margin-bottom:20px;
}
.calendar {
    overflow:hidden;
    width:100px;
    border:3px #2FA9E1 solid;
    float:left;
}
.calendar .month {
    float:left;
    width:100px;
    display:inline-block;
    background:#E80E26;
    text-shadow:0 1px 0 rgba(0,0,0,.3);
    height:30px;
    line-height:30px;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
.calendar .day {
    float:left;
    font-weight:bold;
    background:#eee;
    width:100px;
    height:70px;
    line-height:70px;
    text-align:center;
    color:#222;
    font-size:56px;
    text-shadow:0 1px 1px #fff;
}
.right {
    float:right;
}
.rounded_white_bg {
    background:#fff;
    padding:20px;
    color:#0196DA;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width:256px;
    font-weight:bold;
}
#operating_times {
    width:296px;
    font-size:14px;
}
	#operating_times td {
		padding:7px;
	}
#operating_times .align_right {
    font-weight:normal;
}
.align_right {
    text-align:right;
}
h1 {
    color:#222;
    font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.2em;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	clear:none;
}
h2.center {
	text-align:center;
}
h3.rounded_white_bg {
    text-align:center;
    width:160px;
    padding:5px 10px;
    display:inline-block;
    margin-bottom:10px;
}
.center {
    text-align:center;
}
.quote_left {
    font-size:42px;
    color:#0196DA;
    float:left;
    margin-bottom:-10px;
}
.registration_testimonial blockquote {
    float:left;
}
.quote_right {
    color:#0196DA;
    font-size:34px;
    float:right;
    margin-top:-10px;
}
.registration_testimonial .author {
    clear:right;
}
#questions .category {
    padding-bottom:20px;
    border-bottom:1px #c1c1c1 solid;
    margin-bottom:20px;
}
#questions .category div {
    margin-bottom:10px;
}
#questions .category h3 {
    color:#E80E26;
    cursor:pointer;
    outline:none;
}
#container .submit_button {
    background:#0196DA;
    padding:5px 15px;
    display:block;
    border-color:2px #015f8b solid;
    cursor:pointer;
    color:#fff;
    font-weight:bold;
}
td {
    vertical-align:top;
}
textarea {
    width:500px;
    height:120px;
}
#copyright {
	text-align:center;
}
label .notes, .notes {
	font-weight:normal;
}

.two_col .left_col {
    width:393px;
    margin-right:15px;
}
.two_col .right_col {
    width:393px;
    margin-left:15px;
}
#container .two_col input {
    margin-left:0 !important;
}
.two_col td, .two_col th {
    padding-right:10px;
    text-align:left;
    display:table-cell;
}
.list_inline {
    overflow:hidden;
    margin-bottom:10px;
}
.list_inline li {
    list-style:none;
    float:left;
    margin-right:10px;
}
.list_inline .last {
    margin-right:0;
}
abbr {
    cursor:help;
}
.signup_coupon {
    width:391px;
    border:2px #222 dashed;
    padding:20px;
    float:left;
    margin-right:20px;
}
.subpage .signup_coupon h2 {
    text-align:center;
    font-size:26px;
    color:#222;
}
.signup_coupon a, .signup_coupon ul {
    display:inline-block;
}
.signup_coupon ul {
    margin:10px 0 0;
}
.signup_coupon a:hover {
    opacity:.8;
}
.four_col {
    overflow:hidden;
}
ul.four_col {
	margin:0;
	padding:0;
}
.four_col li {
    width:210px;
    float:left;
    list-style:none;
    margin-right:20px;
}
.four_col li.last {
    margin-right:0;
}
.four_col img {
    margin-bottom:10px;
}
.four_col .author {
    color:#222;
    text-align:center;
    margin-bottom:5px;
}
.four_col p {
    margin-bottom:5px;
}
.blue {
    color:#0196DA;
}
.checklist {
    margin:20px 0;
}
.checklist li {
    margin-left:10px;
    background:url(img/checklist.gif) no-repeat;
    list-style:none;
    padding-left:40px;
    margin-bottom:10px;
}
.hr {
    height:1px;
    background:#d5d5d5;
    margin:20px 0;
    display:block;
}
.dark_gray {
    color:#222;
}
.float_left {
    float:left;
}

/* New */
.facebook_lg {
    width:440px;
    height:109px;
    display:block;
    overflow:hidden;
    background:url(img/facebook_lg_btn.jpg) no-repeat;
    float:left;
    margin-right:10px;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
}
.facebook_lg:hover {
    background-position:0 -109px;
}
.twitter_lg {
    width:440px;
    height:109px;
    display:block;
    overflow:hidden;
    background:url(img/twitter_lg_btn.jpg) no-repeat;
    float:left;
    margin-right:10px;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
}
.twitter_lg:hover {
    background-position:0 -109px;
}
.overflow_hidden {
    overflow:hidden;
}
.left_col, .right_col {
    width:390px;
}
.submit {
    border:0 !important;
}

/* Added for fpass_s1.php */
.fpass-checklist ul, .fpass-checklist ol {
    margin:10px 0 15px 20px;
}
.checked li {
    padding-left:30px;
    background:url(img/check.gif) top left no-repeat;
    list-style:none;
    margin-bottom:10px;
}
.highlight {
    display:inline-block;
    text-align:center;
    background:#ffff42;
    padding:10px;
    color:#222;
}
.text-center {
    text-align:center;
}
/* end added for fpass_s1.php */


/* 6/15/2011 - Cory */
.checked_list li {
    margin-bottom:20px;
}
.checked_list ul ul li {
    margin-bottom:0;
}
.checked_list ul ul {
    margin-top:2px;
    margin-bottom:5px;
}

.big_red_arrow {
    position:relative;
    top:15px;
}
.hover_btn:hover {
    opacity:.9;
}

.margin-bottom {
	margin-bottom:40px;
}
.text_center {
    text-align:center;
}