html, *{
	margin: 0;
	padding: 0;
	}

body {
	background: url(../images/bg.gif) repeat-x;
	text-align: center;
	min-width: 760px;
	}

#grass-container {
	width: 1000px;
	height: 76px;
	margin: 0 auto;
	}

#grass {
	height: 76px;
	width: 115px;
	background: url(../images/grass.gif) no-repeat;
	float: right;
	margin-top: 88px;
	}

#container {
        width: 760px;
	margin: 0 auto;
	margin-top: -76px !important;
	margin-top: -164px;
	padding-top: 0px;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Tahoma, Veranda;
	}
	
/* Header */

#header img {
	margin-top: 5px;
	}

#contact-details {
	color: #71ad4b;
	font-size: 11px;
	float: right;
	margin-top: -15px;
	}

#contact-details a {
	text-decoration: none;
	color: #71ad4b;
	font-size: 11px;
	}

#contact-details a:hover {
	text-decoration: underline;
	}

.contact-det {
       padding-right: 12px;
       }

/* Navigation */

#navigation {
	width: 740px;
	height: 56px;
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 24px;
	color: #fff;
	margin-top: 9px !important;
	margin-top: 6px;
	margin-left: 20px;
	}

#nav {
	margin: 0; padding: 0;
	height: 56px;
	list-style: none;
	}

#nav li {
	display: inline;
	}

#nav li a {
	background-repeat: no-repeat;
	background-position: 0 -56px;
	float: left;
	height: 56px;
	text-indent: -9999px;
	outline: 0;
	}
    
#nav li a:hover, #nav li.active a {
	background-position: 0 0;
	}
		
#nav-home a {
	background-image: url(../images/nav/home.gif);
	width: 98px;
	}
		    
#nav-services a {
	background-image: url(../images/nav/services.gif);
	width: 158px;
	}
	
#nav-team a {
	background-image: url(../images/nav/team.gif);
	width: 132px;
	}
		    
#nav-news a {
	background-image: url(../images/nav/news.gif);
	width: 93px;
	}
		    
#nav-contact a {
	background-image: url(../images/nav/contact.gif);
	width: 92px;			
	}

/* Content */

#content {
	height: 538px;
	color: #fff;
	background: transparent;
	padding-top: 10px;
	text-align: justify;
	}

#main-content {
	width: 491px;
	height: 538px;
	}

#main-content img {
       float: left;
       padding: 5px;
       }

#text {
       width: 470px;
       }

#quote {
	background: url(../images/quote.gif) no-repeat;
	height: 106px;
	width: 415px;
	padding: 30px 60px 30px 40px;
	margin-top: 20px;
	}

#quote .quoted {
	margin-top: 12px;
	font-weight: bold;
	}

/* Right Bar */

#right-bar {
	float: right;
	margin-top: -538px;
	width: 257px;
	}

#right-bar a {
	font-weight: bold;
	text-decoration: none;
	}

#right-bar a:hover {
	text-decoration: underline;
	}

.date1 {
	height: 57px;
	width: 49px;
	background: url(../images/date_bg.gif) no-repeat;
	text-align: center;
	padding-top: 10px;
	float: left;
	padding-right: 3px;
	}

/* Footer */

#footer {
	margin-top: -48px;
	font-size: 11px;
	background-color: #fff;
	}

#footer a {
	text-decoration: none;
	color: #71ad4b;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer li {
	padding-left: 13px;
	}

/* Global Styles */

h1, h2, h3 {
	font-family: Arial, Tahoma, Veranda;
	}

h3 {
        margin: 0;
        padding: 3px;
        font-weight: normal;
        font-size: 13px;
        }

li {
	display: inline;
	list-style-type: none;
	}

a {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	padding-top: 12px;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}
			
hr {
	width: 70%;
	color: #ffffff;
	background-color: #ffffff;
	margin: 10px auto 0 auto !important;
	margin-left: 150px;
	height: 1px;
	}

#continue {
	margin-left: 51px;
	}

/* Contact Form */

#contact {
	margin-left: 30px;
	width: 700px;
	}

form {
	float: right;
	margin-top: -145px;
	}

#comment {
	width: 400px;
	}

#submit {
	width: 75px;
	margin-left: 20px;
	}

pre {
	font-family: Arial, Tahoma, Veranda;
	font-weight: bold;
	}

/* The Team */

#team {
	width: 700px;
	margin-top: -10px;
	}

#team h3 {
	font-weight: bold;
	}

#david {
	float: left;
	height: 152px;
	width: 500px;
	padding-top: 52px;
	}

#david img {
	margin-top: -52px;
	}

#mark {
	margin-top: -47px;
	width: 500px;
	height: 152px;
	padding-top: 45px;
	float: left;
	}

#mark img {
	float: left;
	margin-top: -45px;
	}

#bridget {
	width: 500px;
	height: 167px;
	margin-top: -34px;
	padding-top: 28px;
	}

#bridget img {
	margin-top: -35px;
	}

/* Our Services */

#services {
	width: 700px;
	text-align: justify;
	}

#services h3 {
	font-weight: bold;
	padding: 3px 0 0 0;
	}

#services img {
	float: right;
	}

#services a {
	font-weight: bold;
	text-decoration: underline;
	}

#services a:hover {
	text-decoration: none;
	}

/*News Page*/

#news {
	width: 680px;
	height: 450px;
	overflow: auto;
	padding-right: 20px;
	}
			
#news a {
	text-decoration: underline;
	}
		    
#news a:hover {
	text-decoration: none;
	}

#news h2 {
	font-weight: lighter;
	padding-top: 10px;
	padding-left: 10px;
	}
			
#news h1 {
	font-weight: lighter;
	text-decoration: underline;
	font-size: 24px;
	}

/*Credits*/

#credits {
	width: 700px;
	text-align: center;
	padding-top: 100px;
	}

#credits h2 {
	margin-top: 10px;
	font-weight: lighter;
	}

