﻿* {
	margin:0px;
	padding:0px;
}

html, body {
	width:100%;
	height:100%;
	background-image: url('images/background.png');
	background-repeat:repeat-x;
	background-color: white;
}

h1 {
	font-family:Verdana;
	color:#003200;
	font-size:xx-large;
	padding:40px;
}

h2 {
	font-family:Verdana;
	color:#003200;
	font-size:large;
	padding:20px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:medium;
	padding:10px 40px;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:medium;
	padding:20px 60px;

}

address {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:medium;
	padding:10px 50px;
	font-style:normal;
}

#wrapper {
	position:relative;
	margin:0px auto;
	top:22px;
	width:989px;
	height:100%;
}

#header {
	position:relative;
	width:989px;
	height:245px;
	background-image:url('images/header.png'); 
}
	
#container {
	position: relative;
	width: 989px;
	padding:20px 0;
	background-image:url('images/borders.png');
	background-repeat:repeat-y;
}

#footer {
	position:relative;
	width:988px;
	height:87px;
	background-image:url('images/footer.png');
	background-repeat:no-repeat;
}

#footer p{
	position:absolute;
	Text-align:center;
	width:100%;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:8pt;	
	bottom:5px;
}

#headerButtons {
	position:absolute;
	right:601px;
	height:30px;
	bottom:0px;

}

div > #headerButtons {
	position:absolute;
	right:602px;
	height:30px;
	bottom:0px;
}

.btnPos {
	position:absolute;
	padding:0;
	margin:0;
	cursor: pointer;	
}

.btnPos.btn1 {
	
	background-image:url('images/Home_H.png');
	background-repeat:no-repeat;
	left:0px;
	width:117px;
	height:30px;
}

.btnPos.btn1 a {
	background-image:url('images/Home.png');
	background-repeat:no-repeat;
	width:117px;
	height:30px;
	display:block;
	
}

.btnPos.btn1 a:hover {
	background:none;

}

.btnPos.btn2 {
	background-image:url('images/Properties_H.png');
	background-repeat:no-repeat;
	left:118px;
	width:117px;
	height:30px;

}
.btnPos.btn2 a {
	background-image:url('images/Properties.png');
	background-repeat:no-repeat;
	width:117px;
	height:30px;
	display:block;
	
}

.btnPos.btn2 a:hover {
	background:none;

}

.btnPos.btn3 {
	background-image:url('images/Tenants_H.png');
	background-repeat:no-repeat;
	width:117px;
	left:236px;
	height:30px;

}
.btnPos.btn3 a {
	background-image:url('images/Tenants.png');
	background-repeat:no-repeat;
	width:117px;
	height:30px;
	display:block;
	
}

.btnPos.btn3 a:hover {
	background:none;

}


.btnPos.btn4 {
	background-image:url('images/landlords_H.png');
	background-repeat:no-repeat;
	left:354px;
	width:117px;
	height:30px;

}
.btnPos.btn4 a {
	background-image:url('images/landlords.png');
	background-repeat:no-repeat;
	width:117px;
	height:30px;
	display:block;
	
}

.btnPos.btn4 a:hover {
	background:none;

}

.btnPos.btn5 {
	background-image:url('images/ContactUs_H.png');
	background-repeat:no-repeat;
	left:472px;
	width:117px;
	height:30px;

}
.btnPos.btn5 a {
	background-image:url('images/ContactUs.png');
	background-repeat:no-repeat;
	width:117px;
	height:30px;
	display:block;
	
}

.btnPos.btn5 a:hover {
	background:none;

}

#con_photo {
	float:right;
	border:2px #003200 solid;
	margin:60px 100px;
}

.tdWidth1 {
	width:150px;
}

.tdWidth2 {
	width:20px;
}

.textField {
	width: 408px;
}

.formTable {
	font-family:Tahoma;
	font-size:medium;
	color:#003200;
	width:600px;
	text-align:right;
	border: 2px solid #003200;
	margin:0 auto

}

iframe {
	position:relative;
	width:900px;
	height:1100px;
	margin-left:40px;
}

#home_photoblock {
	float:right;
	padding: 40px 60px;
}

iframe.contactus {
	width:600px;
	height:270px;
	margin-left:200px;
	border:none;
}

iframe.maint {
	width:900px;
	height:400px;
	margin-left:35px;
	border:none;
}

.email {
	position:relative;
	top:3px;
}


