/*Text-related styling*/
a,
a:visited
{
	font-family:Helvetica, sans-serif;
	text-decoration:none;
}

a.textLink,
a.textLink:visited{
	color: #000;
}

a.textLink:hover{
	color: #0990cf;
}

p{
	margin-top: 16px;
	margin-bottom: 16px;	
}
pre{
	margin: 5px 0px 5px 0px;
	font-family:Helvetica, sans-serif;
}

h1{
	color:#f00;
	font-family:Helvetica, sans-serif;
}

h3{
	color: #fff;
	background-color: #0990cf;
	margin: 18px 0px 0px -14px;
	padding: 0px 0px 0px 50px;
	border-bottom:3px solid #9fdcf8;
}

h4{
	color: #fff;
	background-color: #0990cf;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom:3px solid #9fdcf8;
	border-left:1px solid #9fdcf8;
}

h4.black{
	color: #fff;
	background-color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom:3px solid #9FDCF8;
	border-left:1px solid #9FDCF8;
}

h4.light{
	color: #0990cf;
	background-color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom:3px solid #9FDCF8;
	border-left:none;
}


img{
	border: 0px none;
	text-decoration: none;
}

table#schedule{
	border-bottom: 5px solid #0990cf;
	margin: 15px 0 0 0;
	width: 734px;
}

th{
	padding: 10px 0px 10px 10px;
	color: #fff;
	text-align:left;
	background-color: #0990cf; 
}

tr.color{
	background-color: #bfe4f5;
}

td{
	padding-left: 10px;
}

/*Layout styling*/
body{
	background-image: url(../images/bg.jpg);
	font-family:Helvetica, sans-serif;
}


#menu{
	padding-top: 50px;
	padding-left: 5px;
}

#logoLeft{
	position: absolute;
	top: -97px;
	left: 5px;
	width: auto;
	height: auto;
	float:left;
	text-decoration:none;
}

#logoRight{
	position: absolute;
	top: -144px;
	left: 585px;
	width: auto;
	height: auto;
	float:left;
	text-decoration:none;
}

#rock{
	position: absolute;
	height: 44px;
	width: 50px;
	top: 0px;
	left: -17px;
	background-image: url(../images/rock-half.gif);
}

#title{
	text-decoration: none;
	padding-left: 302px;
	padding-top: 70px;
	margin-right: 20px;

}

#main{
	position:relative;
	width: 900px;
	height: 700px;
	margin-top: 97px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/backContent.gif);
}

#contentLeft{
	position:absolute;
	top: 109px;
	left: 12px;
	width: 114px;
	padding-left: 6px;
	border-right: 1px solid #ccc;
	height: 551px;
	font-family:Helvetica, sans-serif;	
}

#contentRight{
	position:absolute;
	top: 92px;
	left: 146px;
	width: 734px;
	height: 570px;
	font-family:Helvetica, sans-serif;
	font-size: 11pt;
}

#sponsorBarHeader
{
	text-align: center;
	color: #fff;
	background-color: #0990cf;
	padding: 3px 0px;
	border-bottom:3px solid #9fdcf8;
	width: 100px;
	margin: 0px 0px 20px 0px;
}

/*Home Page*/
#intro{
	float:left;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	width: 350px;
	border: 1px solid #0990cf;
}

#slideShow{
	position:absolute;
	top: 41px;
	left: 384px;
	float: right;
	width: 350px;
	height: 349px;
	margin: 10px 0px 0px 0px;
	background-color: #000;
}

#accomplishments{
	color: #fff;
	padding: 10px 10px 10px 10px;
	margin: 163px 0px 0px 0px;
	width: 346px;
	background-color: #0990cf;
	border:3px solid #9fdcf8;
}

ul{
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

li{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#links{
	float: left;
	margin: 15px 0px 0px 0px;
	width: 243px;
	height: 122px;
	padding: 0px 0px 30px 10px;
	border-left: 1px solid #0990Cf;
	border-top: 1px solid #0990Cf;	
}

#news{
	float: right;
	width: 453px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	border-left: 1px solid #0990Cf;
	border-top: 1px solid #0990Cf;		
}

#whereAreWe-1{
	margin: 0px 0px 10px 0px;
}
/*End Home Page*/

/*Team Profile Page*/

#profileContainer{
	position:absolute;
	top: 42px;
	left: 0px;
	width: 734px;
	height: 500px;
	font-family:Helvetica, sans-serif;
	overflow:auto;
}

.playerProfile{
	position:relative;
	padding: 48px 0px 0px 204px;
	margin: 15px 0px 0px 0px;
	height: 192px;
	width: 511px;
	background-color: #fff;
}

.profession{
	text-align:center;
	position: absolute;
	left:9px;
	top:196px;
	width: 185px;
	height: 38px;
}

#profileKelly
{
	background-image: url(../images/profileKellyBig.jpg);
}

#profileJeanna
{
	background-image: url(../images/profileJeannaBig.jpg);
}

#profileSasha
{
	background-image: url(../images/profileSashaBig.jpg);
}

#profileJacquie
{
	background-image: url(../images/profileJacquieBig.jpg);
}

#profileGerry
{
	background-image: url(../images/profileGerryBig.jpg);
}

/*End of Team Profile Page*/

/*Sponsors Page*/
#contentRightBody{
	height: 528px;
	overflow: auto;
}

.sponsor{
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px solid #0990cf;
	border-bottom: 1px solid #0990cf;
}
/*End Sponsors Page*/

/*Photos page*/
#imageInstr{
	text-align:center;
}

img.thumb{
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #000;
}

#imgFrame{
	position: absolute;
	border: 2px double #000;
	top: 93px;
	left: 60px;
	display: none;
	height: 400px;
	width: 600px;
}

a.thumbnail{
	cursor:pointer;
}

a.thumbnail:hover img.thumb,
a.thumbnail.over img.thumb{
	background-color: #0990cf;
}
/*End of photos page*/

/*News page*/
p.article{
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #9FDCF8;
}
/*End of news page*/