@charset "utf-8";
/* CSS Document */

body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;

	background: url(http://floridavanrentals.com/images/The-best-top-desktop-yellow-wallpapers-yellow-wallpaper-yellow-background-hd-19.jpg);
	background-size: 100% 100%;
	background-attachment:fixed;
	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 */

}


.twoColLiqLtHdr #slideshow {width:100%;padding:0px;margin:0px;background:#FFFFFF;}


.twoColLiqLtHdr #container {
	width: 1155px;  /* this will create a container 80% of the browser width */
	border:thin;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	text-decoration: none;
} 

a:hover {
text-decoration: underline;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}  
.twoColLiqLtHdr #header { 

	padding: 0 0px;  /* 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. */
} 
.twoColLiqLtHdr #header h1 {
	margin: 0 0px; /* 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 */
}

.twoColLiqLtHdr #sidebar1 {
	float: left;
	height: inherit;
	width: 270px; /* since this element is floated, a width must be given */
	background: #333333;
	padding: 0px 0px; /* top and bottom padding create visual space within this div  */
}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 0px; 
	margin-right: 0px;
	
}

.twoColLiqLtHdr #bannerarea { background:  #FFFFFF;  
} 
.twoColLiqLtHdr #mainContent { 
    margin: 0;
	padding:10px 30px 30px 30px;
	background:  #FFFFFF;
} 
.twoColLiqLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColLiqLtHdr #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;
}
.style1 {font-size: x-small}
.style3 {color: #666666}
.left{
float:left;
margin-left:10px;

}

.left2{
float:left;
margin-left:10px;
}
.left_imagespace{
float:left;
margin: 0px 10px 10px 0px;
}
.clear2{
clear:both;
margin-top:10px;
}
.imagespace{
clear:both;
padding:10px 0px 10px 0px;
text-align: center;
}
.highlight { 
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	}
	#supportingText {
clear:both;
	margin: 10px 10px 10px 10px;
	padding: 0px 12px;
	width: 911px;
	position: relative;
	background: url(images/sliced_20.jpg) center top repeat-y;
	}
#supportingText h1{
clear:both;
background: url(images/sliced_17.jpg) left top no-repeat;
height:12px;
padding:0px;
margin:0px;
	}
#supportingText h2{
clear:both;
background: url(images/sliced_61.jpg) left top no-repeat;
height:15px;
padding:0px;
margin:0px;
	}.twoColLiqLtHdr #container #mainContent2 div p {
	font-size: 10px;
}
.legal {
	font-size: xx-small;
}
