/* Tags */
a:link, a:visited, a:active{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding:0px;
	margin:0px;
	background-image:url(../images/bg_body.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
body *{
	font-family:Arial, Helvetica, sans-serif;
}
form{
	padding:0px;
	margin:0px;
}
p{
	padding:0px;
	margin:0px 0px 20px 0px;
}
fieldset{
	margin:0px 0px 20px 0px;
	padding:8px;
	border:1px solid #858585;
}
legend{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	background-color:#3D3D3D;
	color:#FFFFFF;
	padding:2px 6px;
	margin-bottom:8px;
}
/* Text colours */
.textWhite, .textWhite a, .textWhite a:link, .textWhite a:visited, .textWhite a:active{ color:#FFFFFF; }
.textBlack, .textBlack a, .textBlack a:link, .textBlack a:visited, .textBlack a:active{ color:#000000; }
.textOrange, .textOrange a, .textOrange a:link, .textOrange a:visited, .textOrange a:active{ color:#d15400; }
.textGreen, .textGreen a, .textGreen a:link, .textGreen a:visited, .textGreen a:active{ color:#498100; }
.textAqua, .textAqua a, .textAqua a:link, .textAqua a:visited, .textAqua a:active{ color:#007672; }
.textPink, .textPink a, .textPink a:link, .textPink a:visited, .textPink a:active{ color:#9b426c; }
.textGreyLight, .textGreyLight a, .textGreyLight a:link, .textGreyLight a:visited, .textGreyLight a:active{ color:#575757; }
.textRedDirty, .textRedDirty a, .textRedDirty a:link, .textRedDirty a:visited, .textRedDirty a:active{ color:#ba4040; }
.textBlueLight, .textBlueLight a, .textBlueLight a:link, .textBlueLight a:visited, .textBlueLight a:active{ color:#4c88ae; }
.textBlueDark, .textBlueDark a, .textBlueDark a:link, .textBlueDark a:visited, .textBlueDark a:active{ color:#313457; }
/* Link styles */
.linkUnder a, .linkUnder a:link, .linkUnder a:visited, .linkUnder a:active{ text-decoration:underline; }
.linkUnder a:hover{ text-decoration:none; }
.linkNoUnder a, .linkNoUnder a:link, .linkNoUnder a:visited, .linkNoUnder a:active{ text-decoration:none; }
.linkNoUnder a:hover{ text-decoration:underline; }
.linkNoUnderEver a{ text-decoration:none; }
.contentLink a{ background:#333333 url(../images/content_link_bg_arrow.gif) 9px 6px no-repeat; padding:2px 5px 2px 22px; color:#FFFFFF; text-decoration:none;}
.contentLink a:hover{ background:#313457 url(../images/content_link_bg_arrow_over.gif) 9px 6px no-repeat; color:#FFF;}
/* Borders - simple */
.bordGreyDark2{ border:2px solid #515151; }
.bordGreyLight2{ border:2px solid #7D7D7D; }
.bordBlack2{ border:2px solid #000000; }
.bordBlueVivid2{ border:2px solid #3d438a; }
/* Borders - simple */
.bordGreyDark3{ border:3px solid #515151; }
.bordGreyLight3{ border:3px solid #7D7D7D; }
.bordBlack3{ border:3px solid #000000; }
.bordBlueVivid3{ border:3px solid #3d438a; }
/* Borders - composite */
.bordGreyDark1T{ border-top:1px solid #515151; }
.bordGreyDark1B{ border-bottom:1px solid #515151; }
.bordGreyDark1L{ border-left:1px solid #515151; }
.bordGreyDark1R{ border-right:1px solid #515151; }
/* Background colours */
.bgWhite{ background-color:#ffffff; }
.bgBlack{ background-color:#000000; }
.bgGreyDark{ background-color:#3d3d3d; }
.bgGreyMedium{ background-color:#666666; }
.bgGreyLight{ background-color:#7d7d7d; }
.bgGreyLightest{ background-color:#F3F3F3; }
.bgBlueDark{ background-color:#272b4d; }
.bgBlueLight{ background-color:#4c88ae; }
.bgPink{ background-color:#9b426c; }
.bgGold{ background-color:#b88600; }
.bgOrange{ background-color:#db6a1f; }
/* Background images */
.bgImgBlueDark{
	background-image:url(../images/bg_section_blue_dark.gif);
	background-color:#262A4C;
	background-position:top left;
	background-repeat:no-repeat;
}
.bgImgBlueLight{
	background-image:url(../images/bg_section_blue_light.gif);
	background-color:#4C88AE;
	background-position:top left;
	background-repeat:no-repeat;
}
.bgImgPink{
	background-image:url(../images/bg_section_pink.gif);
	background-color:#9B426C;
	background-position:top left;
	background-repeat:no-repeat;
}
.bgImgGold{
	background-image:url(../images/bg_section_gold.gif);
	background-color:#B88600;
	background-position:top left;
	background-repeat:no-repeat;
}
.bgImgGradGreyDark{
	background-image:url(../images/bg_grad_vert_black.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#262626;
}
.bgImgGradGreyLight{
	background-image:url(../images/bg_grad_vert_grey.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#5d5d5d;
}
.bgImgGradOrange{
	background-image:url(../images/bg_grad_vert_orange.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#db6a1e;
}
.bgQuotesOpen{
	background-image:url(../images/bg_quotes_open.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.bgQuotesClose{
	background-image:url(../images/bg_quotes_close.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
/* Dividers */
.divHorizDoubleLine{
	background-image:url(../images/bg_div_horiz_doubleline.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:12px;
	font-size:12px;
	line-height:12px;
	padding:0px;
	margin:0px;
}
/* Corners */
.cornerWhiteTL{
	background-image:url(../images/layout_corner_white_tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.cornerWhiteTR{
	background-image:url(../images/layout_corner_white_tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.cornerWhiteBL{
	background-image:url(../images/layout_corner_white_bl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.cornerWhiteBR{
	background-image:url(../images/layout_corner_white_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:1px solid #CACACA;
}
.cornerGreyTL{
	background-image:url(../images/layout_corner_grey_tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.cornerGreyTR{
	background-image:url(../images/layout_corner_grey_tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.cornerGreyBL{
	background-image:url(../images/layout_corner_grey_bl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.cornerGreyBR{
	background-image:url(../images/layout_corner_grey_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#E7E7E7;
	border:1px solid #CDCDCD;
}
/* New coloured lists */
.listGrey ul, .listOrange ul{
	padding:0px 6px;
	margin:0px;
	list-style:none;
}
.listGrey li, .listOrange li{
	line-height:18px;
	padding-left:20px;
}
.listGrey li{ background:url(../images/arrow_grey.gif) left no-repeat; }
.listOrange li{ background:url(../images/arrow_orange.gif) left no-repeat; }
/* Misc classes */
.inputGrey{
	background-color:#2f2c29;
	border:1px solid #2f2c29;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:2px;
}
.inputWhite{
	border:1px solid #858585;
	color:#4f4f4f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:2px;
}
.contentPad{
	margin:0px 4px;
	width:984px;
}
.latestNewsBlog{
	width:324px;
}
.latestNewsHeadline{
	padding:4px;
	margin-bottom:8px;
	font-size:13px;
}
.newsletterBox{
	width:307px;
	height:137px;
	background:#737373 url(../images/bg_section_grey.gif) top left repeat-x;
	padding:8px;
}
.newsletterBox .desc{
	color:#2a2a2a;
	line-height:15px;
}
.tableHeader{
	padding:4px;
	border-bottom:3px solid #5f5f5f;
	font-size:13px;
}
.tableListing{
	padding:4px;
}
.tableListing a{
	display:block;
}
.subHeadP {
	background-color:#3c405f;
	padding:2px;
	padding-right:10px;
	line-height:19px;
	color:#FFFFFF;
}
.floatLeft{
	float:left;
	margin:0px 10px 10px 0px;
}
.floatRight{
	float:right;
	margin:0px 0px 10px 10px;
}
/* Homepage - Top search box */
#homeSearch1{ border:7px solid #262a4d; }
#homeSearch2{ border:7px solid #be2d72; }
#homeSearch3{ border:7px solid #379edd; }
#homeSearch1, #homeSearch2, #homeSearch3{
	border-bottom:none;
	background:url(../images/bg_search.gif) right repeat-y #FFFFFF;
}
#homeSearchLeft{
	float:left;
	width:639px;
	padding:10px 10px 10px 9px;
}
#homeSearchRight{
	float:right;
}
#flashHeaderSub{ height:94px; }

#subjectListing{ margin-top:20px; }
#subjectListing ul{
	list-style:none;
	padding:0px;
	margin:10px 0px 0px 0px;
}
#subjectListing li{
	display:block;
	float:left;
	width:141px;
	color:#FFFFFF;
	font-size:11px;
	line-height:26px;
	padding-left:17px;
	margin:0px 1px 1px 0px;
}
#subjectListing li a{
	display:block;
}
#homeSearch1 #subjectListing li{ background:#262a4d url(../images/arrow_subject_1.gif) top left no-repeat; }
#homeSearch2 #subjectListing li{ background:#be2d72 url(../images/arrow_subject_2.gif) top left no-repeat; }
#homeSearch3 #subjectListing li{ background:#379edd url(../images/arrow_subject_3.gif) top left no-repeat; }

#featuredTours{ margin-top:20px; }
#featuredTours .title{ margin-bottom:10px; }
.featMain{
	float:left;
	width:365px;
}
.featMain .image{
	float:left;
	border:3px solid #282828;
}
.featMain .subTitle{
	font-size:15px;
	font-weight:bold;
}
#homeSearch1 .featMain .prices, #homeSearch1 .featMain .desc a, #homeSearch1 .featMain .desc a:link, #homeSearch1 .featMain .desc a:visited, #homeSearch1 .featMain .desc a:active, #homeSearch1 .featMain .desc a:hover{ color:#3b3e59; }
#homeSearch2 .featMain .prices, #homeSearch2 .featMain .desc a, #homeSearch2 .featMain .desc a:link, #homeSearch2 .featMain .desc a:visited, #homeSearch2 .featMain .desc a:active, #homeSearch2 .featMain .desc a:hover{ color:#bb4e82; }
#homeSearch3 .featMain .prices, #homeSearch3 .featMain .desc a, #homeSearch3 .featMain .desc a:link, #homeSearch3 .featMain .desc a:visited, #homeSearch3 .featMain .desc a:active, #homeSearch3 .featMain .desc a:hover{ color:#507C97; }
#featuredTours .featOther{
	float:right;
	width:250px;
}
#featuredTours .featOther ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#featuredTours .featOther li{
	line-height:18px;
	padding-left:20px;
}
#homeSearch1 #featuredTours .featOther li{ background:url(../images/arrow_1.gif) left no-repeat; }
#homeSearch2 #featuredTours .featOther li{ background:url(../images/arrow_2.gif) left no-repeat; }
#homeSearch3 #featuredTours .featOther li{ background:url(../images/arrow_3.gif) left no-repeat; }

#searchResults{
	padding:0px 10px 0px 10px;
}
/* Homepage - Content */
#homepage{ margin-top:6px; }
#homepage .left, #homepage .middle, #homepage .right{
	float:left;
	width:323px;
}
#homepage .middle{ margin:0px 7px; }
/* Subject Page */
#homeSearch1 h1, #homeSearch2 h1, #homeSearch3 h1{
	font-size:24px;
	margin:0px;
	padding:0px;
	color:#545454;
}
/* Search box */
#search{
	background:#d0d0d0;
	float:right;
	width:320px;
}
#search .title{ padding:10px 10px 20px 10px; }
#search .map{ padding-left:3px; }
#search #searchForm{ margin-top:20px; }
#search #searchForm, #search #searchForm td, #search #searchForm th{ color:#5e5e5e; }
#search #searchForm .inputWhite{
	width:100%;
}
/* Search Results */
#searchResults .leftColumn{
	float:left;
	width:616px;
}
#searchResults .rightColumn{
	float:right;
	width:324px;
}
/* Sector colours and arrows */
.sectorColour1, .sectorColour1 a:hover, .sectorColour1Links a, .sectorColour1Links a:link, .sectorColour1Links a:visited, .sectorColour1Links a:active{ color:#313558; }
.sectorColour2, .sectorColour2 a:hover, .sectorColour2Links a, .sectorColour2Links a:link, .sectorColour2Links a:visited, .sectorColour2Links a:active{ color:#9B426C; }
.sectorColour3, .sectorColour3 a:hover, .sectorColour3Links a, .sectorColour3Links a:link, .sectorColour3Links a:visited, .sectorColour3Links a:active{ color:#4C88AE; }
.sectorArrow1, .sectorArrow2, .sectorArrow3, .sectorArrow4{
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}
.sectorArrow1{ background-image:url(../images/sector_page_arrow_1.gif) }
.sectorArrow2{ background-image:url(../images/icon_arrow_4.gif) }
.sectorArrow3{ background-image:url(../images/sector_page_arrow_3.gif) }
.sectorArrow4{ background-image:url(../images/sector_page_arrow_4.gif) }
/* Alt sector colours */
.altSectorColour1, .altSectorColour1 a:hover, .altSectorColour1Links a, .altSectorColour1Links a:link, .altSectorColour1Links a:visited, .altSectorColour1Links a:active{ color:#d15400; }
.altSectorColour2, .altSectorColour2 a:hover, .altSectorColour2Links a, .altSectorColour2Links a:link, .altSectorColour2Links a:visited, .altSectorColour2Links a:active{ color:#498100; }
.altSectorColour3, .altSectorColour3 a:hover, .altSectorColour3Links a, .altSectorColour3Links a:link, .altSectorColour3Links a:visited, .altSectorColour3Links a:active{ color:#007672; }
.altSectorColour4, .altSectorColour4 a:hover, .altSectorColour4Links a, .altSectorColour4Links a:link, .altSectorColour4Links a:visited, .altSectorColour4Links a:active{ color:#9b426c; }
.sectorWrapper a, .sectorWrapper a:link, .sectorWrapper a:visited, .sectorWrapper a:active{ color:#000000; }
/* Alt type arrow divs */
.altSectorArrow1, .altSectorArrow2, .altSectorArrow3, .altSectorArrow4{
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}
.altSectorArrow1{ background-image:url(../images/icon_arrow_1.gif) }
.altSectorArrow2{ background-image:url(../images/icon_arrow_2.gif) }
.altSectorArrow3{ background-image:url(../images/icon_arrow_3.gif) }
.altSectorArrow4{ background-image:url(../images/icon_arrow_4.gif) }
/* Sectors */
.sectorImg1, .sectorImg2, .sectorImg3, .sectorSimple1, .sectorSimple2, .sectorSimple3{ width:324px; }
.sectorImg1, .sectorImg2, .sectorImg3{ height:254px; }
.sectorSimple1, .sectorSimple2, .sectorSimple3{ height:150px; }
.sectorImg1{
	background-image:url(../images/bg_section_blue_dark.gif);
	background-color:#262A4C;
	background-position:bottom left;
	background-repeat:no-repeat;
}
.sectorImg2{
	background-image:url(../images/bg_section_pink.gif);
	background-color:#9B426C;
	background-position:bottom left;
	background-repeat:no-repeat;
}
.sectorImg3{
	background-image:url(../images/bg_section_blue_light.gif);
	background-color:#4C88AE;
	background-position:bottom left;
	background-repeat:no-repeat;
}
.sectorSimple1{
	background-color:#272b4e;
	border-bottom:4px solid #3d438a;
}
.sectorSimple2{
	background-color:#9b426c;
	border-bottom:4px solid #d63883;
}
.sectorSimple3{
	background-color:#4c88ae;
	border-bottom:4px solid #4ca4dc;
}
/* Sector Listings */
.sectorList1 a *, .sectorList2 a *, .sectorList3 a *, .sectorList{
	padding-left:10px;
	padding-right:3px;
}
.sectorList1, .sectorList2, .sectorList3{
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	margin:2px 0px;
}
.sectorList1{
	border-right:6px solid #262a4d;
}
.sectorList2{
	border-right:6px solid #9b426c;
}
.sectorList3{
	border-right:6px solid #4c88ae;
}
.sectorList1 a, .sectorList1 a:link, .sectorList1 a:visited, .sectorList1 a:active{ color:#262a4d; }
.sectorList1 a:hover{
	color:#FFFFFF;
	background-color:#262a4d;
	cursor:pointer;
}
.sectorList2 a, .sectorList2 a:link, .sectorList2 a:visited, .sectorList2 a:active{ color:#9b426c; }
.sectorList2 a:hover{
	color:#FFFFFF;
	background-color:#9b426c;
	cursor:pointer;
}
.sectorList3 a, .sectorList3 a:link, .sectorList3 a:visited, .sectorList3 a:active{ color:#4c88ae; }
.sectorList3 a:hover{
	color:#FFFFFF;
	background-color:#4c88ae;
	cursor:pointer;
}
/* Sector Page */
.sectorHeadingDark1{ background-color:#262A4D; }
.sectorHeadingDark2{ background-color:#9B426C; }
.sectorHeadingDark3{ background-color:#4c88ae; }
.sectorHeadingLight1{ background-color:#3D438A; }
.sectorHeadingLight2{ background-color:#b77d98; }
.sectorHeadingLight3{ background-color:#76a9c9; }
.imgBorder1{ border:3px solid #3D438A; }
.imgBorder2{ border:3px solid #b77d98; }
.imgBorder3{ border:3px solid #76a9c9; }
/* People Section */
.peopleTopMale, .peopleTopFemale{
	background-position:top right;
	background-repeat:no-repeat;
	padding:12px;
}
.peopleTopMale{
	background-color:#262A4D;
	background-image:url(../images/bg_people_male.gif);
}
.peopleTopFemale{
	background-color:#8f2747;
	background-image:url(../images/bg_people_female.gif);
}
.peopleTopMale img, .peopleTopFemale img{ border:10px solid #FFFFFF; }
.peopleTopMale h3, .peopleTopFemale h3{
	font-size:12px;
	color:#999999;
	font-weight:normal;
	padding:0px;
	margin:15px 0px 0px 0px;
}
.peopleTopMale p, .peopleTopFemale p{
	font-size:14px;
	padding:0px;
	margin:0px;
}
.peopleInnerMale, .peopleInnerFemale{
	margin-top:8px;
}
.peopleInnerMale h3, .peopleInnerFemale h3{
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	padding:3px 10px;
	display:inline;
}
.peopleInnerMale p, .peopleInnerFemale p{
	margin:0px;
	font-size:12px;
	padding:6px 10px;
}
.peopleInnerMale h3{ background-color:#262A4D; }
.peopleInnerFemale h3{ background-color:#8f2747; }
.peopleInnerMale p{ color:#262A4D; }
.peopleInnerFemale p{ color:#8f2747; }
/* Popular curriculum tours page */
.popAltContainer{
	float:left;
	margin:4px;
	width:200px;
}
.popAltTitle, .popAltDropDown{
	background-color:#3D3D3D;
	color:#FFFFFF;
	padding:4px;
}
.popAltTitle{
	height:15px;
	overflow:hidden;
}
.popAltDropDown{ height:20px; }
.popAltImage{
	height:157px;
	background-color:#FFFFFF;
	margin:4px 0px;
}
/* IDs */
#wrapperInner{
	width:992px;
}
#topTabs{
	margin-top:6px;
}
#headerMenu{
	width:984px;
	height:182px;
	background-image:url(../images/layout_top_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#menuUpper a, #menuLower a{
	padding-left:20px;
}
#menuUpper, #menuLower, #menuUpper a, #menuUpper a:link, #menuUpper a:visited, #menuUpper a:active, #menuLower a, #menuLower a:link, #menuLower a:visited, #menuLower a:active{
	color:#FFFFFF;
	text-decoration:none;
}
#menuUpper a:hover, #menuLower a:hover{
	color:#6e7293;
	text-decoration:none;
}
#menuUpper{
	position:relative;
	top:114px;
	font-size:11px;
}
#menuLower{
	position:relative;
	top:159px;
	font-size:11px;
}
#destination{
	margin-top:11px;
}
#popularCurr{
	width:475px;
	height:157px;
	background-image:url(../images/layout_top_bodge.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
}
#popularList{
	width:95%;
	height:125px;
	overflow:auto;
}
#peopleList{
	padding-top:4px;
}
#peopleList a, #peopleList a:hover{
	display:block;
	padding:4px 0px 4px 32px;
	background-position:4px 4px;
	background-repeat:no-repeat;
}
#peopleList a{
	background-image:url(../images/icon_arrow_grey_dark_right.gif);
}
#peopleList a:hover{
	background-image:url(../images/icon_arrow_white_right.gif);
	background-color:#3D3D3D;
	color:#FFFFFF;
}
/* Quote form */
#quoteForm{
	width:587px;
	margin-top:10px;
}
#quoteForm .inner{
	background:#212121;
	padding:10px 0px;
}
/* clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}