@charset "utf-8";

/* this style sheet only applies to the Index page and the Login page  */

/* adds the large Sakonnet logo to the left sideof the pack*/
#masthead {
	background-image: url(images/splash_pic.png);
	height: 554px;
	width: 449px;
	float: left;
	margin-top: 15px;
}

/* adds the background horizontal bars to the top of the page on the splash-style pages*/
#splash_pages {
	background-image: url(images/splash_masthead.gif);
	min-height: 650px;
}

/* disapear the unstyled text */
h1 {
	text-indent: -9999px;
}

/* styles for the content area on the splash-style pages*/
#content {
	float: right;
	width: 283px;
	margin-top: 15px;
}

/*  style the login form area  */
#login {
	float: right;
	width: 293px;
	margin-top: 15px;
}

/* styles the instructions on the login page  */
h2 {
	background-image: url(images/login_instructions.gif);
	height: 110px;
	width: 283px;
	text-indent: -9999px;
	margin-top: 45px;
}

/*  styles the actual login form itself */
#login_form {
	background-color: #A5BAB9;
	margin-top: 60px;
	border: 1px solid #203C3A;
}

/* for the div that contains the submit button */
#submit_button {
	text-align: center;
}

/*  add some spacing to the form fields */
input {
	margin-bottom: 20px;
}

/* style the text labels placed before the form fields */
label {
	font-family: Garamond, "Times New Roman", "Trebuchet MS", serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #333;
}

/*  add some spacing to forms - this will apply to all forms  */
form {
	margin-top: 13px;
	margin-right: 10px;
	margin-left: 10px;
}

/* style the members buttons */
#members {
	background-image: url(images/members_button.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 273px;
	margin-top: 35px;
}

/*  the anchor for the members button */
#members a {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 273px;
}

/* the nonmembers buttons  */
#nonmembers {
	background-image: url(images/nonmembers_button.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 232px;
	margin-top: 50px;
	background-position: center;
	margin-left: 25px;
}

/* the anchor for the nonmembers button  */
#nonmembers a {
	text-indent: -9999px;
	height: 80px;
	width: 232px;
	display: block;
}


/* style the footer area */
.footer {
	background-image: url(images/footer_backg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 146px;
	width: 100%;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-position: bottom;
	clear: both;
}

/* spacing for the copyright statement in the footer */
#footer_copyright {
	padding-top: 20px;
}

/* spacing for the contact info in the footer  */
#footer_contact {
	color: #203C3A;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 65px;
}

/*  this is the actula submit button itself  */
#submit_button_in_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #203c3a;
	border: 1px solid #FFF;
	color: #FFF;
}

/*  the 'forgot password' text  */
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
}

/*  'Click here' text  */
h4 {
	text-transform: uppercase;
	margin-top: 12px;
	text-align: center;
}

/*  anchor styles for the Click Here  */
h4 a {
	text-decoration: none;
	color: #203c3a;
}

/* and the hover  */
h4 a:hover {
	color: #000066;
	text-decoration: underline overline;
}

/*  style the list used for the buttons  */
#login_buttons {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

