#html, body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding:0;
	margin:0;
	min-width:980px;
	min-height: 800px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12pt;
	background: #ffffff;
}


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

a:link, a:visited {
	color: #9F1C00;
	text-decoration: underline;
}

a:active {
	color: #FBB03B;
	text-decoration: underline;
}

a:hover {
	color: #FBB03B;
	text-decoration: underline;
}

#mainWrapper{
	min-height: 400px;
	height:100%;
	margin: 5px 25px 5px 25px;
}

/* HOME PAGE =========================================== */
#splash a:link img, a:visited img, a:active img, a:hover img  {
	border:1px solid black;
}

#splash {
	text-align:center;
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#bodyWrap {
	height: 100%;
	width:980px;
	margin:auto;
}

#contentWrap {
	width: 100%;
	height: 170px;
	margin-bottom: 20px;
}

#leftColumn {
	float:left;
	width: 49%;
	border:1px solid #666;
	height: 100%;
	
}

#middleColumn {
	float:right;
	width: 49%;
	border:1px solid #666;
	
	height: 100%;
}
/*
#rightColumn {
	float:left;
	clear:right;
	width : 25%;
	height: 100%;
	border:1px solid #666;
}*/

/* HEADER STYLES ======================================  */

#navBar {
	width: 100%;
	height: 53px;
	background: #666;
	border-bottom: 3px solid #9F1C00;
}

#navBar ul {
	vertical-align: middle;
	float: right;
	margin-right: 30px;
}

#navBar li {
	display: inline;
	margin-left: 20px;
}

#navBar a:link, #navBar a:visited {
	color: #E6E6E6;
	text-decoration: none;
}


#navBar a:active {
	color: #A6A6A6;
	text-decoration: none;
}

#navBar a:hover {
	color: #A6A6A6;
	text-decoration: none;
}

#logoBar {
	width: 100%;
	height: 150px;
	background: #CCC;
}

#gullLogo {
	position: relative;
	float: left;
	top: 10px;
	left: 20px;
	vertical-align: middle;
}

#searchBox {
	float: right;
	vertical-align: bottom;
	margin-top: 10px;
	margin-right: 30px;
}

/* END HEADER STYLES ======================================  */

#registrationFormDiv {
	padding: 0;
	margin-top:25px;
}

/* FOOTER STYLES ======================================  */
#footer {
	width:100%;
	height:75px;
	background: #666;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	clear:both;
	padding-top:5px;  	
}

#footer p{
		
}

#footer a:link, #footer a:visited {
	color: #E6E6E6;
	text-decoration: none;
}

#footer a:active {
	color: #A6A6A6;
	text-decoration: none;
}

#footer a:hover {
	color: #A6A6A6;
	text-decoration: none;
}

/*  END FOOTER STYLES ======================================  */


/*  ADMIN STYLES ======================================  */

#adminContentHeader{
	clear:both;	
}

#breadCrumb {
	float:left;
}

#logoutDiv {
	float:right;
	padding-top:10px;
}

/* Login Page */
#adminLoginDiv
{
	width: 200px;
	margin: 50px auto 0px;
}

/* Landing Page */
#adminHomeWrap {
	width: 100%;
	min-height: 250px;
	clear:both;
}

#adminHomeLeftColumn {
	float:left;
	clear:left;
	width: 49%;
	border:1px solid #666;
	min-height: 250px;
	height: 100%;
}

#adminHomeRightColumn {
	float:right;
	clear:right;
	width: 49%;
	border:1px solid #666;
	min-height: 250px;
	height: 100%;
} 

/* Email Page */
#adminEmailWrap {
	width: 100%;
	min-height: 380px;
	clear:both;
}

#adminEmailLeftColumn {
	float:left;
	clear:left;
	width: 37%;
	border:1px solid #666;
	min-height: 370px;
	height: 100%;
}

#adminEmailRightColumn {
	float:right;
	clear:right;
	width: 60%;
	border:1px solid #666;
	min-height: 370px;
	height: 100%;
}

.adminFormElement
{
	width: 100%;
}

/* Admin - view members page */
#buttonControlBar{
	
	width:100%;
	background: #FBB03B;
	padding-top: .4em;
	padding-bottom: .4em;
	font-size:12px;
}


.spacing {
	padding-right: 10px;
	display: inline;
}


/*  END ADMIN STYLES ======================================  */

/* REGISTRATION STEPS */
ul.regSteps {
	list-style-type:none;
	font-size:12px;
	text-align:center;
}

ul.regSteps li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 20px 0 0;
	padding-left:20px;
}

li.regNotDone{
	background-image:url(../images/squareGray.jpg);
	background-repeat:no-repeat;
	color:#ccc;
}

li.regSelected{
	background-image:url(../images/squareOrange.jpg);
	background-repeat:no-repeat;
	color:#000000;
}

li.regDone{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 20px 0 0;
	padding-left:20px;
	background-image:url(../images/squareOrange.jpg);
	background-repeat:no-repeat;
	color:#666;
}

p.regDirections {
	font-size:13px;
	text-align:center;
}

/*  END registration ======================================  */
em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form label {
	display: block;
	width: 100%;
}
form ul {
	margin: 0 10px;
	padding: 0;
}
form li {
	list-style: none;
	clear: both;
	padding: .2em 0;
	margin: 0;
	font-size: 8pt;
}

form fieldset {
	display:inline-block;
	border: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
	/*padding: 10px;*/
	/*border-top: 30px solid #FBB03B;*/
}
form fieldset.clear {
	clear: both;
}
fieldset label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
}
fieldset fieldset ul {
	margin: 0 10px;
	padding: 0;
}
fieldset fieldset li {
	list-style: none;
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 8pt;
}
.horizontalListItem{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 20px 0 0;
	font-size: 8pt;
}
form fieldset div {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.formHeader {
	width: 100%;
	padding-top: .4em;
	padding-bottom: .4em;
	/*height: 1.6em;*/
	margin-bottom: 10px;
	font-weight: bold;
	background: #FBB03B;
}

.formHeaderLabel {
	vertical-align: middle;
	margin: 0 0 0 12px;
}
/*
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}*/
form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	font-size:14px;
}
/*form label {
	/*width: 120px; /* Width of labels 
}*/
form fieldset fieldset label {
/*	margin-left: 123px; /* Width plus 3 (html space) */
}



fieldset#basic {
	float: left;
	clear: left;
	width: 49%;
}

fieldset#contact {
	float: right;
	clear: right;
	width: 49%;
}

fieldset#insurance {
	float: left;
	clear: left;
	width: 49%;
}

fieldset#emergency {
	float: right;
	clear: right;
	width: 49%;
}

fieldset#lacrosse {
	clear: both;
	width: 100%;
}

div#formControls {
	width: 100%;
	text-align: right;
	clear: both;
	margin: 0 auto 50px;
}