body {
	font-size : 11px;
	font-family : "Trebuchet MS", Verdana, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a { color:#F4B100; 
	text-decoration:underline;}
	
a:hover { text-decoration:none; }

h1, h2, h3 {
	color: #4CC2C7;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4	{
	color:#FAAA16;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	
}

.wrapper {
	position: relative;
	width: 766px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	background-color: #FFE8B9;
	padding: 5px;
	border: solid 1px #F5AD7F;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 525px;
	right : 0px;
	width: 220px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	line-height:16px;
	}

.nav div {	
	padding-bottom: 15px;
	}

.nav a	{
	margin:0px 5px 0px 5px;
	color:#277A7E;
	text-decoration: none;
	}

.nav a:hover {
	text-decoration: underline;
	}

.content {
	position : absolute;
	top : 170px;
	left : 0px;
	width: 530px;
	z-index: 1;
	line-height: 1.5em;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 90px;
	left : 0px;
	width: 550px;
	text-align : center;
	z-index: 1;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}

.prop {
    height: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
#form	{
	display:block;
	float:right;
	position:relative;
	width:197px;
	padding:10px;
	border:solid 1px;
	margin-right:6px;
	background-color:#4CC2C7;
	
}

.service-select, .first-name, .last-name, .email {
	width:150px;
	font-size:12px;
	margin-left:25px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
}

.continue-button {
   margin-left:30px;
   margin-top:-5px;
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#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;
}