@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BEBA89 url(../images/BG.jpg) repeat-x;
	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;
}
.oneColFixCtr #container {
	width: 971px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.oneColFixCtr #mainContent {
	background: #FFF;
	height: 100%;
}
h1 {
	font: italic 26px Georgia, "Times New Roman", Times, serif;
	color: #8B0A0C;
	display:inline;
}
h2 {
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	color: #333;
	display:inline;
}
h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #888;
}
a:hover {
	color: #999;
	text-decoration:underline;
}
a:active {
	color: #666;
}

#fadeshow1 {
	width: 971px;
	height: 352px;
	float:left;
}
#content {
	float:left;
	width:930px;
	height:100%;
	padding:30px;
	font: 12px/19px Arial, Helvetica, sans-serif;
	text-align: justify;
	position:relative;
	left:-10px;
	background-image:url(http://www.myrtlebeachvacationrentalstoday.com/hart/images/content_BG.jpg);
}
#contain {
	height:100%;
	width: 971px;
	float: left;
}
#navigation {
	float: left;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	display:inline;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
#boxes {
	text-align:center;
}
#footer_black {
	background-color:#000;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	clear: both;
	float: left;
	width: 971px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	border-top: 2px solid #971315;
	border-bottom: 2px solid #971315;
}
#footer_red {
	background-color:#8B0A0C;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	clear: both;
	float: left;
	width: 970px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	border-right: 1px solid #000;
}
#quick_search {
	float:left;
	width: 222px;
	height: 262px;
	background-image:url(http://www.myrtlebeachvacationrentalstoday.com/hart/images/QS_BG.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}
#slideshow {
	width:749px;
	height:213px;
	float:left;
}
#ul-boxes {
	text-align:center;
	margin: 0px auto;
	padding:0;
	color: white;
	list-style-type:none;
	clear:both;
	float:left;
}
#ul-boxes li {
	width: 159px;
	height: 31px;
	float:left;
	border:0;
	text-align: center;
	padding-top:13px;
}
#ul-boxes li a {
	color:#FFF;
	text-decoration:none;
	position:relative;
	a[target="_blank"]:before;
}
#ul-boxes BG {
	background:url(images/box_BG.jpg);
}
#ul-boxes li a:hover {
	color:#a99d8e;
	text-decoration:underline;
	font-weight:bold;
}
#box_links {
	position:relative;
	left:-10px;
	width:1001px;
}
#reservation_pdf {
	position:absolute;
	width:270px;
	left:700px;
}
