/*
	GAZWARD.NET
	HTML Tag declarations
*/
body {
	color: #6D6D6D;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	background-image: url('../img/headerBg.gif');
	background-repeat: repeat-x;
	font-family: Georgia, Serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 15pt;
}
a {
	color: #749479;
}
h2 {
	padding: 0px;
	margin-bottom: 1em;
	color: #749479;
	font-weight: normal;
	font-size: 190%;
	line-height: 100%;
}
h3 {	
	padding: 0px;
	padding-bottom: 5px;
	margin: 0;
	border-bottom: 1px solid #ACBFBF;
	color: #749479;
	font-weight: normal;
	font-size: 180%;
}
hr {
	display: none;
}
.inner {
	width: 760px;
	margin: 0px auto; 
	padding: 0px;
}
#header {
	height: 93px;
	background: url('../img/header.gif');
}
#header h1 {	
	float: right;
	margin: 20px 0 0 0;
	padding: 0px;
	font-size: 0px;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 407px;
	height: 56px;
	background: url('../img/logo.gif');
}
#navbar {
	position: absolute;
	margin-top: 65px;
	margin-left: 10px;
	height: 28px;
	line-height: 100%;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;

	margin-right: 1px;
	background-image: url("../img/navbar-right.gif");
	background-position: right;
	background-repeat: no-repeat;
}
#navbar ul li a {
	float: left;
	display: block;
	height: 20px;
	padding: 8px 1em 0px 1em;
	background-image: url("../img/navbar-left.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #485E5E;
	font-weight: bold;
	text-decoration: none;
}
#navbar ul li:hover, #navbar ul li.active, #navbar ul li.hover {
	background-image: url('../img/navbarRight-active.gif');
	background-position: right;
	background-repeat: no-repeat;
}
#navbar ul li a:hover, #navbar ul li a.active {
	background-image: url('../img/navbarLeft-active.gif');
	background-position: left;
	background-repeat: no-repeat;
}
#seperator {
	width: 100%;
	height: 81px;
	margin: 2em 0;
	background-image: url('../img/seperator.jpg');
}
#content {
	clear: both;
}
.mainImg {
	float: right;
}
#latestProperties {
	float: left;
	width: 416px;
	margin-right: 20px;
}
#latestProperties .latestPrice {
	display: block;
	float: right;
	font-weight: bold;
	color: #749479;
}
#latestProperties a {
	display: block;
}
#contactUs {
	float: left;
	width: 324px;
}
/*
	Blog items
*/
.blogTimeStamp {
	text-align: right;
	margin-bottom: 2em;
}
/*
	Form stuff
*/
legend {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	float: left;
	clear: left;
	width: 150px;
	margin-top: 5px;
}
input {
	width: 250px;
	border: 0px;
	padding: 5px;
	margin-bottom: 1em;
	background-color: #f0f0f0;
	border: 1px solid #808080;
	font-family: courier new;
	font-size: 100%;
}
input:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
input.fail {
	border: 1px solid #FF0000;
}
textarea {
	width: 250px;
	height: 100px;
	border: 0px;
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px solid #808080;
	font-family: courier new;
	font-size: 100%;
}
textarea:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
textarea.fail {
	border: 1px solid #FF0000;
}
.formSubmit {
	width: 92px;
	height: 22px;
	margin-top: 10px;
	margin-left: 150px;
	padding: 0px;
	border: 0px;
}
#msgPass {
	padding: 5px;
	margin-bottom: 1em;
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
}
#msgFail {
	padding: 5px;
	margin-bottom: 1em;
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
}
/*
	Footer section
*/
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	padding-top: 5px;
	border-top: 1px solid #ACBFBF;
	font-size: 90%;
}
#copyrightMsg {	
	display: block;
	float: right;
}

	Form stuff
*/
legend {
	margin: 0;
	padding: 0.5em 0;
	font-size: 150%;
	font-weight: normal;
	line-height: 120%;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	display: block;
	width: 150px;
	margin-top: 5px;

}
input {
	width: 250px;
	border: 0px;
	padding: 5px;
	margin-bottom: 1em;
	background-color: #FFFFE6;
	border: 1px solid #7C7C41;
	font-family: courier new;
	font-size: 100%;
}
input.checkbox {
	width: 25px;
	border: 0px;
	padding: 5px;
	margin: 0.2em;
	background-color: #FFFFE6;
	border: 1px solid #7C7C41;
	font-family: courier new;
	font-size: 100%;
}
input:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
textarea {
	width: 250px;
	height: 100px;
	border: 0px;
	padding: 5px;
	background-color: #FFFFE6;
	border: 1px solid #7C7C41;
	font-family: courier new;
	font-size: 100%;
}
textarea:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
.formSubmit {
	width: 92px;
	height: 22px;
	margin-top: 10px;
	padding: 0px;
	background-color: #FFFFE6;
	border: 1px solid #7C7C41;
	font-family: Georgia, Serif;
	font-size: 10pt;
}
.error {
	color: red;
}
/*
	Form stuff
*/
#menu form {
	margin-top: 10px;
}
legend {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	float: left;
	clear: left;
	width: 73px;
}
input {
	width: 200px;
	border: 0px;
	padding: 2px;      
	background-color: #f0f0f0;
	border: 1px solid #808080;
	font-family: courier new;
}
input:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
input.fail {
	border: 1px solid #FF0000;
}
.formSubmit {
	width: 144px;
	height: 37px;
	margin-left: 63px;
	padding: 0px;
	border: 0px;
}
/*
	Footer section
*/
#footer {
	clear: both;
	margin-top: 1em;
	padding-top: 5px;
	border-top: 1px solid #a0a0a0;
	font-size: 90%;
	text-align: right;
}

/* prop list stuff */
.propList {
	position:relative;
	margin-bottom: 1em;
	border-bottom: 2px dotted #749479;
}
.propLocation {
	margin-right: 130px;
	font-size: 85%;
	color: #AB1B2A;
}
.propPrice {
	position: absolute;
	right:0px;
	margin-top: -1.8em;
	margin-left: 670px;
	font-size: 200%;
	line-height: 200%;
	color: #AB1B2A;
}
.propDesc {
	text-align: justify;
	margin-right: 130px;
}
.searchPropDesc {
	text-align: justify;
	margin-right: 145px;
}
.propImg {
	margin-top: -60px;
	float: right;
	padding: 3px;
	border: 1px solid #7C7C41;
}

/* prop item stuff */
#propItem .propLocation {
	margin-right: 150px;
	color: #AB1B2A;
	font-size: 100%;
	height: 20px;
}
#propItem .propPrice {

	height: 51px;
	position: absolute;
	left: 0px;
	margin-top: -48px;
	margin-left: 670px;
	font-size: 230%;
	line-height: 100%;
}
#propItem .propRef  {
	font-size: 40%;
	line-height: 130%;
}
#propItem .propMainImg {
}
#propItem .propMainImg img {
	padding: 3px;
	border: 1px solid #7C7C41;
}
#propItem .propThumbs {
	margin-top: 1em;
	text-align: center;
}
#propItem  .propThumbs a {
	float: left;
	display: block;
	margin-right: 36px;
}
#propItem .propThumbs img {
	display: block;
	padding: 3px;
	border: 1px solid #7C7C41;
}
#propItem .propLinks {
	clear: both;
	padding: 1em 2em;
}
#propItem .propHR {
	height: 8px;
	margin: 0.5em 0;
	background-image: url('../img/hr.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#propItem .propHRLeft {
	width: 87px;
	height: 8px;
	background-image: url('../img/hr-left.gif');
	background-repeat: no-repeat;
	float: left;
}
#propItem .propHRRight {
	width: 87px;
	height: 8px;
	background-image: url('../img/hr-right.gif');
	background-repeat: no-repeat;
	float: right;
}

/*
	Form stuff
*/
legend {
	margin: 0;
	padding: 0.5em 0;
	font-size: 150%;
	font-weight: normal;
	line-height: 120%;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	display: block;
	width: 150px;
	margin-top: 5px;

}
input.formbox {
	width: 250px;
	border: 0px;
	padding: 5px;
	margin-bottom: 1em;
	background-color: #eeeeee;
	border: 1px solid #AB1B2A;
	font-family: courier new;
	font-size: 100%;
}
input.checkbox {
	width: 25px;
	border: 0px;
	padding: 5px;
	margin: 0.2em;
	background-color: #eeeeee;
	border: 1px solid #AB1B2A;
	font-family: courier new;
	font-size: 100%;
}
input:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
textarea {
	width: 250px;
	height: 100px;
	border: 0px;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #AB1B2A;
	font-family: courier new;
	font-size: 100%;
}
textarea:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
.formSubmit {
	width: 92px;
	height: 22px;
	margin-top: 10px;
	padding: 0px;
	background-color: #FFFFE6;
	border: 1px solid #AB1B2A;
	font-family: Georgia, Serif;
	font-size: 10pt;
}
.error {
	color: red;
}