/* COLORS */
/*  */
/*  */
/*  */
/*  */
/* ------------ */
/* LAYOUT */
body {
	margin: 0 0 0 0;
	font-family: verdana, arial, non-serif;
	color: #000;
	font-size: .8em;
	background-color: #fff;
}
div.container {
	width: 100%;
	height: 100%;
}
div.inner {
	width: 792px;
	height: auto;
}
div.header {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 0 12px 0;
}
div.content {
	width: 100%;
	height: 468px;
	vertical-align: top;
	text-align: left;
}
div.content_left {
	width: 144px;
	height: 468px;
	float: left;
	margin: 0;
}
div.content_right_title {
	width: 636px;
	height: auto;
	float: right;
}
div.content_right {
	width: 636px;
	height: 420px;
	float: right;
	overflow: auto;
}
#text {
	width: 636px;
	height: 420px;
	float: right;
	overflow: auto;
}
div.footer {
	width: 100%;
	height: auto;
	float: left;
	margin: 12px 0 0 0;
	padding: 6px 0 3px 0;
	font-size: .6em;
	text-align: center;
	border-top: solid 1px #fc0;
}
div.footer2 {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	font-size: .6em;
	text-align: center;
}
img.graphic {
	border: 0;
}
img {
	border: solid 1px #333;
	float: left;
	margin: 3px 12px 3px 0;
}
/* ------------ */
/* FORMATTING */
h1, h2, h3 {
	color: #ff0000;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	margin: 0 12px 6px 0;
	text-align: left;
}
h2 {
	font-size: 1.4em;
	margin: 0 12px 6px 0;
	text-align: left;
}
h3 {
	font-size: 1.2em;
	margin: 0 12px 6px 0;
	text-align: left;
}
h4 {
	font-size: 1.2em;
	margin: 0 12px 6px 0;
	text-align: left;
	color: #ff6600;
}
p {
	margin: 0 12px 12px 0;
	text-align: justify;
}
p.center {
	margin: 0 0 12px 0;
	text-align: center;
}
p.small {
	font-size: .6em;
	margin: 3px 0 6px 0;
	text-align: center;
}
p.testimonial {
	font-family: times, serif;
	text-align: justify;
}
div.testimonial {
	font-family: times, serif;
	width: 70%;
	margin: 0 0 12px 0;
	text-align: justify;
	padding: 12px;
	background-color: #ffffcc;
	border: solid 1px #000000;
}
noscript {
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	color: #ff0000;
}
/* ------------ */
/* NAVIGATION */
span.nav_caption {
	display: block;
	width: 144px;
	height: 1.6em;
	background: #ff0000;
	color: #ffff00;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	border-bottom: solid 1px #ffffff;
	margin: 0;
}
#nav {
	margin-left: auto;
	margin-right: auto;
}
#nav a.nav, #nav a.nav:link {
	display: block;
	width: 144px;
	height: 1.6em;
	background: #ffff00;
	color: #ff0000;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	text-indent: .5em;
	line-height: 1.6em;
	border-bottom: solid 1px #ffffff;
}
#nav a.nav, #nav a.nav:link, #nav a.nav:visited {
	float: none;
}
#nav a.nav:hover {
	background: #ffcc00;
	color: #ffff00;
}
#nav a.nav:active {
	background: #ffcc00;
	color: #ffff00;
}
#nav {
	height: auto;
}
#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ------------ */
/* LINKS */
a:link {
	color: #ff0000;
	text-decoration: underline;
}
a:visited {
	color: #ff6600;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: underline overline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}
/* FORM */
div.content_form {
	width: 636px;
	height: 100%;
	float: right;
}
form {
	margin: 0;
}
table.form_table {
	width: 66%;
	height: auto;
	float: left;
	margin: 0;
}
td.section {
	margin: 0;
	height: 1.6em;
	text-align: left;
	text-indent: 3px;
	font-size: 1em;
	font-weight: bold;
	background-color: #ffff00;
	color: #ff0000;
}
td.label {
	margin: 0;
	width: 25%;
	text-align: left;
	font-size: 1em;
}
td.label2 {
	margin: 0;
	width: 40%;
	text-align: left;
	font-size: 1em;
}
td.label3 {
	margin: 0;
	width: 10%;
	text-align: left;
	font-size: 1em;
}
td.label4 {
	margin: 0;
	width: 15%;
	text-align: left;
	font-size: 1em;
}
td.field {
	margin: 0;
	width: 75%;
	text-align: left;
	padding: 3px;
}
.input {
	margin: 0;
	background-color: #ffffcc;
	border-style: none;
	border: solid 1px #000000;
	padding: 3px;
}
.submit {
	width: 120px;
	padding: 3px;
	border: 1px;
	border-style: none;
	background-color: #00ff00;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 3px 0 3px;
}
.reset {
	width: 120px;
	padding: 3px;
	border: 1px;
	border-style: none;
	background-color: #ff0000;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffff00;
	margin: 0 3px 0 3px;
}
td.form_button {
	margin: 0;
	width: 50%;
	text-align: center;
}
/* ------------ */
/* FONT SIZER */
.small_font {
	font-size: .8em;
}
.medium_font {
	font-size: .9em;
}
.large_font {
	font-size: 1em;
}
.x_large_font {
	font-size: 1.2em;
}
.xx_large_font {
	font-size: 1.4em;
}
.font_sizer a {
	font-family: arial, non-serif;
	text-decoration: none;
	color: #000;
}
/* ------------ */
/* HINTS */
/* All form elements are within the definition list for this example */
dl {
	font: normal .8em/.9em Arial;
	position: relative;
	width: 350px;
}
dt {
	clear: both;
	float: left;
	width: 130px;
	padding: 4px 0 2px 0;
	text-align: left;
}
dd {
	float: left;
	width: 200px;
	margin: 0 0 8px 0;
	padding-left: 6px;
}
/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	right: 114px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
	background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
}
/* The pointer image is added by using another span */
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(images/pointer.gif) left top no-repeat;
}
/* ------------ */
/* SECTION */
/* ------------ */