/* @override 
	http://www.chadeganpropertygroup.com.au/css/home.css
*/

html * {
	padding: 0;
	margin: 0;
}

body {
	width: 1000px;
	background: url(../images/main_bg.jpg);
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #2f393f;
	text-align: center;
	margin: 50px auto auto auto;
	padding: 0;
}

.clear {
	clear: both;
}

p {
	padding: 4px 0 0 8px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
}

p.mnav {
	padding: 22px 10px 0 0;
	font-size: 11px;
}

p.footer {
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #fff;
}

a img {
	border: none;
}

/* >>>>>>>> HEADER <<<<<<<<< */

#header {
	height: 140px;
	background: #001c31;
	border: 0;
	padding: 0;
	margin: 0 auto 0 auto;
	position: relative;
	width: 1000px;
	
}

#logo {
	position: absolute;
	left: 20px;
	top: 15px;
}

#tagline {
	position: absolute;
	right: 30px;
	top: 25px;
}

/* >>>>>>>>> FEATURE PROPERTIES <<<<<<<<<< */

#ftprop {
	height: 300px;
	margin: 0;
	padding: 0;
	width: 1000px;
	border-bottom: solid 2px #001c31;
}

#ftprop1 {
	float: left;
	height: 300px;
	overflow: hidden;
}

#ftprop2 {
	float: right;
	height: 300px;
	overflow: hidden;
}

/* >>>>>>>>> NAVIGATION <<<<<<<<<<<<<< */

#navigation {
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 180px;
	background: #001c31;
	z-index: 100;
}

#navigation ul {
	
	height: 40px;
}


#navigation ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
	background: #005596;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	height: 23px;
}

#navigation ul .last {
	margin-right: 0;
}

#navigation ul li a {
	display: block;
	height: 40px;
	background: url(../images/btn_off.jpg);
	list-style-type: none;
	color: #fff;
	text-decoration: none;
	text-align: right;
	width: 165px;
}

#navigation ul li a:hover {
	background: url(../images/btn_on.jpg);
}

#navigation ul li ul {
	display: none;
	padding: 0;
	margin: 0;
	border: none;
}

#navigation ul .over ul {
	display: block;
	width: 165px;
	border: none;
	padding: 0;
	margin: 0;
}

#navigation ul li ul li {
	height: 23px;
	width: 161px;
	padding: 2px;
	margin: 0;
	background-color: #012E50;
}

#navigation ul li ul li a {
	background: #012E50;
	text-align: left;
	width: 161px;
	text-transform: none;
	font-weight: bold;
	height: 23px;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#navigation ul li ul li a:hover {
	background: #005596;
	display: block;
	width: 161px;
	text-align: left;
	height: 23px;
}

/* >>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<< */

#footer {
	height: 35px;
	background: #001c31;
	margin: 0 auto 0 auto;
	position: relative;
	width: 1000px;
	padding-top: 10px;
	z-index: -10;
}

#footer span {
	color: #005596;
	padding: 10px 3px 0 10px;
}

#footright {
	position: relative;
	top: -40px;
	right: -390px;	
}
