@charset "utf-8";
/* CSS Document */

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: #000000;
	background-color: #616861;
	background-image: url(../search-dunedin-properties/images/bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 985px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/dunedin-fl-properties-real-estate-for-sale_01.jpg);
	height: 135px;
	width: 985px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0;
} 
.footercopy {
	width: 985px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 223px;
	background-color: #EBEBEB;
	background-image: url(images/dunedin-fl-properties-real-estate-for-sale_02.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;

}
.sidebarcontainer  {
	float: left; /* since this element is floated, a width must be given */
	width: 985px;
	background-image: url(../search-dunedin-properties/images/bgnew.jpg);
	background-repeat: repeat-y;
	height: auto;
	overflow: auto;
	padding: 0px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {

	width: 722px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 203px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;

	padding-left: 20px;
} 
.uppernav {
	font-size: 12px;
	text-align: right;
	padding-top: 25px;
	padding-right: 55px;
	font-weight: bold;
	color: #FFFFFF;
	width: 600px;
	right: 0px;
	margin-right: 0px;
	float: right;
}
.sidenav {
	padding-top: 50px;
	padding-left: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 18px;
}


.emaillink {
	float: left;
	height: 50px;
	width: 50px;
}
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/dunedin-fl-properties-real-estate-for-sale_04.jpg);
	height: 65px;
	width: 985px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-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:0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p {
	margin: 0px;
	padding: 0px;
}
.headertagline {
	color: #000000;
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.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;
}
* html {.container:height:100%;}
.style1 {font-size: 10%}
.style2 {font-size: 10px}
a.sidnavlink:link {
	color: #FFFFFF;
}
a.sidenavlink:visited {
	color: #FFFFFF;
}
a.sidenavlink:hover {
	color: #84693C;
}
a.sidenavlink:active {
	color: #FFFFFF;
}
.sidenavlink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
a.topnavlink:link {
	color: #FFFFFF;
}
a.topnavlink:visited {
	color: #FFFFFF;
}
a.topnavlink:hover {
	color: #CCCCCC;
}
a.topnavlink:active {
	color: #FFFFFF;
}
--> 
