html{

	padding: 0px;
	margin: 0px;
}

body {

	padding: 0px;
	margin: 0px;
	background: white url("http://www.mpestateagency.com/images/bg.jpg") top center no-repeat;
}

/*this div holds the contents of the entire site and set the max width*/
div#container {
	position:relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 769px;
	top: 30px;
}

div#logobackground
{
	float: left;
	width: 460px;
	height: 90px;
	background: url("http://www.mpestateagency.com/images/V2_Logo.gif") left no-repeat;
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

div#contactpanel
{
	float: left;
	width: 307px;
	height: 90px;
	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

div#subcontent
{
	visibility: hidden;
	width: 322px; 
	position: absolute;
	height: 226px;
	margin-left: 178px;
	margin-top: 138px;
	background-color: #000000;
	z-index: 1;
}

div#contactpaneltext
{
	width: 307px;
}
	.contactpaneltext
	{
		color: #707070;
		text-decoration: none;
		font: 1.4em arial;
	}
	.contactpaneltext a
	{
		color: #707070;
		text-decoration: none;
		font: .8em arial;
	}
	.contactpaneltext a:hover
	{
		color: #003333;
		text-decoration: none;
		font: .8em arial;
	}


/*container for the body content columns*/
div#bodycontentcontainer
{
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	width: 767px;
	height: 600px; /*415px; */
}

/* for admin controls */
div#bodycontentcontainer2
{
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	width: 767px;
	height: 650px;
}

/*containers for left and right content*/

div#leftandright
{
	float: left;
	margin: 20px 0px 0px 19px;
	width: 729px;
}

div#left
{
	float: left;
	margin: 20px 0px 0px 19px;
	width: 450px;
}

div#lefthome
{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 413px;
}

div#right
{
	text-align: right;
	float: right;
	margin: 55px 10px 0px 0px;
	width: 255px;

}

div#righthome
{
	float: left;
	width: 306px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#leftcontact
{
	float: left;
	margin: 20px 0px 0px 19px;
	width: 390px;
}
div#rightcontact
{
	text-align: right;
	float: right;
	margin: 60px 19px 0px 0px;
	width: 320px;
}

div#centeredimages
{
	width: 767px;
	text-align: center;
}

div#whyusepointsa
{
	float: left;
	width: 400px;
	padding: 1px 0px 1px 1px;

}
div#whyusepointsb
{
	float: left;
	width: 300px;
	height: 50px;
	padding: 1px 0px 1px 1px;
	background-color: Red;
}

div#propertySearchControls
{
	float:left;
	width: 200px;
}
div#propertsearchhome
{
	padding-bottom: 1px;
	margin-left: 70px;
}

div#propertyAdminControls
{
	margin-top: 2em;
	float:left;
	width: 529px;
}
div#propertyAdminClient
{
	margin-top: 5px;
	float:left;
	width: 529px;
}

/*this is the footer div and should stick to the bottom of the page*/
div#footer {

	width: 769px;
	background-color: #9ECD67;
	font: bold .7em arial;
	line-height: 2em;
	height: 2em;
	text-align: left;
	margin-top: 5px;
}
.footertext
{
	float: left;
	margin-left: 18px;
}

.adtext
{
	float: right;
	margin-right: 18px;
	text-decoration: none;
	color: black;
}

div#contactform {
	position:relative; /* needed for footer positioning*/
	width:500px;
	background:#F9F9F9;
	border: solid 1px #E0E0E0;
}

.small_spacer
{
	height: 2px;
}

.float_clear
{
	clear: both;
}

.contactphotoholders 
{
	width: 330px;
	height: 68px;
	padding: 1px 0px 1px 1px;
	margin-left: 10px;
}
.contactphoto
{
	float: left;
	width: 50px;
	height: 68px;
}
.contactphototext
{
	margin-top: 32px;
	float: right;
	width: 260px;
	font: .8em Arial;
}

.contactphototext a
{
	color: #707070;
}

.contactphototextfitz
{
	margin-top: 0px;
	float: right;
	width: 260px;
	font: .8em Arial;
}

.contactphototextfitz a
{
	color: #707070;
}

.smallgap
{
	display: block;
	height: 5px;
}

.topmargin
{
	display: block;
	margin-top: .1em;
}

div#aligncontenysleft {
	text-align: left;
	margin-left: 1.5em;
}