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

body {
	margin: 0;
	padding: 0;	
	font-family: Century Gothic;
	font-size: 12px;
	text-align: center;
	color:#444444;
	background:url(images/bg.jpg) no-repeat center top #f3e8c8;
}

a:link img 
{
filter:none;-moz-opacity:1;opacity:1; float: center;
} 
a:visited img 
{
filter:none;-moz-opacity:1;opacity:1; float: center;
} 
a:hover img 
{
filter:alpha
(opacity=60);-moz-opacity:.60;opacity:.60; float: center;
}

H1 
{
	font-family:Century Gothic;
	font-size: 20px;
	font-style: normal;
	color:#000;
}



H1 A:link
{
	font-family:Century Gothic;
	font-size: 26px;
	color:#9e2a2d;
	font-style:normal;
	text-decoration:none;
}

H1 A:visited
{
	font-family:Century Gothic;
	font-size: 26px;
	color:#9e2a2d;
	font-style:normal;
	text-decoration:none;
}

H1 A:hover
{
	font-family:Century Gothic;
	font-size: 26px;
	color:#222222;
	font-style:normal;
	text-decoration:underline;
}



p
{
	vertical-align: top;
	font-size: 11px;
	color: #444444;
  font-family: Century Gothic;
  line-height:24px;
}




.leftMenu {
   list-style:url(images/bullet-red.png);
   margin:0px;
   padding: 0;
  color: #333333;
  font-family: Century Gothic;
  font-size: 11px;
  font-style: normal;
  line-height: 30px;
  text-decoration:none;
}
.leftMenu a:link {
  font-family: Century Gothic;
  font-size: 11px;
  font-style: normal;
  color: #333333;
  text-decoration:none;
}
.leftMenu a:visited {
  font-family: Century Gothic;
  font-size: 11px;
  font-style: normal;
  color: #333333;
  text-decoration:none;
}
.leftMenu a:hover {
  font-family: Century Gothic;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  color: #9e2a2d;
  text-transform:uppercase;
  font-variant: normal;
  text-decoration:none;
}



.footerText 
{
	font-family:Century Gothic;
	font-size: 10px;
	font-style: normal;
	color:#000000;
}



.footerText A:link
{
	font-family:Century Gothic;
	font-size: 10px;
	font-style: normal;
	color:#9e2a2d;
	font-style:normal;
	text-decoration:none;
}

.footerText A:visited
{
	font-family:Century Gothic;
	font-size: 10px;
	font-style: normal;
	color:#9e2a2d;
	font-style:normal;
	text-decoration:none;
}

.footerText A:hover
{
	font-family:Century Gothic;
	font-size: 10px;
	font-style: normal;
	color:#000000;
	font-style:normal;
	text-decoration:underline;
}




/* Forms */

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

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

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%;
	background-color: #FFFFFF;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	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: #ffffff;
}


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

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

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


