/* CSS Document */

body {
	margin: 10px 0 0 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	font-weight: bold;
	color: #D62439;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #D62439;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #81ABBA;
	text-decoration: none;
}

h2 {
	color: #5A92AD;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}

h3 {
	color: #5C91A4;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}

.line {
	width: 100%;
	height: 1px;
	border-style: none;
	background-color: #5C91A4;
	margin-top: 10px;
	clear: both;
}

.red {
	color: #D62439;
}

.red-text {
	font-size: .8em;
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;
}

#main-text {
	font-weight: normal;
	margin-right: 18px;
	margin-left: 18px;
}

#main-text hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

#content_inner {
	clear: left;
	margin: 0 0 0 14px;
	width: 450px;
	float: left;
}

#case_content_inner {
	clear: left;
	margin: 0 0 0 14px;
	width: 675px;
	float: left;
}

#content_inner hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: 1px;
	background-color: #c0d5dc;
}

#content_inner_extra {
	text-align: left;
}

/* text styles */

.text_black {
	font-size: .8em;
	font-weight: normal;
	margin-top: 2px;
}

.blank {
	height: 14px;
}

.input_box_contact {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	width: 200px;
}

#contact_field input {
	width: 200px;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: silver;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
	height: 20px;
}

#formdiv {
	
}

#field {
	text-align: left;
}

#field input {
	width: 150px;
	background-color: white;
	border: 1px solid silver;
	height: 20px;
}

#field textarea {
	width: 250px;
	background-color: white;
	border: 1px solid silver;
}

#field select {
	width: 150px;
	background-color: white;
	border: 1px solid silver;
}

.text_black h1 {
	font-size: 20px;
	font-weight: bold;
	color: #81ABBA;
	text-decoration: none;
}

.text_black h2 {
	color: #5A92AD;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}

.text_black h3 {
	color: #5C91A4;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
}

#Site-Wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* top section */

#header {
	width: 710px;
	height: 73px;
	margin: 0 auto;
}

#status {
	float: left;
	margin-top: 50px;
	margin-right: 5px;
}

#middle {
	float: left;
	margin-top: 52px;
	margin-left: 5px;
}

*html #logo {
	float: right;
	margin-right: 18px;
}

#logo {
	float: right;
	margin-right: 38px;
}

/* Menu*/

#menu_bg {
	background: #ffffff url(../Deutch/images/header_bar.jpg) repeat-x center;
	width: 100%;
	height: 30px;
}

#menu {
	width: 711px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	background-color: #5A93AE;
	background-image: url(../Deutch/images/menu_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu1 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 5px 8px 7px;
	font-size: 0.7em;
	float: left;
	background-color: #5A93AE;
	margin-left: 10px;
}

.menu1 a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #84aabd;
	padding: 8px 7px 8px 5px;
	border-left: 2px solid #5A92AD;
	font-size: 0.7em;
	float: left;
	margin-right: -2px;
	position: relative;
	margin-left: 10px;
}

.menu2 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 5px 8px 7px;
	font-size: 0.7em;
	float: left;
	background: #5A93AE url(../Deutch/images/menu_divider.gif) no-repeat left center;
}

.menu2 a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #84aabd;
	padding: 8px 7px 8px 5px;
	border-left: 2px solid #5A92AD;
	font-size: 0.7em;
	float: left;
	margin-right: -2px;
	position: relative;
}

#menu_corner {
	color: white;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	width: 195px;
	float: right;
	background: transparent url(../Deutch/images/header-button.jpg) no-repeat left center;
	padding: 8px 7px 6px 10px;
}

#menu_corner a {
	color: #c1d4de;
	text-decoration: none;
}

#menu_corner a:hover {
	color: white;
	text-decoration: none;
}

#menu_corner img {
	border-style: none;
	vertical-align: middle;
	margin-right: 5px;
}

#content {
	width: 709px;
	height: auto;
	border: 1px solid #84aabd;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0 auto;
	padding-bottom: 2px;
	clear: right;
}

#content_right {
	width: 180px;
	text-align: left;
	float: right;
	margin-right: 34px;
	margin-left: 15px;
}

#content_right p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	text-align: left;
}

#content_right img {
	border-style: none;
	margin-bottom: 5px;
}

#hot_property_header {
	width: 180px;
	height: 35px;
	background: url(../Deutch/images/hot_property_header.gif) no-repeat right top;
}

#hot_property {
	width: 180px;
	text-align: left;
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	background: #c1d4de url(../Deutch/images/side_menu-corner.gif) no-repeat left bottom;
}

#hot_property p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.7em;
}

#hot_property img {
	border-style: none;
	margin-bottom: 5px;
}

#index_advert {
	margin-top: 100px;
}

#index_advert img {
	border-style: none;
}

#disclaimer_text {
	font-size: .6em;
	font-weight: normal;
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 20px;
	clear: both;
	padding-right: 220px;
}

#footer {
	width: 712px;
	margin: 0 auto;
	height: 30px;
	background: url(../Deutch/images/footer-border.jpg) no-repeat left top;
}

/* Buttons */

#back_to a {
	display: block;
	background-image: url(../Deutch/images/back_to_button1.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#back_to a:hover {
	display: block;
	background-image: url(../Deutch/images/back_to_button2.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#fav_list a {
	display: block;
	background-image: url(../Deutch/images/fav_list1.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#fav_list a:hover {
	display: block;
	background-image: url(../Deutch/images/fav_list2.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#search_new a {
	display: block;
	background-image: url(../Deutch/images/new_search1.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#search_new a:hover {
	display: block;
	background-image: url(../Deutch/images/new_search2.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#search_kent a {
	display: block;
	background-image: url(../Deutch/images/search_kent1.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#search_kent a:hover {
	display: block;
	background-image: url(../Deutch/images/search_kent2.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#search_selected a {
	display: block;
	background-image: url(../Deutch/images/search_selected1.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#search_selected a:hover {
	display: block;
	background-image: url(../Deutch/images/search_selected2.jpg);
	width: 178px;
	height: 27px;
	margin-bottom: 10px;
}

#search_button1 a {
	display: block;
	background-image: url(../Deutch/images/property-search-big-1.jpg);
	width: 209px;
	height: 36px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#search_button1 a:hover {
	display: block;
	background-image: url(../Deutch/images/property-search-big-2.jpg);
	width: 209px;
	height: 36px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.more_info_button a {
	display: block;
	background-image: url(../Deutch/images/more_button1.jpg);
	width: 79px;
	height: 20px;
	margin-left: 90px;
}

.more_info_button a:hover {
	display: block;
	background-image: url(../Deutch/images/more_button2.jpg);
	width: 79px;
	height: 20px;
	margin-left: 90px;
}

.more_info_button2 a {
	display: block;
	background-image: url(../Deutch/images/more_button3.jpg);
	width: 79px;
	height: 20px;
	margin-left: 5px;
	float: left;
}

.more_info_button2 a:hover {
	display: block;
	background-image: url(../Deutch/images/more_button4.jpg);
	width: 79px;
	height: 20px;
	margin-left: 5px;
	float: left;
}

.more_info_button3 a {
	display: block;
	background-image: url(../Deutch/images/more_button3.jpg);
	width: 79px;
	height: 20px;
	float: left;
}

.more_info_button3 a:hover {
	display: block;
	background-image: url(../Deutch/images/more_button4.jpg);
	width: 79px;
	height: 20px;
	float: left;
}

.map_button a {
	display: block;
	background-image: url(../Deutch/images/view_button1.jpg);
	width: 67px;
	height: 20px;
	margin-left: 5px;
	float: left;
}

.map_button a:hover {
	display: block;
	background-image: url(../Deutch/images/view_button2.jpg);
	width: 67px;
	height: 20px;
	margin-left: 5px;
	float: left;
}

.add_fav_button a {
	display: block;
	background-image: url(../Deutch/images/fav_button1.jpg);
	width: 105px;
	height: 20px;
	float: left;
}

.add_fav_button a:hover {
	display: block;
	background-image: url(../Deutch/images/fav_button2.jpg);
	width: 105px;
	height: 20px;
	float: left;
}

#feed_back_button a {
	display: block;
	background-image: url(../Deutch/images/feed_back1.jpg);
	width: 139px;
	height: 20px;
	float: left;
}

#feed_back_button a:hover {
	display: block;
	background-image: url(../Deutch/images/feed_back2.jpg);
	width: 139px;
	height: 20px;
	float: left;
}

#submit_button a {
	display: block;
	width: 101px;
	height: 35px;
	float: right;
	background: url(../Deutch/images/submit_button1.jpg) no-repeat center center;
}

#submit_button a:hover {
	display: block;
	width: 101px;
	height: 35px;
	float: right;
	background: url(../Deutch/images/submit_button2.jpg) no-repeat center center;
}

#submit_button a {
	display: block;
	width: 101px;
	height: 35px;
	float: right;
	background: url(../Deutch/images/submit_button1.jpg) no-repeat center center;
}

#submit_button a:hover {
	display: block;
	width: 101px;
	height: 35px;
	float: right;
	background: url(../Deutch/images/submit_button2.jpg) no-repeat center center;
}

#search_button a {
	display: block;
	width: 101px;
	height: 35px;
	float: right;
	background: url(../Deutch/images/small_search_button1.jpg) no-repeat center center;
}

#search_button a:hover {
	display: block;
	width: 101px;
	height: 35px;
	float: right;
	background: url(../Deutch/images/small_search_button2.jpg) no-repeat center center;
}

.go_button_spacer {
	float: right;
	width: 27px;
	height: 20px;
}

.go_button a {
	float: right;
	display: block;
	background-image: url(../Deutch/images/go_button1.jpg);
	width: 22px;
	height: 20px;
	margin-left: 5px;
}

.go_button a:hover {
	float: right;
	display: block;
	background-image: url(../Deutch/images/go_button2.jpg);
	width: 22px;
	height: 20px;
	margin-left: 5px;
}

.back_button {
	margin: 0 5px 10px 0;
	border-style: none;
}

.forward_button {
	margin: 0 5px 10px 5px;
	border-style: none;
}

#delete_button a {
	display: block;
	background-image: url(../Deutch/images/delete1.jpg);
	width: 87px;
	height: 20px;
	margin-left: 5px;
	float: right;
}

#delete_button a:hover {
	display: block;
	background-image: url(../Deutch/images/delete2.jpg);
	width: 87px;
	height: 20px;
	margin-left: 5px;
	float: right;
}

#print_button a {
	display: block;
	background-image: url(../Deutch/images/print1.jpg);
	width: 87px;
	height: 20px;
	margin-left: 5px;
	float: right;
}

#print_button a:hover {
	display: block;
	background-image: url(../Deutch/images/print2.jpg);
	width: 87px;
	height: 20px;
	margin-left: 5px;
	float: right;
}

/* reg page styles */

#reg_table {
	width: 100%;
}

#reg_table td {
	width: 50%;
	vertical-align: top;
	padding-right: 25px;
}

.reg_table_login {
	background: #cde1eb url(../Deutch/images/side_menu-corner_top.gif) no-repeat right top;
	padding-right: 10px;
	padding-left: 10px;
}

.reg_table_select {
	width: 75px;
	background-color: white;
	border: 1px solid silver;
	float: right;
	margin-right: 77px;
}

.reg_table_select_small {
	width: 60px;
	background-color: white;
	border: 1px solid silver;
	float: right;
	height: 20px;
	margin-left: 10px;
}

.reg_table_input {
	width: 140px;
	background-color: white;
	border: 1px solid silver;
	float: right;
	height: 20px;
}

.reg_table_input2 {
	width: 140px;
	background-color: white;
	border: 1px solid silver;
	float: right;
}

.reg_table_input3 {
	width: 100px;
	background-color: white;
	border: 1px solid silver;
	float: right;
	height: 20px;
}

.reg_table_input_big {
	width: 100%;
	background-color: white;
	border: 1px solid silver;
	height: 80px;
}

/* step3 styles */

.page_select {
	width: 50px;
	background-color: white;
	border: 1px solid silver;
}

.page_select2 {
	width: 75px;
	background-color: white;
	border: 1px solid silver;
}

.page_select_go {
	width: 25px;
	background-color: #e6e6e6;
	border: 1px solid silver;
	margin-right: 15px;
}

#listing {
	width: 100%;
}

#listing td {
	border-top: 2px solid #84aabd;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

.listing_left {
	width: 200px;
}

.listing_left2 {
	width: 105px;
}

.listing_right {
	width: 300px;
	display: block;
	float: left;
	clear: right;
}

.checkbox {
	width: 15px;
	height: 15px;
	background-color: white;
	border: 1px none silver;
}

.float_right {
	width: 150px;
	float: right;
}

.float_right2 {
	width: 180px;
	float: right;
}

.float_right3 {
	width: 160px;
	float: right;
}

.float_right4 {
	width: 92%;
	float: right;
	margin-bottom: 15px;
}

.blue_bold {
	font-weight: bold;
	color: #5A92AD;
}

.blue_bold_left {
	font-weight: bold;
	color: #5A92AD;
	width: 85px;
	display: block;
	float: left;
}

.forgotten a {
	color: #000000;
	font-size: 10px;
	margin-left: 25px;
	text-decoration: underline;
}

.forgotten a:hover {
	color: #D62439;
	font-size: 10px;
	margin-left: 25px;
	text-decoration: underline;
}

/* To sort */

.inputbox {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

.heading {
	font-size: 1.0em;
	font-weight: normal;
	color: #CE0000;
}

.news_text {
	font-size: .7em;
	font-weight: normal;
	margin-right: 5px;
	margin-top: 2px;
}

.blank {
	height: 14px;
}

.blank2 {
	height: 2px;
}

.green-text-heading {
	font-size: 20px;
	font-weight: bold;
	color: #81ABBA;
	text-decoration: none;
	margin-bottom: 10px;
}

.txt_heading {
	font-size: 1em;
	font-weight: bold;
	color: #5C91A4;
	margin-bottom: 8px;
}

.txt_heading_small {
	height: 20px;
	font-size: .9em;
	font-weight: bold;
	color: #5C91A4;
}

.case_intro {
	color: #5C91A4;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}

.case_caption {
	color: #5C91A4;
	font-size: 0.8em;
	font-style: italic;
}

.link {
	font-size: .7em;
	font-weight: bold;
	color: #D62439;
	text-decoration: none;
}

.link:hover {
	font-size: .7em;
	font-weight: bold;
	color: #D62439;
	text-decoration: underline;
}

.link_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #D62439;
	text-decoration: none;
}

.link_big:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #5AC394;
	text-decoration: underline;
}

.link_big_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #5AC394;
	text-decoration: none;
}

*html #banner {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
}

#banner {
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
}

.black_text {
	font-size: .8em;
	font-weight: normal;
}

.black_text h3 {
	color: #5C91A4;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
}

#formdiv {
	
}

#level {
	width: 200px;
	float: left;
	margin-left: 5px;
	height: 20px;
}

#field {
	text-align: left;
}

.button_new {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	text-decoration: none;
	border: 1px solid #81ABBA;
}

.alert {
	font-size: .8em;
	font-weight: normal;
	color: #D62439;
}

#level2 {
	width: 170px;
	float: left;
	margin: 0px auto auto 85px;
}

#textset {
	padding-top: 57px;
	padding-left: 70px;
/*

margi

n

:57px auto auto 70px;*/
}

.red-text {
	font-size: .7em;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	padding-bottom: 2px;
}

.sub_text {
	font-size: .8em;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

.red-text-heading {
	font-size: 20px;
	font-weight: bold;
	color: #D22346;
	text-decoration: none;
}

.red-text-heading-small {
	font-size: 1.1em;
	font-weight: normal;
	color: #D22346;
	text-decoration: none;
}

.red_text_small {
	font-size: .7em;
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;
	padding-bottom: 2px;
}

.input_box {
	border: 1px solid #000000;
}

*html #content_right {
	width: 180px;
	text-align: center;
	float: right;
	margin-right: 18px;
}

.green-text-head {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C91A4;
	font-size: 1.2em;
}
#menu_bg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rangepic_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.button_new
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#6699CC;
	text-decoration: none;
	border: 1px solid #81ABBA;
 }
