@charset "utf-8";
/* Copyright © Peak Digital Limited 2009 All Rights Reserved */

body {
	font-size: small;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

#container { 
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #FFF;
}

/***************************************************************************
				Menus
***************************************************************************/

#mainMenu ul{
	list-style-type:none;
	padding: 0 0 0 16px;
	margin:0;
}

#mainMenu li{
	display:block;
	float:left;
	padding-right:40px;
}

#mainMenu li a{
	font-size:120%;
	font-weight:bold;
}

#subMenu{
	margin-top: 30px;
	background-color:#0033CC;
	clear:both;
	line-height:25px;
}

#subMenu a{
	color:white;
	font-size:120%;
}

#subMenu ul{
	padding: 0 0 0 16px;
	list-style-type:none;
	margin:0;
}

#subMenu li{
	display:block;
	float:left;
	padding-right:40px;
}

#subMenu li .title{
	color:#FFF;
	font-weight:bold;
}

/*
 * The current link class is applied to all links that point to the current page
 */
#subMenu .currentLink{
	font-weight:bold;
}



/***************************************************************************
				Main Layout
***************************************************************************/

/**
 * An altenative to <hr />, having the same colour style as the current page
 */
.hr{
	border-bottom:1px solid #0033CC;
}


#headerContent {
	color: #005A99;
	/*float: right;*/
	margin: 100px 0 50px 10px;
	position: absolute;
}

.contentWrapper{
	clear:both;
	margin:10px;
}

/**
 * Surrounding every set of columns with this allows multiple columns to be used
 */
.contentBox{
	padding:10px;
	clear:both;
}

/**
 * Used by the google map in the visit us page
 */
.map{
	float: left;
	padding: 0pt 20px 10px 0pt; 
}

/**
 * 3 col layout
 * 30% width rather than 33% due to IE6
 */
.col3-left {
	width:32%;
	border-right:1px solid #0033CC;
	padding:0 15px 20px 0;
	float:left;
}
.col3-right {
	width:32%;
	border-left:1px solid #0033CC;
	padding:0 0 20px 15px;
	float:right;
}
.col3-centre {
	width:24%;
	padding:0 0 20px 0;
	margin-left: auto;
	margin-right: auto;
}

/**
 * The main page as defined by the prototype has diffrent col widths than 30%/30%/30%
 * This allow the alternate widths to be used without chaning the col3-xyx definition
 */
.mainPage .col3-left{	width:32%;	}
.mainPage .col3-right{	width:34%;	}
.mainPage .col3-center{	width:24%;	}

/* 2 column layout */
.col2-left, .col2-right{
	width:47%;
}
.col2-left {
	border-right:1px solid #0033CC;
	padding:0 20px 0 0;
	float:left;
}
.col2-right {
	padding:0 0 20px 0;
	float:right;
}

/**
 * Allows for lists spread over two columns without a border
 */
.list .col2-left{
	border:none;
}

.homepagelist {
	list-style-type: disc;
	list-style-image: url(../Graphics/Bullet.jpg);
	list-style-position: outside;
}

.homepagelist .li{
	margin-top: 15px;
	margin-bottom: 50px;
}

.listhdr {
	color: #00669F;
	font-size: 110%;
	font-weight: bold;
}


/***************************************************************************
				Footers
***************************************************************************/
/**
 * Used in the main page supporter footer to provide the required width. If the image
 * heights used change, so must this
 */
#slides{
	height:75px
}

#supporterFooter{
	border-top:1px solid #0033CC;
	padding:10px;
	clear:both;
}

#supporterFooter #txt{
	width:30%;
	float:left;
}

#supporterFooter #img{
	width:30%;
	float:left;
}

#copyrightFooter{
	border-top:1px solid #0033CC;
	border-bottom:1px solid #0033CC;
	clear:both;
	padding:10px;
}

#copyrightFooter #cpy{
	float:left;
	width:30%;
	font-size:85%;
}

#copyrightFooter #links{
	text-align:center;
	width:30%;
	padding-left:33%;
}

#links a{
	padding-left:10px;
	padding-right:10px;

}

#copyrightFooter #peakImg{
	text-align:right;
	float:right;
	width:30%;
}

.image-box-2-col {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

#imageCentrer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.standardList {
	list-style-type: none;
	color: #000;
}
/***************************************************************************
				Styles
***************************************************************************/

/**
 * Set in BarColours.php
 */
a{}

a img {
	border: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
.span-h2 {
	font-size: 140%;
	text-align: center;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 70%;
}
h6 {
	font-size: 60%;
}
