/* ----------------------------------------------------------- */
/*                                                             */
/* Central Bedfordshire College Style Style Sheet              */
/* (C) 2010 Central Bedfordshire College / Provide Design      */
/*                                                             */
/* ----------------------------------------------------------- */

/* ---------- BASE ELEMENTS ---------- */

body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
  	margin: 0px;
  	padding: 0px;
	font-weight: normal;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	line-height: 1.4em;
	background-color: #333;
}

#form-body {
	background-image: url(../images/blank.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: transparent;
	
}

html>body {
	font-size: 10px;
}

#wrapper-home {
	background-image: url(../images/wrapper-home-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}

#wrapper {
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}

#horizon {
	background-color: transparent;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	clear: both;
	width: 920px;	
}

#container-home {
	background-image: url(../images/content-home-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50px 40px;
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	display: block;
	width: 920px;
	padding: 0px;	
}

#container {
	background-image: url(../images/content-home-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50px 40px;
	background-color: transparent;
	position: relative;
	top: 0px;
	left: 20px;
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	display: block;
	width: 920px;
	padding: 0px;	
}





/* ---------- GLOBAL STYLE ---------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
	line-height: 1em;
	padding: 0px;
	margin: 8px 0px 1em 0px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

p {
	line-height: 1.4em;	
}

a, a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fffff;
	font-weight: bold;
	text-decoration: none;
}

br {
	line-height: 1em;
}

.leadcopy {
	font-size: 1.4em;
}





/* ---------- GENERAL ELEMENT STYLE ---------- */

table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
	border-collapse: collapse;
}

th {
	border: 0px;
	background-color: transparent;
	color: #ffffff;
	padding: 5px;
}

td {
	border: 0px;
	padding: 0px;
}

tr.alt td {
	background-color: #c4d3e9;
}

div {
	padding: 0px;
	margin: 0px;
}

hr {
	height: 1px;
	background-color: #000000;
	border-bottom: 1px solid #545454;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a img {
	border: 0px;
}

a img:active, a img:hover {
	border: 0px;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}





/* ---------- FIELDS ---------- */

form, fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

form p {
	clear: both;
	display: block;
	padding: 0px 0px 4px 0px;
}

checkbox {
	padding: 0px;
	margin: 0px;
}

option, select {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 5px;

}

textarea {
	border: 1px solid #bbb;
	padding: 2px;
	color: #666;
}

label {
	padding: 2px 10px 0px 0px;
	border: 0px;
	margin: 0px;
	width: 300px;
	float: left;
	display: block;
	text-align: right;
	color: #fff;
	clear: both;
}

input#submit, input#reset {
	font-size: 1.1em;
	color: #fff;
	background-color: transparent;
	padding: 0px;
	font-weight: normal;
	border:0px;
	cursor: pointer;
}

/* LIST CONTROL */

ul {
	list-style: circle;
	margin-left: 0px;
	padding: 0px 0px 0px 2em;
}

ul li {
	line-height: 2em;
}




/* ---------- HEADER ---------- */

#header {
	background-color: transparent;
	width: 820px;
	height: 121px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}

#top-bar-nav {
	display: block;
	padding: 12px 0px 0px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-shadow: 0px 1px #fff;
	text-align: right;
}

#top-bar-nav span {
	float: left;
}

#top-bar-nav a {
	padding: 12px 0px 0px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-shadow: 0px 1px #fff;
	text-align: right;
}




/* ---------- NAVIGATION ---------- */

#navigation {
	background: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 614px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	position: absolute;
	top: 96px;
	left: 237px;
	
}

#navigation ul {
	width: 614px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#navigation ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
}

a#home img {
	background: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	background-color: transparent;
	width: 87px;
	height: 25px;
	display: block;
}

a#home:hover img, a#home-current img {
	background: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	width: 87px;
	height: 25px;
	display: block;
}

a#about img {
	background: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: -87px -25px;
	background-color: transparent;
	width: 219px;
	height: 25px;
	display: block;
}

a#about:hover img, a#about-current img {
	background: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: -87px 0px;
	background-color: transparent;
	width: 219px;
	height: 25px;
	display: block;
}

a#contact img {
	background: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: -306px -25px;
	background-color: transparent;
	width: 141px;
	height: 25px;
	display: block;
}

a#contact:hover img, a#contact-current img {
	background: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: -306px 0px;
	background-color: transparent;
	width: 141px;
	height: 25px;
	display: block;
}





/* ---------- MAIN CONTENT ELEMENTS ---------- */

#content {
	width: 920px;
	margin: 0px 0px 0px 0px;
	height: auto;
	clear: both;
	overflow: hidden;

}

#strap {
	width: 820px;
	height: 170px;
	margin: 33px 0px 0px 0px;
}

#column-one {
	margin: 40px 0px 0px 0px;
	float: left;
	width: 500px;
	height: auto;
	background-color: transparent;
	line-height: 1.4em;

}

#column-one-contact {
	margin: 40px 0px 0px 140px;
	width: 680px;
	height: auto;
	background-color: transparent;
	line-height: 1.4em;

}

#column-two { 
	margin: 20px 0px 0px 20px;
	width: 300px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	background-color: transparent;
	padding: 22px 0px 0px 0px;
	overflow: hidden;
	float: left;
}

#single-column {
	text-align: center;
	width: 820px;
	margin: 0px 0px 0px 50px;
}	

#hp-logos {
	height: auto;
	width: 824px;
	margin: 0px 0px 0px 0px;
}

img.logo {
	display: block;
	float: left;
}

img.title {
	display: block;
	margin: 3em 0px 1em 0px;
}

.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.imgleft {
	float: left;
	margin: 0px 10px 9px 0px;
}






/* ---------- FOOTER ---------- */

#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 11px;
	clear: both;
	width: 920px;
	overflow: hidden;
	height: 200px;
	color: #ffffff;
	display: block;
}

#footer-left {
	padding: 20px 0px 0px 0px;
	text-align: left;
	float: left;
	display: inline;
}

#footer-right {
	padding: 20px 0px 0px 0px;
	text-align: right;
	float: right;
	display: inline;
}

.separator {
	margin: 0px 6px;
	color: #263970;
}

#footer h1 {
	padding: 0px;
	margin: 0px 0px .6em 0px;
}


/* ---------- FIELDS ---------- */


#title-form {
	width: auto;
}

#Name, #HearAbout, #surname, #companyname, #county, #phone, #email, #address1, #address2, #address3, #town, #postcode, #occupation {
	width: 280px;
	margin-bottom: 4px;
	padding: 3px;
 	font-size: 1.2em;
	border: 1px solid #bbb;
	color: #666;
}

#message, #WhatDo, #HowDo  {
	width: 280px;
	margin-bottom: 4px;
	padding: 3px;
	font-size: 1.2em;
	border: 1px solid #bbb;
	color: #666;
}

#subscribe-form {
	border: 0px;
}

.asterisk {
	color: #ff0000;
}

.wpcf7-response-output {
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: none;
}


/* ---------- THICKBOX ---------- */

#TB_window {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}

#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
  position: fixed;
  background: #000000;
  z-index: 102;
  color:#fff;
  display:none;
  border: 10px solid #333;
  text-align:left;
  top:50%;
  left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border: 0px;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 15px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}

#TB_title{
  background-color: transparent;
  height:27px;
}

#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
  padding:15px;
}

#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}

#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}