/* CSS Document */
@import url("normalize.css");

body {
	text-align: center;
	font-family: "Myriad Pro", Myriad, Tahoma, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	color: #7f7f7f;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#top_strip {
	height: 50px;
}
.strapline {
	float: left;
	width: 500px;
	font-size: 14px;
	color: #00207a;
	padding-top: 20px;
	text-align: left;
}
/* ------------------------V Card Top -------------------------*/
#specialcard {
	float: right;
	width: 350px;
	font-size: 14px;
	color: #20b5eb;
	text-align: left;
	padding-top: 20px;
}

#specialcard .vcard {
	text-align: right;
}
#specialcard .fn_org {
	display: none;
}
#specialcard .geo {
	display: none;
}
#specialcard .tel {
	color: #7f7f7f;
	margin-right: 5px;
}
#specialcard .fax {
	display: none;
}
#specialcard .email {
	margin-right: 5px;
}

#specialcard .street-address {
	display: none;
}
#specialcard .locality {
	display: none;
}
#specialcard .region {
	display: none;
}
#specialcard .postal-code {
	display: none;
}
#specialcard .country-name {
	display: none;
}
#top_strip a{
	color: #00207a;
	text-decoration: none;
}

#top_strip a:hover {
		color: #FFFFFF;
	text-decoration: none;
	background-color: #00207A;
}
/* --------------------------------- Top Nav ------------------------------- */
#top_nav {
	clear: both;
	height: 27px;
	background-image: url(../images/nav_back.gif);
	text-align: left;
}
#top_nav ul{
padding: 0;
margin: 0;
}
#top_nav ul li{
display: inline;
padding: 0;
margin: 0;
}
#top_nav ul li a{
	text-decoration: none;
	text-align: center;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 0;
	display: block;
	float: left;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
} 
#top_nav ul li a:hover, #top_nav ul li a:focus{
	color: #11b0ea;
}
/* ----------------------- Home Butt ------------------------ */
.nav_home a{
	background-image: url(../images/nav_butt_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav_home a:hover, body#home .nav_home a{
	color: #11b0ea;

}
/* ----------------------- tutor Butt ------------------------ */
.nav_tutor a{
	background-image: url(../images/nav_butt_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav_tutor  a:hover, body#tutor  .nav_tutor  a{
	color: #11b0ea;

}
/* ----------------------- courses Butt ------------------------ */
.nav_courses a{
	background-image: url(../images/nav_butt_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav_courses a:hover, body#courses .nav_courses a{
	color: #11b0ea;

}
/* ----------------------- gallery Butt ------------------------ */
.nav_gallery a{
	background-image: url(../images/nav_butt_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav_gallery a:hover, body#gallery .nav_gallery a{
	color: #11b0ea;

}
/* ----------------------- booking Butt ------------------------ */
.nav_booking a{
	background-image: url(../images/nav_butt_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav_booking a:hover, body#booking .nav_booking a{
	color: #11b0ea;

}
/* ----------------------- contact Butt ------------------------ */
.nav_contact a{
	background-image: url(../images/nav_butt_back_no_border.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.nav_contact a:hover, body#contact .nav_contact a{
	color: #11b0ea;

}
/* ------------------------------------------------ Branding ------------------------ */
#branding {
	margin-top: 24px;
	text-align: left;
}
.brand_home {
	height: 285px;
}
.blue {
	float: left;
	height: 285px;
	width: 300px;
	background-image: url(../images/blue_box.jpg);
	text-indent: -3000px;
}
#flash_movie {
	float: left;
	width: 600px;
}

.hero {
	float: left;
}
/* ------------------------------------------------ Content ------------------------ */
#content {
	clear: both;
}
/* ---------------------- Content Main ------------- */
#content_main {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c5c5c5;
	width: 577px;
	padding-top: 37px;
	text-align: left;
	padding-left: 23px;

}

.ray {
	background-image: url(../images/man.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content_main h1 {
	font-size: 24px;
	color: #11b0ea;
	font-weight: normal;
	height: 78px;
}
#content_main a {
	color: #00207a;
	text-decoration: none;
}
#content_main a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00207A;
}

.sub_heading {
	font-size: 12px;
	color: #7f7f7f;
	padding-left: 2px;
}
.summary {
	font-size: 16px;
	color: #00207a;
	line-height: 20px;
}
#content_main p {
	font-size: 13px;
	color: #7f7f7f;
	padding-bottom: 19px;
}
#content_main h2 {
	font-size: 18px;
	color: #7f7f7f;
	font-weight: normal;
	padding-top: 4px;
}
#content_main h3{
	font-size: 24px;
	font-weight: normal;
	color: #11B0EA;
}
#content_main h5 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
	color: #00207a;
	padding: 0px;
	margin-bottom: 0px;
}
.tiny {
	font-size: 12px;
	color: #B3B3B3;
}


#content_main hr {
	background-color: #FFFFFF;
	background-image: none;
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	border-top-style: none;
	clear: both;
}
#content_main ul.logo_list{
	clear: both;
	margin-bottom: 20px;
	display: block;
	height:48px;
	
}

#content_main ul.logo_list li{
	display: inline;

}
#content_main ul li.bip {
	width: 54px;
	background-image: url(../images/bip_logo.gif);
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -3000px;
		float: left;
}
#content_main ul li.mpa {
	width: 74px;
	background-image: url(../images/mpa_logo.gif);
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -3000px;
		float: left;
}
#content_main ul li.rps {
	width: 117px;
	background-image: url(../images/royal_photgraphic_society_logo.gif);
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -3000px;
		float: left;
}
#content_main ul li.qep {
	width: 65px;
	background-image: url(../images/qep_logo.gif);
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -3000px;
		float: left;
}
#content_main ul li.ppa {
	width: 93px;
	background-image: url(../images/ppa_logo.gif);
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -3000px;
		float: left;
}
#content_main ul li.kodak {
	width: 63px;
	background-image: url(../images/kodak_logo.gif);
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -3000px;
		float: left;
}
#content_main h4 {
	color: #00207A;
	font-size: 16px;
	clear: both;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}
.fee {
	font-size: 24px;
	color: #00207a;
	display: block;
	margin-top: 8px;
}
#tbl_book {
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 25px;
}
#tbl_book th {
	font-size: 18px;
	color: #11B0EA;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
}
#tbl_book td {
	vertical-align: top;
	font-size: 13px;
	color: #646464;
	padding-top: 20px;
	padding-bottom: 12px;
}
.h_itinery {
	width: 106px;
}
.time {
	text-align: right;
	padding-right: 40px;
}
.row_colour {
	background-color: #e5e8f1;
}
.dvd {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
strong {
	font-weight: bold;
}
.studio {
	margin-top: 15px;
	margin-bottom: 45px;
}
.red {
	color: #ff0000;
}
.grey {
	color: #b3b3b3;
}
.miles {
	margin-top: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}
.acc_address {
	font-size: 12px;
	color: #646464;
	display: block;
}
.acc_tel {
	font-size: 16px;
	color: #646464;
	display: block;
}









/* ------------------------ V Card Bottom -------------------------*/
#specialcard_bottom {
	margin-top: 4px;
	text-align: left;
}
.dates_rule {
	margin-top: 10px;
	margin-bottom: 15px;
}

#specialcard_bottom .vcard {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#specialcard_bottom .vcard .tel {
	background-image: url(../images/tel.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 28px;
	color: #7f7f7f;
	font-weight: normal;
	letter-spacing: -1px;
	background-position: left top;
	float: left;
	width: 190px;
	padding-left: 55px;
}
#specialcard_bottom .vcard .email {
	background-image: url(../images/email.jpg);
	display: block;
	height: 51px;
	width: 200px;
	float: left;
	font-size: 28px;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 65px;
	letter-spacing: -1px;
}
#specialcard_bottom .vcard .fn_org {
	clear: both;
	color: #646464;
}
#specialcard_bottom .vcard .fax {
	display: none;
}
#specialcard_bottom .vcard .adr {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
	font-size: 14px;
	color: #646464;
	padding-top: 10px;
	padding-bottom: 20px;
}
#specialcard_bottom .vcard .geo {
	display: none;
}
#specialcard_bottom .vcard .adr .country-name {
	display: none;
}
.rl_logo {
	margin-top: 5px;
	margin-left: 10px;
	float: right;
}

/* ---------------------- Content Left ------------- */
#content_sub {
	float: left;
	width: 270px;
	padding-left: 15px;
	padding-top: 37px;
	text-align: left;
}

#content_sub h2 {
	font-size: 24px;
	color: #11B0EA;
	font-weight: normal;
	background-image: url(../images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	margin-bottom: 40px;
}

#voucher h3 {
	color: #7F7F7F;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 10px;
}
.blue_link {
	color: #00207A;
}

.sub_heading a {
	color: #00207a;
	text-decoration: none;
}
.sub_heading a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00207A;
}
#content_sub p {
	font-size: 12px;
	color: #7f7f7f;
	padding-bottom: 2px;
}
.event_item {
	width: 270px;
	clear: both;
	margin-bottom: 5px;
}
.item_link a {
	color: #00207a;
	text-decoration: none;
}
.voucher_img {
	margin-bottom: 6px;
}

.item_link a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00207A;
}
.date_holder {
	float: left;
	background-image: url(../images/date_back.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 34px;
	text-align: center;
	color: #FFFFFF;
}
.date {
	font-size: 20px;
	font-weight: normal;
	display: block;
	height: 25px;
	width: 34px;
	padding-top: 2px;
}
.month {
	height: 15px;
	width: 34px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	clear: both;
}
.item_detail {
	float: left;
	width: 210px;
	margin-left: 15px;
}
.item_link {
	font-size: 12px;
	margin-bottom: 2px;
}
.cta {
	color: #ff0000;
	text-decoration: none;
	font-size: 11px;
}
.course_note {
	font-style: italic;
	font-size: 11px;
	color: #00207A;
	padding-top: 20px;
	clear: both;
	display: block;
	padding-bottom: 20px;
	padding-right: 20px;
}
#content_sub_courses {
	float: left;
	width: 220px;
	padding-top: 37px;
	text-align: left;
	padding-left: 50px;
}
#content_sub_courses h2 {
	font-size: 24px;
	color: #11B0EA;
	font-weight: normal;
	height: 78px;
	display: block;
	padding-left: 15px;
}
#content_sub_courses ul{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 30px;
}
#content_sub_courses ul li{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
}
#content_sub_courses ul li a{
	color: #707070;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	display: block;
	padding-right: 0px;
	padding-left: 18px;

} 
#content_sub_courses ul li a:hover, #content_sub_courses ul li a:focus{
	color: #11B0EA;

}
#content_sub_courses ul li a.sub_current{
	color: #11B0EA;

}
#content_sub_courses ul li.b_dark {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
}
.v_courses {
	padding-left: 18px;
}


/* ------------------------Voucher -------------------------*/
#voucher {
	clear: both;
}
#voucher p {
	font-size: 12px;
}

a.cta_v {
	color: #00207A;
	text-decoration: none;
}
a.cta_v:hover {
	color: #FFFFFF;
	background-color: #00207A;
	text-decoration: none;
}
/* ------------------------ Recent -------------------------*/
#recent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	padding-top: 20px;
	background-image: url(../images/recent.jpg);
	background-repeat: no-repeat;
	height: 250px;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-bottom: 20px;
}
#tbl_price {
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 25px;
}
#tbl_price th {
	font-size: 18px;
	color: #11B0EA;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
}
#tbl_price td {
	vertical-align: top;

	padding-top: 20px;
	padding-bottom: 12px;
}
#tbl_price .h_course {
	width: 165px;
	padding-left: 15px;
}
.h_desc {
	width: 240px;
}
.h_days {
	width: 61px;
	text-align: right;
}
.h_price {
	width: 59px;
	text-align: right;
	padding-right: 30px;
}
.p_type {
	text-align: right;
	padding-right: 30px;
	color: #00207a;
	font-size: 13px;
}

.c_type {
	padding-left: 15px;
	font-size: 14px;
	color: #707070;
}
.d_type {
	text-align: right;
	font-size: 13px;
}
.desc_type {
	font-size: 12px;
	color: #888787;
}
.blue_text {
	color: #00207A;
}
#gallery_holder {
	margin-top: 25px;
}
#gallery_left {
	float: left;
	width: 278px;
}
#gallery_right {
	float: left;
	width: 299px;
}
#newsletter {
	height: 30px;
	padding-top: 0;
	margin-top: -10px;
}

#newsletter label {
	clear: left;
	float: left;
	width: 4em;
}

#newsletter input {
	float: left;
	margin-bottom: 5px;
}

.in_email {
	width: 290px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8f8f8f;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 21px;
	float: left;
	margin-right: 10px;
}
.email_butt {
	width: auto;
	padding-left: 6px;
	padding-right: 6px;
	height: 22px;
	background-color: #0e85c8;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.newsletter_marg {
	margin-bottom: 30px;
}
#content_sub_courses ul li.nav_head {
	padding-left: 16px;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
}

p label {
	clear: left;
	float: left;
	width: 7em;
}

form.manage input, form.manage select {
	float: left;
	width: auto;
	margin-bottom: 4px;
}

table.manage td {
	font-size: 13px;
	padding: 3px;
}