body {
	background: #a5b8c9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #3e647e;
}

a {	text-decoration: none; color: #3e647e;}

a#header-2,a#header-2:active {    				display: block;    width: 117px;    height: 50px;    background-image: url('images/header-2.gif');    margin: 0 auto; }
a#header-2-active,a#header-2-active:active {    display: block;    width: 117px;    height: 50px;    background-image: url('images/active-2.gif');    margin: 0 auto; }

a#header-3,a#header-3:active {    				display: block;    width: 117px;    height: 50px;    background-image: url('images/header-3.gif');    margin: 0 auto; }
a#header-3-active,a#header-3-active:active {    display: block;    width: 117px;    height: 50px;    background-image: url('images/active-3.gif');    margin: 0 auto; }

a#header-4,a#header-4:active {    				display: block;    width: 117px;    height: 50px;    background-image: url('images/header-4.gif');    margin: 0 auto; }
a#header-4-active,a#header-4-active:active {    display: block;    width: 117px;    height: 50px;    background-image: url('images/active-4.gif');    margin: 0 auto; }

a#header-5,a#header-5:active {    				display: block;    width: 117px;    height: 50px;    background-image: url('images/header-5.gif');    margin: 0 auto; }
a#header-5-active,a#header-5-active:active {    display: block;    width: 117px;    height: 50px;    background-image: url('images/active-5.gif');    margin: 0 auto; }

a#header-6,a#header-6:active {    				display: block;    width: 117px;    height: 50px;    background-image: url('images/header-6.gif');    margin: 0 auto; }
a#header-6-active,a#header-6-active:active {    display: block;    width: 117px;    height: 50px;    background-image: url('images/active-6.gif');    margin: 0 auto; }

a#header-7,a#header-7:active {    				display: block;    width: 117px;    height: 50px;    background-image: url('images/header-7.gif');    margin: 0 auto; }
a#header-7-active,a#header-7-active:active {    display: block;    width: 117px;    height: 50px;    background-image: url('images/active-7.gif');    margin: 0 auto; }

a#header-2:hover {	background-image: url('images/hover-2.gif'); }
a#header-3:hover {	background-image: url('images/hover-3.gif'); }
a#header-4:hover {	background-image: url('images/hover-4.gif'); }
a#header-5:hover {	background-image: url('images/hover-5.gif'); }
a#header-6:hover {	background-image: url('images/hover-6.gif'); }
a#header-7:hover {	background-image: url('images/hover-7.gif'); }

a.alt { display: none; }

a.white, a.white:hover, a.white:active {
	text-decoration: none;
	color: #ffffff;
}

a.whiteunderlined,a.whiteunderlined:active {	text-decoration: underline;	font-weight: bold; 	color:#fff; text-align: right; }
a.whiteunderlined:hover {	text-decoration: underline;	font-weight: bold; color:#eeb30f; text-align: right; }

#preview {
	padding: 20px;
	margin: 20px;
}

p.label_field_pair {
  clear: both;
  float: none;
}
p.label_field_pair label {
  clear: left;
  display: block;
  float: left;
  text-align: right;
  margin-bottom: 2px;
  width: 200px;
}

p.label_field_pair input {
  clear: right;
  float: left;
  margin-left: 10px;
  width: 400px;
  margin-bottom: 2px;
}

p.label_checkbox_pair {
	  clear: both;
	  float: none;
	  position: relative;
}

p.label_checkbox_pair input {  
	left: 80px;
	position: absolute;
	top: 1px;
}

p.label_checkbox_pair label {
  display: block;
  margin-left: 90px;
  width: 200px;
}
/*
label,input,select,option {
	display: block;
	width: 60%;
	float: left;
	margin-bottom: 5px;
}


textarea {
	display: block;
	width: 400px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 200px;
	padding-right: 20px;
}
*/
br.clearleft {
	clear: left;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

#container {
	width: 924px;
	background: #a5b8c9;
	margin: 0 0 0 0;
	text-align: center;
}

#headerarea {
	width: 924px;
	background: #a5b8c9;
	margin: 0 0 0 0;
}

#headerarea table{
	margin: 0;
}

#contentcontainer {
	width: 924px;
	background: #ebeff3;
	padding: 0;
	margin: 0;
	text-align: center;
}

#contentarea {
	width: 922px;
	background: #bccad6;
	margin: 0 1px 0 1px;
	padding: 0;
	text-align: center;
	
}

#contentarea p,dt,dd{
	text-align: left;
	display: block;
	font-size: 10pt;
	margin: 10px;
	/*padding: 5px;*/
}

#contentarea h3 {
	font-weight: bold; 
	font-size: 12pt; 
	color: #ffffff; 
	text-align:left; 
	background: #bccad6;
	margin: 10px;
}

#contentarea h4 {
	font-weight: normal; 
	font-size: 10pt; 
	color: #ffffff; 
	text-align:left; 
	background: #bccad6;
	margin: 10px;
}

#contentarea a, a:active {
	text-decoration: none;
	color: #ffffff;
}
#contentarea a:hover {
	text-decoration: none;
	color: #eeb30f;
}

#footercontainer {
	width: 924px;
	background: #ebeff3;
	padding: 0;
	margin: 0;
	text-align: center;
}

#footerarea {
	margin: 0;
	padding: 0;
	width: 922px;
}

#footerarea table{
	margin: 0;
	padding: 0;
	font-size: 8pt;
	width: 922px;
	background: #bccad6;
}

#faq dt{
	font-weight: bold;
}
#faq p{
	margin-right:30px;
	font-weight: normal; 
	text-align: justify;
	padding: 5px; 
}

p#answer  {
	margin-right:30px;
	font-weight: normal; 
	text-align: justify;
	padding: 5px; 
}

#answer ol,li {
	font-weight: normal; 
	text-align: justify; 
	margin: 0;
}

#testimonialpage  p {
	margin: 0 10px 10px 0;
	font-size: 17px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
	color: #3e647e;
background: transparent url('images/oval-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #3e647e; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-blue-right2.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #3e647e;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
color: black;
}

