/* CSS Document */
/* The Eye centre - October 2008 */

body {
	background-color: #dcefe9;
	font-size: 0.8em;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
}
#shadowtop {
	background: url(/images/shadow_top.jpg) no-repeat top left;
	height: 40px;
	width: 822px;
	margin: 0 auto;
	padding: 0;
}
#shadowbottom {
	background: url(/images/shadow_bottom.jpg) no-repeat top left;
	height: 40px;
	width: 822px;
	margin: 0 auto;
	padding: 0;
}
#shadowmain {
	background: url(/images/shadow_rpt.jpg) repeat-y top left;
	width: 822px;
	display: block;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#maincontent {
	width: 772px;
	text-align: left;
	clear: both;
	margin: 0 25px;
}
#content {
	padding-top: none;
	padding-left: 76px;
	padding-right: 20px;
}
#header {
	background: url(/images/header_background.gif) no-repeat top left;
	height: 126px;
	width: 772px;
	margin: 0 0;
	padding: 0;
}
#footer {
	background: url(/images/footer_background.gif) no-repeat top left;
	height: 36px;
	witdh: 772px;
	padding-left: 76px;
	padding-top: 20px;
}
#footer p {
	font-size: 0.85em;
	color: #c7c0b9;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #7fc4ad;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #7fc4ad;
} 
div.address {
	width: 150px;
	margin-left: 0px;
	padding: 0px;
}
div#caerau, div#pontycymer, div#ogmore, div#tonypandy, div#sarn, div#brackla {
	display: none;
}

/*--------------------- DEFAULT STYLINGS ----------------------------*/

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #7fc4ad;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #c7c0b9;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #7fc4ad;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #c7c0b9;
}

/*--------------------- NAV ----------------------------*/

#nav {
	padding-right: 12px;
	padding-top: 75px;
	text-align: right;
}
#nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: inline;
	padding-left: 20px;
	padding-right: 5px;
	background: url(/images/bullet.gif) no-repeat left;
}
#nav .first {
	background: none;
}
#nav a:link, #nav a:visited {
	color: #7fc4ad;
	text-decoration: none;
}
#nav a:hover {
	text-decoration:none;
	color: #c7c0b9;        
}

/*--------------------DEFAULT LINKS-----------------------*/
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #c7c0b9;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #7fc4ad;       
}