﻿/* CSS Document */

body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	/* background-color: #3c3c3c;*/
	
	background: none;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	}

/* Generic Styles to set font sizes */	
H1 {font-size:2em}  /* displayed at 20px */
H2 {font-size:1.6em}  /* displayed at 16px */
H3 {font-size:1.4em}  /* displayed at 14px */
H4 {font-size:1.2em}  /* displayed at 12px */

p, ul, li, blockquote, a {
	font-size: 1.2em; /* displayed at 12px */
	}

a {
	color: #0066FF;
}
a:hover {
	color: #FFFFFF;
	background-color: #009fc2;
	}

a:visited {
	color: #e20177;		
}

hr.clear {
	clear: both;
	visibility: hidden;
	}

p.intro {
	font-weight: bold;
	font-size: 1.3em;
	}

a img 
{
    border: none;
}

table 
{
}

td, th 
{
    padding: 3px 5px;
    margin: 0 5px;
    vertical-align: top;
}

/* all submit buttons styles */
input[type="submit"] 
{
    padding: 4px 15px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    border: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
    background-image: -moz-linear-gradient(0 100% 90deg, #fff, #bbb);
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

input[type="submit"]:hover
{
    -webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 1);
    -moz-box-shadow: 0 0 12px rgba(51, 204, 255, 1);
    box-shadow: 0 0 12px rgba(51, 204, 255, 1);
}

/* Contact and Feedback Form header styles */

.bcformlabel 
{
    font-weight: bold;
    
}

/* Styles for wrapper div  */
#wrapper {
	font-size: 1.2em; /* displayed at 12px */
	width: 90%;
	margin: 0 auto;
	padding: 0;
	/* border: solid 1px #231f20; */
	}

/* Header styles */
#header {
	display: none;
	}

#logo {
	display: none;
	}


/* Content style */ 
#content {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	border: none;
	}

/* Slideshow on home page */

#sswrapper, ul#slideshow
{
	display: none;
}
/* Home Content styles */

#contentwrapper {
	margin: 10px 40px;
	line-height: 1.5;
	}

#welcome {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
	color: #231f20;
	}

#welcome p {
	padding: 0;
	margin: 0;
	}

#welcome p.first:first-letter { 
	float: left;
	font-size: 3.6em;
	font-weight: bold;
	padding: 0 2px 2px 0;
}

#welcome ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#welcome li {
	padding: 0 0 0 20px;
	background: url(assets/shield1010grey.png) no-repeat left 2px;
	}

#welcome li a.bold {
	font-weight: bold;
	}

#ads {
	
	display: none;
	}


	
/* Features Wrapper Styles */
#featureswrapper {
	
	display: none;
	}



/* Footer styles */
#footer {
	clear: both;
	background-color: #3c3c3c;
	color: #FFFFFF;
	padding: 10px;
	margin: 0;
	}

#footer #subjects {	
	display: none;
	}


#footernav {
	
	display: none;
	}


#footer p {
	margin: 0;
	}

/* sub navigation menus */

#sublinks {	
	display: none;
}



img.icon {
	width: 24px;
	height: 24px;
	border: none;
	}

#logo img {
	border: none;
	}

#logo a {
	background: none;
	}

/**/ 

/* searchbar */

#searchbar {
	
	display: none;
	}



/* Breadcrumb styles */

#breadcrumb 
{
    margin: 0;
    margin-top: -5px;
    padding: 0 0 10px 0;
}

#breadcrumb a
{
    color: #000;
}

/* Page Summary Styles */

#summary 
{
    margin: 10px auto;
    width: 80%;
    font-weight: bold;
}



/* image floats */

img.left 
{
    float: left; 
    margin: 0 20px 20px 0;
}

img.right 
{
    float: right;
    margin: 0 0 20px 20px;
}

a img, a:hover img 
{
    background: none;
}

/* News Styles */

  
  .newsitem , .newsitemalt
  {
      margin: 0;
      padding: 10px 0;
      line-height: 1.5;
      border-bottom: solid 1px #e31937;
  }
  
  .newsitemalt     
  {
      background-color: rgba(193,210,217,0.5);
  }
  
  .newsheader a 
  {
      font-size: 2em;
      font-weight: bold;
      
  }
  
  .newsdesc 
  {
      margin: 10px 0 ;
  }
  
  .newsdesc a 
  {
      line-height: 1.5;
  }
  
  .newsdate
  {
      font-weight: bold;
      font-style: italic;
  }

 

/* Subjects styles */

  #aside 
  {
      width: 200px;
      padding: 20px;
      float: right;
      margin: 0 0 20px 20px;
      border: 1px solid #aaa;
      background-color: #e98300;
      background-color: rgba(233,131,0,0.5);
  }
  
  #aside h2 
  {
      text-align: center;
      color: #fff;
      background-color: #e98300;
      margin: 0;
      margin-top: -20px;
      margin-left: -20px;
      padding: 5px 20px;
      width: 100%;
  }
  
  #aside ul 
  {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-top: 10px;
  }
  
  #aside li {
	padding: 0 0 10px 20px;
	background: url(assets/shield1010grey.png) no-repeat left 2px;
	}
 
 /* Schools styles */ 
 
div#schleft {
	width: 400px;
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
}

div#schright {
	width: 400px;
	margin: 0;
	padding: 0 0 0 9px;
	float: left;
	border-left: 1px dashed #000;
}

div#schfooter {
	margin: 10px 0 0 -10px;
	padding: 5px;
	background-color: #333333;
	color: #fff;	
	}


div#schfooter ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div#schfooter ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
div#schfooter ul li a {
	color: #fff;
}	

div#schcontainer h1 {
	color: #6F6F0B;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

div#schcontainer h2 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 5px 0 0 0;
}

#futureopps {
	background-color: #F2F279;
	color: #6F6F0B;
	margin: 0 0 16px 0;
}

#futureopps h2 {
	background-color: #6F6F0B;
	color: #fff;
	margin-bottom: 0;
}

#futureopps p {
	margin: 0;
	padding: 5px;
}

div#schleft ul {
	margin: 0 0 0 16px;
	padding: 0;
}

div#schleft ul li 
{
    margin: 5px 0;
}

div#schcontainer p 
{
    margin-bottom: 10px;
    margin-top: 5px;
}

	
div#schsidebar {
	width: 198px;
	margin: 0 0 0 30px;
	padding: 0;
	float: right;
	}

/* Styles for the "CPD" sections of Subject Areas */
#cpd 
{
    border: 1px solid #009fc2;
    border-top: 30px solid #009fc2;
    border-top-color: rgba(0,158,194,0.7);    
    border-bottom: 30px solid #009fc2;
    border-bottom-color: rgba(0,158,194,0.7);
    margin-right: 300px;
    padding: 10px;
}

#cpd h2 
{
    margin: 0;
    padding: 0;
    margin-top: -45px;
    font-size: 30px;
}

/* Enterprise Styles */

#busFPscourse ul 
{
    list-style-type: none;
    
}
#busFPscourse ul li 
{
    margin: 0;
    padding: 5px 0;
}

.busFPscoursepager a 
{
    padding: 0 8px;
}

.buscourseitem 
{
    border-bottom: 1px solid #e31937;
}

#buscourselist 
{
    clear: both;
    }

#bcleft 
{
    float: left;
    margin-right: 4em;
    }

#bcright 
{
    float: left;
    }

.bcclear 
{
    clear: left;
}

#buscourselist ul
{
    list-style-type: none;
}

/* contact forms success messages */
p.contactsuccess 
{
    padding: 20px;
    font-size: 2em;
    font-weight: bold;
    font-family: Georgia,Arial,sans-serif;
    background-color: #e31937;
    color: #fff;
}

/* Disabled go links - access guides deep in the site */
a.disabledgo, a.disabledgo:hover, a.disabledgo:focus
{
    display: block;
    background-color: Transparent;
    background: url(assets/disabledgo_link.gif) no-repeat left 2px;
    
    padding: 10px 0 15px 210px;
    color: Blue;
}



