@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: #565659;
	background-image: url(images/Fotolia_17664027_L.jpg);
}
.twoColFixLtHdr #container {
	width: 956px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	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: #C49248;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
} 
.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 #header2 {
	padding: 0;  /* 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-color: #C49248;
	width: 956px;
	height: 270px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-color: #C49248;
}
.twoColFixLtHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
	background-color: #C49248;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding: 10px;
} 
#TextPage1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.25em;
	color: #FFFFFF;
	margin: 10px 0 0 30px;
}

.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #947139;
	padding: 10px 50px;
	text-align: center;
	background-image: url(images/bk-menu2.jpg);
	background-repeat: repeat;
}

} 
.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 */
}
.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;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #C5E38C;
}
a:hover {
	color: #C5E38C;
	text-decoration: underline;
}

a:active {
	color: #C5E38C;
}
#mainContent-mls {
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#topContent {
	background-image: url(images/bak1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 410px;
}
#bottomContent {
	font-size: 11pt;
	line-height: 1.25em;
	color: #000000;
	padding: 10px 30px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu-thumbs {
	margin: 0 auto;
	display: block;
	width: 550px;
	height: 100px;
}

.MenuthumbLH {
	float: left;
	border: 1px solid #CCC;
	margin: 8px 30px 10px 10px;
	padding: 5px;
}
.MenuthumbRH {
	float: right;
	border: 1px solid #CCC;
	margin: 8px 30px 10px 10px;
	padding: 5px;
}

.Pixcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 0 0 0;
}
h1 {
	font-size: 18pt;



	color: #000000
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	color: #424D8B;
}
h2 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h3 {
	font-size: 12pt;
}
.style2 {
	color: #C5E38C;
	font-weight: bold;
}


.style4Italics {
	font: italic 11px/1.2em Arial, Helvetica, sans-serif;
	text-align: center;
}

#fadeshow1 {
	margin: 0 auto;
}
.slideshowWrapper {
	background-color: #C49248;
	width: 372px;
	height: 323px;
	margin: 0px;
	float: left;
	padding-right: 15px;
}
#homePageseo {
	display: block;
	float: right;
	width: 280px;
	margin: 260px 0 30px 0;
	color: #FFFFFF;
}
#menu_top {
	font-size: 14pt;
	height: 25px;
	color: #FFFFFF;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#menu_top a:link {color: #FFFFFF;}
#menu_top a:visited {
	color: #C5E38C;
}
#menu_top a:hover {color: #C5E38C;}
#menu_top a:active {
	color: #000000;
}
#menu_top  li  {
	display: inline;
}
#menu_top ul {
	list-style: none;
	float: left;
	width: 800px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
	margin-top: 220px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu_top ul li a {
	float: left;
	padding-left:20px;
	padding-bottom:5px;
	margin-left:5px;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
#global_nav {
	font: bold normal 9pt Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #565659;
	width: 280px;
	margin: 20px auto;
}
#boxWrapper {
	display: block;
	height: 284px;
	width: 284px;
	margin: 8px 0 0 0;
	padding: 0 0 18px 0;
}

#global_nav a:link {color: #000000;}
#global_nav a:visited {
	color: #283d81;
}
#global_nav a:hover {
	color: #283d81;
}
#global_nav a:active {
	color: #000000;
}
.span1 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.span2 {
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
	text-align: center;
	font-style: italic;
	line-height: 1.25em;
	color: #333333;
	font-size: 11pt;
	font-weight: 500;
	text-transform: none;
}
.span3 {
	display: block;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	line-height: 1.25em;
	color: #666666;
	font-size: 12pt;
	text-transform: capitalize;
	margin: 0 auto;
}
#bottomContent a:link {
	color: #000000;
	text-decoration: none;
}
#bottomContent a:visited {
	color: #152862;
}
#bottomContent a:hover {
	color: #162560;
	text-decoration: underline;
}

#bottomContent a:active {
	color: #2561AA;
}
#areaInfo {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
#areaInfo p {
	margin: 2px 0 3px 0;
}


#bottomContent p {
	display: block;
	margin-bottom: 14px;
	text-align: left;
	margin-top: 0px;
}
.MenuthumbRHx {
	float: right;
	border: 1px solid #CCC;
	margin: 8px 10px 10px 10px;
	padding: 5px;
}
.MenuthumbLHx {
	float: left;
	border: 1px solid #CCC;
	margin: 6px;
	padding: 2px;
}
.textLeft {
	text-align: center;
	float: left;
	width: 220px;
	margin: 0 40px 16px 20px;
}
#cities {
	display: block;
	width: 710px;
}
#topContentHome {
	background-image: url(images/bak1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContentHome {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background-image: url(images/bak1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.centerImg {
	margin: 0 auto;
	display: block;
}
#mls-coName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	padding: 8px 0 0 0;
}
