body	{
	background:url(/images/bg.jpg) repeat-x top #005B7F;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#E6DFD7;
	margin:0px;
}

img {border:none}
input	{margin:0px;}
.blocks	{display:block}

h1	{
	font-size:22px;
	font-weight:normal;
	color:#00bff3;
	margin:0px;
}

h2	{
	font-size:18px;
	font-weight:normal;
	color:#6dcff6;
	margin:0px;
}

a	{
	color:#ACACAC;
	text-decoration:underline;
	font-weight:bold;
}
li	{
	margin:8px 0px 8px 0px;
}
a:hover	{
	text-decoration:none;
}


.container	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:735px;
}

.logo	{
	margin:16px 0px 0px 12px;
}

.header	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:735px;
	margin-top:5px;
	height:295px;
	border-bottom:1px dotted #00B6FE;
	
}
.header-img	{
	display:block;
	float:left;
	width:443px;
	height:282px;
}
.form-box	{
	display:block;
	float:right;
	width:275px;
	height:200px;
	background:url(/images/form-bg.jpg) top no-repeat;
	padding-top:82px;
	text-align:center;
}

.service-select {
	font-size:12px;
    margin-bottom:5px;
    padding:3px 0px 3px 4px;
	border:1px solid #C4C4C4;
}
.first-name, .last-name, .email  {
   width:168px;
   font-size:12px;
   margin-bottom:5px;
   padding:3px 0px 3px 4px;
   border:1px solid #C4C4C4;
}

.wrapper	{
	display:table;
	margin-left:auto;
	margin-right:auto;
	width:735px;
	margin-top:25px;
	padding-bottom:25px;
}
.left	{
	display:block;
	float:left;
	width:433px;
	border-right:1px dotted #00B6FE;
	padding-right:10px;
}
.right	{
	display:block;
	float:right;
	width:280px;
	padding-left:5px
}


.footer	{
	display:block;
	background:url(/images/btm-bg.jpg) repeat-x;
	height:110px;
}
.btm-box	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:735px;
	height:100px;
	padding-top:10px;
}
.nav	{
	display:block;
	float:left;
	width:300px;
}
.nav a	{
	color:#016592;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
.nav a:hover	{
	color:#FFFFFF;
	text-decoration:none;
}

#disclosures {
	display:block;
	float:left;
	width:200px;
	margin-left:200px;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	color:#016592;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures ul li a {
	color:#016592;
	text-decoration:none;
	font-weight:normal;
}
#disclosures ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
	

