﻿* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
}

body {
	background-color:white;
	font-family:Verdana;
	color:black;
}

a img {
	border:0;
}

a {
	color:red;
}

div#wrapper {
	width:750px;
	background:url('../inc3/background.gif') repeat-y;
	margin:0 auto;
}

.right {
	float:right;
	margin:0 0 10px 10px;
}

.clear {
	clear:both;
}

.noborder {
	border:0;
}

div#header {
	width:712px;
	height:254px;
	margin:0 auto;
	padding:0 10px;
	background-color:#e4e4e4;
	border-bottom:2px #c5c5c5 solid;
	border-top:6px #00419d solid;
	position:relative;
}

div#header a {
	text-decoration:none;
}

a#logo {
	position:absolute;
	left:5px;
	top:-6px;
}

ul.nav {
	position:absolute;
	left:283px;
	width:449px;
	top:0;
	background:silver url('../inc3/nav_bg.gif') repeat-x;
	padding:6px 0 8px 0;
	margin:0;
}

ul.nav li {
	display:inline;
	font-style:italic;
	color:white;
	padding:0;
	margin:0;
}

ul.nav a {
	text-decoration:none;
	color:#0084ff;
	font-size:8pt;
	white-space:nowrap;
	padding:2px;
}

ul.nav li.current a,
ul.nav a:hover {
	color:black;
}


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;
	font-size:10pt;	
}

div#content h1 {
	font-size:15pt;
	font-style:italic;
	text-align:center;
	margin-bottom:20px;
}

div#content ul {
	padding-left:20px;
}

table.form {
	width:712px;
}

input.tex { width:300px; }
input.area { width:50px; }
input.phone { width:200px; }

th {
	text-align:left;
	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:2px;	
	background-color:#e4e4e4;
	border-top:2px #c5c5c5 solid;
	text-align:center;
	font-style:italic;
}

div.greybox a {
	font-size:8pt;
	color:black;
	text-decoration:none;
	padding:1px;
}

.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;
}
