@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.twoColFixLtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
	width: 1000px;
} 
.twoColFixLtHdr #container_agent {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#content_inner {
	background-color: #FFF;
	width: 600px;
	padding-left: 25px;
	padding-bottom: 15px;
	border: 1px solid #CCC;
	height: auto;
	padding-right: 200px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	text-align: left;
}
#txt_agent_name {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #204174;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F3F72;
	line-height: 16px;
	padding-bottom: 15px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #000034;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1E0F0;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 600px;
}
#container #mainContent_sub table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #000;
}


#navbar {
	background-image: url(images/tile_nav_05.jpg);
	background-repeat: repeat-x;
	height: 37px;
	border: 1px solid #FFF;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 110px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	clear: both;
	width: 200px;
}
.twoColFixLtHdr #sidebar1_index {
	float: left; /* since this element is floated, a width must be given */
	width: 366px;
	background-image: url(images/main_sidebg_09.jpg);
	height: 420px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
}
#home_buttons {
	margin-top: 225px;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 45px;
}
#footer_col1 {
	float: left;
	width: 250px;
	height: 135px;
	padding-top: 15px;
}
#footer_col2 {
	float: left;
	height: 135px;
	line-height: 24px;
	padding-left: 50px;
}
#footer_col3 {
	float: left;
	height: 110px;
	padding-top: 30px;
	padding-left: 75px;
}
#agent_id {
	width: 350px;
	float: left;
	margin-left: 25px;
	margin-top: 30px;
	text-align: right;
	padding-right: 15px;
}
#agent_photo {
	float: left;
	width: 200px;
	margin-top: 30px;
	clear: both;
}
#agent_info {
	margin-top: 25px;
	margin-left: 25px;
}






.twoColFixLtHdr #mainContent {
	height: 423px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
} 
.twoColFixLtHdr #mainContent_sub {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 940px;
	padding: 20px;
}
.twoColFixLtHdr #mainContent_realtor {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	margin-left: 20px;
	height: auto;
	overflow: hidden;
	padding: 20px;
}


.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/tile_footer_11_11.jpg);
	height: 148px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.agent_name {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #24487C;
}

.twoColFixLtHdr #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-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 24px;
}
.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;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	color: #204174;
	font-weight: normal;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #000;
	line-height: 32px;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #196094;
	font-weight: normal;
}


.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;
}
input {
	background-color: #FFF;
	border: 1px solid #2275A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
textarea {
	border: 1px solid #2275A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#below_footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 75px;
}
.invalid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}

#realtor_titlebox {
	float: left;
	height: auto;
	width: 545px;
	text-align: center;
	padding-top: 10px;
}
#realtor_name {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #039;
}


#realtor_picbox {
	float: left;
	height: auto;
	width: 450px;
	background-color: #C0F;
}
#realtor_infobox {
	height: auto;
	width: 700px;
	padding-left: 100px;
}
#realtor_slogan {
	width: 800px;
}
#agent_box {
	float: left;
	height: 190px;
	width: 125px;
	text-align: center;
}
#realtor_list {
	padding: 5px;
	float: left;
	width: 250px;
}
.designation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.agent_info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
	color: #000;
	font-weight: normal;
}
.footer_address {
	color: #FFF;
}
.agent_bottom {
	text-align: center;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #204174;
	font-weight: normal;
	line-height: 5px;
	padding-bottom: -25px;
}

