/*
Wendy Carle Taylor
www.wendycarletaylor.com

Author: Stuff and Content
www.stuffandcontent.co.uk
*/


body, div, dd, dl, dt, fieldset, form, input, h1, h2, h3, h4, hr, img, label, p, select, table, textarea, ul, ol, blockquote, cite {
	margin: 0;
	padding: 0;
	border-top-width: 5;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #e4e4e4;
	background-image: url(backgrounds/bckgrd_12801024.jpg);
}


/* Layout grid */

#container { width: 772px; margin: 25px auto; padding: 15px; background-color: #fff; }

#banner {
	width: 772px;
	height: 149px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #FFFFFF;
	background-image: url(/stylesheets/backgrounds/banner.jpg);
	background-repeat: no-repeat;
}
	#banner h1 { text-indent: -9000px; height: 0; padding: 0; margin: 0; }

#navigation {
	float: left;
	width: 752px;
	background-color: #333;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-top-color: #FFFFFF;
}
#navigation.with-subnav { padding-bottom: 1.5em; }

#content {
	position: relative;
	float: left;
	width: 772px;
	border-bottom: 5px solid #fff;
	background: #fff url(/stylesheets/backgrounds/main-background.gif) repeat-y;
	background-image: url(/stylesheets/backgrounds/main_background_new_3.gif);
}

	#columnOne { float: left; width: 400px; padding: 25px 15px 15px 15px; }
	
	#columnTwo { float: right; width: 336px; padding-top: 15px; padding-bottom: 10px; }
		#columnTwo.imageTop { padding-top: 355px; }
		#columnTwo.imageBottom { padding-bottom: 345px; }
		#columnTwo.imageAlone { padding: 0; }
	
#contentWide { float: left; width: 697px; background-color: #fff; padding: 25px 60px 15px 15px; border-bottom: 5px solid #fff;  }	
#contenthome {
	position: relative;
	float: left;
	width: 772px;
	border-bottom: 5px solid #fff;
	background-color: #fff;
	background-repeat: repeat-y;
}
	

#footer { clear: both; background-color: #333; padding: 10px 15px 3px 15px; }

img.main { display: block; margin: 0; padding: 0; }
	.imageTop img.main {
	position: absolute;
	top: 10px;
}
	.imageBottom img.main {
	position: absolute;
	bottom: -143px;
	left: 442px;
}

img.right { padding: 0 0 0.3em 0.7em; float: right; }

img.left { padding: 0 0.7em 0.3em 0; float: left; }

img.thumb { float: left; padding: 0 0.5em 0.5em 0;}

#newsCurrent, #eventsArchive { background-color: #fff; padding: 1em 1em 0.2em 1em; margin-bottom: 1em; float: left; }
#newsArchive { background-color: #ccc; padding: 1em 1em 0.2em 1em; margin-bottom: 1em; float: left; }

.narrowColumnLeft { float: left; width: 195px; padding: 0 10px 0.5em 0; }
.narrowColumnRight { float: left; width: 195px; padding: 0 0 0.5em 0; }
.fullWidth { clear: both; }

/* Typography */

a {text-decoration: underline;}
	a:link, a:visited { color: #333333; }
	a:hover, a:active, a:focus { color: #e40079; }
	
	.strongLink { font-weight: bold; color: #333; }

	#footer a { text-decoration: none; border-bottom: none; }
		#footer a:link, #footer a:link { color: #fff; }
		#footer a:hover, #footer a:active, #footer a:focus { color: #05d4ef; }
		
	#navigation a { text-decoration: none; border-bottom: none; }
		#navigation a:link, #navigation a:visited { color: #fff; }
		#navigation a:hover, #navigation a:active, #navigation a:focus { color: #05d4ef; }


h1 { margin: 0; padding: 0; }

h2 { font-size: 1.3em; font-weight: normal; color: #E40079; padding: 0 0 0.5em 0; }
	h2.home { font-size: 1em; font-weight: normal; padding: 0.5em 0 0.5em 0; }

h3 { font-size: 1em; font-weight: normal; color: #e40079; padding: 0.3em 0 0.3em 0; }
	#newsCurrent h3 { font-size: 1.2em; padding-bottom: 0.5em; }
	#newsArchive h3 { font-size: 1.2em; color: #333333; padding-bottom: 0.5em;  }
	#newsArchive h4 { font-size: 1.2em; font-weight: normal; color: #e40079; padding: 0.5em 0 0.3em 0; }
	

p {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0 0 0.7em 0;
	color: #333333;
}
	p.intro { font-size: 1em; color: #333333; padding: 0 0 0.7em 0; }
	p.aside { color: #fff; padding: 0 15px 0.5em 15px; }
	#footer p { font-size: 0.7em; color: #fff; padding-bottom: 0.3em; }
	
blockquote { quotes: "" "" "" ""; }
	blockquote p { font-weight: bold; padding-bottom: 1em; }
	blockquote p.aside { font-weight: bold; color: #fff; padding: 0 15px 0.5em 15px; }
	#newsCurrent blockquote p { font-weight: normal; padding: 0 15px 0.5em 15px; }

blockquote:before { content: ""; }
blockquote:after { content: ""; }

cite { font-size: 0.9em; font-style: italic; font-weight: normal; }
	cite.aside { font-size: 0.75em; display: block; color: #fff; padding: 0 15px 1.2em 15px; }

hr { border-top: 2px solid #fff; padding-bottom: 1em; }
	
		
ul { font-size: 0.8em; line-height: 1.3em; padding: 0 0 0.5em 1em; }
	#navigation ul { font-size: 1em; margin: 0; padding: 0 0 0 2px; list-style: none; }
		#navigation ul ul {
	position: absolute;
	left: 0;
	top: 0.9em;
	margin-left: -9px;
	padding-left: 8px;
	border-left: 1px solid #fff;
	padding-top: 0.5em;
	width: 140px;
	height: 20px;
}

li {  }
	#navigation li {
	position: relative;
	float: left;
	font-size: 0.9em;
	line-height: 0.8em;
	border-right: 1px solid #fff;
	padding-right: 8px;
	margin-right: 8px;
}
		#navigation li.last { border-right: 0; }
		#navigation li.current { color: #05d4ef; }
	#navigation li li { font-size: 0.95em; }
		#navigation li li.last { border-right: 0; padding-right: 0; margin-right: 0px; }
		#navigation li li.current { color: #05d4ef; }	
		
dl { font-size: 0.8em; line-height: 1.3em; padding-right: 3em; }
dt	{ font-size: 1.2em; font-weight: normal; color: #990000; padding-bottom: 0.3em; }
dd {  }
	dd blockquote p { font-size: 1em; font-weight: normal; padding: 0.5em 3em 0em 2em; }
	dd cite { font-size: 0.9em; padding-left: 2em; }
	dd.date { font-size: 0.9em; padding: 0.2em 0 0.2em 0; }
	dd.last {
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	color: #333333;
}		
		
span { display: inline; white-space: nowrap; }

.jumpLinks { text-indent: -9000px; height: 0; margin: 0; padding: 0; }
.style44 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

