/* CSS Document */


/*Set styles to 0*/	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	
}

/*Main positional*/	


body {
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #4e4132;
	background-image: url(images/pagebackground.jpg);
}


body p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#pagecontainer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/pageback.png);
}

#footer {
	DD_belatedPNG.fix('.png_bg');
	height: 50px;
	clear: both;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
#CA {
	float: right;
	padding-top: 20px;
}
#sixty {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}
#strapline {
	float: right;
}
#number {
	font-size: 11px;
	padding-top: 20px;
	float: left;
}

#header {
	height: 123px;
	background-repeat: no-repeat;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#logo {
	height: 124px;
	width: 230px;
	float: left;
}
#textureback {
	background-image: url(images/home_texture-back.jpg);
	background-repeat: repeat-y;
}

#contentarea {
	margin-left: 10px;
	margin-right: 10px;
}


/*Naviagtion Styles*/	

#nav {
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 720px;
	float: left;
	padding-right: 20px;
}


#nav li {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/divider.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
	
	
}
#nav ul {
	text-align: right;
	list-style-image: none;
	float: right;
}
#nav ul li {
	display: inline;
}
#nav li a:hover {
	color: #89CA4A;
}
#footerbase {
	background-image: url(images/footer_shadow.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}


#nav a {
	color: #FFF;
	text-decoration: none;
}





/*generic settings*/	

a:link {
	text-decoration: underline;
	color: #4E4132;
}
a:hover {
	color: color: #89CA4A;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #4E4132;
}


/*Sub Naviagtion Styles*/	


#subnav {
	text-decoration: none;
	float: left;
	width: 220px;
	padding-top: 30px;
}
#navside {
	float: right;
	width: 41px;
}
#leftcol {
	width: 265px;
	float: left;
}


#subnav li {
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	background-image: url(images/sub_nav_under.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 35px;
	font-size: 14px;
	color: #4E4132;
}
#subnav ul {
	padding: 0px;
	margin: 0px;
}
#subnav li a {
	text-decoration: none;
	color: #4E4132;
}



/*Type Styles*/	


h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: bold;
	line-height: 30px;
}

h2 {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 19px;
	margin: 0px;
	padding: 0px 0px 35px 30px;
}


/*Homepage specific*/	

#flash {
	height: 498px;
}

#events {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	line-height: 18px;
}
#eventsleft {
	float: left;
	width: 280px;
}
#eventsmiddle {
	float: left;
	width: 280px;
	padding-left: 35px;
}
#eventsright {
	float: right;
	width: 280px;
}
