* {
	margin: 0;
	padding: 0;
}
body {
	background: url(/images/body_bg.jpg);
	text-align: center;
	margin: 20px 0;
	behavior: url("css/csshover2.htc");
}
#wrapper {
	margin: auto;
	width: 808px;
	background: url(/images/content_bg.jpg) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	position: relative;
}
.clear {
	clear: both;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #33cc33;
}
a:visited {
	color: #ff9933;
}

/* header */
#container {
	background: url(/images/head_bg.jpg) no-repeat top;
	z-index: 10;
	_height: 1px;
	min-height: 1px;
}
#login {
	color: #0f4369;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom: 67px;
	margin-right: 15px;
	_margin-right: 5px;
	margin-top: -5px;
	float: right;
}
#search {
	padding-left: 10px;
	margin-bottom: 7px;
	height: 18px;
	padding-top: 7px;
}
#login span {
	float: left;
	margin-top: 2px;
}
#login .button,
#search .button {
	background: url(/images/login_butt.gif) no-repeat;
	width: 29px;
	height: 18px;
	border: none;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}
#search .button {
	background: url(/images/search_butt.gif) no-repeat;
}
#login .inp_text,
#search .inp_text {
	background: url(/images/input_bg.gif) no-repeat;
	width: 110px;
	height: 12px;
	padding: 3px 5px;
	border: none;
	color: #0f4369;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	float: left;
	margin-left: 5px;
}
/* column left */
#column_left {
	float: left;
	width: 184px;
	margin-left: 9px;
	_margin-left: 4px;
	margin-right: 5px;
	padding-top: 43px;
	position: relative;
	margin-bottom: -4px;
	z-index: 100;
}
#logo {
	display: block;
	background: url(/images/logo.gif) no-repeat;
	width: 162px;
	height: 77px;
	margin-bottom: 9px;
	margin-left: 11px;
}

#column_left img{
	margin-left: 1px;
	border: solid 1px #e08f40;
}
#menu_left {
	clear: both;
	margin-bottom: 3px;
	#margin-bottom: 1px;
	z-index: 100;
	position: relative;
}
#menu_left li {
	list-style: none;
	background: url(/images/nav_li_bg.jpg) repeat-y;
	margin-bottom: 2px;
	#margin-bottom: 0px;
	font-size: 12px;
	position: relative;
	min-height: 1px;
	_height: 1px;
}
#menu_left li a {
	background: url(/images/nav_link_bg.jpg) no-repeat top;
	display: block;
	padding: 8px 10px 5px;
	line-height: 12px;
	color: #176aa5;
	text-decoration: none;
	min-height: 1px;
	_height: 1px;
}
#menu_left li a:hover,
#menu_left li:hover span a {
	background: url(/images/nav_link_hover.gif) no-repeat top;
}
#menu_left ul {
	position: absolute;
	top: 3px;
	left: 184px;
	width: 177px;
	padding-left: 1px;
	display: none;
	z-index: 100;
}
#menu_left li:hover ul {
	display: block;
}
#menu_left ul li {
	margin-bottom: 0;
	#margin-bottom: -1px;
	/*background: url(/images/sub_menu_bg.png);*/
	_background: #fff;
	
}
#menu_left ul li a {
	margin: 0 1px;
	background: none;
	padding: 5px 10px 5px;

}
#menu_left ul li a:hover {
	background: url(/images/sub_menu_hover.png);
	_background: #a5dea5;
}
/* column right */
#column_right {
	float: left;
	width: 610px;
	padding-top: 4px;
}
#column_right p {
	margin-bottom: 10px;
}
#head_img {
	background: url(/images/head_img_inner.jpg) no-repeat;
	width: 610px;
	height: 99px;
	position: relative;
	clear: both;
}
.home #head_img {
	background: url(/images/head_img_home.jpg) no-repeat;
	width: 610px;
	height: 165px;
	position: relative;
	clear: both;
}
#head_img .box_img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 0 0 4px;
}
.imgs_border {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/png_img.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/png_img.png');
	width: 594px;
	height: 136px;
}
#head_img .box_img img {
	float: left;
}
#head_img ul {
	position: absolute;
	left: 70px;
	bottom: 5px;
	z-index: 80;
}
.home #head_img ul {
	left: 40px;
}
#head_img li {
	list-style: none;
	float: left;
	font-size: 13px;
	color: #ffffff;
	background: url(/images/nav_list_bg.gif) no-repeat left center;
	padding: 4px 0;
	padding-left: 12px;
	margin-right: 27px;
	position: relative;
	_height: 1px;
}
#head_img li a {
	color: #fff;
	text-decoration: none;
	line-height: 16px;
}
.home #head_img li ul,
#head_img li ul {
	position: absolute;
	top: 24px;
	left: -2px;
	width: 195px;
	min-height: 10px;
	z-index: 100;
	display: none;
}
#head_img li:hover ul {
	display: block;
}
#head_img li ul li {
	padding: 0;
	font-size: 12px;
	display: block;
	float: none;
	margin: 0;
	_margin-bottom: -1px;
}
#head_img li ul li a {
	padding: 5px 11px;
	display: block;
	position: relative;
	min-height: 14px;
	width: 171px;
	/*background: url(/images/sub_nav_bg.png);*/
	background-color:#006699;
}
#head_img li ul li a:hover {
	/*background: url(/images/sub_menu_bg.png);*/
	background:#FFFFF0;
	color: #006699;
}

#content {
	padding-right: 32px;
	padding-top: 8px;
	padding-left: 11px;
	margin-left: 4px;
	background: url(/images/content_inner_bg.jpg) top left no-repeat;
}
.home #content {
	background: url(/images/content_column_bg.jpg) top left no-repeat;
	padding-right: 18px;
}
h1,
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #176aa5;
	padding: 8px 0 4px;
}
h2 {
	font-size: 20px;
	padding: 2px 0 8px;
}
#content p {
	line-height: 14px;
}
#content li {
	margin-left: 30px;
	margin-bottom: 9px;
}

.columns {
	background: url(/images/column_bg.gif) repeat-y right;
	min-height: 315px;
	#min-height: 319px;
	_height: 319px;
}
.columns_left {
	float: left;
	padding-right: 17px;
	width: 415px;
}
.columns_left h1 {
	font-size: 18px;
	padding: 0;
}
.columns_left h1 a,.columns_left h1 a:visited,
.columns_left h2 a,.columns_left h2 a:visited{
	color: #176aa5;
	text-decoration:none;
}
.columns_left h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.columns_right {
	float: right;
	width: 142px;
	margin-right: 2px;
	_margin-right: 1px;
}
.columns_right h1 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
}
a.more {
	color: #49b347;
}
a.more:hover {
	text-decoration: none;
}
.advert,
.advert2 {
	background: #f1c19b;
	padding: 10px 7px;
	margin-bottom: 1px;
	min-height: 1px;
}
.advert2 {
	background: #f2dcca;
}
.advert b,
.advert2 b {
	font-size: 12px;
	color: #d45521;
}

.advert b a,
.advert2 b a {
	text-decoration: none;
}
.advert b a:hover,
.advert2 b a:hover {
	text-decoration: underline;
}
.advert a,
.advert2 a {
	color: #d45521;
	text-decoration: underline;
}
.advert a:hover,
.advert2 a:hover {
	text-decoration: none;
}
/* footer */
#footer {
	background: url(/images/footer_bg.jpg) no-repeat;
	width: 808px;
	height: 39px;
	color: #fff;
	text-align: center;
	margin: auto;
	width: 808px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer p {
	text-align: left;
	padding: 8px 0 18px;
	margin-left: 293px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}













/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	margin-right:50px;
	margin-left:25px;
	margin-top:40px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
table.center,tr.center,td.center {
	text-align:center;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

label {
	width:140px;
	float:left;
}


/* properies page */
.properties_price {
	font-weight:bold;
	color: #999999;
	text-align:right;
}
.properties_image_container {
	float:left;
	width:200px;
}
.properies_text_container {
	float:left;
	width:300px;
	padding-left:12px;
}
.properties_outer {
	clear:both;
}



.paging {
	text-align:right;
}

.newsletter_story {
	padding: 10px 0px 0px 10px;
}

fieldset {
	padding: 15px 15px 15px 15px;
	margin: 6px;
}

input[type=submit] {
	margin-left:200px;
}

.error-message {
	color:red;
	margin-left:142px;
}

.hidden {
	/*visibility:hidden;*/
	display:none;
	height:0px;
}
.visible {
	/*visibility:show;*/
	height:inherit;
}

