/* ** Set background swathe ** */

#page {
   	background-image: url("../i/swathe.jpg");
   	background-position: bottom right;
   	background-repeat: no-repeat;
   	background-attachment: fixed;
 }
 
 /* ** ... and other colours for front page ** */
 
 #splash {
	background-color: #365dab;
	background-image: url("../i/splash_tourism.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}


#sectionheading {
	color: #ffffff;
}

#sectionheading h1 {
	color: #ffffff;
}

#sectionheading li a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #6785c1;
}
	
#sectionheading li a:hover {
	background-color: #ccd6eb;
	color: #365dab;
}

.innercol h2 a {
	color: #ffffff;
}

.innercol li a {
	color: #003399;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
	
.innercol li a:hover {
	background-color: #365dab;
	color: #ccd6eb;
}

#col1 h2 {
	background: #cc0033 url("../i/red_header.jpg") no-repeat top right;
}

#col1 {
	background-color: #f4ccd6;
}

#col2 h2 {
	background: #5aba47 url("../i/green_header.jpg") no-repeat top right;
}

#col2 {
	background-color: #cee7c8;
}

#col3 h2 {
	background: #0099ff url("../i/cyan_header.jpg") no-repeat top right;
}

#col3 {
	background-color: #cdeafa;
}

#col4 h2 {
	background: #ff9900 url("../i/orange_header.jpg") no-repeat top right;
}

#col4 {
	background-color: #ffd699;
}

#col5 h2 {
	background: #ffcc00 url("../i/yellow_header.jpg") no-repeat top right;
}

#col5 {
	background-color: #feea98;
}

#col6 h2 {
	background: #365dab url("../i/blue_header.jpg") no-repeat top right;
}

#col6 {
	background-color: #ccd6eb;
}
	
	/* ** Forms ** */
/* ** 	This sheet specifies Colours and other branding attributes 
		shared styles are specified in the global stylesheet  ** */

fieldset.outer {
	border-color: #99add5;
}

fieldset.outer legend {
	color: #365dab;
	border-color: #99add5;
	background-color: #ffffff;
}

input:focus, select:focus, textarea:focus {
background-color: #cdeafa;
color: #333333;
}

fieldset.inner {
	border-color: #6785c1;
}

fieldset.inner legend {
	color: #6785c1;
}

input.submitbutton {
	color: #cdeafa;
	background-color: #365dab;
}

input.submitbutton:hover, input.submitbutton:focus, input.submitbutton:active {
	color: #365dab;
	background-color: #cdeafa;
	cursor: pointer;
}

/* ** Typography ** */

h1 {
	color: #365dab;
}