/*
* Different Stylesheets:
* Style.css - for index.php, NOT running IE6 or below
* Style2.css - for all other pages, NOT running IE6 or below
* Style3.css - for all other pages, running IE6 or below
* Style4.css - for index.php, running IE6 or below
* Copyright © 2007 Trevor Gau, Westside High School NHS
*/	
	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background: #919191;
		color: #000;
		margin-top:8px;
	}
	p, tr, td, th, table {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		color: #000;
	}
	a {
		color:#00f;
		text-decoration:none;
	}
	a:hover {
		text-decoration: underline;
	}
	a:visited {
		color: #30f;
	}
	#entire {
		width:900px;
		margin:0px auto 10px auto;
	}
	.wrapper {
		background-color: #fff;
	}
	#header {
		height:100px;
	}
	.invisible {display:none;}
	#content {
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:left;
		width:180px
	}
	/*#content div {
		padding:10px 10px 10px 20px;
		float:left;
	}*/
	#content-left {
		width:180px;
		margin: 10px 10px 10px 15px;
		float:left;
	}
	#content-main {
		width:604px;
		margin: 500px 10px 10px 10px;
	}
	h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #00f;
		font-weight: bold;
		margin-top: 8px;
	}
	h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #009;
		font-weight: bold;
	}
	#content-box1, #content-box2, #content-box3 {
		padding:0px 4px 4px 10px;
		float:left;
		position:absolute;
		margin:0px 0 0px 0;
		color: #000;
		background-image: url(images/boxgrad.jpg);
		height: 288px;
		overflow: visible;
	}

/*The above CSS class applies to all 3 of the box divisions on the page. They are positioned absolutely and then pushed into the correct place by using their margin properties.*/
	
	#content-box1 {
		margin-left: 15px;
		width:205px;
	}
	#content-box2 {
		margin-left: 246px;
		width:204px;
	}
	#content-box3 {
		margin-left: 476px;
		width:205px;
	}
	#footer {
		margin-top:10px;
		margin-bottom:0px;
		width: 880px;
		clear:both;
		padding:10px;
		border-top:3px solid #000033;
	}
	#bottom {
		clear:both;
		color: #fff;
		text-align:right;
		padding:8px 6px 8px 0;
		vertical-align: middle;
		background: #000;
	}
	#bottom a{
		color:#ffcd05;
	}
	.navBtn {
		background-image: url(images/navbtn.png);
		margin: 0px 10px -6px 4px;
		padding: 10px 0 28px 0;
		width:174px; 
		height:0px;
		vertical-align:middle;
		text-align:center;
  	}
	.navBtn a {
		color: #000000;
		text-decoration: none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		position: relative; /* tries to fix non-clickable links above filters */
		z-index: 1;
	}
	.navBtn a:visited {
		color: #000000;
	}
	.navBtn a:hover {
		color: #0066FF;
		text-decoration: underline;
	}
	#navbar {
		float:left; 
		background-color:#1a1a1a;  
		margin: 15px 0px 10px 10px; 
		width: 180px;
		display:inline;
	}
	.empty {
		height: 27px;
		display: block;
		width: 140px;
	}
	div.inner {
		margin: 0; 
		background: #ccc; 
		padding: 10px; 
		border:0; 
		height:150px; 
		z-index:11; 
		overflow: hidden;
		color:#000;
	}
	div.outer { 
		float: left; 
		margin: 15px; 
		background: #000; 
		padding: 8px; 
		width: 56em; 
		z-index:8; 
	}
	.big {
		font-size: 13px;
		font-weight:bold;
		color:#FFFFCC;
	}
	strong {
		font-weight:bold;
		color:#990000;
	}
	.justBold {
		font-weight:bold;
	}	


/*The NHS Orange is "#FFCB05"
  The NHS Blue is "#005496"  
  The Lighter Blue is "#0082e8" */

