/* @override 
	http://localhost:8888/meltdown/meltdown.css
	http://www.campforestsprings.org/meltdown/meltdown.css
*/

@import "reset.css";

/* Importing the global reset file */

@import "text.css";

/* Importing the general text styles */

@import "960.css";

/* Importing the grid styles */

/* The following styles are independant from the 960gs */

body {
	background: #92d7f2 url(images/body-bg-logo.jpg) no-repeat scroll center top;
}

#header {
	height: 410px;
}

body#tell-friend.no-logo {
	background-image: none;
}

#tell-friend-wrapper {
	margin: 20px auto;
	width: 500px;
}

#buttons-bar {
	padding: 12px 0;
	background: #b5e4f6;
	border: 2px solid #fff;
	margin-bottom: 20px;
}
.fullspan {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #5278a8;
}

ul.content {
	color: #606060;
	list-style-type: disc;
	list-style-position: inside;
}

ul.content li {
	margin: 0;
}

h2.center {
	text-align: center;
	margin-bottom: 16px;
}

a:hover {
	text-decoration: none;
}

h2 {
	color: #5278a8;
	font-family: "Arial Rounded MT Bold", Arial, Sans-Serif;
	margin-bottom: 8px;
	font-size: 18px;
}

p {
	margin-bottom: 10px;
	color: #606060;
}

h3 {
	color: #5278a8;
	margin: 5px 0px;
	font: 14px "Arial Rounded MT Bold", Arial, Sans-Serif;
}

#footer {
	padding-top: 20px;
}

#footer p {
	
	text-align: center;
	color: #5278a8;
	font: 12px "Arial Rounded MT Bold", Arial, Sans-Serif;
}

h1 {
	text-align: center;
	color: #FFFFFF;
	font: 36px "Arial Rounded MT Bold", Arial, Sans-Serif;
}

h1.left{
	text-align: left;
}

h1 span {
	color: #307fa0;
	font-size: 75%;
	font-style: italic;
}

body#report {
	background-image: none;
}

#text-boxes{
	background: #b5e4f6;
	border: 2px solid #fff;
	padding-top: 1em;
	margin-bottom: 20px;
}
#text-boxes-wide{
	background: #b5e4f6;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	padding-top: 1em;
	margin-bottom: 0px;
}

#snow-bottom{
	background-image: url(images/footer-bottom.jpg);
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	padding: 0;
}

/* @group Form Basics */
label strong p{
	color: #c674aa;
}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
}

legend {
	font-weight: bold;
	color: #5278a8;
	font-size: 1.4em;
}

.text {
	width: 100%;
	border: 0px solid #ccc;
	color: #606060;
	padding: 5px 0;
}

#registration_form {
	background: #b5e4f6;
	border: 2px solid #fff;
	padding-top: 1em;
	margin-bottom: 20px;
}

p.disclaimor {
	font-size: .8em;
	color: #7a7a7a;
	text-align: left;
}

li.last {
	padding-bottom: 0;
}

.textarea {
	width: 100%;
	padding: 5px 0;
	border: 0px solid #ccc;
	color: #606060;
}

fieldset ol {
	padding: 1em 0 0 0;
	list-style: none;
	color: #616161;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	margin: 0;
}

fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	text-align: right;
}

label {
	display: block;
}

label strong {
	display: block;
	color: #C00;
	font-size: 85%;
	font-weight: normal;
}

div.two-third-left {
	width: 65%;
	float: left;
}

div.one-third-right{
	width: 30%;
	float: right;
}

div.half-left {
	width: 48%;
	float: left;
}

div.half-right{
	width: 48%;
	float: right;
}

p.message {
	padding: 5px;
	background-color: #fff;
}

/* @end */

hr{border:0 #fff solid;border-top-width:1px;clear:both;height:0}