body {
	margin: 0;
	padding: 0;
	background-color: #e0e0e0;
}

/* borders - for users with >800px display */
.checkerBorder {
	background: url('../dsicons/checker.jpg') repeat-y;
	width: 100%;
	padding: 0;
	margin: 0;
}

.checkerBorder#leftBorder {
	background-position: top left;
}

.checkerBorder#rightBorder {
	background-position: top right;
}

/* main site - fixed width of 800px, fuild height - centered in browser window */
#center {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background-color: black;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}

/* header and footer */
.banner {
	clear: both;
	text-indent: -9999em; /* hide the text - just display the backgound image */
	width: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	background: url('../dsicons/dsheader.jpg') no-repeat;
	height: 100px;
}

h4#footer {
	background: url('../dsicons/dsfooter.jpg') no-repeat;
	height: 62px;
}

/* main navigation bar */
ul#nav {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	width:100%;
	background-color: #606060;
	text-align: center;
	font-weight: bold;
}

#nav li {
	display: inline;
}

#nav a {
	color: #fff;
	padding: 3px 15px;
	text-decoration: none;
	outline-style: none;
	border-right: 1px dotted #fff;
}

#nav a:hover {
	background-color: #202020;
}

#nav a#selected {
	background-color: black;
}

/* contact details on the nav bar */
.navContact {
	height: 0;
	padding: 0;
	margin: 0;
	position: relative;
	top:-21px;
	font-size: 12px;
	color: white;
}

#navPhone {
	left: 685px;
}

#navEmail {
	left: 15px;
}

#navEmail a {
	color: white;
	text-decoration: none;
}

#navEmail a:hover {
	color: red;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	/* firefox only - CSS3*/
	/*-moz-border-radius: 8px;*/
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings */
.threecol {
	background: #bbb;		/* right column background colour */
}

.threecol .colmid {
	right:18%;			/* width of the right column */
	background:black;		/* center column background colour */
}
.threecol .colleft {
	right:64%;			/* width of the middle column */
	background: #bbb;		/* left column background colour */
}

.threecol .col1 {
	width:64%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:19%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* main layout lists */
ul.layout {
	list-style: none;
	margin: 4px;
	padding: 0;
}

ul.layout li {
	margin-top: 6px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

/* rounded corners for main content containers */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#e8e8e8; margin:0 5px;}
.b2f {height:1px; background:#e8e8e8; margin:0 3px;}
.b3f {height:1px; background:#e8e8e8; margin:0 2px;}
.b4f {height:2px; background:#e8e8e8; margin:0 1px;}

#content h3 {
	margin: 0;
	padding-left: 5px;
	background: #e8e8e8;
}

#content h3 a{
	color: #d90000;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content p {
	margin: 0;
	padding-left: 5px;
	background: #e8e8e8;
}

p#backFromStory {
	padding: 5px 0 3px 0;
	text-align: center;
}

p#backFromStory a {
	padding: 3px;
	color: white;
	background-color: #606060;
	text-decoration: none;
}

p#backFromStory a:hover {
	background-color: #202020;
}

#content img.thumbnail{
	float: right;
	margin-left: 2px;
	margin-right: 5px;
	border-style: none;
}

/* footer for centre column */
#centreFooter {
	color: white;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 8px;	
	vertical-align: middle;
}

#centreFooter img {
	vertical-align: middle;
}

#centreFooterPhoneNo {
	font-size: 22px;
	vertical-align: middle;
}

/* sidebars */
img.sidebar {
	width: 125px;
	border-style: none;
	padding: 0;
	margin: 0;
}

ul#jdayLinks {
	margin: 0 0 10px 0;
}

ul#jdayLinks li {
	margin-top: 14px;
	padding: 0;
}	

ul#jdaySummary {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 2;
}

ul#jdaySummary li {
	background: url('../dsicons/redtick.png');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 25px;
}
	
/* view full image */
div#centerFullPic {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background-color: #bbb;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p.fullPicBack {
	color: #d90000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	border: 0;
	padding: 5px;
	background: #bbb;
}

p.fullPicBack a {
	color: #d90000;
	text-decoration: none;
}

p.fullPicBack a:hover {
	text-decoration: underline;
}
	
/* splash screen */
p#splashLink {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 0;
	border: 0;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	background: #bbb; }
a#splashLink {
	color: red; 
	text-decoration: none; }
a#splashLink:hover {
	text-decoration: underline; }
img#splashImg {
	display: block;
	margin-left: auto;
	margin-right: auto; }

/*/////////////////////////////////////////////////////////*/

h1 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3a0b59;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: 0;
	text-decoration: none;
	text-align: center; }
h2 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 0;
	text-decoration: none; 
	text-align: center; }
p {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
	margin-top: 5px;
	margin-bottom: 0;
	text-decoration: none; }

/*/////////////////////////////////////////////////////////*/
