* {
	margin:0pt;
	padding:0pt;
}

html {overflow-y: scroll; overflow-x: hidden; height: 100%;}

body {
	margin: 0px 0px;
	font-size:11px;
	font-family:helvetica;
	background: url('');
	background-position: top;
	background-repeat: repeat-x;
	background-color:#fff;
	height: 100%;
}
.logo {
	width: 20%;
	margin:0px auto;	
}
.logo img {
	padding-left: 22px;
	width: 100%;
}


img {
	border:none;
}
a {
	color:#003f5e;
	text-decoration:none;
	outline:none;
}
a .bright {
	color:#49c0aa;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#49c0aa;
	text-decoration:none;
}
h1 {
	color: #003f5e;
	font-size: 24px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2{
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #a8a9ad;
	font-size:18px;
}
h3{
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #505052;
	font-size:14px;
	margin-bottom: 15px;
}
h4{
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	color: #444;
	font-size:14px;
	margin-bottom: 15px;
}
.content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:900px;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */	
}
#header {
	width: 100%;
	border-bottom: 1px solid #a7a9ac;
	padding: 40px 0px 20px 0px;
}

.fieldTitle {
    color: #666666;
}
.fieldTitle em {
	color: #34b3e8;
	font-weight: bold;
	font-size:14px;
}
.container {
	width:900px;
	min-height: 480px;
	background-image: url("images/ghostwave.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding:0px 0px 0px 0px;
}
.container p {
	font-size:11px;
	line-height:18px;
	color:#666666;
	margin:5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
.container ul {
	margin-left:20px;
}
.container ul li {
	margin:8px 0px;
	font-size:11px;
	list-style:none;
}
.clear {
	clear:both;
}
#contactWrapper{

}
#c1 {
	float: right;
	width: 125px;
}
#c2 {

	width: 100%;
	margin: 0px auto;
}
#c3 {
	float: right;
	width: 150px;
}
#c3 p{
	line-height:8px;
	color:#016699;	
}
#c4 {
	background: url('images/mapBg.png');
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	width: 220px;
	height:350px;
	margin-top: -10px;
	padding-left: 24px;
	padding-top: 20px;
}
#c2 input,
#c2 textarea {

	display:block;
	margin-bottom:10px;
	background-color:#E6E7E8;
	color:#666666;
	border: 1px solid #A7A9AC;
	width: 100%;
	padding-left: 5px;
	height:25px;
	border-radius: 3px;
	background-color: #fff;
}
#c2 textarea {
	height:175px;

}
#c2 .sendbutton {
    background-color: #fff;
    color: #34b3e8;
    cursor: pointer;
    height: 50px;
    margin: 0 auto;
    padding-bottom: 3px;
    padding-right: 5px;
    width: 100%;
	margin-top: 25px;
	font-size: 16px;
}
.sendbutton:hover {
	background-color:#34b3e8 !important;
	color:#fff !important;
}
#contactFields {
    float: left;
    padding-left: 5%;
    width: 60%;
}
#contactText{
	float: left;
    font-size: 1.1em;
    padding-top: 4px;
    width: 20%;

}
#contactText p{
	height: 28px;
	margin: 0 0 8px;
	padding: 0;
	text-align: right;
}
.status {
    color: #0090ff;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 30px;
    padding-left: 50px;
    text-align: center;
}

@media (min-width: 600px) {
    #c2 {
width: 100%;
	}
@media (min-width: 1100px) {
    #c2 {
		width: 35%;
	}

