@charset "UTF-8";
/* CSS Document */
/* general items*/

body {
	background-color: #FFFFFF;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
	text-align: left;
}
/* ============================= Text Styles ====================== */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size: 12px;
	/*line-height: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	*/
}
li {
	font-family: helvetica, Arial, verdana;
	font-size: 12px;
	color: #000000;
	list-style-image: url(../../images/PSIcon.gif);
	/*line-height: 20px;*/
	list-style-position: outside;
	/*margin-left: 20px;*/
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 5px;
}
.testimonial {
	font-style: italic;
}
.HappyCustomer {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 30px;
	color: #2B5F84;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 30px;
	color: #2B5F84;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}
h3 {
	font-size: 18px;
	color: #EE342A;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4,
.publication h4 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ============================= Main Layout ====================== */
.clear {
	clear:both;
}
#container {
	padding: 0px;
	width: 900px;
	margin-top: 230px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
.LanguageSelect {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.Menu{
	float:left;
	width:175px;
	margin-right: 0px;
}
.MenuBoxContent {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.MenuLevel1 {
	background-color: #e5e5e5;
	display: block;
	border: 1px solid #CCCCCC;
}
.MenuLevel1 a {
	font-size: 14px;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
.MenuLevel1 a:hover {
	font-size: 14px;
	display: block;
	background-color: #CCCCCC;
	text-decoration: none;
}
.MenuLevel1 p {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.MenuLevel2 {
	background-color: #FFFFFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
}
.MenuLevel2 p {
	font-size: 14px;
	margin: 0px;
	color: #666666;
	padding: 0px;
	font-weight: normal;
}
.MenuLevel2 a {
	font-size: 14px;
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.MenuLevel2 a:hover {
	font-size: 14px;
	display: block;
	background-color: #E5E5e5;
	text-decoration: none;
}
.PageBody{
	float:right;
	width:696px;
	margin-bottom: 20px;
}
/* ============================= Box Outs ====================== */
.News{
	float:right;
	width:210px;
	border: 1px solid #E5E5E5;
	background-color:#FFF;
	margin-left: 20px;
}
.NewsContent{
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.SidePanel {
	width: 212px;
	float: right;
	margin-left: 20px;
}
.MidBoxOut{
	width:442px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	background-color:#FFF;
	float: left;
	margin-left: 10px;
}
.MidBoxContent{
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.FullBoxOut{
	width:680px;
	border: 1px solid #E5E5E5;
	margin-left: 10px;
	background-color:#FFF;
	margin-bottom: 20px;
	float: left;
}
.FullBoxContent{
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.FullBoxForm{
	width:300px;
	padding-left: 10px;
	float: right;
}
.BoxContentNoPad {
	border: 1px solid #CCCCCC;
	padding: 0px;
}
.NoPadInner {
	padding: 10px;
}
.BoxContentNoPad h4 {
	background-image: url(../../images/blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #27557A;
	color: #FFFFFF;
	padding: 10px;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
}
.News .BoxContentNoPad h4 {
	background-image: url(/images/blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #27557A;
	color: #FFFFFF;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
.SmallBoxOut .BoxContentNoPad h4 {
	background-image: url(../../images/blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #27557A;
	color: #FFFFFF;
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
}
.ThirdBoxOut .BoxContentNoPad h4 {
	background-image: url(../../images/blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #27557A;
	color: #FFFFFF;
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
	height: 32px;
}
.HalfBoxOut {
	border: 1px solid #E5E5E5;
	margin-left: 0px;
	background-color:#FFF;
	margin-bottom: 20px;
	float: left;
	width: 323px;
}
.HalfBoxGap {
	float: left;
	width: 20px;
	height: 343px;
}
.HalfBoxContent {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 321px;
}
.SmallBoxOut {
	border: 1px solid #E5E5E5;
	margin-left: 20px;
	background-color:#FFF;
	margin-bottom: 20px;
	float: left;
	width: 210px;
}
.ThirdBoxOut {
	border: 1px solid #E5E5E5;
	margin-left: 20px;
	background-color:#FFF;
	margin-bottom: 20px;
	float: left;
	width: 209px;
}
.ThirdBoxOut .BoxContentNoPad {
}
.PageBody .FullBoxOut .FullBoxContentNoPad .NoPadInner {
	padding-right: 0px;
	width: 656px;
}
.ThirdBoxOut .BoxContentNoPad .NoPadInner {
	height: 82px;
}
.ThirdBoxOut .BoxContentNoPad .redButton {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
}
/* ============================= Rollover Boxes ====================== */
/* ============================= Rollover Boxes ====================== */
/* Course Picker */
.courseLinkContainer {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-left-color: #E5E5E5;
	width: 419px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.courseLink {
	width: 138px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	background-color: #FFFFFF;
	background-image: url(../../images/fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	float: left;
	height: 150px;
}
.courseLink a{
	display: block;
	padding: 10px;	
	height: 130px;
	
}

.courseLink a:hover {
	display:block;
	background-image: none;
	text-decoration: none; 
	background-color: #CCCCCC;
}
.course {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #EE342A;
	margin: 0px;
}
.venue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
.venue p{
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
.dateOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
/* END Course Picker */



/* ============================= Navigation Buttons ====================== */

.redButton{
	text-align: left;
	float: right;
	margin-top: 8px;
	margin-left: 5px;
	padding: 5px;
}
.redButton a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 5px;
	line-height: 11px;
	background-image: url(/images/red.jpg);
	background-color: #ef382e;
	background-position: bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.redButton a:hover{
	text-decoration:none;
	background-image:none;
}
.quickLinksContainer {
	clear: both;
	border: 1px solid #e5e5e5;
	width: 896px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.quickLinksContainer .innerBox {
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 27px;
}
.quickLinks, 
.quickLinks1, 
.quickLinks2, 
.quickLinks3, 
.quickLinks4, 
.quickLinks5, 
.quickLinks6, 
.quickLinksImage {
	float: left;
	height: 95px;
	width: 148px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.quickLinks a, 
.quickLinks1 a, 
.quickLinks2 a, 
.quickLinks3 a, 
.quickLinks4 a, 
.quickLinks5 a, 
.quickLinks6 a {
	padding: 10px;
	text-decoration: none;
	height: 75px;
	display: block;
	color: #000;
}
.quickLinks1 {
	background-image: url(/images/courses.jpg);
	background-repeat: no-repeat;
}
.quickLinks3 {
	background-image: url(/images/newsletter.jpg);
	background-repeat: no-repeat;
}
.quickLinks4 {
	background-image: url(/images/find.jpg);
	background-repeat: no-repeat;
}
.quickLinks5 {
	background-image: url(/images/become.jpg);
	background-repeat: no-repeat;
}

.quickLinksImage a {
	text-decoration: none;
	height: 95px;
	color: #000000;
	display: block;
}
.quickLinksImage .overtrans {
	background-color: #333333;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
	display: block;
}
.overtrans a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background-color: #E5E5E5;
	display: block;
}

/* ============================= Team ====================== */

#TeamMember {
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*
.PageBody .FullBoxOut .FullBoxContent li {
	font-family: helvetica, Arial, verdana;
	font-size: 12px;
	color: #000000;
	list-style-image: url(../../images/PSIcon.gif);
	line-height: 20px;
	list-style-position: outside;
	margin-bottom: 5px;
	font-weight: bold;
}
 ============================= Courses ====================== */

.courseList p {
	margin: 0px;
	padding: 0px;
}
.courseHeadings {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	clear: both;
	background-color: #2B5E85;
	margin-top: 5px;
}
.courseSection {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 10px;
	background-color: #EF382E;
	background-image: url(../../images/red.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	margin-left: 0px;
}

.heading,
.Date,
.Tutor,
.Venue,
.Organiser,
.Cost,
.Book,
.Details,
.Language
 {
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	padding: 5px;
}
.Date{
	width: 128px;
}
.Tutor{
	width: 150px;
}
.Venue{
	width: 122px;
}
.Venue p{
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
.Organiser{
	width: 115px;
}
.Cost{
	width: 40px;
	text-align:center

}
.Book{
	width: 40px;
		text-align:center

}

.Details{
	width: 100px;
	text-align:center;
	border:none;
}
.Language{
	width: 80px;
	text-align:left
}
.CourseListTitle{
	float:left;
	width: 125px;
}
.CourseList{
	float:left;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.courseDetails {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	clear: both;
	background-color: #FFFFCC;
	margin: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.courseDetails p {
	font-size:11px;
	margin:0px;
	padding:0px;
	line-height: 14px;
}
.courseDetails .Date,
.courseDetails .Tutor,
.courseDetails .Venue,
.courseDetails .Organiser,
.courseDetails .Cost,
.courseDetails .Book,
.courseDetails .Details,
.courseDetails .Language{
	font-weight: normal;
	color: #000000;
}
#container .PageBody .FullBoxOut .FullBoxContent .courseHeadings .courseDetails .Details img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
/* =============================  CourseRoutes  =============================*/
.courseRoutes {
	float: right;
	width: 668px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.courseRoutes a {
	display: block;
	padding: 10px;
	color: #000000;
}
.courseRoutes .innerBox {
	padding: 0px;
}
.courseRouteSummary {
	padding: 0px;
	margin: 0px;
}

.courseRoutes .innerBox .courseRouteSummary p {
	padding: 0px;
	margin: 0px;
}
.courseRoutes .innerBox .courseRouteSummary img {
	float: left;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#tabs {padding:0; list-style:none; margin:0px;}
#tabs li {
	display:inline;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.courseRoutes #tabs .courseRoutesContent .outer-link img,
.courseRoutes #tabs .courseRoutesContent .inner-link img {
	float: left;
	margin-right:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tabs li a.outer-link {
	display:block;
	width:100%;
	position:relative;
	background-color: #FFFFFF;
}
h1 a:hover {
	color: #000000;
}
#tabs table {border-collapse:collapse;}
#tabs li p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#tabs li a {
	text-decoration:none;
}
#tabs li a.inner-link {
	text-decoration:none;
}
#tabs li a.inner-link:hover {text-decoration:none; cursor:default; background-color: #FFFFCC;}
#tabs li.courseRoutesContent:hover, 
#tabs li.courseRoutesContent a.outer-link:hover {
	background-color: #FFFFCC;
}
#tabs ul  {padding:0px; margin:0px;}
.tester {
	background-color: #999999;
	border: 1px solid #000000;
}
.tester ul  {
	margin: 0px;
}

.courseRoutes #tabs .courseRoutesContent h4 {
	background-image: url(../../images/blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #27557A;
}
.courseRoutes #tabs .courseRoutesContent .inner-link .redButton {
	text-align: right;
	float: right;
	margin-top: 8px;
	margin-left: 5px;
	padding: 5px;
}
.courseRoutes #tabs .courseRoutesContent .inner-link .redButton {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 5px;
	line-height: 11px;
	background-image: url(../../images/red.jpg);
	background-color: #ef382e;
	background-position: bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.courseRoutes #tabs .courseRoutesContent .inner-link .redButton {
	background-image:none;
}

/* =============================  Modular System  =============================*/

.ModuleGroup {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 10px;
	background-color: #26557A;
	background-image: url(../../images/blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}
.ModuleContainer {
	float: right;
	margin: 0px;
}
.Module {
	width: 147px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../../images/fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.Module a{
	color: #EE342A;
	margin: auto;
	text-decoration:none;
}
.Module a:hover{
	color: #990000;
	margin: auto;
	text-decoration:none;
}

/* =============================  Vertical Alingnment  =============================*/

	#outer {height: 150px; overflow: hidden; position: relative; width: 100%;}
		#outer[id] {display: table; position: static;}
		
		#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
		#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
		#inner {position: relative; top: -50%; text-align: center;} /* for explorer only */
		#inner {margin-left: auto; margin-right: auto;} /* for all browsers*/
		/* optional: #inner[id] {position: static;} */
		
		/* just format */


div.Subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #EE342A;
	text-align:center;
	margin:auto;
	padding:5px;

}


/* =============================  Performance Stability  =============================*/

.matrixWrapper {
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#container .PageBody .FullBoxOut .FullBoxContent .matrixWrapper img {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
}
.HalfBoxOut {
	border: 1px solid #E5E5E5;
	margin-left: 0px;
	background-color:#FFF;
	margin-bottom: 20px;
	float: left;
	width: 323px;
}
.HalfBoxGap {
	float: left;
	width: 20px;
	height: 343px;
}
.HalfBoxContent {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 321px;
}
.Downloads {
	text-align: center;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 121px;
}
.Downloads img      {
	margin: auto;
}
.DownloadTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	float: left;
}

.logo {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.PageBody .MidBoxOut .MidBoxContent li,
.PageBody .HalfBoxOut .HalfBoxContent li {
	font-family: helvetica, Arial, verdana;
	font-size: 12px;
	color: #000000;
	list-style-image: url/images/PSIcon.gif);
	line-height: 20px;
	list-style-position: outside;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 5px;
}
.testimonial {
	font-style: italic;
}
.referrer {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 14px;
}
.SidePanel .News {
	margin-bottom: 20px;
	margin-left: 0px;
}
.News .NewsContent h3 {
	color: #000000;
}
.CentreWrap {
	width: 464px;
	float: left;
}
.publication {
	background-color: #F2F2F2;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.publication p {
	line-height: normal;
}
.publication h5 {
	color: #27557A;
}
.publication h4 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-image: none;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	font-weight: bold;
}
.OtherTeam {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #26557A;
	background-image: url(../../images/blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	text-indent: 0px;
}
.OtherTeam a {
	font-size: 16px;
	color: #FFFFFF;
}
.OtherTeam img {
	margin-right: 5px;
	margin-bottom: -5px;
	float: left;
}
#container .PageBody .SidePanel .News .BoxContentNoPad img {
	margin: 010px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.UpdateMessage {
	color:#F00;
	text-align:center;
}
.Form {
	float:right;
	width:300px;
}
.FormButtons {
	float:right;
	padding: 5px;
	text-align: center;
}
.BookingFormButtons {
	padding: 5px;
	text-align: center;
}
.BookingLeft {
	float:left;
	padding: 5px;
	text-align: center;
}
.BookingRight {
	float:right;
	padding: 5px;
	text-align: center;
}
.BookBoxMed {
	width:312px;
	float:left;
	padding: 5px;
}
.BookBoxSmall {
	width:205px;
	float:left;
	padding: 5px;
}
.BookBoxMed p{
	margin:0px;
	padding:0px;
}
.BookBoxSmall p{
	margin:0px;
	padding:0px;
}
.submitastext{
	font-family:       Helvetica, Arial, sans-serif;
	font-size:         12px;
	color:             #FFFFFF;
	background-color:  #EF372D;
	font-weight:       bold;
	border-width:      0;
	cursor:            pointer;
	background-image: url(/Images/red.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
}
.MidBoxContent h2 {
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.MidBoxContent h1 {
	margin: 0px;
	padding: 0px;
}
.TeamPhoto{
	float:left;
	margin-bottom:5px;
	margin-right:10px;
}
.BMenuContainer{
	text-align:right;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.BMenuContainer a{
	font-family:Arial, Helvetica, sans-serif;
	color:#2B5F84;
	font-size:12px;
}
.BoxContentNoPad h4 a {
	color: #FFF;
}
