/*Base class*/
body {
	color:#999;
	background-color:#000;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	
	/* 2 from google fonts */
	/* font-family: 'News Cycle', sans-serif; */
	/* font-family: 'Source Code Pro'; */
	
	font-size:13px;
	line-height:1.2em;
	background-image: url(../images/bck.jpg); padding:0; margin:0;
}

.highlight1,
a.highlight1 {
	color: #6699FF !important;
}

a.highlight1 {
	text-decoration: underline !important;
}

a.highlight1:hover {
	color: #DD6211 !important;
}

/* original .wrapper height: 380px */
/* wrapper height - new 1: 280px */
/* wrap hght - reset to 380px - didn't affect space at top */

.wrapper {
	float:left;
	width:100%;
	height:280px;
	background-image:url(../images/top_bck.png);
	background-repeat: repeat-x;
	background-position: top;
}

/*.box {position:absolute; top:45%; left:50%;width:780px;   margin:-180px 0 0 -390px;}
*/
/* original .box -- top:45% */
/* .box top -- changed to 25% */
/* .box top -- reset to 45% -- better */
/* .box top -- changed to 35% */
.box {
	position: absolute;
	/* top: 35%; */
	top: 29%;
	left: 45%;
	width: 935px;
	margin: -180px 0 0 -390px;
}
.left {
	float: left;
	width: 375px; /* 365 */
	border-right: 1px solid #333;
	text-align: right;
	padding: 20px 25px 20px 10px;  /* 20 25 20 20 */
	min-height: 230px;
}

.right {
	float: right;
	width: 475px;
	text-align: left;
	padding: 20px;
	border-left: 1px solid #000;
	min-height: 230px;
}

/* tags for "maui tour" page */
.wrapper2 {
	float:left;
	width:100%;
	height:380px;
	background-image:none;
	background-repeat:
	repeat-x;
	background-position: top;
}

.box2 {
	position:absolute;
	top:20%;
	left:45%;
	width:780px;
	margin:-180px 0 0 -390px;
}

h1, h2, h2spec, h3, h4, h5, h6 {
	color:#fff;
	padding:0;
	margin:0;font-weight:lighter;
	font-family:Helvetica, arial;
	line-height:1.2em;
}

h2 {
	font-size: 1.5em;
}
h2spec {
	font-size: 1.5em;
	color: #FFC;
}

.jk-special-text {
	color: #DD6211;
}

h2.loose-spacing {
	letter-spacing: 0.8px;
}

h3 {
	font-size:1.2em;
	margin:1em 0 0 0;
}


blockquote {
	padding:0;
	margin:0;
	font-style:italic;
	font-size:1.6em;
	color:#fff;
	line-height:1.4em;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	border: 0;
}


a:hover {
	text-decoration:underline;
}

p {
    margin:5px 0;
}

img.icon {
	float:left;
	padding:5px 10px 0 0;
}


img.small_icon {
	float:right;
	padding:5px;
	border:0;
}

.text-highlight1 {
	color: #FFC;
}

.wrapper .box .content .right table tr td {
	text-align: center;
}

.image1 img {
	border-radius: 11px;
   	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;

}
