body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}

a:link {
	color: #00CC66;
	text-decoration: none;
}
a:visited {
	color: #00FF99;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	color: #00FF99;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	font-style: italic;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00FF99;
	font-style: normal;
	text-align: center;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
}


/* CONTAINERS */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	text-align:center
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:740px;
	height:auto;
	z-index: 1;
	text-align:left;
}


/* MAIN PAGE ITEMS */

.header {
	height: 258px;
	width: 753px;
	z-index: 10000;
	position: absolute;
}


.menu {
	height: 228px;
	width: 213px;
	background-image: url(images/menu-background.gif);
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
	left: 5px;
	top: 15px;
}

.logo {
	width: 285px;
	height: 258px;
	text-align: center;
	position: absolute;
	left: 231px;
	top: 25px;
}

.search {
	height: 258px;
	width: 223px;
	background-image: url(images/search-background.gif);
	position: absolute;
	left: 529px;
	top: 16px;
	color: #FFFFFF;
	text-align: center;
}

.content {
	height: auto;
	width: 728px;
	position: absolute;
	z-index: -100;
	left: 2px;
	top: 281px;
}


/* HOME PAGE ITEMS */

.gavin {
	width: 223px;
	font-size: 11px;
	text-align: center;

}

.anna {
	width: 285px;
	font-size: 11px;
	text-align: center;

}

.david {
	width: 223px;
	font-size: 11px;
	text-align: center;

}

.welcome {
	background-color: #006600;
	height: 13px;
	width: 729px;
	padding: 4px;	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}


/* MENU ITEMS */

.menulinks {
	background-image: url(images/menuback1.jpg);
	height: 25px;
	width: 201px;
	padding-top: 6px;
	padding-left: 17px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.menulinks:hover{
	background-image: url(images/menuback2.jpg);
	height: 25px;
	width: 201px;
	padding-top: 6px;
	padding-left: 17px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}


/* SEARCH AND CONTACT FORM ITEMS */

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
}

.formboxstyles1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	width: 100%;
	border: 1px solid #530859;
}
.formboxstyles2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	width: 25px;
	border: 1px solid #530859;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 75px;
	border: 1px solid #FFFFFF;
	background-color: #006600;
	text-align: center;
}

.iframe {
	height: 825px;
	width: 750px;	
}

.contacttext {
	height: 300px;
	width: 399px;
	position: absolute;
	left: 3px;
	top: 36px;
}

.contactform {
	height: 157px;
	width: 328px;
	position: absolute;
	left: 418px;
	top: 36px;
}

.contactmap {
	height: 296px;
	width: 289px;
	position: absolute;
	left: 435px;
	top: 207px;
}

.contactfooter {
	height: 41px;
	width: 728px;
	position: absolute;
	left: 0;
	top: 515px;
}




/* FOOTER ITEMS */

.footercontainer {
	background-color: #006600;
	width: 729px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.home-link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.home-link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC66;
	text-decoration: none;
}
