﻿/* General */

body
{
	background-color: #adc7a2;
	font: normal normal normal 0.9em Arial
}

table
{
	border-collapse: collapse
}

a, a:Visited
{
	color: #0000ff
}

img
{
	border-width: 0px
}

.Clear
{
	clear: both
}

.Gray
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(Images/Gray.png)
}

h1
{
	color: #0000ff;
	margin: 8px 0px 0px 0px;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none
}

.Error
{
	position: absolute;
	top: 200px;
	width: 200px;
	height: 85px;
	margin-left: 550px;
	padding: 5px 15px 5px 15px;
	border: solid 1px #000000;
	background-color: #ccc;
	text-align: center
}

.Back
{
	display: block;
	width: 175px;
	padding: 5px;
	text-align: center;
	border: solid 1px #000;
	background-color: #d1daf2;
	color: #000;
	text-decoration: none;
	margin: 20px
}

.Back:hover
{
	background-color: #bdc6de
}

/*******************************/
/* Content Panel
/*******************************/

#divContent
{
	width: 900px;
	margin: auto
}

#divContent .TopLeft
{
	background-image: url(Images/Border/TopLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 37px;
	height: 39px
}

#divContent .TopCentre
{
	background-image: url(Images/Border/TopCenter.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #ccc
}

#divContent .TopCentre a
{
	text-decoration: none
}

#divContent .TopRight
{
	background-image: url(Images/Border/TopRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32px;
	height: 39px
}

#divContent .MiddleLeft
{
	background-image: url(Images/Border/MiddleLeft.gif);
	background-repeat: repeat-y;
	background-position: right top;
	height: 12px;
	width: 37px
}

#divContent .MiddleCentre
{
	width: 831px;
	background-color: #ffffff;
	padding-top: 5px
}

#divContent .MiddleRight
{
	background-image: url(Images/Border/MiddleRight.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 10px;
	width: 32px
}

#divContent .BottomRight
{
	background-image: url(Images/Border/BottomRight.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	width: 32px
}

#divContent .BottomCentre
{
	background-image: url(Images/Border/BottomCenter.gif);
	background-repeat: repeat-x;
	height: 35px
}

#divContent .BottomLeft
{
	background-image: url(Images/Border/BottomLeft.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
	width: 37px
}

/* Home Page */

#divHome .Logo
{
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center
}

#divHome .Logo .Find
{
	margin-top: 30px;
}

#divHome .Links
{
	float: left;
	width: 490px;
	line-height: 1.5;
	margin-left: 25px;
	margin-right: 10px;
	padding-bottom: 30px;
}

#divHome .Services
{
	padding: 0px;
	margin: 10px 0px
}

#divHome .Services li
{
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: bold
}

#divHome .Services img
{
	margin-right: 10px;
	text-align: center;
	vertical-align: middle
}

/* Instructor Selection */

#instructorsPage h2
{
	margin: 10px auto;
	text-align: center;
	font-size: 1.2em
}

#instructorsPage p.Instructions
{
	text-align: center;
	font-weight: bold
}

#instructorList
{
	margin-top: 20px
}

#instructorList a:hover
{
	color: #000
}

#instructorList table td
{
	width: 380px;
	border: solid 1px #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 0.9em;
	vertical-align: top
}

#instructorList table td:hover
{
	background-color: #f0ecec;
	cursor: pointer;
	cursor: hand
}

#instructorList table td .Photo
{
	float: left;
	width: 120px;
	text-align: center
}

#instructorList table td p,
#instructorList table td h3
{
	margin: 5px 0px
}

#instructorList table td a
{
	text-decoration: underline
}

#instructorList table td .Details
{
	float: left;
	width: 250px
}

#instructorList table td .Details h3
{
	margin-top: 0px;
	font-size: 1.1em;
	font-weight: bold
}

/* Instructor Details */

#instructorDetails
{
	margin: 10px auto 10px auto;
	width: 750px
}

#instructorDetails h2
{
	color: #000;
	margin: 10px 0px 15px 0px;
	font-weight: bold;
	font-size: 1.1em;
	border: solid 1px #ccc;
	text-align: center;
	padding: 10px;
	background-color: #d1daf2
}

#instructorDetails .InstructorPhoto
{
	float: left;
	padding-top: 5px
}

#instructorDetails .PersonalDetails
{
	float: left;
	width: 400px;
	text-align: left
}

#instructorDetails .PersonalDetails ul
{
	margin: 0px
}

#instructorDetails .PersonalDetails li
{
	margin: 4px 10px 9px 0px;
	list-style-type: none
}

#instructorDetails .PersonalDetails li strong
{
	color: #2f3c5c
}

#instructorDetails .ContactLink
{
	float: left;
	width: 50px;
	padding-top: 10px;
	cursor: hand;
	cursor: pointer
}

#instructorDetails .Statement
{
	margin: 30px 20px 30px 20px;
	font-style: italic;
	text-align: justify;
}

#fullSizeCarPhotoInnerContainer
{
	width: 625px;
	text-align: center;
	margin: 50px auto
}

#fullSizeCarPhotoInnerContainer img
{
	border: solid 1px #000
}

#fullSizeCarPhotoInnerContainer a
{
	display: block;
	width: 150px;
	margin: 5px auto;
	padding: 10px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #000;
	cursor: hand;
	cursor: pointer
}

.Qualifications
{
	text-align: center;
	margin-bottom: 20px
}

.Qualifications img
{
	margin-left: 5px;
	margin-right: 5px
}

#divInstructorCar
{
	float: left;
	width: 310px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
}

#divInstructorCar span
{
	color: #0000ff
}

#divInstructorCar h3
{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: underline;
}

#divInstructorCar div
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#instructorDetails .PhotoContainer
{
	float: left;
	width: 205px;
	text-align: center;
	cursor: hand;
	cursor: pointer
}

#contactDetails
{
	display: none;
	margin: 75px auto;
	width: 400px;
	padding: 5px 15px 5px 15px;
	border: solid 1px #000000;
	background-color: #fff
}

#contactDetails label
{
	display: inline-block;
	width: 125px;
	vertical-align: top
}

#contactDetails input[type=text], #contactDetails textarea
{
	width: 200px
}

#contactDetails .Submit
{
	text-align: center
}

#contactDetails .Popup
{
	text-align: center;
	font-weight: bold
}

#contactDetails .Confirmation
{
	padding: 5px;
}

/* BTEC */

#divA2om
{
	line-height: 1.5
}

#divA2om .Logo
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right
}
