body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-image : url(/images/bg.jpg);
	background-repeat : no-repeat;
	background-color : #D3C9C8;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 180px;
}

a	{
	color:#267A93;
	text-decoration:underline;
}
a:hover	{
	text-decoration:none;
}

.toptext
{
	position : absolute;
	width : 150px;
	left : 3px;
	top : 300px;
}

.toptext h1
{
	font-size : 13px;
}

.nav
{
	position : absolute;
	top : 145px;
	left : 180px;
	z-index : 5;
	float : left;
}

.nav li
{
	display : inline;
	padding : 0px;
	margin : 0px;
}

.nav ul
{
	padding : 0px;
	margin : 0px;
	list-style-type : none;
}

.nav a
{
	padding : 10px;
	margin : 0px;
	border: 1px solid black;
	display : block;
	float : left;
	white-space : nowrap;
	background-color : #E1E1E1;
}

.nav a:hover
{
	background-color : white;
}


.content
{
	position : relative;
	margin : 180px 150px 15px 180px;
	background-color : white;
	padding : 10px;
}


td
{
	font-size : 12px;
}

#form-bg	{
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:400px;
	float:right;
	position:relative;
	margin-right:5px;
	margin-left:10px;
}

#form	{
	float:right;
	display:block;
	width:212px;
	padding:10px;
	margin-top:90px;

}

.service-select	{
	width:190px;
	font-size:12px;
	margin-left:5px;
	margin-bottom:8px;
}

.first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-left:25px;
	margin-bottom:8px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:48px;
}
#disclosures	{
	display:table;
	clear:both;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	margin-left:180px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}