* { 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 295px;
}

.style1 {
	color: #004b46;  
}

.style2 {
	font-size: 18px;
}

.style3 {
	color: #004b46; 
}

.style4 {
	font-size: 20px; 
}
	
form,input,select,textarea{margin:0; padding:0; color:#000;}
/* Forms Section/*-----------------------------------------------------------------------------------*/
.form_content{
width:100%;
float:left;
padding:0px 0px 20px 0px;
}
.form_row{
width:100%;
clear:both;
float:left;
padding:10px 0 10px 0;
}
.form_row label{
font-family: Georgia,Times,'Times New Roman',Utopia,Palatino,'Palatino Linotype',serif;
 font-size:14px; 
 font-weight:normal; 
 padding:8px 0 0 0; 
 width:30%; 
 float:left;
 color:#b6b6b6;
}
.form_row label.error{
font-family: Georgia,Times,'Times New Roman',Utopia,Palatino,'Palatino Linotype',serif; 
font-size:12px; 
font-weight:normal; 
padding:10px 0 0 30%; 
width:50%; 
float:left;
color:#b6b6b6;
}
input.form_input{
width:60%; 
height:25px; 
float:left; 
background-color:#f4f4f4; 
border:1px #e2e2e2 solid;
}
textarea.form_textarea{
width:60%; 
height:125px; 
float:left; 
background-color:#f4f4f4; 
border:1px #e2e2e2 solid; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
}
input.form_submit{
float:right; 
background-color:#31807C; 
color:#FFFFFF; 
border:none; 
cursor:pointer;
margin:0 10% 0 0; 
padding:5px 15px 5px 15px;
}
.tweet ul, .tweet ul li{ 
padding:0px; 
margin:0px; 
list-style:none;
line-height:20px; 
font-style:italic;
}
.tweet ul li a{ 
font-weight:bold;
}
/* colour behind contact form title */  
div.box{
margin:0 auto;
width:520px;
background:#4DA09C;
position:relative;
top: 0px;
border:1px solid #ccc;
}
/* color of contact form title */ 
div.box h1{ 
color:#fff;
font-size:16px;
font-weight: bold;
font-style: italic;
padding:10px 0 10px 120px;
border-bottom:1px solid #fff;
border-top:0px solid #fff; 
}
/* colour behind rest of box */ 
div.box label{
width:100%;
display: block;
background:#31807C;
border-top:0px solid #fff;
border-bottom:0px solid #fff;
padding:10px 0 10px 0;
}
/* text beside boxes*/ 
div.box label span{
display: block;
color:#A1D9D6;
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:#AFD6D4;
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:#AFD6D4;
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;
}

img
{  border-style: none;
}


