/* CSS Document */

body { 
	padding: 0;
	margin: 0;
	background-color:#999999;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #666666;
	}

h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	}

h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	}
	
h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	}

.pointerhand{
	cursor:pointer;
	cursor:hand;
	}

.small {
	font-size: 11px;
	line-height:18px;
	font-style:inherit;
	}
	
.contact_info{
	font-size: 12px;
	line-height: 18px;
	}


/* ----- general page properties --- */

#wrapper {
	margin-top:10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(./images/bg-strip.gif);
	background-repeat: repeat-y;
	z-index:98;
}

#splash {
	margin-right: 12px;
	margin-left: 12px;
}

#header {
	postition: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #999999;
}

#sidebar {
	position: relative;
	z-index: 98;
}

#menu {
	position: relative;
	top: -170px;
	width: 170px;
	padding-left: 60px;
	line-height: 20px;
	z-index:90;
}
#menu a{
	text-decoration: none;
}
#menu a:link {
	color: #666666;
}
#menu a:hover {
	color: #0767A3;
	}
#menu ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	z-index: 49;
	}

#top_right_image {
	vertical-align: top;
	position: relative;
	margin-left: 753px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#logo {
	position: relative;
	top: -180px;
	margin: 0;
	padding: 0;
	z-index:98;
}

#copy {
	position: relative;
	width: 650px;
	margin-top: -480px;
	margin-left: 300px;
	margin-bottom: -60px;
	font-size: 12px;
	line-height: 28px;
	z-index: 99;
}

#copy h2 {
	font-size: 20px;
	}

#footer {
	position: relative;
	height: 230px;
	background-position: bottom;
	background-image: url(./images/footer.gif);
	top: 10px;
	/*background-repeat: no-repeat;*/
	}
	
#footer-splash {
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	height: 120px;
	background-image: url(./images/footer-shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}


/* ---------------------------------- */
/* ---------------------------------- */
/* ----- final team page          --- */
/* ---------------------------------- */
/* ---------------------------------- */

.names {
	color: #0767A3;
	}






/* ---------------------------------- */
/* ---------------------------------- */
/* ----- nominations page         --- */
/* ---------------------------------- */
/* ---------------------------------- */

.error {
	color: #FF0000;
	}





/* ---------------------------------- */
/* ---------------------------------- */
/* ----- selector page properties --- */
/* ---------------------------------- */
/* ---------------------------------- */

#selector-info {
	/*display: none;*/
	display: table-row;
	width: 550px;
	padding-bottom: 10px;
	}
	
#selector-copy {
	line-height: 15px;
	font-size: 10px;
	min-height:100px;
	}
	
#selector-img {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	margin: 0;
	}



/* ---------------------------------- */
/* ---------------------------------- */
/* ----- player search page properties --- */
/* ---------------------------------- */
/* ---------------------------------- */


#search  {
	
	}

#view {
	float: right;
	}
	
#player-list {
	/*display: table-row;*/
	}
#player {
	display: table-row;
	padding-bottom: 10px;
}

#player-img-thumb {
	float: left;
	padding-right: 20px;
	}

#player-copy h4 {
	padding: 0px;
	margin: 0px;
	}

/* ------ sponsorship page properties ---- */

#sponsorship_levels ul {
	margin: 0;
	}

#sponsorship_levels h3 {
	padding-top: 40px;
	padding-bottom: 10px;
	}

#sponsorship_levels h4 {
	padding-top: 10px;
	}

#sponsorship_levels a:link {
	font-colour: #666666;
	}
	
#sponsorship-table {
line-height: 16px;
}

#sponsorship-table tr{
padding-top: 20px;
}