/* *************************** 
  Site - SUMMERNATS
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#b90707;
    text-decoration:none;
}
a:hover {
	color:#b90707;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.6em;
	line-height: 1.1em;
	color: #C11E00;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:2.4em;
	line-height: 1.2em;
    color:#0085cc;
    margin-bottom:20px;
}
h3 {
	margin-bottom:20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #4f007f;
}

h4 {
    margin-bottom:20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    color: #666666;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin-bottom:20px;
	color: #333333;
	font-size: 11.5px;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background:#000 url(../images/bg_body.jpg) center top repeat-y;
}
#container {
	width:974px;
    margin:0 auto;
    text-align:left;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:974px;
	height:150px;
    padding:26px 0 0 60px;
    width: 841px;
    height: 124px;
    position:relative;
}
#header #logo {
	margin:0 30px;
}
#header #menu {
	position:absolute;
    left:12px;
    bottom:0;
    width:900px;
    height:38px;
    padding: 0 0 0 30px;
}
#header #menu a:hover {
	text-decoration:none;
}

.home_btn {
float: left;
padding: 0 50px 0 0;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:974px;
	padding:25px 37px;
        width/**/:/**/ 900px;
	background:url(../images/bg_content.jpg) repeat-y;
        overflow:hidden;
	min-height: 700px;
}
#home_left {
	width:438px;
	height: auto;
    float:left;
	margin: 0px;
	padding: 0px;
}
#home_leftswf1{
	width:438px;
        height:300px;
	margin-bottom:25px;
}
#home_leftswf2{
	width:438px;
	height:100px;
	margin-top:0px;
}
#home_leftswf3{
	width:438px;
	height:100px;
	margin-top:20px;
}

#home_right {
	width:437px;
	height: auto;
        float:right;
	margin: 0px;
	padding: 0px;
}
#home_righswf_new {
	width:437px;
	height: 300px;
	margin-bottom:25px;
}

#home_righswf1 {
	width:437px;
	height: 100px;
	margin-bottom:25px;
}
#home_righswf2 {
	width:437px;
	height: 75px;
	margin-bottom:25px;
}

#home_righswf3 {
	width:437px;
	height: 75px;
	margin-bottom:25px;
}

#home_righswf4 {
	width:437px;
	height: 100px;
	margin-bottom:20px;
}

#home_righswf5 {
	width:437px;
	height: 100px;
	margin-bottom:22px;
}

#home_bottom {
	width:900px;
	height:50px;
        float:right;
	margin-bottom: 25px;
}
#home_bottom2 {
	width:900px;
	height:50px;
        float:right;
	margin-bottom: 25px;
}

#maincontent {
    width:570px;
    float:left;
    font-size:11px;
    /*margin-left:20px;*/
    display:inline;
}
#maincontent a {
	color:#b90707;
    text-decoration:none;
}
#maincontent a:hover {
	text-decoration:underline;
}
#maincontent h1 {
	font-family: Trebuchet MS, Geneva, Sans Serif;
	font-size: 3.6em;
	line-height: 1.1em;
	color: #c11e00;
}
#maincontent h3 {
	margin-bottom:20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #4f007f;
}
#maincontent h3.nomargin {
	margin-bottom:0;
}
#maincontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom:20px;
	color: #333333;
	font-size: 13px;
}
#maincontent p a {
	color: #0075bc;
	text-decoration:underline;
}
#maincontent p a:hover {
	color: #FF0033;
	text-decoration:none;
}
#maincontent li{
	list-style: square;
	color: #333333;
	font-size: 13px;

}
.red {
	color:#d50808;
}
.blue {
	color: #2B97CF;
}

.biggertext {
	font-size:14px;
}

.quicklinks {
	margin-bottom:20px;
}

#maincontent .links {
	font-size:14px;
}
#maincontent .links a {
	color:#656565;
}
#maincontent .links li {
    padding:3px 0 3px 0;
}

#maincontent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:2.4em;
	line-height: 1.2em;
    color:#0085cc;
    margin-bottom:20px;
}
#maincontent h2.nomargin {
	margin-bottom:0;
}

.relatedlinks li {
	font-size:14px;
    padding:0 0 8px 0;
}
.grey {
	color:#656565;
}
#title_seasonspasses {
	width:184px;
    height:53px;
    text-indent:-9999px;
    background:url(../images/heading_seasonspasses.png) no-repeat;
}
#title_daypasses {
	width:142px;
    height:53px;
    text-indent:-9999px;
    background:url(../images/heading_daypasses.png) no-repeat;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:277px;
    float:right;
    padding-top:65px;
    font-size:11px;
}
#sidebar .image_box {
	margin-bottom:50px;
}
#sidebar .image_box p {
	font-size:16px;
    font-style:italic;
    color:#d50808;
}
#sidebar .image_box2 img {
	margin-bottom:10px;
}
.redbox {
	border:1px solid #da9595;
    padding:15px;

    margin:5px 0 30px;
}
.redbox p,
.bluebox p {
	margin-bottom:10px;
    line-height:14px;
}
.bluebox {
	border:1px solid #2b97cf;
    padding:15px;
    margin:5px 0 30px;
}


/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	width:100%;
    /*overflow:hidden;*/
    font-size:10px;
    color:#727171;
}
#footer a {
	color:#727171;
    text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_image {
       padding:30px 0 0 0;
       text-align:center;
}
 #footer_left {
    width:880px;
    float:left;
    padding-top:25px;
    text-align: center;
} 
#footer_right {
	width:390px;
	float:right;
}

#syndicate {
	clear:both;
}


/*#footer_left td {
/*     height:15px; */
    /*float:left;
    margin:0px;
    padding:0px;
    text-align:left;
}*/