@charset "utf-8";


body {
	font-family:Arial, Helvetica, sans-serif;
	font: 100%;
	background: #000000;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #000000;
}


/******** STRUCTURE *******/


#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; 
}

#header {
	padding: 0px 0px 10px 0px;
	height: 140px;
}



#content {
	float: left;
	width: 780px;
	padding-top: 20px;
}

#leftcolumn{
	float:left;
	width:270px;

}

#leftcolumn2{
	float:left;
	width:220px;

}



#rightcolumn {
	float:left;
	width:480px;
	padding: 0px 0px 0px 20px;
	margin:0px 0px 20px 0px;
	vertical-align: top;
	border-left: 1px dotted #666;

}

#rightcolumn2 {
	float: left;
	width: 530px;
	padding: 0px 0px 0px 20px;
	margin:0px 0px 20px 0px;
	vertical-align: top;
	border-left: 1px dotted #666;

}

#rightcolumn2 img{
	padding: 5px 10px 10px 0px;
}


#bookingleft {
	float:left;
	width:210px;
	vertical-align: top;

}

#bookingright {
	float:right;
	width:310px;
	vertical-align: top;

}


#line{
	width:100%;
	float:left;
	border-top: 1px dotted #666;
	padding: 15px 0px 10px 0px;
}

#noline{
	width:100%;
	float:left;
	padding: 0px 0px 10px 0px;
}


#button{
	background: #C90;
	float:right;
	color:#999;
	font-size:12px;
	line-height:1.5em;
	font-weight: bold;
}

#button a{
	text-decoration: none;
	color:#fff;
	padding: 0 5px 0 5px;

}

#button a:hover{
	text-decoration: none;
	color:#999;
	padding: 0 5px 0 5px;

}



#social {
	padding: 15px 0 0 0;
	border-top:1px solid #F90;
	float: left;
	width: 250px;
	margin: 15px 0 0 0;

}

#social2 {
	padding: 15px 0 0 0;
	border-top:1px solid #F90;
	float: left;
	width: 210px;
	margin: 15px 0 0 0;

}





#footer {
	float: left;
	width: 780px;
	margin: 0;
	padding: 5px 0;
	vertical-align: bottom;
	border-top: 1px solid #666;
}

/******** TEXT STYLES *******/

h1, h2, h3, h4, p, h5, h6, h7{
	margin:0px;
	padding:0px;
}

/******** menu *******/
#menu {
	padding: 0 0 10px 0;
	border-top:1px dashed #C90;
	border-bottom:1px dashed #C90;
	width: 780px;
	float: none;
}

#leftmenu {
	float: left;
	width:270px;
	margin: 0;
	padding: 0;
}



h1 ul {
	list-style: none;
	margin: 0;

}
h1 li {
	font-weight: bolder;
	font-size:16px;
	color:#C90;
	text-decoration:none;
	text-align: center;
	letter-spacing: 0.03em;
	word-spacing: 0.2em;
	list-style: none;
	list-style-type: none;
	display:  inline;
}

h1 li a {
	color:#C90;
	text-decoration:none;
}

h1 li a:hover {
	text-decoration:none;
	color: #FFF;
}
h1 a:active {
	text-decoration:none;
	color: #990000;
}

/******** styling *******/


p{
	font-size:12px;
	color:#fff;
	line-height:19px;
	padding-bottom: 10px;
}

p a{
	color:#D79C03;
	text-decoration:none;
	font-weight: bold;
}
p a:visited{
	color:#D79C03;
	font-weight: bold;
	text-decoration:none;
}
p a:hover{
	color:#999;
	text-decoration:underline;
	font-weight: bold;
}

h2 {
	color:#D79C03;
	font-size:20px;
	line-height:1.6em;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
}
h2 a, h2 a:visited{
	color:#D79C03;
	text-decoration:none;
}
h2 a:hover{
	color:#FFF;
	text-decoration:none;
}

h2 ul {
	padding: 0;
	margin: 0;
}
h2 li {
	color:#D79C03;
	text-decoration:none;
	list-style: none;
	list-style-type: none

}

h2 li a, li a:visited {
	color:#D79C03;
	text-decoration:none;
}
h2 li a:hover {
	text-decoration:none;
	color: #FFF;
}
h2 #active {
	text-decoration:none;
	color: #990000;
}


h3 {
	color:#D79C03;
	font-size:13px;
	line-height:1.4em;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

h3 a{
	color:#D79C03;
	text-decoration:none;
	font-weight: bold;
}
h3 a:visited{
	color:#D79C03;
	font-weight: bold;
	text-decoration:none;
}
h3 a:hover{
	color:#999;
	text-decoration:underline;
	font-weight: bold;
}

h4 {
	color:#999;
	font-size:12px;
	line-height:1.5em;
	padding-bottom: 10px;
	font-weight: bold;
}

h4 a, h4 a:visited {
	color:#999;
	text-decoration:none;
}

h4 a:hover {
	color:#FFF;
	text-decoration:none;
}

h5 {
	font-size:14px;
	font-weight:  normal;
	color:#D79C03;
	line-height:20px;
	padding-bottom: 10px;
}

h5 a, h2 a:visited{
	color:#D79C03;
	text-decoration:none;
}
h5 a:hover{
	color:#FFF;
	text-decoration:none;
}

h5 ul {
	padding: 0;
	margin: 0;
}
h5 li {
	color:#D79C03;
	text-decoration:none;
	list-style: none;
	list-style-type: none

}

h5 li a, li a:visited {
	color:#D79C03;
	text-decoration:none;
}
h5 li a:hover {
	text-decoration:none;
	color: #FFF;
}
h5 #active {
	text-decoration:none;
	color: #990000;
}


h6{
	font-size:10px;
	font-weight:normal;
	color:#999;
	line-height:12px;
	padding-bottom: 10px;
}

h6 a{
	color:#D79C03;
	text-decoration:none;
	font-weight:normal;
}

h6 a:visited{
	color:#D79C03;
	text-decoration:none;
	font-weight:normal;

}
h6 a:hover{
	color:#999;
	text-decoration:underline;
	font-weight:normal;

}


h7 {
	font-size:12px;
	color:#999;
	line-height:19px;
	padding-bottom: 10px;
}

h7 a {
	color:#D79C03;
	text-decoration: none;
}

h7 a:visited {
	color:#D79C03;
	text-decoration: none;
}

h7 a:hover{
	color:#999;

}

h8 {
	font-size:14px;
	font-weight:  normal;
	color:#D79C03;
	line-height:20px;
}

h9 {
	color:#999;
	font-size:12px;
	line-height:1.5em;
	font-weight: bold;
}

/******** listings *******/



/************ MAILING LIST ***********/


.mailing{
	float:left;
	width: 250px;
	margin: 15px 0px;
	padding: 10px 0px;
	border-top:1px solid #F90;

}

.mailing2{
	float:left;
	width: 210px;
	margin: 15px 0px;
	padding: 10px 0px;
	border-top:1px solid #F90;

}

.input_generic { /* FIELD */
	background-color:#666;
	font-size: 11px;
	color: #000000;
	padding: 8px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:focus { /*FIELD FOCUS*/
	background-color:#C90;
}
textarea:focus { /*FIELD FOCUS*/
	background-color:#FFCC00;
}

.input_select { /* FIELD */
	background-color:#E1DECC;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input_btn_submit { /*BUTTON*/
	background-color:#D79C03;
	font-size: 11px;
	color: #000000;
	padding: 6px;
	border: 0px solid;
	cursor: pointer;
}
.input_btn_submit:hover { /*BUTTON*/
	background-color:#FC0;
}

.input_btn_clear { /*BUTTON*/
	background-color:#FFCC66;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	border: 0px solid;
	cursor: pointer;
}