body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
	background-color: #B0E0C1;
	color: #000;
	}

div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

ul {
	list-style: disc outside none;
	padding-left: 25px;
	margin: 5px 0;
	}

p {
	margin: 0 0 15px 0;
}


td { 
	vertical-align: top; 
	padding: 3px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: georgia, verdana, new times roman, arial;
	}

img {
	border: 0;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	}
	
#header {
	width: 771px;
	height: 93px;
	margin: 0 auto;
	background-color: #116c31;
	background-image: url("../images/header_background.png");
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
display:block;
	}
	
#header_ad {
	width: 771px;
	height: 93px;
	margin: 0 auto;
	background-color: #116c31;
	background-image: url("../images/header_background_ad.png");
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
display:block;
	}
	
.logo_position {
	margin: 13px 0 0 9px;
	}
	
#title_tag {
  color: #FFFFFF;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin: 30px 24px 0 0;
}

#title_tag_sm {
  font-size: 11px;
  margin: 0 0 0 50px;
}

#ad {
	float:right;
	margin: 5px 5px 0 0;
	}

#nav {
	width: 100%;
	height: auto;
	overflow:hidden;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
	}
	
#css_nav {
	clear:both;
	}
	
#css_nav ul {
	list-style:none;
	margin: 0;
	padding:0;
	width: 770px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #D7A800;
    display:block;
    height:auto;
    overflow:hidden;
	}
	
#css_nav ul li {
	float: left;
	margin: 0;
	padding:0;
	text-align:center;
	border-left: 1px solid #000;
	}
	
#css_nav ul li a {
  color: #111;
  display: block;
  line-height: 15px;
  text-decoration: none;
  width: 108px;
  font-family: helvetica,sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    padding:1px 0 0 0;
}

#css_nav ul li a:hover {
  color: #fff;
  background-color:#333
}

#wrapper {
	width: 771px;
	margin: 0 auto;
	background-color: white;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height:auto;
overflow:hidden;
-moz-box-shadow: 0 0 5px 5px #f6f6f6;
-webkit-box-shadow: 0 0 5px 5px#f6f6f6;
box-shadow: 0 0 5px 5px #f6f6f6;
	}

#main {
  height: auto;
  margin: 10px auto;
  overflow: hidden;
  width: 100%;
  float:left;
}

#sidebar {
  float: right;
  margin: 0 12px 20px 6px;
  width: 250px;
}
	
.ad {
  margin: 15px 0 0;
  width: 250px;
}

.ad2 {
  border: 5px ridge #A6401A;
  float: right;
  margin: 20px auto 0;
  text-align: center;
  width: 240px;
}

#front_left_block
{
	width: 480px;
	float: left;
}

.welcome
{
	font-weight: bold;
	font-size: 1.2em;
	color: #006633;
	text-align: center;
	padding: 4px;
}


#front_right_block
{
	width:280px;
	float: right;
	text-align: center;
	margin-top: 4px;
}

.dest_list {
  background-color: #F6F3B0;
  border-radius: 0 0 0 0;
  clear: both;
  margin: 20px 0 0;
}

.dest_list table { 
	margin: 0 10px;
}

.dest_list, .dest_list td a:link, .dest_list td a:visited
{
	font-size: .90em;
	line-height: 1.5em;
}

.dest_list_head
{
	background-color: #d7a800; 
	padding: 2px;
	border-radius:0;
}

#foot_wrap {
  clear: both;
  margin: 10px 0 0;
}

.footer
{
	text-align: center;
	font-weight: bold;
	background-color: #d7a800; 
		padding: 2px;
		-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.copyright
{
	width: 771px;
	font-size: .6em;
	text-align: center;
	background-color: #99CCCC; 
	padding: 2px 0;
	margin: 0 auto;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: .80em;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #d7a800; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 93px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #000000;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 132px; /*width of sub menu levels*/
color: #000000;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #CCCCCC;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #CCCCCC url(images/down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #CCCCCC url(images/right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.offers
{
	width: 550px;
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 12pt;
	border-color: #5A874F;
	border-width: 1pt;
	border-style: solid;
	margin: 5px auto;
	height: auto;
}
.offerhead
{
	font-size: 12pt;
	margin: 5px;
}

.offertext
{
	font-size: 10pt;

}

.pricetext
{
	font-size: 9pt;
	text-align: center;
	clear: both;
}

.src_chk { visibility: hidden; }


.specials_Li
{
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 11pt;
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;	
	padding-left: 5px;
}

.form_label
{
	height: 28px;
	font-size: .8em;
}

.form_label_text
{
	font-size: .8em;
}

.single_column
{
	width: 620px;
	margin: 0 auto;
}

.featured_listing
{
	
	margin: 20px 0;
}
.kpmseparated
{
	clear: both;
	margin: 10px;
	border-top: 1px #000 solid;
}

#Table_01 {
	position:relative;
	width:771px;
	height:93px;
}

#gv-head5-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:273px;
	height:5px;
}

#gv-head5-02 {
	position:absolute;
	left:273px;
	top:0px;
	width:495px;
	height:5px;
}

#gv-head5-03 {
	position:absolute;
	left:768px;
	top:0px;
	width:3px;
	height:5px;
}

#gv-head5-04 {
	position:absolute;
	left:0px;
	top:5px;
	width:273px;
	height:84px;
}

#gv-head5-05 {
	position:absolute;
	left:273px;
	top:5px;
	width:495px;
	height:84px;
}

#gv-head5-06 {
	position:absolute;
	left:768px;
	top:5px;
	width:3px;
	height:84px;
}

#gv-head5-07 {
	position:absolute;
	left:0px;
	top:89px;
	width:273px;
	height:4px;
}

#gv-head5-08 {
	position:absolute;
	left:273px;
	top:89px;
	width:495px;
	height:4px;
}

#gv-head5-09 {
	position:absolute;
	left:768px;
	top:89px;
	width:3px;
	height:4px;
	}
	

#title3 {
	background-color:#FFEFEA;
	padding: 2px 30px 5px 30px;
	border: 2px solid #A6401A;
	clear:both; 
	font-weight: bolder;
	}
	
#main #title4 h1 {
  background-color: #007540;
  border: 2px solid #CCCCCC;
  color: #FFFFFF;
  height: auto;
  margin: 0 10px 10px;
  overflow: hidden;
  padding: 5px 10px;
  width: 460px;
}

#main h1 {
  border-bottom: 2px solid #CCCCCC;
  color: #333333;
  display: block;
  font-family: Georgia, Damion, Pacifico;
  font-size: 28px;
  height: auto;
  margin: 0 10px 10px;
  overflow: hidden;
  padding: 5px;
  text-decoration: none;
  font-weight: normal;
}

#title1 {
  border-bottom: 2px solid #999999;
  border-radius: 0 0 0 0;
  height: auto;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0 5px 0 0;
}

#title1 h2 {
	float:left;
	}

#title1 h3 {
	font-size: 14px;
	float:right;
	line-height: 30px;
	}

.title5 {
	padding: 5px; 
	background-color: rgb(0, 117, 64); 
	color: white;
	}
	
.title6 {
  color: #333333;
  font-size: 16px;
  font-style: italic;
  margin: 0 10px 10px;
}

.title7 {
  border-bottom: 1px solid #444444;
  color: #111111;
  font-size: 18px;
  font-style: italic;
  margin: 0 5px 10px 0;
}

.title8 {
  border-bottom: 1px solid #DDDDDD;
  clear: left;
  color: #333333;
  display: block;
  font-family: Georgia,Damion,Pacifico;
  font-size: 13pt;
  font-weight: normal;
  height: auto;
  margin: 0 10px 10px;
  overflow: hidden;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}

#main .title10 {
  border-bottom: 2px solid #CCCCCC;
  clear: both;
  color: #333333;
  display: block;
  font-family: Georgia,Damion,Pacifico;
  font-size: 35px;
  font-weight: normal;
  height: auto;
  margin: 10px;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}

#main .title11 {
  border-bottom: 1px solid #CCCCCC;
  color: #222222;
  display: block;
  font-family: Georgia,Damion,Pacifico;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  margin: 20px 0 10px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}

#wrap01 {
	width:480px;
	margin: 0 10px 10px; 
	overflow: auto; 
	float:left;
	}
	
#wrap02 {
	width:480px; 
	float: left; 
	overflow: auto; 
	margin: 5px 0 0 0;
	}
	
#content_wrap{
	width:470px; 
	float: left; 
	background-color: #EBF7FF; 
	padding:5px;
	}
	
#content_wrap ul {
	margin-bottom: 15px;
	}
	
#content_wrap img {
	clear: right;
    float: right;
    margin: 0 5px 5px;
    width: 188px;
    }
	
.quotebutton
{
	border: 4pt blue groove;
	width: 270px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 48px;
	background-color: #9CF;
}

.form{
	height:auto;
	overflow:hidden;
	margin: 5px;
}

.form2{
	height:auto;
	overflow:hidden;
	margin: 5px 0;
	border: 1px solid #FFF;
	padding:5px;
}

table.table01 {
	background-color: white;
	width: 100%;
	font-size: 13px;
	color: #000000;
	border-collapse:collapse;
	margin: 0 0 15px 0;
}

table.table01 th {

	padding: 4px;

	background-color: #007540;
}
table.table01 td {

	padding: 4px;

}
	
.tabletr_header {
	background-color: #004C29;
	color:#ffffff;
	font-weight: bold;
}

.tabletr01 {
	background-color: #ACF1D2;
	}
	
.tabletr02 {
	background-color: #FFFFFF;
	}


#disclaimer {
  clear: both;
  font-size: 11px;
  margin-bottom: 15px;
  width: 100%;
}
	
.pop_title {
	font-family: georgia, verdana;
	}
	
.pop_title_sm {
	font-size: 15px;
	}
	
.sidebar_box {
	width: 248px; 
	border: 1px solid #000; 
	float: right; 
	margin:0 auto;
	height: auto;
	overflow:hidden;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	}
	
a.bookit {
  background-image: url("../images/bookit.png");
  display: block;
  height: 50px;
  margin: 15px 0 0;
  width: 200px;
}
	
a.bookit:hover {background-image:url("../images/bookit_hover.png");}

#content {
	height: auto;
	overflow: hidden;
    margin: 0 10px;
    width: 480px;
    float:left;
	}
	
#resorts ul li a {

	}
	
#portal_nav {
  border: 1px solid #000000;
  clear: right;
  float: right;
  height: auto;
  margin: 5px;
  overflow: hidden;
  width: 186px;
}

#portal_nav a {text-decoration:none}
#portal_nav a:hover {text-decoration:underline}
#portal_nav h3 {
  background-color: #CCCCCC;
  color: #333333;
  padding: 5px;
}

/*.home_call {
  display: block;
  float: left;
  height: 150px;
  margin: 20px 0 30px 55px;
  width: 300px;
}*/

a.home_call {
  display: block;
  float: left;
  height: 140px;
  margin: 0 0 11px 11px;
  width: 242px;
  text-decoration:none;
}

a:hover.home_call {
  border: 1px solid #333;
  height: 140px;
  width: 242px;
  margin: -1px -1px 10px 10px;
  
}
	
.home_call h2 {
	padding: 10px;
	background-color: #000;
	opacity: .95;
	color: #ffffff;
	font-size:15px;
	
	}
	


#williamsburg_call {
	background-image: url('../images/home_bgs/will_call_bg.png');
	background-size: 100%;
	}
	
#myrtlebeach-north_call {
	background-image: url('../images/home_bgs/mb_north_bg.png');
	background-size: 100%;
	}
	
#myrtlebeach-south_call {
	background-image: url('../images/home_bgs/mb_south_bg.png');
	background-size: 100%;
	}
	
.destinations_list {
	font-family: Verdana,Helvetica,Arial;
	float:left;
	margin: 10px 15px 30px 15px;
	width: 210px;
	}
	
.destinations_list h3 {
	font-size:14px;
	margin: 0;
	font-family: Verdana,Helvetica,Arial;
	}
	
.destinations_list ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.destinations_list ul li {
	margin:0;
	padding:0;
	}
	
.destinations_list ul li a {
	}
	
.dest_col {
	width:230px; 
	float:left;
	}
	

