body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

h1, h2, h3
{
	color: #3B567D;
}

a:link
{
	color: #3B567D;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.photo
{
	position: absolute;
	top: 99px;
	left:0px;
}

.toptext
{
	position : absolute;
	top : 25px;
	left : 300px;
	width: 450px;
}

.toptext h1
{
	font-size : 11px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	font-size: 10px;
	margin : 0px;
	padding : 0px;
	color: #726A60;
}

.nav
{
	position : absolute;
	top : 248px;
	left : 0px;
	width: 751px;
	height: 20px;
	line-height: 18px;
	background-color: #D2C9C7;
	font-size: 11px;
}

.nav a
{
	color: #3B567D;
	text-decoration:underline;
}
.nav a:hover	{
	text-decoration:none;
}
.nav span
{
	padding: 0 10px;
}

.content
{
	position : absolute;
	top : 280px;
	left : 10px;
	width: 560px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	top : 280px;
	left : 580px;
	text-align : center;
	width:175px;
}


.breadcrumbs
{
	text-transform : capitalize;
	font-size: 10px;
}
#disclosures {
	text-align:center;
	display:block;
	clear:both;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a {
	color: #3B567D;
}
#disclosures ul li a:visited {
	color: #726A60;
}

.service-type, .labels	{
   font-size:12px;
   font-weight:bold;
   margin-bottom:4px;
}
.first-name, .last-name, .email {
   text-align:center;
   margin-bottom:10px;
}
.service-select	{
	width:179px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	background-color:#FFFFFF !important;
	text-align:left;
	margin-bottom:10px;
}
.first-name input, .last-name input, .email input {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	background-color:#FFFFFF !important;
	margin-top:4px;
}
.continue-button input {
   margin-top:15px;
}


/***NEW CONTACT***/

.field {
    margin-bottom: 5px;
}
.field input	{
	width:300px;
}
.field textarea	{
	width:300px;
	height:150px;
	overflow:auto;
}
.active {
    background-color:#FFFFFF;        
}
.default {
    color: gray;
}
.error {
    background-color: red;
}
#blah {
    background-color: blue;
}    
