/* Imported CSS
---------------------------------------------------------------------- */
@import url("reset.css");
@import url("base.css");
@import url("brand.css");
@import url("sidebar.css");
@import url("thickbox.css");
/* */



/* CSS Tweaks
---------------------------------------------------------------------- */
#buttons {
	float: right;
	text-align: right;
}
#pg_home #content h3 {
	margin-bottom:4px;
}
#pg_home #content h2 {
	margin-bottom:7px;
}
#pg_home #content p {
	margin-bottom:5px;
}

#content a.more {
	padding:0 0 0 21px;
	line-height:30px;
	text-decoration: none;
	background:url(../images/bullet_arrow.gif) 0px 0px no-repeat;
}

#content a.claim-button {
	display: block;
	width: 147px;
	height: 25px;
	margin: 0 0 0 15px;
	text-decoration: none;
	background: transparent url(../images/submit-claim.jpg) no-repeat;
}

#content a.login-button {
	display: block;
	width: 147px;
	height: 25px;
	margin: 0 0 0 15px;
	text-decoration: none;
	background: transparent url(../images/realtor-login.jpg) no-repeat;
}

.claim-button:hover, .login-button:hover {
	text-decoration: none;
}

.claim-button span, .login-button span {
	position: relative;
	left: -8000px;
}

/* Form Styles */
h2.form-header, form {
	width: 560px;
}

fieldset {
	border: none;
	float: left;
	clear: left;
	margin: 18px 0 18px 0;
	padding: 0;
}

legend {
	margin: 0 0 18px 0;
	padding: 0;
}

h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #F09319;
}

legend {
	color: #09347A;
	font-weight: bold;
}

#content form ol {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	clear: left;
}

#content form li {
	margin: 0 0 5px 0;
	display: block;
}

#content form em {
	color: red;
}

#content label {
	float: left;
	width: 160px;
	margin: 0 5px 0 0;
}

#content input, #content select {
	width: 380px;
}

#content textarea {
	width: 385px;
}

#content .dual li {
	display: inline-block;
	width: 260px;
}

#content .dual label {
	float: none;
	width: 160px;
}

#content .dual input {
	margin: 0;
	width: 25px;
}



#content div.dual fieldset {
 	display:block;
	float:left;
	margin:0;
	width:auto;
}

#content textarea#ClaimDetails {
	width: 560px;
}

#content p.form-para {
	clear: left;
	width: 500px;
	line-height: 18px;
}

#content input#submit {
	width: auto;
}
/* */
