@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	background-color:#1d621f;
}

body {
	background-image:url("../images/bkgd_grn.jpg");
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	background-color:#1d621f;
	min-height:100%;
}
#container {
	height:100%;
}
#leftColImg {
	float:left;
	top:130px;
	left:-240px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:240px;
}
#rightColImg {
	float:left;
	top:130px;
	left:570px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:240px;
}
#centerCol {
	width:800px;
	height:625px;
	border:solid;
	border-color:#0090ce;
	border-width:0px 2px 2px 2px;
	top:0px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}
#enrollCenterCol {
	width:800px;
	height:1050px;
	border:solid;
	border-color:#0090ce;
	border-width:0px 2px 2px 2px;
	top:0px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width:100%;
	height:94px;
	
	top:0px;
	position:absolute;
}
#header #logo {
	position:relative;
	top:-95px;
	left:10px;
}
#header #enrollButton {
	position:relative;
	top:-105px;
	left:360px;
}
#navigation {
	background-color:#1D1815;
	color:#FFFFFF;
	height:15px;
	padding:10px 0px 10px 0px;
	text-align:center;
	font-size:0.7em;
	font-family:"Lucida Grande", Verdana, sans-serif;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#0090ce;
	border-top:solid;
	border-top-width:2px;
	border-top-color:#0090ce;
	position:absolute;
	width:800px;
	top:95px;
}
#navigation .active {
	color:#FFFFFF;
	border-bottom:2px solid #FF0033;
}
#navigation li {
	display:inline;
	padding:0 1.5em 0 0;
	line-height:1.5em;
}
#navigation a {
	color:#aa9f94;
	margin-right:20px;
	text-decoration:none;
	padding-bottom:0.25em;
	padding-left:0.25em;
	text-transform:uppercase;
}
#navigation a:hover {
	color:#ffffff;
	border-bottom:2px solid #FF0033;
}
#logo {
	position:relative;
	top:5px;
	left:10px;
}
.content {
	width:505px;
	height:auto;
	color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	line-height:1.4em;
	letter-spacing:0.1em;
	position:absolute;
	left:150px;
	top:155px;
}
.enrollContent {
	width:790px;
	height:auto;
	color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	line-height:1.4em;
	letter-spacing:0.1em;
	overflow:hidden;
	position:absolute;
	margin:20px;
	top:155px;
}
.content p {
	padding-bottom:7px;
}
.content table {
	font-size:11px;
}
.content h2 {
	color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif;
}
.footnote {
	color:#cccccc;
	font-size:11px;
}
.content a {
	color:#00FFFF;
}
.content a:hover {
	color:#0000FF;
}
#goalie {
	float:left;
	position:absolute;
	top:365px;
	left:-20px;
}
#player {
	float:right;
	position:relative;
	top:-83px;
	right:-80px;
}
.staffPic {
	float:left;
	padding-right:8px;
	padding-bottom:1px;
}
.staffName {
	font-size:14px;
	color:#0099FF;
}
#footer {
	width:800px;
	margin-top:10px;
	height:auto;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* ############ FORM STYLES ############  */

.formDiv {
	padding-bottom:20px;
}

input, textarea, select  {
	border: 2px solid #666;
        background-color:#ccc;
        font: 1em Verdana, sans-serif;
        font-weight: bold;
        padding-left: 2px;
       
}

textarea:focus, input:focus, select:focus, textarea:hover, input:hover, select:hover {
	border: 2px solid #0090bf; 
        background-color:#fff;
}

#enrollForm .camperTypeRadio {
	display:inline;
	line-height:120%;
	width:190px;
	padding-right:25px;
}


/*
input.btn {
        border: 2px double #666;
        border-color: #ccc #666 #666 #ccc;
        font: 1.25em Arial, sans-serif;
        font-weight: bold;
        margin-left: 2px;
        background-color: #999;
        padding: 3px;
}

input.btn:hover {
        border-color: #333;
        cursor: pointer;
        margin-left: 8px;
}
*/


button {
border: 0 none;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
margin-left: 2px;
cursor: pointer;
}

button.rounded {
background: transparent url( ../images/btn_right.png ) no-repeat scroll right top;
clear: left;
font: 1.6em Arial, sans-serif; ffff00;

}

button span {



display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;

}

button.rounded span {
background: transparent url( ../images/btn_left.png ) no-repeat scroll left top;

}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}
