
/* p - main paragraph style for all other classes, ids etc. - will affect everything*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	font-size: 75%;
	margin-left: 0px; 
	text-decoration:none; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	line-height: normal;
	padding-right: 10px;
	}

/* back to top*/

.top {
	font-size: 95%;
	text-align:center; 
	}                                                                                 

/* styles for around all images and any text below i.e biology */

.img {
	padding-bottom:10px;
	font-size: 100%;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	vertical-align:top;
	float:right;
	text-align:center;
	}
	
.img-spec {
	padding-bottom:10px;
	font-size: 100%;
	font-weight:bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top:10px;
	vertical-align:top;
	text-align:center;
	}
	
.img-lft {
	font-size: 100%;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	vertical-align:top;
	float:left;
	text-align:center;
	}
	
.img-cnt {
	font-size: 100%;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	vertical-align:top;
	text-align:center;
	}
	
/* padding for pdf icon */

.pdf {
	padding:0px 0px 0px 6px;
	}

#mainpic {	
	border: 0px solid #000;
	padding: 170px 10px 20px 0px;
	background-repeat: no-repeat;	
	background-image: url(../images/homepage_panel.jpg);
	}

/* table styles for school/templates, used mainly in modules/prog specs*/

#start-table {
	padding-left:10px;
	padding-right:10px; 
	padding-top:10px;
	}

#ics-table {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	}

#mod-table { 
	width:100%
	}

/* next and previous styles - for more than one page docs */

#next-prev {
	width:100%;
	}

.nxt-prev {
	text-align:right; 
	font-size: 75%;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	}

.prev-nxt { 
	text-align:left; 
	font-size: 75%;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	}

/* strong styles, horizontal rules etc. */
	
strong {
	}

hr{
    height: 1px;
    width:100%;
    background: #333333;
	color:#333333;
	border:0px solid #333333;
   }
   
.rule { 
   width:90%;
    }
   
/* nutscape 4 style - enough said */

.nn4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: normal;
	border-color: #ccc;
	border-width: 1px;
	width: 1000px;
	}

/* for bullet gif - unused (I think) */
	
.bullet{
	list-style-type:none;
	list-style-image:url(../assets/bullet.gif);
	}
	
/* self explanatory - for nn4 */
	
.hide {
	display: none;
	}
	
/* base hyperlink style */

a {
	line-height: normal;
	color: #333333;
	text-decoration: none;
	}

a:visited { 
	}

/* main template table classes and various table border id's */
	

.navandcontent {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	}			
	
#split-table-left {
	padding-top: 10px;
	border-right: 1px solid #333333;
	}

#split-table-left ul {
	list-style-position: outside;
	list-style-image:url(../assets/bullet.gif);
	margin-left: 20px;
	padding-right:15px;
	}

#split-table-right ul {
	list-style-position: outside;
	list-style-image:url(../assets/bullet.gif);
	margin-left: 20px;
	}

#split-table-right {
	padding-top: 10px;
	}

#split-table-bottom {
	border-top: 1px solid #333333;
	}

#split-table-top{
	border-top: 1px solid #333333;
	}
	
#split-table {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	}

.navigation {
	line-height: normal;
	color: #333333;
	text-decoration: none;
	}

/*more basic hyperlink styles */

a:hover {
	color: #666666;
	text-decoration: none;
	}

a:active {
	color: #666666;
	text-decoration: none;
	}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: normal;
	list-style-type: none;
	}

/*styles for all content areas */

#content {
	width: 79%;
	}
	
#content p,ul,li,dl,dt {
	color: #333;
	padding-left: 10px;
	line-height: normal;
	}
	
#content ul {
	list-style-position: outside;
	list-style-image:url(../assets/bullet.gif);
	margin-left: 15px;
	margin-right:15px;
	padding-right:15px;
	}
	
#content hr{
    height: 1px;
    width:100%;
    background: #DBBD62;
	color:#DBBD62;
	border:0px solid #333333;
	}
	
#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #000;
	padding-left: 10px;
	}
	
#content h2,h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 85%;
	color: #000;
	padding-left: 10px;
	}
	
#content h1 {
	padding-top: 5px;
	}
	
#content a {
	font-weight:bold;
	}
	
#content a:hover {
	color:#666666;
	font-weight:bold;
	}

/*left hand nav ul-li's for left hand nav for main and schools */

#navigation ul{
	border-bottom: 1px solid #333333;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	}
	
#navigation li{
	text-align: left;
	text-indent: 5px;
	padding: 0px 0px 2px 0px;
	list-style: none;
	}
	
#navigation li{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	text-indent: 5px;
	padding: 0px 0px 2px 0px;
	list-style: none;
	}
	
.section {
	font-weight: bold;
	color:#333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	background: #DBBD62;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	}

.section_notop {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333333;
	border-top: 0px solid #333333;
	background:  #DBBD62;
	margin: 0px 0px 0px 0px;  
	padding: 2px 2px 2px 2px;
	}	
	
.section2 {
	font-weight: bold;
	color: #000;
	border-bottom: 0px solid #333333;
	background-color:#F0E4BF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #fff;
	width:198px;
	}
	
#latestnews img {
	vertical-align:top;
	float:left;
	border:solid 1px;
	border-color:#333333;
	margin-right:5px;
	}
	
.section3 {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333333;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	border-top: 1px solid #fff;
	}
		
.section3 {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	margin: 0px 0px 0px 0px;  
	padding: 2px 2px 2px 0px;
	}
	
.section5 {
	font-weight: bold;
	color: #000;
	border-top: 1px solid #333333;
	margin: 0px 0px 0px 0px;  
	padding: 2px 2px 2px 2px;
	}

.section4 {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333333;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
	border-top: 1px solid #333333;
	}
	
.heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: normal;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333333;
	background:  #DBBD62;
	margin: 0px 0px 0px 0px;  
	padding: 2px 10px 3px 10px;
	}
	
/* search styles */
	
.search{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: normal;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333333;
	background:  #DBBD62;
	margin: 0px 0px 0px 0px;  
	padding: 4px 2px 2px 4px;
	height: 50px;
	}

/*right hand nav (right content area) styles */


#righthandnav {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 0px;
	}
	
#righthandnav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	font-size: 75%;
	margin-left: 0px; 
	text-decoration:none; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	line-height: normal;
	padding-right: 10px;
	}

#righthandnav h2,h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 85%;
	color: #000;
	padding-left:5px;
	}
	
#righthandnav h1{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #000;
	padding-left:5px;
	}
	
#righthandnav a {
	font-weight:bold;
	}
	
#righthandnav a:hover {
	font-weight:bold;
	}

.colon {
	font-weight:bold;
	padding: 0px 2px 0px 0px;
	}
	
/* hyperlink styles */

.useful {
	}
	
.crumb{ 
	padding: 1px 1px 1px 1px;
	}
	
a.crumb {
	}
	
a.crumb:active { 
	background:#ffffff;
	text-decoration: none;
	}
	
a.crumb:hover {
	background:#ffffff;	
	padding: 1px 1px 1px 1px;
	}

/*banners and logo styles*/
	
#new-banner {
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left;
	background-color:#242C15;
	}

#logoandbanner {
	}	

#new-logo {
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width:150px;
	background-repeat: no-repeat;
	background-color:#242C15;
	}
	
#small-banner{
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer {
	color:#999999;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-left:5px;
	}
	
#navigator {
	background-color: #fff;
	border: 0px #336699 solid;
	width: auto;
	padding: 1px;
	text-align: center;
	}

.housebutton {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;	
	margin-top: 0px;
	}

.housebutton a {
	padding: 2px;
	text-decoration: none;	
	display: block;
	color: #333333;
	background-color: #DBBD62;
	border-top: 2px #E4CE8B solid;
	border-left: 2px #E4CE8B solid;
	border-bottom: 2px #333333 solid;
	border-right: 2px #333333 solid;
	}

.housebutton a:hover {
	color:#fff;
	background-color: #666666;
	border-top: 2px #333333 solid;
	border-left: 2px #333333 solid;
	border-bottom: 2px #CCCCCC solid;
	border-right: 2px #CCCCCC solid;
	}


#tabBar {
	text-align: right;
	background-color: #F0E4BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 2px;
    }

#tabBar b {
	display: none;
    }

#tabBar strong {
	display: none;
    }

#tabBar a {
	font: 1em/1em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-style: solid;
	border-width: 2px 2px 0;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	background-color: #333333;
	color: white;
	margin: 0;
	padding: 2px 5px;
	-moz-border-radius: .75em .75em 0em 0em;
	font-weight: normal;
    }

#tabBar a:hover {
	background-color: #E4CE8B;
	color: #000;
	font-weight: normal;
	border-bottom-color:#FFFFFF;
    }

#tabBar selected {
    }

#tabBar a.selected {
	background-color: #CCCCCC;
	border-top-color: #fff;
	border-right-color: #333333;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #333333;
    }

#tabBar a.selected:hover {
	background-color: #CCCCCC;
	color: #333333;
	border-top-color: #fff;
	border-right-color: #E4CE8B;
	border-bottom-color: #FFFFFF;
	border-left-color: #fff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    }
	
#linkspanel { 
	float: left;
	border: 1px solid;
	margin: 20px 5px 20px 20px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	padding-right: 0px;
	}	

.linkspanel { 
	float: left;
	border: 1px solid;
	width: 250px;
	margin: 20px 5px 20px 20px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	/*padding-right: 0px;*/
	}
	
#applypanel { 
	float: right;
	border: 1px solid #000000;
	width: 200px;
	margin: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	padding-right: 0px;
	}	

.applypanel { 
	float: right;
	border: 1px solid #000000;
	width: 200px;
	margin: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	/*padding-right: 0px;*/
	}
	
#applypanel p { 
	color:#333333;
	}
.applypanel p { 
	color:#333333;
	}
	
#applypanel a { 
	color:#333333;
	}
.applypanel a { 
	color:#333333;
	}
	
#applypanel a:hover { 
	color:#666666;
	}
.applypanel a:hover { 
	color:#666666;
	}
