﻿* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
}

body {
	background-color:white;
	font-family:Verdana;
	color:black;
}

a img {
	border:0;
}

div#wrapper {
	width:750px;
	background:url('../inc3/background.gif') repeat-y;
	margin:0 auto;
}

div#header {
	width:712px;
	height:254px;
	margin:0 auto;
	padding:0 10px;
	/*background:#e4e4e4 url('../inc3/title_bar.gif') repeat-x top;*/
	border-bottom:2px #c5c5c5 solid;
	position:relative;
}

a#logo {
	position:absolute;
	left:5px;
	top:10px;
}

div#intro {
	position:absolute;
	left:10px;
	top:130px;
	width:355px;
	font-size:12pt;
	text-align:justify;
	font-weight:normal;
	color:#333333;
}

div#intro li {
	margin-left:20px;
	margin-bottom:4px;
}

p {
	margin:10px 0;
}

.red { color:#ff0000; }
.blue { color:#3a9aff; }

div#intro h1 {
	font-size:12pt;
	text-align:center;
	color:gray;
	font-style:italic;
	padding-bottom:10px;
}

div#tagline {
	position:absolute;
	left:400px;
	top:235px;
	width:320px;
	height:auto;	
}

div#tagline {
	text-align:center;
	font-weight:bold;
	font-size:.8em;
}

img#title {
	position:absolute;
	left:400px;
	top:60px;
}

div#content {
	width:712px;
	margin:0 auto;
	padding:10px;	
}

div#content h1 {
	font-size:17pt;
	margin-bottom:4px;
}

div#content h2 {
	font-size:15pt;
	font-style:italic;
	text-align:center;
	margin-bottom:20px;
}

table.form {
	width:712px;
}

input.tex { width:300px; }
input.area { width:50px; }
input.phone { width:200px; }

th {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:4px;
	white-space:nowrap;
	font-size:10pt;
}

div.rounded {
	width:692px;
	margin:10px auto;
	padding:10px;	
	border:2px #c5c5c5 solid;
	text-align:center;
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
}

div.greybox {
	width:712px;
	margin:0 auto;
	padding:10px;	
	background-color:#e4e4e4;
	border-top:2px #c5c5c5 solid;
	text-align:center;
	font-size:10pt;
	font-style:italic;
}

.larger {
	font-size:1.25em;
}

div#form_warning {
	color:black;
	text-align:center;
	font-size:.8em;
}

td.testimonials {
	font-size:10pt;
	background-color:#f2f2f2;
	border:1px black solid;
	margin:2px;
	padding:10px;
	padding-top:1px;
	vertical-align:top;
}
td#thanks{
	width:500px;
	text-align: center;
	font-size: medium;
}
td#legal{
	width:712px;
	text-align: center;
	font-size: medium;
}

.formRequired {
	/*background:url('../images3/required.gif') no-repeat right 1px;*/
}

.formInvalid {
	background:url('../images3/invalid.gif') no-repeat right 1px;
}

.formGood {
	background:url('../images3/good.gif') no-repeat right 1px;
}

table.form select,
table.form input {
	background-color:#fcfcfc;
	border:1px silver solid;
	height:20px;
	padding:1px 4px;
}

table.form td {
	vertical-align:top;
}

span.speech {
	display:none;
}

span.error {
	display:none;
	clear:both;
	font-size:8pt;
	color:red;
	min-height:17px;
	background:white url('../images3/error.gif') no-repeat left top;
	padding-left:20px;
	width:200px;
}

.overContainer {
	width:270px;
	height:43px;
	border:2px #0d880d solid;
	background-color:white;
	padding:2px;
}

.overFont {
	font-size:10pt;
	color:#0d880d;
	font-family:Verdana;
}

.overBackground {
	background-color:white;
}

img#spike {
	position:relative;
	top:35px;
	left:20px;
}

span.abs {
	position:absolute;
}

.nicewide {
	width:220px;
}



