/* Campaign Site Style Sheet */

body {
	background:#fff;
	margin: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

div.access {
	display:none;
	}
	
#wrapper	{
	border: solid 1px #333366;
	width: 740px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(http://dev.barkersdigital.co.uk/BKS/CSM/templates/template1/images/background.gif);*/
	background-repeat: repeat-y;
	background-position: right 100px;
	}

img {
	border: none;
}
/*--------------------- Header ---------------------*/

#header	{
	width: 740px;
	position:relative;
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
	margin-top: 25px;
	}

#logo {
	float:left;
	width: 200px;
	height: 80px;
	padding: 15px 0 0 100px;
	border: 0;
	margin: 0;
	}	

/*-------------------- Nav Menu --------------------*/
	
#nav {
	position: relative;
	float: left;
	clear: none;
	width: 150px;
	padding: 0;
	margin: 40px 0 20px 0;
}

div#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}


div#nav a:link, div#nav a:visited {
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	/*width: 102px;			/*total: 168px*/
	/*height: 1.6em;			/*total: 33px*/
	padding: 7px 0 4px 7px;
	position:relative;
}

div#nav a:hover, div#nav a.on, div#nav a.on:link, div#nav a.on:visited {
	color: #333366;
	background-color: #ffffff;
}
#nav li {
	border: solid 1px #333366;
	margin: 2px 0 0 0;	
	color: #ffffff;
	background-image: url(http://dev.barkersdigital.co.uk/BKS/CSM/templates/template1/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	background-color: #333366;
	position:relative;
}
#nav li.first	{margin:0;}

/*--------------------- Content ---------------------*/

h1 {
	font-size: 16px;
	font-weight:bold;
	color: #333366;
	}
	
h2 {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	}

h3 {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	padding-top: 4px;
	}
	
p {
	font-size: 0.8em;
	color: #000000;
	}

.red { 
	color: #FF0000;
	font-weight: bold;
	}
	
#content {
	float: left;
	clear: none;
	position: relative;
	width: 490px;
	text-align: left;
	padding: 30px 50px 30px 30px;
}

#base {
	width: 90px;
	color: #333366;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333366;
	height:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: left;
	padding: 10px 0 5px 650px;
	}	

/*--------------------- Footer ---------------------*/

#footer {
	width: 730px;
	height: 5px;
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 0.7em;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	}	
