/* centering page */
body {
	background: url(../images/bg.jpg) no-repeat scroll center top;
	text-align: center;
	}






/*fonts and colors*/


h1 {
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-style: normal;
	font-weight: lighter;
	   
	}
	
	
h2 {
	padding-top:20px;
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-style: normal;
	font-weight: lighter;	
	}
	
h5 {
	padding-top:5px;
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-style: normal;
	font-weight: lighter;	
	}
	
h3 {
	padding-left:45px;
	padding-bottom:10px;
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-style: normal;
	font-weight: lighter;	
	}
	
	

#h4 {
	padding-top:25px;
	margin:0px;
	font-size: 12px;
	color: #000000;
	font-family: "Gill Sans", Sans-Serif;
	letter-spacing: .06em;
	text-transform: uppercase;
	}
	
	
a {
	color: #908e8c;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 14px;
	padding-top: 4px;
	text-transform: uppercase;
	text-decoration: none;
}

a.groups {
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-style: normal;
	font-weight: lighter;
	margin-right: 10px;
	margin-left: 10px;


}

a.groups:hover{
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;

}

a.groupSorting {



}
a.footer {
	text-align:center;
	color: #908e8c;
	font-size: 10px;
	margin:10px;
	font-family: "Gill Sans", Sans-Serif;
}

div {
	color: #000;
	font-size: 12px;
	font-family: "Gill Sans", Sans-Serif;
	}
	
div.terms {
	text-align:center;
	color: #908e8c;
	font-size: 10px;
	font-family: "Gill Sans", Sans-Serif;
	}
	


	
/* Begin Form Elements */	
textarea {
	height:100px;
	font-size: 12px;
	color: #000000;
	font-family: "Gill Sans", Sans-Serif;
	text-transform: none;
	background-color: ffffff;
	border: 1px solid #cccccc;
	font-size: 12px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	margin-bottom: 20px;
	line-height: 20px;
	
	}
	
input {
	color: #000000;
	font-family: "Gill Sans", Sans-Serif;
	background-color: 908e8c;
	font-size: 12px;
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	margin-bottom: 5px;
}



input.submit {
	height:35px;
	border: none;
	background-color: ffffff;

}


	
.note {
	font-size: 10px;
	color: #000000;
	font-family: "Gill Sans", Sans-Serif;
	text-transform: none;
	}
	

select.dropdown {
	color: #000000;
	font-family: "Gill Sans", Sans-Serif;
	background-color: 908e8c;
	text-transform: none;	
	font-size: 12px;
	height: 24px;
	padding-left: 3px;
	float: left;
	margin-left:5px;
	margin-bottom: 5px;
}

select.wantToBe {
	color: #ffffff;
	font-family: "Gill Sans", Sans-Serif;
	background-color: #4e4e4e;
	font-size: 18px;
	letter-spacing: .06em;
	padding-top: 1px;
	padding-bottom: 1px;	
	float: left;
	margin-left:275px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.whiteFooter {
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
	padding: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	

}


/* Begin Structure */

ul {
	padding:0;
	margin:10;
}

#title {
	text-align: center;
}
	
#groups {

	height:200px;
	overflow:auto;
	
}

#c_groups {
	margin-top:30px;
	}

#list {
	display: inline;
	list-style-type: none;
	margin:0px;
}


div.captainOne {
	
	background-image: url(../images/captain_1.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 645px;
	padding-bottom: 5px;
	
}

div.captainTwo {
	
	background-image: url(../images/captain_2.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 645px;
	padding-bottom: 5px;
}

div.captainThree {
	
	background-image: url(../images/captain_3.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 645px;
	padding-bottom: 5px;
}


div.memberOne {
	
	background-image: url(../images/member_1.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 645px;
	padding-bottom: 5px;
	
}

div.memberTwo {
	
	background-image: url(../images/member_2.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 645px;
	padding-bottom: 5px;
}

div.memberThree {
	
	background-image: url(../images/member_3.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 645px;
	padding-bottom: 5px;
}

div.groupsNav {
	float: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;

}


div.clear {
clear: both;
}


div#line {
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	
}	
div#whiteContainer {
	width: 870px;
	background:  #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 645px;
	text-align: left;
}

div#forgotContainer {
	
	width: 380px;
	height: 400px;
	background:  #ffffff;
	border: thin solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

div#line25 {
	width: 730px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: transparent;
	border: thin solid #666666;	
}	
div#whiteContainer25 {
	width: 710px;
	height: 150px;
	background:  #ffffff;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	}

div#container25All
{
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
	width: 700px;
	height: 140px;
	text-align: left;
}

div#container25AllNav
{
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
	width: 700px;
	height: 90px;
	text-align: left;
}



div#menuAll
{
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
	width: 700px;
	height:25px;
	text-align: left;
	color: #000;
	border: 1px solid #666666;
	border-width: thin;
	background-image: url(../images/transparency.png);

}


#menuAllBackground {

	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
	width: 700px;
	height:25px;
	

}

menuAllTransparency {

	-moz-opacity:0.4;
	filter:alpha(opacity=40);
	}

#menuAll a {
	margin-left:15px;
	font-size: 12px;
	color: #000000;
}

#menuAll td {
border-left: 1px solid #666666;
border-left-width: thin;

}

#menuAll td.noborder {
border-left: 0px;

}

div#All
{
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
	width: 700px;
	text-align: left;
	border: 1px solid #666666;
	border-width: thin;
	background-image: url(../images/transparency.png);
}

#All a {
	font-size: 12px;
	color: #000000;
	margin-right:5px;
}

#All h3 {
	padding:0px;
	margin-left:15px;
	font-size: 12px;
	color: #000000;
}

#All td {
border-left: 1px solid #666666;
border-left-width: thin;

}

#All td.noborder {
border-left: 0px;

}

div#one25 {
	width:135px;
	height:140px;
	border-right-color: #666666;
	border-right-width: thin;
	border-right-style: solid;
	margin: 5px;
	
	
	
	

}

div#two25 {
	width:210px;
	height:140px;
	border-right-color: #666666;
	border-right-width: thin;
	border-right-style: solid;
	margin: 5px;

}

div#three25 {
	width:325px;
	height:140px;
	margin: 5px;


}

div#join25 {
float:right;
margin-bottom:10px;	

}



div#currentLeader25 {
margin-top:20px;
margin-left:-40px;
float:left;


}

div.spacer {
height:400px;

}

/* End Structure */


/* Begin Images */

img {
	padding:0;
	margin:0;
	border:0;
	}
	
img.verticalLine25 {
	margin:10px;
}


img#switch {

	padding-left:10px;
	padding-right:5px;

	
	}
img a {
	text-decoration: none;
 
}

img.prevNext {
	vertical-align: text-bottom;


}
	
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/* End Images */

/* scrollable div area */


#scrollableR {
	float: left;
	width: 645px;
	height: 120px;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid #CCC;
	}
	
/* wrap to make sure that image area is clickable */
#wrapR {
	margin-top:5px;
	padding-top:10px;
	float: left;
	clear: both;
	width: 645px;
	height: 30px;
	}
			
/* left image of track */
#trackR-left {
	position: absolute;
	width: 13px;
	height: 15px;
	background: transparent url(../images/scrollbar-track-left.jpg) no-repeat top left;
	}
			
/* horizontal track */
#trackR {
	position: absolute;
	width: 639px;
	height: 15px;
	background: transparent url(../images/scrollbar-track-right.jpg) no-repeat top right;

	}
			
/* horizontal track handle */
#handleR {
	padding-left:13px;
	padding-right:13px;
	width: 93px;
	height: 15px;
	}
	
	
	
	
#scrollable2, .scrollable2 {
	float: left;
	width: 290px;
	height: 96px;
	overflow: hidden;


	}
	
	
	
/* wrap to make sure that image area is clickable */
#wrap3, .wrap3 {
	float: right;
	width: 15px;
	height: 100px;
	background: transparent url(../images/scrollbar-track-bottom.jpg) no-repeat bottom left;
	}
			
/* top image of track */
#track3-top, .track3-top {
	position: absolute;
	width: 15px;
	height: 13px;
	background: transparent url(../images/scrollbar-track-top.jpg) no-repeat top left;
	}
			
/* vertical track */
#track3, .track3 {
	position: absolute;
	width: 15px;
	height: 100px;
				
	}
	
/* vertical track handle */
#handle3, .handle3 {
	padding-top:13px;
	padding-bottom:15px;
	width: 15px;

}
