/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body {
        background: #000000;
	line-height: 1;
	height:100%;
}

p {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
line-height:1.2em;
padding-bottom:0.5em;
color:#ffffff;
}

ol, ul {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.wrapper {
  width:100%;
  position: relative;
  height: auto !important;
  min-height: 100%;
  background: #2c539e url(../images/mainbg.gif) repeat-x top center;
}

div.header {
  width: 900px;
  margin: 0 auto;
  height: 250px;
  background: url(../images/header.gif) no-repeat top center;
  position: relative;
  padding-top:1px;
}

div.nav {
  width:900px;
  height:30px;
  margin:0 auto;
  text-align:center;
}

div.nav ul {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #ffffff;
}

div.nav ul li {
  line-height:30px;
  display: inline;
  background: url(../images/bullet.gif) no-repeat left;
  margin-right:20px;
  padding-left:15px;
}

div.nav ul li a:link, div.nav ul li a:visited, a:link, a:visited {
  color: #ffffff;
  text-decoration: underline;
}

div.nav ul li a:hover, div.nav ul li a:active, a:hover, a:active {
  color: #b4deff;
  text-decoration: none;
}

div.contentwrapper {
  margin: 0 auto;
  width:900px;
  height: auto !important;
  min-height: 420px;
  position: relative;
  padding-top: 1px;
}

div.contentcontainer {
  width:720px;
  margin: 0 auto;
  margin-top: 19px;
  position: relative;
  height: auto !important;
  min-height: 100px;
}

div.contentfull {
  width: 720px;
  margin: 0 auto;
  position: relative;
  height: auto !important;
  min-height:50px;
}

div.contenthalfleft {
  width:355px;
  float: left;
  position: relative;
  height: auto !important;
  min-height: 50px;
}

div.contenthalfright {
  width:355px;
  float: right;
  position: relative;
  height: auto !important;
  min-height: 50px;
}

div.clear {
  clear:both;
  width:720px;
}

div.footer {
  background: #2c539e url(../images/footerbg.jpg) no-repeat top center;
  width: 900px;
  height: 209px;
  position: relative;
  margin: 0 auto;
  padding-top:10px;
}

div.footer p {
  font-size: 8pt;
  color: #ffffff;
  text-align:center;
}

h1.indextitle, h2.index, h2.featuretitle, h2.faqtitle {
  font-family: Arial, Verdana, Helvetica;
  font-size:20pt;
  font-weight:normal;
  color:#ffffff;
  line-height:1.25em;
}

h2.index, h2.featuretitle, h2.faqtitle {
  font-size:15pt;
  font-weight:bold;
}

h2.featuretitle {
  margin-top: 2em;
}

ul, ol.features {
  margin-left:25px;
  color:#ffffff;
}

ol.features li {
  line-height:2em;
}

ul li {
  line-height:1.5em;
}

#mainForm
{
	position: relative;
	border: 0;
	border-style: solid;
	margin: 0 0 0 0;
	text-align: left;
	width: 275px;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
}

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;
}


#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:normal;
}

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(../images/tip_small.png) no-repeat bottom right;
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}




