@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #004080;
}
#container  {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #4162AF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
} 
#header  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/realestateagency_blue_titlebackground.jpg);
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4162AF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sidebar1 p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.5em;
}
.addressText {
	color: #ddebfa;
}


#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
} 
#mainContentLeftTop {
	width: 275px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContentLeftTop  .titleText  {
	color: #BD6A07;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#mainContentLeftTop  .bodyText {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	padding-left: 100px;
}
#mainContentRightTop {
	float: right;
	width: 275px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
#mainContentRightTop  .titleText {
	color: #BD6A07;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#mainContentRightTop  .bodyText {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	padding-left: 100px;
}
.theOfficesImage {
	padding-right: 0px;
	padding-left: 0px;
	border: medium double #4162AF;
	margin-left: 75px;
	margin-right: 100px;
}
.servicePlansImage {
	padding-right: 0px;
	padding-left: 0px;
	border: medium double #4162AF;
	margin-left: 75px;
	margin-right: 100px;
}
.LarryKuniImage {
	padding-right: 0px;
	padding-left: 0px;
	border: medium double #FFFFFF;
	margin-left: 30px;
	margin-top: 10px;
}


p  {
	font-size: 12px;
	line-height: 1.25em;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #004080;

}


h1   {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	display: block;
	line-height: 1.25em;
	margin-bottom: 0px;
}
.thankYou {
	font-size: 16px;
	display: block;
	line-height: 1.5em;
	text-align: center;
	padding-top: 20px;
}

ul {
	margin-top: 5px;
	display: block;
}

li {
	font-size: 12px;
	line-height: 1.5em;
}

#footer  { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContentLeftBottom {
	width: 275px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContentLeftBottom .titleText {
	color: #BD6A07;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#mainContentLeftBottom .bodyText {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	padding-left: 100px;
}
#mainContentRightBottom {
	float: right;
	width: 275px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}
#mainContentRightBottom .titleText {
	color: #BD6A07;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#mainContentRightBottom .bodyText {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	padding-left: 100px;
}
form {
	width: 525px;
	display: block;
	background-image: url(../images/form_background_gradient.jpg);
	background-repeat: repeat;
	margin-top: -5px;
	border: thin double #4162AF;
	margin-left: 15px;
	margin-bottom: 10px;
}
label {
	display: block;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 10px;
}
input {
	margin-left: 10px;
}

.labelRadio {
	font-size: 12px;
	padding-bottom: 5px;
	width: 100px;
	display: inline;
}
.comments {
	margin-left: 50px;
	margin-right: 50px;
	display: block;
	margin-bottom: 5px;
}

.contactUsParagraph {
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#buttons {
	margin-left: 185px;
	margin-bottom: 10px;
}
.contactUsRequired {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}
