/* Basic Page Styles - The Nose Creek CSS Library */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
}

img {
	behavior: url(iepngfix.htc);
}

p {
    margin:0.5em 0 1em;
}

a {
    color:#0000CC;
}

a:visited {
	color: #551A8B;
}

a:hover {
  position: relative;
  top: -1px;
}

a.static:hover {
  top: 0;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #fe134e;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #fe134e;
}

h3 {
	font-weight: bold;
	font-size: 16pt;
}

.center {
    width: 100%;
    text-align: center;
}

.left-box {
	float: left;
	margin-right: 20px;
}

.right-box {
	float: right;
}

.right-box.center, .left-box.center {
	text-align: center;
	width: 50%;
}

.clear {
	clear: both;
	margin-bottom: 40px;
}

.hidden {
	display: none;
}



/* Page Layout */

body {
    background-color:#5fc8ff;
    height:100%;
    margin:0 auto;
    max-width:960px;
    min-width:960px;
    font-size: 14pt;
}

#body-container {
    background-color:#5fc8ff;
    max-width:960px;
    min-height:100%;
    min-width:960px;
    position: relative;
}

#header {
    width: 100%;
    height: 140px;
}

    #logo {
        position: absolute;
        left: 20px;
        margin-top: 20px;
    }

	span.cloud {
		position: absolute;
		text-align: center;
        top: 20px;
        display: block;
        behavior: url(iepngfix.htc);
	}

    #cloud-one {
        left: 350px;
        background-image: url(img/cloud-one.png);
        width: 169px;
        height: 98px; 
	}
	
	#cloud-two {
        left: 540px;
        background-image: url(img/cloud-two.png);
        width: 196px;
        height: 109px; 
        top: 15px;
	}
	
	#cloud-three {
        left: 755px;
        background-image: url(img/cloud-three.png);
        width: 166px;
        height: 97px; 
	}
	
	img.cloud {
		margin-top: 40px;
	}
	
	#rental-rates {
		margin-top: 45px;
	}

#main-content {
	width: 920px;
    padding: 20px;
    padding-bottom: 60px;
    background-color: #dff4ff;
    min-height: 500px;
    border-radius: 15px; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px;
}

#footer {
    text-align: right;
    font-size: 10pt;
    background-image: url(img/grass2.png);
    margin: -80px 0;
    height: 100px;
    position: absolute;
    width: 100%;
    left: 0;
    behavior: url(iepngfix.htc);
}

	#footer-text {
		width: 960px;
		margin: 0 auto 0 auto;
		text-align: right;
		bottom: 0;
		position: relative;
		color: #FFF;
	}
	
		#nosecreek {
			position: absolute;
			bottom: -100px;
			right: 0;
		}
	
	#footer-text a {
		color: #fbfa00;
	}

ul {
	
}

li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 47px;
	height: 47px;
	padding:5px 0 5px 60px;
	overflow: hidden;
}

	li.green {
		background-image: url(img/green-splash.png);
	}
	
	li.blue {
		background-image: url(img/blue-splash.png);
	}
	
	li.red {
		background-image: url(img/red-splash.png);
	}
	
	li.yellow {
		background-image: url(img/yellow-splash.png);
	}

#sun {
	position: absolute;
	top: 5px;
	left: 425px;
}

/* Page Specific Elements */

/* Rental Rates */
.rates-cloud {
	background-image: url(img/rates-cloud.png);
	width:374px;
	height:222px;
	line-height:222px;
	margin-bottom: 20px;
	display: block;
	behavior: url(iepngfix.htc);
}	

.rates-cloud:hover {
	position: relative;
	top: -2px;
}

	.rates-cloud p {
		margin: 0;
		padding: 0;
	}

.rates-img {
	margin: auto;
	display: block;
	margin: 0 auto;
	padding-top: 38px;
}

.rates-left {
	float: left;
	margin-left: 20px;
}

.rates-right {
	float: right;
	margin-right: 20px;
}	

.rates-popup h2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

#tykes .left-box, #superslide .left-box, #cannon .left-box, #wipeout .left-box {
	padding-left: 30px;
}


/* Contact Us */

#fancybox-wrap {
	background-image: url(img/contact-bg.png);
	background-color: transparent;
}

h1.contact-us {
	color: #5459ff;
}

#contact input, #contact textarea {
	border: 2px groove black;
	display: block;
	padding: 3px;
	text-align: center;
	font-size: 12pt;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
}

#contact textarea  {
	text-align: left;
	height: 154px;
	width: 300px;
}

#contact input:focus, #contact textarea:focus {
	background-color: #DFF4FF;
}

#contact label {
	font-family: 'CartoGothicStdBook', Trebuchet MS, Verdana, Geneva, sans-serif;
}

#contact input.submit-button {
	font-family: 'CartoGothicStdBook', Trebuchet MS, Verdana, Geneva, sans-serif;
	float: right;
	margin-top: 10px;
}

#contact input.submit-button:hover {
	background-color: #c0c0c0;
	color: #000000;
}

#contact .right-box {
	width: 310px;
}

#contact .left-box {
	margin: 0;
}

.close-window {
	position: absolute;
	bottom: 2em;
	left: 0;
}

#contact * {
	clear: none;
}

#contact h1, #contact p, #contact .left-box {
	padding-left: 60px;
}

#contact h1, #contact p, #contact .right-box {
	padding-right: 55px;
}

