colours {
	color: #000000; /* black */
	color: #ffffff; /* white */
	color: #003399; /* blue */
	color: #990000; /* red */
  color: #561e0d; /* dark red */
  color: #EAE6E5; /* grey */
}
body.design {
	background: #fff; /* white */
  font-size: 62.5%;
	text-align: center;
	margin: 0px 0px;
}
body {
	font-family: Verdana, Arial, sans-serif;
}

* {
	margin: 0px;
	padding: 0px; 
}

body.design h1, body.design h2, body.design h3, body.design h4, body.design h5, body.design h6 {
  color: #5A2110;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px 0px;
	padding:0px;
  font-size: 1em;
  line-height: 1em;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}


/*- links --------------------------------------------------------------------*/
a {
	cursor: pointer;
  color: #5A2110;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
p {
	margin: 10px 0px;
}
ul,ol {
	margin: 0px 0px 0px 30px;
}
img {
	border: 0;
}

.sml {
  font-size: 0.8em;
}
.lrg {
  font-size: 1.2em;
}

/*- classes ------------------------------------------------------------------*/
.left {
	float: left;
	margin: 0px 5px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 5px;
}

.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}

.clear {
	clear: both;
  height: 1px;
  line-height: 1px;
}


.error {
	margin: 10px 0;
	color: #ff0000;
	background-color : #ffeeee;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	padding: 10px;
}
.info {
	margin: 10px 0;
	color: #0000ff;
	background-color:	#eeeeff;
	border-bottom: 1px solid #0000ff;
	border-top: 1px solid #0000ff; 
	padding : 10px;
}
.success {
	margin: 10px 0;
	color: #009F62;
	background-color: #E6FFE6;
	border-top: 1px solid #009F62;
	border-bottom: 1px solid #009F62;
	padding: 10px;
}


/*- layout -------------------------------------------------------------------*/
.iconImage {
	position: relative;
	top: 4px;
}
.border {
  border: 1px solid #990000;
}


.location {
}
  div.location p.location_name {
    
  }
  div.location strong.location_key {
    width: 40px;
    display: block;
    float: left;
  }
  
  .location .location_image {
    width: 100px;
    margin: 5px 0px;
    float: left;
    clear: both;
    text-align: center;
  }

/*- indiv ------------*/
div#location_container {
  margin-top: 10px;
}
div.location_name {
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
  background: #EAE6E5;
  color: #5D1F06;
  padding: 0px;
  clear: both;
}
  
  div#find_courses_here {
    width: 200px;
    float: right;
  }
  
  div#location_info {
    float: right;
    text-align: center;
    width: 180px;
    margin: 0px 0px 0px 10px;
    border: 1px solid #990000;
    position: relative;
  }
  div#location_image {
    float: left;
    text-align: left;
    width: 180px;
    margin: 8px 0px;
    position: relative;
    margin: 0px 10px 0px 0px;
  }
    div#location_image img {
      border: 1px solid #990000;
    }

.fac {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin: 2px 0px;
}
  .facImg {
    width: 40px;
    float: left;
  }
  .fac p {
    margin: 0px;
  }

div.sidebarBlockInner {
  padding: 10px;
}

.local_centre_article {
  float: left;
  clear: both;
}
/*- site ---------------------------------------------------------------------*/
#container {
  width: 780px;
  margin: 10px auto;
  line-height: 1.4em;
  text-align: left;
	position: relative;
}
  #tools {
    font-size: 1.2em;
    font-weight: bold;
    height: 35px;
  }
    #testSize {
      color: #561e0d; /* dark red */
      width: 250px;
      float: left;
    }
    #search_container {
      width: 400px;
      float: right;
      text-align: right;
    }
    
  #header {
    background: #990000 url(images/hands.jpg) no-repeat 297px 94px;
    height: 130px;
    text-align: right;
    color: #ffffff; /* white */
  }
    #logo {
      float: left;
    }
    .header_1 {
      font-size: 24px;
      line-height: 30px;
      margin: 20px 10px;
    }
    .header_2 {
      font-size: 20px;
      line-height: 40px;
      margin: 10px;
    }
    .header_3 {
      font-size: 12px;
      line-height: 20px;
      margin: 10px;
    }
    
  #nav {
    margin: 0px;
    background: #990000; /* red */
    color: #ffffff; /* white */
  }
    #nav ul {
      list-style-type: none;
      padding: 9px 0px 6px 0px;
    }
      #nav li {
        display: inline;
      }
        #nav li a {
          color: #ffffff; /* white */
          padding: 5px 8px;
          font-size: 1.2em;
          font-weight: bold;
        }
  #main {
    
  }
    #content {
      float: right;
      width: 610px;
    }
      #contentInner {
        padding: 35px;
      }  
    #sidebar {
      float: right;
      width: 170px;
    }  
      #sidebarInner {
        padding: 5px 0px;
      }
      
        .sidebar_box_title {
          color: #ffffff; /* white */
          background: #990000; /* red */
          font-size: 1.2em;
          font-weight: bold;
          text-align: center;
        }
          .sidebar_box_title span {
            padding: 6px 0px 4px 0px;
            display: block;
          }
        .sidebar_box_content {
          color: #561e0d; /* dark red */
          background: #EAE6E5; /* grey */
        }
          .sidebar_box_content span {
            
          }
        
        .sidebar_box_border {
          border: 1px solid #b2b2b2;
          margin: 5px 0px;
        }
          .sidebar_box_border p,
          .sidebar_box_border span {
            padding: 5px 0px;
            margin: 5px;
          }
	#footer {
		clear: both;
	}
    #adviseBar {
      text-align: right;
      font-size: 1.4em;
      font-weight: bold;
      color: #ffffff; /* white */
      background: #990000; /* red */
      height: 30px;
    }
      #adviseBar span {
        display: block;
        padding: 5px 10px 0px 0px;
      }
		#footerNav ul {
			list-style-type: none;
			padding: 15px 0px 0px 0px;
      margin: 0px;
		}
			#footerNav li {
				display: inline;
			}
				#footerNav li a {
					padding: 5px 0px 0px 0px;
				}
    #copyright {
      float: right;
      text-align: right;
      margin: 15px 0px 0px 0px;
    }
    #developed {
      float: right;
      clear: both;
    }
  #belowsite {
    clear: both;
    text-align: center;
    margin-top: 30px;
  }
    

/*- sidebar --------------*/

#access_learn {
  text-align: center;
}
  #access_learn span {
    font-size: 1.2em;
    color: #5A2110;
    font-weight: bold;
  }
#testimonial {
  text-align: center;
}
#remit {
  text-align: center;
}

/*- superForm ----------------------------------------------------------------*/
form.superForm {
  width: 80%;
}
  form.superForm label {
    width: 40%;
    margin-right: 5%;
    margin: 5px 5% 5px 0px;
    float: left;
    text-align: right;
  }
  form.superForm .text {
    width: 50%;
    float: left;
    clear: right;
    border: 1px solid #333;
    margin: 5px 0px;
  }

/*- general forms ------------------------------------------------------------*/
input, textarea {
  border: 1px solid #333;
  margin: 5px 0px;
}
  input.checkbox,
  input.radio {
    border: none;
  }

.submit {
  border: none;
}

img#newsImage {
  float: left;
  position: relative;
  margin: 0px 10px 10px 0px;
}



/*- home news ----------------------------------------------------------------*/
#latestNews {
  border: 1px solid #990000;
  
  margin: 0px 0px 10px 0px;
}
  #latestNews p,
  #latestNews h5,
  #latestNews h4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #latestNews div#newsHeading {
    background: #990000;
  }
    #latestNews h4 {
      padding: 10px;
      color: #fff;
    }
  #latestNews h5 {
    margin: 10px 0px;
    color: #fff;
  }

#news_pagenation {
  border-top: 1px solid #990000;
}



.red_color,
.custom_highlight {
  color: #990000;
}
.black_color {
  color: #000000;
}