@charset "utf-8";
@import url("reset.css");

body {
	background: #053c5f url(../images/ocean.jpg) repeat-x center top;
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

h1, h2, #nav {
	margin:0px 0px 5px 0px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

p {
	font-size: .95em;
	line-height:1.3em;
	margin:15px 5px;
}

ul {
	font-size: .95em;
	list-style: square;
	margin-left: 35px;
	line-height:1.3em;
}

a {
	text-decoration: none;
	color: #05c0dc;
}

a:hover, a:active {
	color: #e97c26;
}

/*.wf-inactive h1, .wf-inactive h2, .wf-inactive #nav  {
     font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.wf-inactive h1, .wf-inactive h2 {
	font-size: 1.2em;
}

.wf-active h1, .wf-active h2, .wf-active #nav {
     font-family: "Yanone Kaffeesatz", "Arial Narrow", Arial, Helvetica, sans-serif;
} */

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* CSS rule for IE6 */
* html .clearfix {
	height: 1%;
}

/* CSS rule for IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}

#container {
	margin:0 auto !important;
     width: 960px;
	text-align: left;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
	background-color: #c7e097;
	z-index: 100;
}

#header img {
	float: left;
	padding: 20px;
	border: none;
}

#nav {
	position: absolute;
	top: 50px;
	left: 550px;
	width: 550px;
	font-size: 1.3em;
}

#nav ul li {
	padding: 0 25px;
	display: inline;
	list-style-type: none;
}

#nav a {
	text-decoration: none;
	color:#048c97;
}

#nav a:visited {
	color: #085c83;
}

#nav a:hover, #nav a:active {
	color:#993300;
}

#content {
	width: 100%;
	height: 3350px;
	position: relative;
	margin-left: 20px;
	color:#c7e097;
}

#content-aux {
	width: 100%;
	height: 900px;
	position: relative;
	margin-left: 20px;
	color:#c7e097;
}

#intro {
	float: right;
	width: 400px;
	margin: 225px 100px 0 0;
	font-size: 2em;
}

.smallh1 {
	font-size: .7em;
}

.sig-right {
	float: right;
	margin-right: 25px;
	padding-top: 15px;
}

.splash {
	float: left;
	margin: 105px 50px 110px 200px;
	z-index: 0;
	border: none;
}

#home, #services, #portfolio {
	display: block;
	height: 700px;
}

#thankyou {
	display: block;
	height: 650px;
}

#services, #portfolio, #contact  {
	padding-top: 175px;
	padding-right: 60px;
}

#services h1, #portfolio h1, #contact h1 {
	font-size: 2em; 
}

#services h2, #portfolio h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e97c26;
}

#portfolio h2 {
	font-size: 1em;
}

.box {
	float: left;
	margin: 25px 10px;
	padding: 15px 10px;
	background: url(../images_working/darkteal_bkgd.png) repeat-x repeat-y top left;
	background: rgba(3,54,73,0.5);
	border: #c7e097 1px dotted;
}

#services .box{
	width: 250px;
	min-height:400px; 
}

#portfolio .box, #contact .box {
	width: 880px;
}

.client {
	float: left;
	width: 250px;
	padding: 10px 20px;
}

.first {
	margin-left: 10px;
}

.client img {
	margin: 10px 0;
	padding: 3px;
	border: #c7e097 1px solid;
}

form {
	padding: 10px;
}

label {
	display: block;
	text-align: right;
	width: 30%;
	float: left;
}

input, textarea {
	padding: 4px 2px;
	border: solid 1px #c7e097;
	width: 40%;
	margin: 5px 0 20px 15px;
}

select {
	padding: 4px 2px;
	border: solid 1px #c7e097;
	width: 40%;
	margin: 5px 0 20px 15px;
}

.note {
	display: block;
	font-size: .8em;
	text-align: right;
	font-weight: normal;
	width: 150px;
	padding-left: 75px;
}

#submit, #reset {
	border: none;
	width: 100px;
	color: #033649;
	font-weight: bold;
	background-image: url(../images/btn_bkgd_up.jpg);
}

#submit{
	clear: both;
	margin-left: 40%;
}

#reset {
	margin-right: 240px;
}

#submit:hover, #reset:hover {
	background-image: url(../images/btn_bkgd_over.jpg);
}

#thanks {
	float: right;
	width: 400px;
	margin: 250px 100px 0 0;
}

#thanks h1 {
	font-size: 1.6em;
}

#thanks h2 {
	font-size: 1.2em;
	padding: 20px;
}

#footer {
	margin: 25px 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
	word-spacing: .2em;
}


