/************************************************
  								Global Reset
************************************************/	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
}

.clearfix:after {
	content : ".";
	display : block;
	clear : both;
	visibility : hidden;
	line-height : 0;
	height : 0;
	}
.clearfix {
	display : inline-block;
	}
html[xmlns] .clearfix {
	display : block;
	}
* html .clearfix {
	height : 1%;
	}
body	{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	margin:0;
	line-height:18px;
}

a {
	color:#739900;
	outline:none;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}

p {
	padding:8px 0 5px 0;
	margin:0;
	}

/******************************************************
  								Floats & Alignments
******************************************************/	
.floatright {
	float:right;
	}

.floatleft {
	float:left;
	}
 
.textleft {
	text-align:left;
	}
.textright {
	text-align:right;
	}

.textcenter {
	text-align:center;
	}

/******************************************************
  										Headings
******************************************************/


h1, h2, h3, h4, h5, h6 {
color:#333333;
font-weight:bold;
}

h1 {
	font:normal 26px Arial, sans-serif;
	margin:0 0 5px 0;
	}

h2 {
	font:normal 22px Arial, sans-serif;
	letter-spacing:1px;
	margin:0 0 5px 0;
	}

h3 {
	font:normal 18px Arial, sans-serif;
	margin:0 0 5px 0;

	}

h4 {
	font:normal 16px Arial, sans-serif;
	margin:0 0 5px 0;
	}

h5 {
	font:normal 12px Arial, sans-serif;
	margin:0 0 5px 0;
	}

h6 {
	font:normal 11px Arial, sans-serif;
	margin:0 0 5px 0;
	}

/******************************************************
  									Page structure
******************************************************/
.totalpart {
	width:100%;
	margin:0;
	padding:0;
	}

.topbar	{
	width:100%;
	height:auto;
	margin-bottom:0;
	background-color: #999999;
	}

.logo {
	margin:20px 0 20px 20px; 
	}
.logo>p {
    color:#fff;
    font-size:13px;
}
 
.slogan {
	float:right;
	padding-top:83px;
	}

.slogan p{
	font-size:12px;
	text-align:right;
	color:#adb5c2;
	}

	.slogan h5{
		color:#CCCCCC;
		margin:0;
		padding:0;
        font-size:13px;
		}

			.slogan a{
				font-size:10px;
				text-align:right;
				color:#fff;	
				}
.topmenu {
	background:url(../images/menu_bg.gif) top center no-repeat;
	height:49px;
	width:960px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bg	{
	width:100%;
	background:#bcc5a8;
	border-top:1px solid #ccc;

	}
	
.midcontent_bg	{
	width:100%;
	background:#e9ece3 url(../images/midcontent_bg.gif) repeat-x;
	height:100%;
	padding-bottom:20px;
}		
	
/******************************************************
										sub header
******************************************************/
.subheader {
	background-color:#bcc5a8;
	height:5px;
	width:100%;
	padding-bottom:20px;	
	border-bottom:1px solid #FFFFFF;
}

.subheader h1 {
	font:bold 30px Arial, Helvetica, sans-serif;
	padding:20px 0 0 20px;
	margin:0;
	color:#FFFFFF;
	}

.subheader p {
	color:#FFFFFF;
	margin-top:17px;
	
}

/******************************************************
										Middle part
******************************************************/
.img_border {
	border:1px solid #cfcfcf;
	background:#FFFFFF;
	padding:3px;

}

.small_box {
	width:300px;
	margin:5px 0 10px 0;
	padding:0;
	float:left;
}

.small_box p {
	margin:0px;
}

/******************************************************
										left column
******************************************************/
.quicksearch, .leftbar {
	background:#fff;
	border:1px solid #cecece;
	padding:20px;
	margin:20px 0 20px 0;
}

.text {
	margin:20px 0 20px 0;
}
/******************************************************
  										about us
******************************************************/
ul.news{
	margin:10px 0 0 0;
	padding:0;
	}

	ul.news li {
		margin:0px 0 10px 0;
		list-style-type:none;
		padding-bottom:10px;
		border-bottom:1px solid #ddd;
		}

		ul.news li a {
			margin:0px;
			display:block;
			padding:0px;		
			text-decoration:none;
			}

			ul.news li a:hover {
				padding:0px;	
				text-decoration:none;
				margin:0px;					
				}

ul.submenu{
	margin:0px;
	padding:0;
}

	ul.submenu li {
	margin-left:0px;
	list-style-type:none;
	}

	ul.submenu li a {
	height:100%;
	font:normal 10px Arial, Helvetica, sans-serif;
	margin:3px 0;
	border:1px solid #d5d9cd;
	text-decoration:none;	
	text-transform:uppercase;
	}

	ul.submenu li a:link, ul.submenu li a:visited {
	display:block;
	padding:6px 0px 6px 10px;	
	text-decoration:none;
	}

	ul.submenu li.current a {
	background:#e5e9de;
	color:#000;	
	text-decoration:none;
	padding:6px 0px 6px 10px;	
	}

	ul.submenu li a:hover {
	background:#e5e9de;
	padding:6px 0px 6px 10px;	
	text-decoration:none;
	}
/******************************************************
  										selling
******************************************************/
ul.lists	{
			margin:10px 0 10px 10px;
			padding:0;
			list-style:none;
			display : inline-block;
			}
	
ul.lists li {	
			padding:3px 5px 3px 10px;
			background:url(../images/bullet.gif) left 10px no-repeat;
			
			}

.property_box {
	padding:20px;
	height:100%;
	background:#fff;
	margin:20px 0;
	border:1px solid #cecece;
	overflow:auto;
}

.property_details {
	width:310px;
	float:right;
	margin:0 0 0 20px;
	padding:0;

}

.details {
margin:0 21px 0 21px;
}

.rate {
	float:right;
	font:bold 20px Arial, Helvetica, sans-serif;
	margin:0 20px 0 0;
	
}

ul.nav1 {
		margin:10px 0;
		list-style:none;
		padding:0px;
		}

		ul.nav1 li{
					voice-family:inherit;
					margin:3px 0;
					padding:6px 10px;
					border-bottom:1px solid #ebebeb;
					font-size:12px;
					}

		ul.nav1 li a {
					voice-family:inherit;
					display:block;
					font-size:12px;
					}

		ul.nav1 li a:hover {
					color:#000;
					text-decoration:none;
					}

/******************************************************
  										tips list
******************************************************/											
ul.tips	{
			margin:10px 0 10px 10px;
			padding:0;
			list-style:none;
			display : inline-block;
			}
	
ul.tips li {	
			padding:3px 5px 3px 10px;
			background:url(../images/bullet.gif) left 10px no-repeat;			
			}
			
ul.tips li a {
			margin:0;
			padding:0;
			}
			
ul.tips li a:hover {
			margin:0;
			padding:0;
			text-decoration:none;
			}														


/******************************************************
  										Footer
******************************************************/
.footer_bg {
	background:#fff url(../images/footer_bg.gif) repeat-x;
	padding:30px 0;
	text-align:center;		
}

ul.footer {
	padding:0px 0;
	margin:0;

}

ul.footer li {
	padding:0px 0;
	margin:0;
	display:inline;
}

ul.footer li a {
	padding:0px 5px;
	margin:0;
	list-style-type:none;
	font-size:11px;
}

ul.footer li a:hover {
	padding:0px 5px;
	margin:0;
}


/******************************************************
										Contact Form
******************************************************/
.contactform form, 
#contactform form ul {
	margin:10px 0 0 0px;
	padding:0px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	}

.contactform ul li {
	margin: 0 0 5px 0;
	padding:5px 5px 10px 5px;
	border:1px solid #cecece;
	list-style-type:none;
	background-color: #E1E5D9;
	} 

.contactform ul li:hover {
	border:1px solid #aaa;  
	background:#f5f5f5;
	} 

.contactform label {
	display:block; 
	width:180px; 
	padding-left:10px;

	}

.inputbox {
	padding:5px 0 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #919A7D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	}

.inputs {
	width:256px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
}

.small {
	width:127px;
}

a.read {
display:block;
width:100px;
font-family:Arial, Helvetica, sans-serif;
padding:0 0 0px 20px;
margin:0 0 5px 0;
text-transform:uppercase;
font-size:10px;
}

/*  Readmore */
a.read  	 {background: URL(../images/readmore.gif) left center no-repeat; }
a.read:hover {background: URL(../images/readmoreo.gif) left center no-repeat; text-decoration:none; }


/*******************************************************
  				Error / Success / Notice	
*******************************************************/

.notes 	{background: #f0f0f0;border: 1px solid #b8b8b8;}
.success 	{background: #ccfcd1;border: 1px solid #60a400;}
.error	{background: #f9e3e3;	border: 1px solid #e79e9e;}
.notice 	{background: #fcf0cc;border: 1px solid #ecc735;}
	.notes, .notice, .success, .error 
		{font-size: 100%;color:#484848;padding:10px;width:auto;margin: 0 0 20px 0px; text-align:left}
	.notes span, .notice span, .success span, .error span 
		{font-weight: bold;font-size: 1.2em;padding: 2px 40px;}
	.notes p, .success p, .error p, .notice p 
		{margin: 0px;padding: 0px 40px;}
		
		#sidebar #map {
	border:1px solid #CCC;
	padding:5px;
}
