
	
/* ** Splash ** */

#splash {
	width: 100%;
	opacity: 1;
	height: 250px;
	margin: 0;
	padding: 0;
	border: 0;
	/* Background colours and images are set in section stylesheets */
}

#sectionheading {
	float:right;
	width: 50%;
	height: 100%;
	vertical-align:middle;
	background-image:url(../i/bottom-right-corner.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	overflow-x: hidden;
	overflow-y: auto;
}

#sectionheading h1 {
	font-size: 1.6em;
	background-image: url(../i/top-right-corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	padding-top: 30px;
}

#sectionheading h2 {
	font-size: 1.2em;
	padding-top: 12px;
	margin: 0;
}


#sectionheading p {
	font-size: .8em;
	padding-right: 1em;
}

#sectionheading ul {
	margin: 0; 
	padding: .5em 0;
	border: 0;
	list-style: none;
	width: 100%;
	font-weight: bold;
	text-align:left;
	font-size: 80%;
}

#sectionheading li a {
	display: block;
	padding: 5px;
	margin:0;
}

.twocolwrapper, .threecolwrapper {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	margin: auto;
}

#col1, #col2, #col3, #col4, #col5, #col6 {
	float: left;
	clear: right;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../i/bottom-right-corner.gif);
}

/* ** Three column layout ** */

.threecolwrapper #col1, .threecolwrapper #col2, .threecolwrapper #col3, .threecolwrapper #col4, .threecolwrapper #col5, .threecolwrapper #col6 {
	width: 30%;
}

/* ** Two column layout ** */

.twocolwrapper #col1, .twocolwrapper #col2, .twocolwrapper #col3, .twocolwrapper #col4 {
	width: 47.5%;
}

/* ** Set left margin on floated columns ** */

.threecolwrapper #col2, .threecolwrapper #col5, .threecolwrapper #col3, .threecolwrapper #col6, .twocolwrapper #col2, .twocolwrapper #col4 {
	margin-left: 5%;
}

/*  New  */ 
div#leftfloat .threecolwrapper #col2, div#leftfloat .threecolwrapper #col6 {
	margin-left: 7.15%;
}

div#leftfloat .threecolwrapper #col1, div#leftfloat .threecolwrapper #col2, div#leftfloat .threecolwrapper #col4, div#leftfloat .threecolwrapper #col6 {
	width: 42.86%;
}

/* ** relatively position columns to absolutely position images **  */

.innercol {
	position: relative;
}

.innercol h2 {
	margin: 0;
	
	line-height: 1.25em;
	font-size: 1.2em;
} 

.innercol h2 a {
	color: #ffffff;
	padding: 12px;
	padding-right: 26px;
	text-decoration:none;
	display:block;
}

.innercol h2 a:hover {
	background: #ffffff url(../i/go_hover.png) no-repeat top right;
	color: #000000;
	opacity: .7;
}

.innercol img {
	margin-left: 4px;
	border: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}

.innercol ul {
	margin: 0;
	padding: 7px;
	list-style: none;
	font-weight: bold;
	text-align:left;
	font-size: 80%;
	margin-right: 80px;
}

.innercol li a {
	display: block;
	padding: 5px;
	margin:0;
}
	
div.innercol {
	margin: 0;
	padding: 0;
	background-image:url(../i/bottom-left-corner.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}