/* CSS Document */
html,body{height: 100%;  margin: 0;  padding: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #49729c;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:10px;	
}

 #fullheightcontainer {
	position: relative; /*** Let's be nice to IE ***/
	width:770px;
	display: table; /*** Background colour of content section ***/
	background-color: #eff1f5;
	background-image: url(Images/maincontentgif.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #D7E0E9;
}

#wrapper{  display: table-cell; /*** For non-IE browsers ***/  
position: relative; /*** Let's be nice to IE ***/
}

p {
	font-size: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 250%;
	text-transform: lowercase;
	color: #49729C;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right:0px;
	margin-left:0px;
	padding: 0px;
	border-bottom: 3px solid #49729c;
	padding-bottom: 10px;
	line-height:1em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	text-transform: lowercase;
	color: #49729C;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	padding-top: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-transform: lowercase;
	color: #49729c;
	margin: 0px;
	padding: 0px;
}

#masthead {
	background-color: #D7E0E9;
	height: 130px;
	background-repeat: no-repeat;
	background-image: url(../Images/Logos/finalcentraltraining.jpg);
	background-position: 0px 0px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #D7E0E9;
}

#masthead #toptext {
	float: right;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.separatorInvisible {
	clear: both;
}

#maincontent {
	background-color: #eff1f5;
	margin: 0px;
	padding: 0px;
	width:770px;
	background-image: url(Images/maincontentgif.gif);
	background-repeat: repeat-y;
}

#navigation {
	background: #D7E0E9;
	width: 770px;
}

.center {margin-left:auto; margin-right:auto;}

#columnLeft {
	float: left;
	width: 150px;
	background-color: #EFF1F5;
	background-image: url(../Images/bkleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin:0px;
}

#columnLeft ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 10px;
	background-position: 0px 0px;
	padding:0px;
	/*took out line height here because of public training programme*/
}

#columnLeft a {
	color: #49729c;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
	margin:0px;
	padding:0px;
}

#columnLeft a:hover {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #FFFFFF;
	background-color: #95ADC6;
}

#columnLeft a:visited {
	color: #49729c;
}

#columnLeft li {
	font-weight: bold;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:15px; /* to do with public training schedule 2007*/
	padding-bottom: 1px;
}

#columnLeft li ul {
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#columnLeft li li a {
	text-decoration: none;
	font-size:85%;
}

#columnLeft li li a:hover {
	color: white;
}

#columnLeft #breadcrumbs {
	font-size: 90%;
	padding-bottom: 30px;
}

#columnLeft #breadcrumbs a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 100%;
}

#columnLeft #breadcrumbs a:hover {
	display: inline;
	background-color: #EFF1F5;
}

#content {
	background-image: url(../Images/bkgrdmiddle.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-bottom: 0px;
	padding-top: 20px;
	background-color: #eff1f5;
}

#contentArea {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 85%;
	line-height: 17px;
	color:#49729c;
}

#content #contentArea a {
	color: #1B005D;
}

#columnRight {
	background-image: url(../Images/bkright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #D7E0E9;
}
	
#columnRight td {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #eff1f5;
	color: #95ADC6;
	margin: 0px;
	padding: 0px;
}

/*home.aspx
#tblJobDescription { 
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 175px;
}

#tblJobDescription td {
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#lblJobTitle {
padding-left:5px;
}

#lblSalary {
	padding-left: 10px;
}

#lblLondon {
	padding-left: 20px;
}
*/
#moreinfobutton, #signupbutton {/*used in tblJobDescription, Subscribe to Newsletter*/
text-align: right;
}

.style1 { /*used in job alert*/
	font-weight: bold;
	color: #aac0d7;
	padding-bottom: 5px;
}

#frmJobSearch{ /*home.aspx*/
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:5px;
}

#frmJobSearch table td, #tblJobalert td {/*home.aspx*/
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#frmBookingRequest {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

frmBookingRequest #tblBookingDetails td { /*trainingroomhirebookingform.aspx*/
	padding-bottom: 5px;
}

#frmSubscribe #tblSubscribe {
	background-color: #eff1f5;
}


#footer {
	background-color: #49729C;
	clear: both;
	padding: 5px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-width: 3px;
	border-right-style: inset;
	border-right-color: #D7E0E9;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: lowercase;
	margin: 0px;
	padding-top:7px; /*needed to add because of pages with forms on*/
	padding-bottom:5px;
}

.columnleft { /*onlineapplication.aspx*/
	vertical-align: top;
	padding-right: 10px;
	width:150px;
}

.columnright { /*onlineapplication.aspx*/
	vertical-align: top;
	width:200px;
}
#map { /*used in contact pages*/
	float: left;
	margin: 0px;
	background-position: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#map img {
	border: thin solid #D7E0E9;
}
