﻿/* colors
light
#F2F2F2
#F2D5A4
#F2B705
#D98E04
#BF6B04
dark
*/



*	{
	margin:0;
	padding:0;
}

body	{
	font-family:"Times New Roman", Times, serif;
	font-size:x-small;
	color:black;
	background-color:black;
	background-attachment:fixed;
	background-image:url('../images/warriors-etw-aie.gif')
}

a	{
	
	}
a:hover	{

	}
	
p {
	margin-top:10px;
}
	
ol li,
ul li	{
	margin-left:30px;
}

#masthead img	{
	padding-right:10px
}

#menu ol li,
#menu ul li	{
	margin-left:0;
}

#menu ul,
#banner-menu ul	{
		list-style:none;
}

#menu li a	{
	display:block;
	width:130px;
	height:13px;
	margin-left:0;
	padding:9px 5px 6px 15px;
	background-image:url('../images/button-1.jpg');
	background-repeat:no-repeat;
	background-color:#D98E04;
	color:white;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
}

#menu li a:hover	{
	display:block;
	width:130px;
	height:13px;
	margin-left:0;
	padding:9px 5px 6px 15px;
	background-image:url('../images/button-2.jpg');
	background-repeat:no-repeat;
	background-color:#D98E04;
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#banner-menu ul,
#banner-menu li	{
	margin:0;padding:0;list-style:none;display:inline;
}

#banner-menu li a	{
	display: inline-block;
	float:left;
	min-width:75px;
	height: 10px;
	margin-left: 0;
	padding: 9px 10px 6px 10px;
	background-image: url('../images/tab.gif');
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;*/
}

#banner-menu li a:hover	{
	display:inline-block;
	float:left;
	height:10px;
	min-width:75px;
	margin-left:0;
	padding:9px 10px 6px 10px;
	background-image:url('../images/tab-hover.gif');
	background-repeat:no-repeat;
	background-color:#D98E04;
	color:black;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
#banner-menu li a:active	{
	display:inline-block;
	min-width:75px;
	height:10px;
	margin-left:0;
	padding:9px 10px 6px 10px;
	background-image:url('../images/tab-active.gif');
	background-repeat:no-repeat;
	background-color:#D98E04;
	color:black;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}



#footer ul,
#footer li	{
	margin:0;padding:0;list-style:none;display:inline;
}

#footer ul li a	{
	color:white;
	text-decoration:none;
}

#footer a:hover	{
	color:red;
	text-decoration:none;

}


.left	{
	text-align:left;
	float:left;
}

.right	{
	text-align:right;
	float:right;
}

.center	{
	text-align:center;
	margin:0 auto 0 auto;
}

.staffpic	{
	position:relative;
	float:left;
	width:150px;
	margin:10px;
	border:3px black solid;
}

.staffpic-center	{
	display:block;
	position:relative;
	float:left;
	text-align:center;
	border-top:3px black solid;
	width:150px;
}

