* {
	margin: 0px;
	padding: 0px;
}

.no_padding {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #3a81c2;
	font-family: Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 11px;
}

h2 {
	color: #013377;
	font-size: 16px;
	font-weight: normal;
	margin: 11px 0px 11px 0px;
}

h3 {
	color: #275e9d;
	font-size: 12px;
	font-weight: bold;
	margin: 11px 0px 11px 0px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 11px 0px 11px 0px;
}

h5 {
	color:#185296;
	font-size:12px;
	padding-bottom:10px;
	font-weight:bold;
}

h6 {
	color:#185296;
	font-size:12px;
	font-weight:normal;
}

p {
	margin: 11px 0px 11px 0px;
}

input,
select,
textarea {
	
}

a:link,
a:active,
a:visited {
	color: #013377;
}

a:hover {
	color: #215397;
}

.divider {
	border-top: 1px dotted #666666;
}

.top_options {
	float: right;
	white-space: nowrap;
	margin-left: 11px;
}

.top_options_label {
	padding-right: 0px;
	float: none;
	display: inline;
}

.gray_box_table {
	clear: both;
	margin-top: 11px;
}

.gray_box {
	background-color: #f0f0f1;
	padding: 7px;
}

.form_row td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#home_search {
	background-image: url(/images/home_search_bg.jpg);
	background-repeat: no-repeat;
	height: 310px;
	padding-left: 21px;
	padding-top: 45px;
	padding-right: 21px;
	font-size: 11px;
}

#home_search table {
	margin-top: 6px;
}

#home_search td {
	padding-top: 4px;
	font-size: 12px;
}

#home_search select {
	width: 120px;
}

#home_search input {
	width: 116px;
}

#cb1 {
	width: 362px;
	background-image: url(/images/home_property_spotlight.jpg);
	background-repeat: no-repeat;
	padding: 30px 23px 0px 15px;
	font-size: 11px;
	line-height:15px;
}

#cb2 {
	width: 224px;
	height: 167px;
	background-image: url(/images/home_open_houses.jpg);
	background-repeat: no-repeat;
	padding: 0px 23px 0px 23px;
	font-size: 11px;
}

#cb3 {
	width: 223px;
	background-image: url(/images/home_relocating.jpg);
	background-repeat: no-repeat;
	padding: 30px 23px 0px 23px;
	font-size: 11px;
}

/* Modified Originals */

#body_session_message_failure {
	margin: 10px 0px 5px 0px;
	padding: 4px 0px 2px 5px;
	color: #e51837;
	border-top: 1px solid #e51837;
	border-bottom: 1px solid #e51837;
	background-color: #ffe8e8;
}

#body_session_message_success {
	margin: 10px 0px 5px 0px;
	padding: 4px 0px 2px 5px;
	color: #009b00;
	border-top: 1px solid #009b00;
	border-bottom: 1px solid #009b00;
	background-color: #f3f9e7;
}

#body_session_message_failure div {
	padding: 4px 0px 6px 30px;
	background: url(/images/warning.gif) no-repeat top left;
}

#body_session_message_success div {
	padding: 4px 0px 6px 30px;
	background: url(/images/success.gif) no-repeat top left;
}

.form_standard {
	width: 100%;
	margin: 0px auto 0px auto;
 }
 
.form_standard label {
	display: block;
	clear: left;
	float: left;
	width: 35%;
	text-align: right;
	padding-right: 17px;
	margin-right: 5px;
}
 
.form_standard div {

}

.form_standard_header {
	float: left;
	width: 49.9%;
}

.form_standard_header_message {
	float: right;
	width: 50%;
	text-align: right;
	height: 15px;
	padding-top: 4px;
	margin-bottom: 3px;
	margin-bottom: 0px;
}

.form_standard_header_pages {
	float: right;
	width: 50%;
	height: 15px;
	text-align: right;
	
}

.form_standard_container {
	clear: both;
}

.form_container_small {
	float: left;
	width: 49%;
}

.form_standard_buttons {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	background: url(/images/separator_400.gif) no-repeat top center;
}

.form_standard_buttons img {
	margin-top: 15px;
}

.form_standard_buttons input {
	border: 0px;
	margin-top: 10px;
}

.form_standard_separator {
	width: 100%;
	margin-top: 10px;
	line-height: 0px;
	font-size: 0px;
	background: url(/images/separator_400.gif) no-repeat top center;
}

.form_big {
	height: 800px;
}

.form_small {
	height: 150px;
}

.form_really_small {
	
}

.no_records {
	background-color: #ffffff;
	height: 100px;
	padding-top: 50px;
	text-align: center;
}

.detail_label {
	width: 50%;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-right: 3px;
}

.detail_value {
	width: 50%;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	vertical-align: bottom;
	padding-right: 3px;
}