@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

#clear {
clear: both;
width: px;
height: 1px;
}

HTML {
background-color: #111111;
}


BODY {
padding-top: 15px;
font-family: Arial, Helvetica, sans-serif;
width: 800px;
font size: 11px;
color: #000;
margin: 0 auto;
}

img {
border: none;
}

#content {
width: 800px;
background-color: #FFFFFF; 
border: medium;
border-style: solid;
border-color: #00aeef;
height: auto;
margin-bottom: 15px;
}

#logo {
float: left;
padding: 10px;
}

#nav {
text-align: center;
width: 800px;
height: 40px;
margin-left: 25px;

}

#header {
float: left;
text-align: center;
display: inline;
font-size: 11px;
list-style: none;
margin: auto;
}

#header ul {
list-style: none;
padding-left: 18px;
}

#header ul li {
float: left;
margin: 6px 15px 0px 6px; 
}
			
#header ul li a {
color: #000;
font-size: 1.3em;
display: block;
padding: 0 12px 15px 0;
text-decoration: none;
}

#ad {
text-align: center;
margin: auto;
width: 776px;
}

#text1 {
float: left;
width: 450px;
height: auto;
font-size: 12px;
margin: 0 0 0 15px;
padding-bottom: 15px;
color: #333333;
}

#text1 ul {
margin-left: 10px;
}

#text1 ul li {
margin-left: 5px;
margin-top: 5px;
list-style: none;
}

#text1 h3 {
float: left;
margin: 10px 0 10px 0;
font-size: 14px;
color: #00aeef;
width: 450px;
height: auto;
display: block;
padding: auto;
}

#text1 h4 {
float: left;
margin: 10px 0 10px 10px;
font-size: 12px;
color: #00aeef;
width: 450px;
height: auto;
display: block;
padding: auto;
font-style: italic;
}

#buttons {
float: right;
width: 290px;
height: auto;
padding: 2px;
margin: 10px 15px 0 15px;
}

#button {
margin-bottom: 10px;
padding: 0;
}

#buttons h2 {
font-size: 14px;
text-align: center;
}

#buttons p {
font-size: 11px;
font-style:normal;
text-align: center;
margin-bottom: 5px;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#footer {
margin-bottom: 20px;
margin: 0 auto;
text-align: center;
font-size: 10px;
color: #FFFFFF;
}

/**********FORM***********/

#mainForm 
{
	float: left;
	margin: 10px 15px 0 50px;
	text-align: left;
	width: 100%;
	
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

#formHeader h2 {
float: left;
margin-left: -50px;
font-size: 14px;
color: #00aeef;
width: 450px;
height: auto;
display: block;
padding: auto;
}

p.formHeader
{
	text-align: left;
	margin-left: -15px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:18px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #000000;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #000000;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}


