*{margin: 0;}

body
{
	font-family: sans-serif;
	background-color: #666666;
}

#page
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
	min-width: 930px;
	max-width: 1024px;
}

#header
{
/*	background-color: white;*/
	background: url(../images/headgrad.png);
   background-position: bottom;
	background-repeat: repeat-x;
	height: 180px;
	border-bottom: 2px solid silver;
}

#footer
{
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid silver;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top:8px;
	font-size: 0.7em;
	color: #777777;
}

#footer A
{
	color: teal;
	text-decoration: none;
}

#footer A:Hover
{
	color: navy;
	text-decoration: underline;
}

#form-instructions
{
	text-align: center;	
	color: navy;
	font-size: 0.8em;
}

#form-error
{
	text-align: center;	
	color: red;
	font-size: 0.8em;
}

#form-submit-animation
{
	height: 100%;
	text-align: center;
}

#form-submit-results
{
	height: 100%;
	text-align: center;
}

#form-submit-failed
{
	height: 100%;
	text-align: center;
}

DIV.form-section-content
{
	padding-top: 20%;
	height: 100px;
}

H1.main-title
{
	padding-top: 20px;
	text-transform: capitalize;
}

H3.section-title
{
	padding-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 6px;
	border-bottom: 1px solid silver;
}

P.page-section
{
	padding-top: 4px;
	padding-right: 25px;
	padding-left: 25px;
}

UL.page-section
{
  text-indent: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

UL.page-section li
{
	list-style: none;
	color: navy;
}

SPAN.inner-list-text
{
	color: #708090;
	font-weight: bold;
}

DIV.form-element
{
	background-color: aqua;
	display: inline;
}

FIELDSET.contact-form
{
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid silver;
	background: #E5E5E5;
	background-image: url(../images/formgrad.png);
	background-repeat: repeat-x;
	height: 400px;
	min-height: 400px;
}

FIELDSET.contact-form LEGEND
{
	color: navy;
	font-size:0.9em;
	border: 1px solid silver;
	background: #9ACDFF;
}

FIELDSET.contact-form LABEL
{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin: 4px;
	font-size: 0.9em;
}

FIELDSET.contact-form INPUT.textbox
{
	color: navy;
	background: #9ACDFF;
	border: 1px solid black;
	width: 350px;
	margin: 4px;
}

FIELDSET.contact-form INPUT.textbox_selected
{
	color: navy;
	background: white;
	border: 1px solid black;
	width: 350px;
	margin: 4px;
}

FIELDSET.contact-form INPUT.textbox_error
{
	color: red;
	background: #ff9999;
	border: 1px solid black;
	width: 350px;
	margin: 4px;
}

FIELDSET.contact-form TEXTAREA
{
	color: navy;
	background: #9ACDFF;
	border: 1px solid black;
	width: 350px;
	margin: 4px;
}

FIELDSET.contact-form TEXTAREA.textbox_selected
{
	color: navy;
	background: white;
	border: 1px solid black;
	width: 350px;
	margin: 4px;
}

FIELDSET.contact-form TEXTAREA.textbox_error
{
	color: red;
	background: #ff9999;
	border: 1px solid black;
	width: 350px;
	margin: 4px;
}

SPAN.error
{
	color: red;
	font-size: 0.8em;
	vertical-align: top;
}

SPAN.star
{
	color: red;
}

SPAN.click-link
{
	text-decoration: underline;
	color: navy;
	cursor: pointer;
}