/* tag formatting */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
h1, h2, h3, h4, h5, h6 {
	color:#fd8505;
}
h2 {
	font-size:150%;
}
h3 {
	margin:0;
	padding:0;
	font-size:100%;
}
a {
	color:#fd8505;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* layout */
#container {
	width:900px;
}
#main {
	margin-top:10px;
}
#nav_col {
	float:left;
	width:196px;
	margin-right:10px;
}
#content_col {
	float:left;
	margin-bottom:10px;
}
#flash_panel {
	width:694px;
	background-color:#91908b;
	margin-bottom:10px;
}
#flash_panel_text {
	float:left;
	width:336px;
	min-height:316px;
	padding:12px 19px 0px 19px;
}
#flash_panel_text h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:170%;
	color:#FFF;
	line-height:1.1em;
	padding-bottom:10px;
}
#flash_panel_text a {
	color:#FFF;
	font-weight:bold;
}
#flash_panel_text p a {
	text-decoration:underline;
}	
#flash_panel_text p {
	color:#FFF;
	font-size:90%;
	line-height:1.2em;
	margin:0;
	padding-bottom:10px;
}
#flash {
	float:left;
	width:320px;
	height:330px;
}
html body div.clear_cols, html body span.clear_cols {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#nav_col ul {
	list-style:none;
	padding:0;
	margin:0;
}
#nav_col li {
	min-height:30px;
	background-color:#b5b2ac;
	margin-bottom:10px;
	line-height:30px;
}
#nav_col li:hover {
	background-color:#ef4e12;
}
#menu a {
	color:#FFF;
	text-decoration:none;
	min-height:30px;
	display:block;
	padding-left:10px;
	outline:none;
}
#nav_col li.big {
	min-height:60px;
	background-image:url(../images/nav_arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:168px 10px;
	font-size:120%;
}
#nav_col li.big a:hover {
	background-image:url(../images/nav_arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:168px 10px;
	background-color:#ef4e12;
}
#nav_col li.big.selected {
	background-color:#ef4e12;
	background-image:url(../images/nav_arrow_orange.gif);
	background-repeat:no-repeat;
	background-position:168px 10px;
}
#nav_col li.selected {
	background-color:#ef4e12;
}
#nav_col li.big a {
	padding-top:5px;
	display:block;
	min-height:55px;
}
#nav_col li.last {
	margin-bottom:0px;
}
#login {
	background-color:#e1e2e1;
	width:196px;
	min-height:120px;
	margin-top:10px;
	background-image:url(../images/login_image.gif);
}
#login h3 {
	margin:0;
	padding:0;
	font-size:130%;
}
#login h3 a {
	display:block;
	padding-left:10px;
	padding-top:12px;
	width:186px;
	outline:none;
	color:#000;
}
#login p a {
	display:block;
	padding-left:10px;
	width:186px;
	min-height:76px;
	outline:none;
	color:#000;
}
#address {
	width:186px;
	min-height:110px;
	margin-top:10px;
	font-size:90%;
	padding:10px 0px 0px 10px;
	color:#224a9e;
}
#address a {
	color:#224a9e;
}	
#business_travel_col {
	float:left;
	width:225px;
	min-height:248px;
	border:1px solid #224a9e;
	background-image:url(../images/business_travel_image.jpg);
}
#group_travel_col {
	float:left;
	margin-left:10px;
	width:225px;
	min-height:248px;
	border:1px solid #224a9e;
	background-image:url(../images/group_travel_image.jpg);
}
.feature h3 {
	margin:0;
	padding:0;
	color:#224a9e;
	font-size:140%;
}
.feature a {
	display:block;
	width:207px;
	min-height:231px;
	padding-left:18px;
	padding-top:17px;
	outline:none;
	color:#224a9e;
}
#links_col {
	float:left;
	margin-left:10px;
}
.home_item_col {
	width:192px;
	min-height:106px;
	border:1px solid #bab4b2;
	margin-bottom:10px;
	background-image:url(../images/item_arrow.gif);
	background-repeat:no-repeat;
	background-position:185px 10px;
	padding-left:16px;
	padding-top:12px;
	padding-right:10px;
	display:block;
}
.home_item_col a {
	display:block;
	color:#224a9e;
}
.home_item_col h4 {
	margin:0;
	padding:0;
	color:#224a9e;
	font-size:120%;
	padding-bottom:10px;
}
.home_item_col p {
	margin:0;
	padding:0;
	color:#224a9e;
	font-size:85%;
	line-height:16px;
}
#footer {
	border-top:1px solid #224a9e;
}
#footer_text {
	min-height:25px;
	background-color:#224a9e;
	color:#FFF;
	line-height:23px;
	margin-bottom:20px;
}
#footer_text_left {
	float:left;
	width:440px;
	padding-left:10px;
	font-size:85%;
}
#footer_text_right {
	float:left;
	width:440px;
	text-align:right;
	padding-right:10px;
	font-size:90%;
}
#footer_text a {
	color:#FFF;
	text-decoration:underline;
}
#small_flash_panel {
	position:relative;
	width:694px;
	z-index:100;
}
#small_flash_panel_text {
	position:absolute;
	left:0;
	top:0;
	z-index:10000;
	color:#FFF;
	padding-top:10px;
	padding-left:20px;
}
#small_flash_panel_text h1 {
	color:#FFF;
	font-weight:normal;
	margin:0;
	padding:0;
}
#text {
	float:left;
	width:427px;
	margin-top:10px;
	margin-right:22px;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:20px;
}
#text a {
	color:#fd8505;
}
#text ul {
	list-style:none;
	padding-left:20px;
}
#text li {
}
#text p {
	margin-top:0;
	padding-top:0;
}
#text h2 {
	color:#fd8505;
	padding:0;
	margin:0;
	margin-bottom:14px;
}
#snippets {
	float:left;
	margin-top:10px;
	width:223px;
}
.quote {
	border:1px solid #bab4b2;
	width:205px;
	padding:9px;
}
.quote_block {
	font-size:85%;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.quote_block.text {
	font-size:85%;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.quote img {
	padding:3px;
}
.image_panel {
	width:223px;
	height:120px;
	border:1px solid #224a9e;
	margin-bottom:10px;
}
.image_panel h4 {
	margin:0;
	padding:0;
	font-size:130%;
	color:#224a9e;
}
.image_panel a {
	display:block;
	padding-top:9px;
	padding-left:10px;
	height:111px;
	color:#224a9e;
}
#school_tours {
	background-image:url(../images/school_tours.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#supporters_tours {
	background-image:url(../images/supporters_tours.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#specialist_tours {
	background-image:url(../images/bespoke_travel.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#carbon_calculator {
	background-image:url(../images/carbon-awareness/carbon-calculator.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#online_edinuni {
	background-image:url(../images/online-booking/University_of_Edinburgh.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#online_ibookit {
	background-image:url(../images/online-booking/ibookit.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#online_train {
	background-image:url(../images/online-booking/train.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.header_orange {
	color:#fd8505;
	font-weight:bold;
}
.bold_black {
	color:#000;
	font-weight:bold;
}
.infobox {
	border:1px solid #bab4b2;
	width:205px;
	padding:9px;
	margin-bottom:10px;
}
.infobox_block {
	font-size:130%;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.infobox_block a {
	color:#CC0000;
	text-decoration:underline;
}
.field_label {
	float:left;
	width:100px;
	padding-top:3px;
	margin-bottom:5px;
}
.required {
	font-size:80%;
	padding-top:5px;
	padding-bottom:5px;
}
.field {
	float:left;
	margin-bottom:5px;
}
.field input {
	width:220px;
	font-size:100%;
}
.btn_submit {
	background-image:url(/images/item_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	width:127px;
	height:100px;
	line-height:32px;
	font-size:110%;
	font-weight:bold;
}
.btn_submit a {
	padding-left:27px;
	width:100px;
	height:30px;
	display:block;
	outline:none;
}
.field textarea {
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:105%;
}
ol li {
	margin-bottom:10px;
}
/***** SAMPLE TOURS *****/
#sample-tours {
	background-color:#224a9e;
	width:250px;
	height:30px;
	line-height:30px;
	background-image:url(../images/nav_arrow_blue.gif);
	background-position:225px 5px;
	background-repeat:no-repeat;
}
#sample-tours a {
	color:#FFF;
	display:block;
	padding-left:10px;
}
ul.download-links {
	list-style:disc !important;
}
.highlighted {
	font-style:italic;
	font-weight:bold;
}