/*Remove blue Border around Link Images*/
a img { border:none; }

/*Stop Site jumping left when scroll bar is needed. This code forces a blank scroll bar on all pages*/
html { overflow-y: scroll; }

/*Removes margins and padding*/
* { margin: 0; padding: 0; }

/*Clears floats - Corrects height problems*/
.clear { clear: both; }

/*Remove default bullet points from list items*/
ul {
	list-style: none inside;
	}

/*Wraps all content and centres it*/
#page-wrap {
	width:780px;
	margin: 0 auto;
	background:url(images/bg_shadow2.jpg) repeat-y;
}
body {
	background-color:#b0bac2;
	font-family: Helvetica, sans-serif;
	text-align:left;
}
#site-content {
	width: 760px;
	margin: 0 10px 0 10px;
}
#header {
	height: 126px;
}
#navigation {
	width:760px;
}
ul#nav {

}
	ul#nav li {
		display:inline;
		}
		/*All links have same height*/
		ul#nav li a {
			display:block;
			height: 44px;
			float: left;
			}
			/*Apply individual classes - all have unique heights and images*/
			ul#nav li.under-logo a {
				width: 230px;
				background: url(images/under_logo.png) top center no-repeat;
				}
			ul#nav li.home a {
				width: 68px;
				background: url(images/nav_home.png) bottom center no-repeat;
				}
			ul#nav li.about-us a {
				width: 87px;
				background: url(images/nav_about_us.png) bottom center no-repeat;
				}
			ul#nav li.services a {
				width: 81px;
				background: url(images/nav_services.png) bottom center no-repeat;
				}
				ul#nav li.online-forms a {
				width: 111px;
				background: url(images/nav_online_forms.png) bottom center no-repeat;
				}
				ul#nav li.hot-topics a {
				width: 93px;
				background: url(images/nav_hot_topics.png) bottom center no-repeat;
				}
				ul#nav li.contact-us a {
				width: 90px;
				background: url(images/nav_contact_us.png) bottom center no-repeat;
				}
			ul#nav li a:hover {
				background-position: top;
				}

/*Items under top left column buttons*/			
#nav2 {
	display:block;
	width: 230px;
	float:left;
	}
	
/*Jquery cycle images*/	
#top-images {
	margin-top: 4px;
	width:230px;
	height:153px;
	overflow: hidden;
}
#top-images img{
	top: 0;
	left: 0;
}
.subscribe {
	height: 98px;
	margin:0px 0 4px 0;
	}
.logo {
	height: 80px;
	margin:2px 0 60px 0;
			}

/*start - Subscribe Form*/			
fieldset {
	border: none;
}

#subscribe {
	width: 230px;
	background-color: #e7ecf4;
}
.sign-up {
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
}

.sign-up input {
	width: 160px;
}

.unsubscribe {
	font-size: 12px;
	color: red;
	text-decoration: none;
	margin: 0 0 0 15px;
}
.unsubscribe a:link {
		color: #666769;
}
.go-button {
	float:right;
	margin: -25px 0 0 0;
	padding: 0 5px 0 0;
}			
/*end - Subscribe Form*/	
				
#main-content {
	float:right;
	width:520px;
	margin: 18px 0 0 0;
}
.text-content{
	padding: 0 30px;
}
#text-left {
	float:left;
	width: 290px;
}
#post-it {
	float:right;
}
#big-links {
	height: 92px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	width: 530px;
}
.big-link1 {
	float:left;
	margin: 0 0 0 35px;

}
.big-link2 {
	float:left;
	margin: 0 0 0 6px;
}

h1 {
	color: #3961a1;
	font-weight: bold;
	font-size:18px;
	line-height:22px;
}
h2 {
	color: #3961a1;
	font-weight: normal;
	font-size:18px;
	line-height:22px;
}
h3 {
	color: #3961a1;
	font-weight: bold;
	font-size:12px;
	line-height:18px;
}

/*Target a-link in h3 Directors Names*/
h3 a:link {
	color:#666;
	font-weight: normal;
	font-size:10px;
	}
h3 a:visited {
	color:#666;
	font-weight: normal;
	font-size:10px;
	}
h4 {
	color: #3961a1;
	font-weight: normal;
	font-style: italic;
	font-size:12px;
	line-height:14px;
}
/*links under page title*/	
.top-links {
	display: block;
	color: #666769;
	font-weight: normal;
	font-size:14px;
	line-height:20px;
	padding: 0 0 0 30px;
}
.top-links a:link {
	color: #666769;
}
/*list item with e-image bullet*/	
#services {
	padding: 0 0 0 30px;
	font-size:12px;
	line-height:18px;
	font-weight: bold;
	text-align: justify;
	list-style: url(images/e_bullet.png) outside square;
}
ul#services li a {
	color:#000;
}
#services2 {
	padding: 0 0 0 30px;
	font-size:12px;
	line-height:18px;
	font-weight: bold;
	list-style: outside disc;
}
#services3 {
	padding: 0 0 0 30px;
	font-size:12px;
	line-height:18px;
	font-weight: normal;
	list-style: outside disc;
}

.back-to-top {
	font-size:10px;
	font-weight: bold;
	color: #666769;
}
.back-to-top2 {
	font-size:10px;
	line-height: 18px;
	font-weight: bold;
	color: #666769;
}
p {
	color: black;
	font-weight:normal;
	font-size:12px;
	line-height:15px;
	padding: 5px 0 5px 0;
	text-align: justify;
}

a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

/*Contact Page details*/
#contact1 {
	float: left;
	width: 100px;
	margin: 10px 0 0 50px;
}
#contact1 h3 {
	line-height:25px;
}
#contact2 {
	float: left;
	margin: 10px 0 0 0;
}
#contact2 a:link {
	color: #000;
}
.map {
	border: 1px solid;
	width: 380px;
	height: 266px;
}

#footer {
	height:27px;
	background:url(images/footer_bg.jpg) repeat-x;
	letter-spacing:.3px;
	margin: 10px 0 0 0;
	}
#footer .footer-left {
	float: left;
	font-size:12px;
	color:#FFF;
	padding: 8px 0px 0 10px;
	}
#footer .footer-right {
	text-align: right;
	color:#FFF;
	padding: 8px 10px 0px 0px;
	}
/*Target a-link in footer*/
.footer-right a:link {
	color:#fff;
	}