div, dl, dt, dd, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
}
table {
	border-collapse:separate;
	border-spacing:0px;
	margin:0px;
}
fieldset, img {
	border:0px;
	text-decoration:none;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.copy {
	width:936px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
.copy a:link {
	color:#d43f27;
	text-decoration:underline;
	font-weight:bold;
}
.copy a:visited {
	color:#d43f27;
}
.copy a:active {
	color:#d43f27;
}
.copy a:hover {
	color:#ff0000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#d43f27;
	font-weight:bold;
	text-align:left;
}
.archive {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#d43f27;
	font-weight:bold;
	text-align:left;
}
.archive-links {
	background-color:#eeeeee;
	border:1px #222222 solid;
	padding-left:12px;
}
.home-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	vertical-align:text-top;
	padding-left:10px;
	height:69px;
}
.home-text a:link {
	color:#FFF;
	text-decoration:none;
}
.home-text a:visited {
	color:#FFF;
}
.home-text a:active {
	color:#FFF;
}
.home-text a:hover {
	color:#ff0000;
}
.tour-destinations {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	width:463px;
	height:181px;
	border:1px solid #000000;
	text-align:left;
}
.tour-destinations a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.tour-destinations a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.tour-destinations a:active {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.tour-destinations a:hover {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}
.headlines {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.footer {
	width:936px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.footer a:link {
	color:#000000;
	text-decoration:none;
}
.footer a:visited {
	color:#000000;
}
.footer a:active {
	color:#000000;
}
.footer a:hover {
	color:#ff0000;
}
.left {
	width:25px;
	background-image:url(../images/shadow-left.jpg);
}
.right {
	width:25px;
	background-image:url(../images/shadow-right.jpg);
}
.spacer {
	width:32px;
	background-color:#FFFFFF;
}
.tour-destinations2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	width:100%;
	height:181px;
	border:0px solid #000000;
	text-align:left;
}
.tour-destinations2 a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.tour-destinations2 a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.tour-destinations2 a:active {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.tour-destinations2 a:hover {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}
/* ######### DROP DOWN STYLES ######### */
.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: yellow;
}
/* ######### Default class for drop down menus ######### */

.anylinkmenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: lightyellow;
	width: 200px; /* default width for menu */
}
.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkmenu ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkmenu a:hover { /*hover background color*/
	background: black;
	color: white;
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols {
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
}
.anylinkmenucols li {
	padding-bottom: 3px;
}
.anylinkmenucols .column {
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
}
.anylinkmenucols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* ######### class for shadow DIV ######### */


.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
.copy2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666666;
}
.copy2 a:link {
	color:#d43f27;
	text-decoration:underline;
	font-weight:bold;
}
.copy2 a:visited {
	color:#d43f27;
}
.copy2 a:active {
	color:#d43f27;
}
.copy2 a:hover {
	color:#ff0000;
}

#footer-landing
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	
}	




#footer-landing a:hover
{
	color: red;	
}

#footer-landing a:visited
{
	color: #666666;	
}

.email-red
{
	color: #F00;
}

.clear{clear: both;}

#top-content
{
	margin-bottom: 20px;	
}

#content-left
{
	float: left;
	width: 700px;
	
}

#contact-right
{
	float: right;
}

#image-left
{
	float: left;
}


#image-right
{
	float: right;
}

#content-images
{
	margin-bottom: 20px;	
}

#content-city
{
	margin-bottom: 20px;
}

#jbs-services
{
	margin-bottom: 20px;
}

#hotels-left
{
	float: left;
	width: 290px;
}

#hotels-center
{
	float: left;
	width: 290px;
	margin-left:60px;
}

#hotels-right
{
	float: right;
	width: 290px;
}


