@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E5F6EC;
	text-align: center;
	font-size: 0.8em;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../Images/containerBK.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	float: left;
	width: 780px;
}
#companyLogo {
	float: left;
	height: 214px;
	width: 193px;
	background-image: url(../Images/companyLogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#banner {
	float: left;
	width: 587px;
	background-color: #669966;
}
#topNav {
	float: left;
	height: 32px;
	width: 587px;
	text-align: right;
}
#welcomeImage {
	height: 182px;
	width: 587px;
	float: left;
	background-image: url(../Images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	float: left;
	width: 780px;
}
#leftContent {
	float: left;
	width: 196px;
}
#rightContent {
	float: left;
	width: 584px;
}
#footer {
	width: 780px;
	font-size: 0.8em;
	text-align: center;
	color: #003300;
	background-color: #E5F6EC;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../Images/containerBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
#topNav ul {
	list-style-type: none;
	margin: 8px;
}
#topNav li {
	display: inline;
	margin: 10px;
}
#topNav a {
	color: #FFFFFF;
}
#topNav a:hover {
	color: #FFCC00;
}
#leftContent .navigation ul {
	list-style-type: none;
	margin-right: 3px;
	margin-left: 3px;
}
#leftContent .navigation a {
	display: block;
	width: 190px;
	height: 25px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: left top;
}
#leftContent .navigation ul.page {
	list-style-type: none;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #CCCCCC;
	padding-top: 10px;
	margin-bottom: 3px;
	margin-top: -3px;
	padding-bottom: 10px;
}
#leftContent .navigation .page li {
	background-image: url(../Images/bullet_grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	margin-bottom: 10px;
}
#leftContent .navigation .page a {
	width: 140px;
	padding-left: 24px;
	color: #003300;
	height: auto;
}
#footer ul {
	list-style-type: none;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer li {
	display: inline;
	margin: 10px;
}
#footer a {
	color: #003300;
}
#highlightOne {
	background-image: url(../Images/highlightOne.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#highlightTwo {
	background-image: url(../Images/highlightTwo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#rightContent .advert a {
	color: #FFFFFF;
}
#rightContent .advert p {
	color: #FFFFFF;
	line-height: 1.2em;
}
.logoPort {
	width: 96px;
	text-align: center;
	float: left;
	height: 165px;
}
.logoLand {
	float: left;
	width: 192px;
	text-align: center;
}
.advert {
	float: left;
	display: block;
	width: 291px;
}
.ourCommunity {
	background-image: url(../Images/ourcommunity.jpg);
}
.aboutUs {
	background-image: url(../Images/aboutus.jpg);
}
.ourProjects {
	background-image: url(../Images/ourprojects.jpg);
}
.communityProjects {
	background-image: url(../Images/communityprojects.jpg);
}
.eventsCalendar {
	background-image: url(../Images/eventscalendar.jpg);
}
.communityNews {
	background-image: url(../Images/communitynews.jpg);
}
.messageBoard {
	background-image: url(../Images/messageboard.jpg);
}
.jobBoard {
	background-image: url(../Images/jobboard.jpg);
}
.jargonBuster {
	background-image: url(../Images/jargonbuster.jpg);
}
.supportingOrganisations {
	background-image: url(../Images/supportingorganisations.jpg);
}
.consultationTool {
	background-image: url(../Images/consultationtool.jpg);
}
.clearer {
	clear: both;
}
.hideContent {
	margin-left: -9000px;
}
.advertTitle {
	font-family: "Bradley Hand ITC TT", "Comic Sans MS", Coolvetica, Arial;
	font-size: 1.8em;
}
.advertSubTitle {
	font-family: "Bradley Hand ITC TT", "Comic Sans MS", Coolvetica, Arial;
	font-size: 1.5em;
}
.indentArrow {
	background-image: url(../Images/bullet_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.greenText {
	color: #0F6F3F;
}
.floatImageLeft {
	margin: 10px;
	float: left;
}
.floatImageRight {
	margin: 10px;
	float: right;
}
p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h2 {
	font-size: 1.6em;
	margin: 10px;
	color: #006F2D;
}
h3 {
	font-size: 1.4em;
	margin: 10px;
	color: #006F2D;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightContent ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#rightContent li {
	margin: 10px;
}
#rightContent ol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.greenTextBold {
	color: #0F6F3F;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.leftAlign {
	text-align: left;
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.rightAlign {
	text-align: right;
}
.centerAlign {
	text-align: center;
}
.italic {
	font-style: italic;
}
.underlineBold {
	font-weight: bold;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.autowidth {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.equalDivision {
	float: left;
	width: 292px;
}
.supportingorganisationtext {
	width: 192px;
	text-align: left;
	color: #999999;
	font-weight: bold;
}
.font4 {
	font-size: 16px;
}

.font3 {
	font-size: 14px;
}
