* {
	margin:0;
	padding:0;
	top:0;
	left:0;
}
body {
	margin: 0; 
	padding: 0;
	background-image: url('/images/main-bkg.jpg');
	background-repeat: repeat-x;
	background-color:#ffffff;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #999999;
	}
/* Header Area */
#header {
	background-image: url('/images/hdr-bkg.jpg');
	background-repeat: repeat-x;
	height: 156px;
	margin: 0;
	padding: 0;
	background-color:#47C9D2;
}
#main-header {
	width: 980px;  
	background-image: url('/images/main-header-bkg.jpg');
	background-repeat: no-repeat;
	height: 156px;	
	margin:auto;
	padding: 0;
	background-color:#47C9D2;
}
#header-flash {
    width: 959px;
	height: 117px;
	margin: 0;
	padding: 0; 
	background-color: #ffffff;
}
/* Central Content Area */
#main {
	width: 980px;  
	background-image: url('/images/content-bkg-main.jpg');
	background-repeat: repeat-y;
	min-height: 700px;
	height:auto !important;
	margin:auto;
	padding: 0;
	background-color:#ffffff;
}
#main-bkg {
	width: 980px;  
	background-image: url('/images/content-bkg.jpg');
	background-repeat: no-repeat;
	min-height: 700px;
	height:auto !important;
	margin:auto;
	padding: 0;
}
#main-white {
	width: 960px;  
	background-color: #ffffff;
	min-height: 700px;
	height:auto !important;
	margin:auto;
	padding: 0;
}
/* Left Hand Side Bar */
#sidebar {
	float: left;
	width: 195px;
	padding: 0;
	margin: 0;
	background-color: #01BDAB;
}
#nav-menu {
    margin: 20px;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 
#nav-menu a {
color: #ffffff;
text-decoration: none;
}
#nav-menu a:hover {
color: #F1AA0E;
}
#nav-menu a.directory {
color: #DB3E0E;
text-decoration: none;
}
#nav-menu a.directory:hover {
color: #F1AA0E;
}
#sidebar-white {
    margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#spacer2v {
	height: 2px;
	margin: 0;
	padding: 0;
}
#search-box {
	width: 199px;
	height: 33px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	background-image: url('/images/bkg-search.gif');
	background-repeat: no-repeat;
}
#side-specials {
    margin: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
#side-specials .offer-bullet {
	color: #01BDAB;
}

/* Main Page Content */
#mainContent {
    width: 760px;
	margin: 0;
	margin-left: 200px;
	padding: 0;
}
#homepage-main {
	float: left;
	width: 555px;
	padding: 0;
	margin: 0;
}
#right-sidebar {
    width: 199px;
	margin: 0;
	margin-left: 561px;
	padding: 0;
}
#advertitle {
    width: 195px;
    background-color: #F1AA0E;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	min-height: 25px;
	height:auto !important;
}
#advertitle p {
	padding: 5px;
}
/* Main Content Styles */
#hp-main-text {
	width: 525px;
	margin: auto;
	font-size: 12px;
	color: #999999;
}
#hp-main-text ul {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 15px;
} 
#hp-main-text li {
	margin-top: 10px;
}
#hp-main-text p {
	margin-top: 10px;
}
#spacer20v {
	height: 20px;
	margin: 0;
	padding: 0;
}
#hp-sections {
 	width: 529px;
	margin:auto;
	padding: 0;
}
#hp-sections-pic {
	float: left;
	width: 108px;
	height: 98px;
	padding: 0;
	margin: 0;
}
#hp-sections-text {
    width: 401px;
	height: 98px;
	margin-left: 125px;
	padding: 0;
	background-color: #E4F7F9;
}
#hp-sections-text .title {
	color: #01BDAB;
	font-size: 13px;
	font-weight: bold;
}
#hp-hotels {
 	width: 529px;
	margin:auto;
	padding: 0;
	background-color: #f2f2f2;
}
h3 {
	color: #D09106;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}
.profiletitle {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-left: 5px;
}
.author {
	color: #199E91;
	font-style: italic; 
}
.subtitle {
	color: #D09106;
	font-style: italic; 
}
.bold-color {
	font-weight: bold; 
	color: #D09106;
}
a {
	color: #199E91;	
	text-decoration: underline;
}
a:hover {
	color: #D39307;
}
/* Ride Sidebar Styles */
#side-events {
    margin: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
#side-events .title {
	color: #01BDAB;
	font-size: 13px;
	font-weight: bold;
}


.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;
	line-height: 0;
}
.clearfleft { /* 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:left;
}
.clearright { /* 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:right;
}

/* Footer Area */
#footer {
	background-image: url('/images/footer-bkg.jpg');
	background-repeat: repeat-x;
	background-color: #f3aa10;
	min-height: 96px;
	height:auto !important;
	margin: 0;
	padding: 0;
}
#footer-content {
	background-image: url('/images/footer-bkg.jpg');
	background-repeat: repeat-x;
	width: 980px;  
	min-height: 96px;
	height:auto !important;
	margin:auto;
	padding: 0;
	color: #ffffff;
}
#footer-content p.copyright {
	text-align: center;
	margin-top: 12px;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}
#footer-content a.copyright {
    color: #ffffff;
	text-decoration: none;
}
#footer-content a.copyright:hover {
	color: #0CBFAF;
}
#footer-content p.footer-menu {
	text-align: center;
	margin-top: 12px;
	color: #ffffff;	
	font-weight: bold;
	font-size: 11px;
}
#footer-content a {
	color: #ffffff;	
	text-decoration: none;
}
#footer-content a:hover {
	color: #0CBFAF;
}
.profilename {
	color: #ffffff;
	font-weight: bold;
}
img.profile {
	margin-right: 10px;
	margin-bottom: 10px;
}
input, select {
    color: #666666;
}
.blue-title {
	font-size : 14px;
	color : #D39307;
	font-weight : bold;
	padding-bottom: 7px;
}
