/* CSS Document */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-color: #012453;
}

/**Header**/
#header{
	font-size: x-large;
	text-align: center;
	font-style: oblique;
	font-weight: bold;
	color: #ffffff;
	background-color: #012453;
	clear:both;
	float:left;
	width:100%;
	overflow: hidden;
	padding: 0;
	}
	
#oldlogo{
	float: left;	
	}
	
#newlogo{
		float: right;		
		}

/**New Three Column Setup**/
/** column container **/
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/** common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/** 3 Column settings **/
.threecol {
	background: #012453;/* right column background colour */
	color: #ffffff;		
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
	color: #000000;
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#012453;	/* left column background colour */
	color: #ffffff;
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#eee;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* Full page settings */
	.fullpage {
		background:#012453;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
		color: #fff;	
	}
	
/**Navigation Bar**/
#hornavbar
{
	clear: both;
	width: 100%;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	background-color: #FFBC00;
	list-style-type: none;
	padding-top: 3px;
	}
	
#hornavbar ul
{
	display: inline;
	border: none;
	margin-left: 0;
	padding-left: 0;
}

#hornavbar ul li
{
	margin-left: 0;
	padding-left: 1em;
	border: none;
	display: inline;
	list-style-type: none;
	
}

#hornavbar ul li a
{
	font-weight: bold;
	margin: 0px;	
	border: none;
	text-decoration: none;
	color: #ffffff;
}

#hornavbar a:hover 
{
color: #ffffff;
background-color: #012453;
}

#hornavbar ul li a.active,
#hornavbar ul li a.active:hover
{
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}


/**Footer**/
#footer {
	width: 100%;
	padding-top: 2px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	background-color: #FFBC00;
	overflow: hidden;
	clear: both;
}

#footer ul 
{
	display: inline;
	border: none;
	margin-left: 0;
	padding-left: 0;
}

#footer ul li
{
	font-weight: bold;
	margin-left: 0;
	padding-left: 1em;
	border: none;
	display: inline;
	list-style-type: square;
}

#footer a:hover 
{
color: #ffffff;
background-color: #012453;
}

#footer a:link, #footer a:visited {
color: #ffffff; 
text-decoration: none;
}

#copyright
{
text-align: right;
font-size:9px;
}

/**Roster Table**/
#roster
{

border:0px;
border-style:none;
}
.number
{
	text-align: center;
	}
.row1
	{
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
	/**background-color:#000066;
	text-align: center;**/
	}
	
	td
	{
	border-color:#fff;
	border-style: none;
	border-width: thick;
	padding: 6px;
	}

	tr
	{
	border-color:#fff;
	border-style: none;
	border-width:thick;
	padding-bottom: 5px;
	}
	
/**Links Page**/
#links
{
	text-align: center;
}

#links a:link, #links a:visited
{
	color: #ffffff;
}



/**#wrapper {
margin: 0px auto;
width: 750px;
border: 0px;
}

#header {
margin: 0px;
width: 100%;
background-color: #000066;
background-image: \pics\<img src="pics/slugsglowback.jpg" alt="" /><img src="pics/slugsglowback.jpg" alt="" />
}

img {
border: 0px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}

#container {
width: 750px;
background-color: #9ccccc;
overflow: hidden;
}

#content {
background-color: #ffffff;
width: 600px;
border-left: 150px solid #aeaeb3;
margin-left: -150px;
float: right;
}

#nav {
background-color: #aeaeb3;
width: 150px;
float: left;
padding:0px;
}


#nav ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

#nav li {
font-weight: bold;
display: inline;
padding: 0px;
margin: 0px;	
}

#nav a:link, #nav a:visited {
color: #ffffff; 
background-color: #aeaeb3;
display: block;
text-decoration: none;
}

#nav a:hover {
color: #ffffff;
background-color: #253d84;
}

#nav a {
margin: 0px;
padding: 0px;
}

#nav #home .home a,
#nav #schedule .schedule a,
#nav #rosterlink .rosterlink a,
#nav #stats .stats a,
#nav #photos .photos a,
#nav #news .news a,
#nav #contact .contact a,
#nav #links .links a
{
background-color: #FFFFFF;
color:#000000;
text-align: center;
}

#headtext {
font-size:24px;
text-align:center;
margin: 0px;
color: #ffffff;
}

.menu {
text-align: center;
margin: 0px;
}

p {
margin-left: 5px;
}



#schedule
{
padding-bottom: 5px;
padding-top: 2px;
padding-left: 5px;
padding-right: 5px;
border: hidden;
}

.row1
{
color: #FFFFFF;
background-color:#000066;
text-align: center;
}

td
{
border-color:#000000;
border-style: none;
border-width:thin;
}

tr
{
border-color:#000000;
border-style: none;
border-width:thin;
}

.title
{
font-size:24px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
font-weight:bold;
color:#000066;
}

#num
{
text-align:center;
}

#colcenter
{
text-align:center;
}

#homepic
{
vertical-align: middle;
}

#titlepic
{
vertical-align:middle;
margin-left: 250px
}

#statstable
{
padding:5px;
border:0px;
border-style:none;
}

#roster
{
padding:5px;
border:0px;
border-style:none;
}
