@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 150%;
	line-height: 140%;
	font-weight: normal;
	margin-bottom: 20px;
	color: #002f38;
}

h2 {
	color: #002f38;
	font-size: 150%;
	line-height: 140%;
	margin-bottom: 20px;
}

/* START OF FORM */
#form_page {
	background: url(../images/main_back.jpg) repeat-y top center;
}
div.intro {
	margin:0px;
	padding: 40px 80px 60px 355px; 
}
div.intro p {
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 20px;
}
.contactfield {
	padding-bottom: 15px;
	padding-top: 8px;
}
.contactfield input {
	display:block;
	width:200px;
}
div.form_section {
	font-size: 90%;
	line-height: 150%;
}
.contactfield textarea {
	display:block;
	width:400px;
}
input:focus, textarea:focus, select:focus {
	border: 2px solid #00404d;
}
div.buttons {
	padding-top:5px;
}
.validation-advice {
	font-weight:bold;
	color:#eb4033;
	position:absolute;
	left:354px;
	padding-top:3px;
}
.email a {
	text-decoration: none;
	color: #002f38;
	font-weight: bold;
}
.email a:hover {
	color: #fba741;
}
/* END OF FORM */
.tip_bubble p {
	padding: 48px 30px 90px 30px;
}
/* START OF FOOTER */
#footer {
	padding: 10px 0px 15px 30px;
	font-size: 75%;
	color: #c2def8;
}	
#footer ul {
	padding-left: 0px;
}
#footer li {
	display: inline;
	list-style: none;
	list-style-position: inside;
}
#footer li a {
	text-decoration: none;
	color: #c2def8;
	padding: 2px 10px;
	border-right: #e8f2fb 1px solid;
}
#footer a:hover {
	color: #3a4042;
}
/* END OF FOOTER */

