* { padding: 0; margin: 0; }

body {	
	font-family: Georgia,Times,'Times New Roman',Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 30px;
	text-align: left;
	color: #b6b6b6;
}

#container {
	margin: 0 auto;
	width: 820px;
	background:#fff;
	border-width: 0px;
	border-style: solid;
	border-color: #b6b6b6;
}

#header {
	width: 820px;
	height: 176px;
	background:#fff;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	background-image: url(images/banner.jpg);
}
#logo {
	position: absolute;
	padding: 30px 0px 0px 0px;
}

#navigation {
	padding: 112px 0px 0px 295px;
}

#content {
	clear: left;
	padding: 25px 0px 25px 0px;
}

.style1 {
	color: #63cba1;  
}

.style2 {
	font-size: 18px;
}

.style3 {
	color: #63cba1; 
}

.style4 {
	font-size: 20px; 
}

.gallery li {
    display: inline;
    list-style: none;
    width: 220px;
    min-height: 165px;
    float: left;
    margin: 10px 0px 25px 0px;
    text-align: left;
	font-size: 12px;
	font-family: helvetica, arial, trebuchet, sans-serif;
	color: #004b46;
	}
	
form,input,select,textarea{margin:0; padding:0; color:#000;}
/* colour behind contact form title */  
div.box{
margin:0 auto;
width:520px;
background:#59AFA9;
position:relative;
top: 0px;
border:1px solid #fff;
}
/* color of contact form title */ 
div.box h1{ 
color:#fff;
font-size:16px;
font-weight: bold;
font-style: italic;
padding:5px 0 5px 15px;
border-bottom:1px solid #fff;
border-top:1px solid #fff; 
}
/* colour behind rest of box */ 
div.box label{
width:100%;
display: block;
background:#014D49;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
padding:10px 0 10px 0;
}
/* text beside boxes*/ 
div.box label span{
display: block;
color:#fff;
font-size:15px;
font-style: normal;
font-weight: bold;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}
 
div.box .input_text{
padding:10px 10px;
width:200px;
background:#97C0BA;
border-bottom: 1px double #fff;
border-top: 1px double #fff;
border-left:1px double #fff;
border-right:1px double #fff;
}
 
div.box .message{
padding:7px 7px;
width:350px;
background:#97C0BA;
border-bottom: 1px double #fff;
border-top: 1px double #fff;
border-left:1px double #fff;
border-right:1px double #fff;
overflow:hidden;
height:165px;
}
 
div.box .button{
margin:0 0 10px 0;
padding:4px 7px;
background:#ccc;
border:0px;
position: relative;
top:10px;
left:386px;
width:100px;
border-bottom: 1px double #4E7A76;
border-top: 1px double #fff;
border-left:1px double #fff;
border-right:1px double #4E7A76;
}


#footer {
	font-family: helvetica, arial, trebuchet, sans-serif;
	clear: both;
	position:relative;
	background:#fff;
	text-align: left;
	padding: 20px 0px 20px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b6b6;
	font-size: 13px;
	font-weight: bold;
	color:#b6b6b6;
}

#credit {
	position:absolute;
	top:20px;
	left:580px;
}

/* styling for email link and sorca link in the footer */
.footerlink a:link {
	color: #b6b6b6;
	text-decoration:none;
}
.footerlink a:visited {
	color: #b6b6b6;
	text-decoration:none;
}
.footerlink a:hover {
	color: #63cba1;
	text-decoration:none;
}

/* styling for site links on the Biography page */
.contentlink a:link {
	color: #63cba1;
}
.contentlink a:visited {
	color: #63cba1;
}
.contentlink a:hover {
	color: #b6b6b6;
}

img
{  border-style: none;
}


