/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg.gif)
}
form {
	margin:0px;
}
.firstpagetop {
	color:#FFFFFF;
}
h1.stately {
	margin: 0px;
	color:#FFFFFF;
	font-size: 25px;
}
h1.interior {
	margin: 0px;
	color:#FFFFFF;
	font-size: 11px;
}
.copyright {
	font-size: 11px;
	color:#FFFFFF;
}
A.copyright {
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none
}
a.copyright:hover {
	text-decoration:underline;
	color: #4F0D0D
}
a.interiorhead {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none
}
a.interiorhead:hover {
	text-decoration:underline;
	color: #C42020
}
.para_no_pad {
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
.input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border:1px #000000 solid; 
	color:#003366; 
	background:#FFFFFF; 
	padding:1px
}

a.sidelink {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	margin: 0px;
	font-size: 15px;
}

.input {
	font-size:11px;
}
.form_text {
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

h2 {
	margin: 0px;
	font-size: 15px;
}
ul
{
  width: 30em;  /* room for 3 columns */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
ul li
{
  float: left;
  width: 10em;  /* accommodate the widest item */
  list-style: none;
}
br
{
  clear: left;
}
div.wrapper
{
  margin-bottom: 1em;
}

ul li a
{
  display: block;
  width: 7em;
  text-decoration: none;
}
ul li a:hover
{
  color: #FFF; /* white */
}

/* creates illusion of cellpadding on all td's */
#mortgage-loan-form td {
	padding:5px;
}
/* makes labels for all fields bold */
.form-01, .form-03, .form-05 {
}
/* centers all form elements */
#mortgage-loan-form td {
	text-align:center;
}
/* modifies the drop-down menus */
.select-01, .select-02, .select-03 {
	width:130px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	width:100%;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#FFFFFF;
  font-size:11px;
  width:100%;
}
#disclosures a 	{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:100%;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}
#form	{
	font-weight:bold;
	margin:10px 0px 0px 0px;
}
.select-service, .select-property, .select-credit	{
	text-align:center;
	font-weight:bold;
	width:175px;
}
.select-service select, .select-property select, .select-credit select{
	width:175px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:8px 0px 8px 0px;
}
.continue-button	{
	display:block;
}