﻿@charset "utf-8";

body {
	background-image: url("../images/fadebg.jpg");
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	scrollbar-face-color: #D6DDE0;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #98ABB2;
	color: #999999;

}

/*---------------------------------------main holder------------------------------------------*/

#mainholder {
width: 822px; /*Width of main holder*/
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
margin-top:17px;
}

/*---------------------------------------top holder------------------------------------------*/

#logoholder {
width:822px;
height:108px;
float:left;
background-color:#FFFFFF;
}

/*---------------------------------------middle holder------------------------------------------*/

#middleholder {
width:822px;
height:272px;
float:left;
padding:0;
margin:0;
background-color:#FFFFFF;
}

#leftline {
background:url("../images/leftline.jpg");
background-repeat:no-repeat;
width:22px;
height:272px;
float:left;
padding:0;
margin:0;
}

#mainimage1 {
background:url("../images/manhattan2.jpg");
background-repeat:no-repeat;
width:519px;
height:272px;
float:left;
padding:0;
margin:0;
}

#right {
width:80px;
height:272px;
float:left;
background:url("../images/right.jpg");
background-repeat:no-repeat;
background-color:#FFFFFF;
padding:0;
margin:0;
}

#longline {
width:818px;
height:11px;
background: url("../images/linenew.jpg");
background-repeat:no-repeat;
float:left;
}

/*---------------------------------------------body holder------------------------------------------*/

#bodyholder {
width:822px;
float:left;
background:url("../images/bg2.jpg");
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#bodyspaceleft {
width:22px;
float:left;
}

#sidebar {
width:191px;
float:left;
background:url("../images/formbg.jpg");
background-repeat:repeat-y;
}

#mainbody {
width:575px;
float:right;
background-color:#FFFFFF;
padding-right:20px;
}

/*---------------------------------------------body text------------------------------------------*/

p { 
	margin-top: 0px; 
	text-align: left;
	color: #999999;
	line-height: 17px;
	}
h1 {
	font: 16px Arial, Helvetica, sans-serif;  
	letter-spacing: 1px;
	margin-bottom: 19px;
	margin-top: 19px;
	color: #98AAB2;
	display: block;
	height: 16px;
	text-align: left;
}
h2 {
	font: 14px Arial, Helvetica, sans-serif; 	
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:3px 0px 3px 0px;
	color: #98AAB2;
	display: block;
	height: 16px;
	text-align: left;
	border-top:1px #98AAB2 solid;
	border-bottom:1px #98AAB2 solid;

}
h3 {
	font: 12px Arial, Helvetica, sans-serif; 	
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #98AAB2;
	display: block;
	height: 16px;
	text-align: left;
}

/*---------------------------------------------form left------------------------------------------*/
input.sub1 {
	height:24px;
	width:124px;
	margin:10px
}
input.sub2 {
	height:24px;
	width:78px;
	margin-bottom:10px
}

select {

height:22px;
background-color:#FFFFFF;
border:none;
margin-left:5px;
color:#666666;
}

.formtext { 
	font-size: 12px;	
	font-weight:bold;
	margin-top: 0px; 
	text-align: left;
	color: #696969;
	line-height: 11px;
	margin-left:5px;
	display:block;
	margin-bottom:5px;
}

.formtextnarrow { 
	font-size: 11px;
	margin-top: 0px; 
	text-align: left;
	color: #696969;
	line-height: 11px;
	margin-left:10px;
	display:block;
	margin-top:5px;
	margin-bottom:3px;
	}
form {
display:block;
margin-top:0px;
}

/*---------------------------------------------LINKS------------------------------------------*/
a:active.bottomnav     { font-size:10px;color:#999999;text-decoration:underline;  }
a:hover.bottomnav      { font-size:10px;color:#999999;text-decoration:none;}
a:link.bottomnav       { font-size:10px;color:#999999;text-decoration:underline; }
a:visited.bottomnav    {font-size:10px;color:#999999;text-decoration:underline;}

a:active.sidebar     { font-size:10px;color:#696969;text-decoration:underline; font-weight:normal }
a:hover.sidebar     { font-size:10px;color:#696969;text-decoration:none;font-weight:normal }
a:link.sidebar     { font-size:10px;color:#696969;text-decoration:underline;font-weight:normal  }
a:visited.sidebar     {font-size:10px;color:#696969;text-decoration:underline;font-weight:normal }

a:active{ color:#696969;text-decoration:underline; font-weight:bold}
a:hover{ color:#696969;text-decoration:none;font-weight:bold}
a:link{ color:#696969;text-decoration:underline; font-weight:bold}
a:visited{color:#696969;text-decoration:underline;font-weight:bold}

/*---------------------------------------------MENU------------------------------------------*/
#navigation {
width:191px;
height:272px;
float:left;
background-color:#CCCCCC;
padding:0;
margin:0;
z-index:10000

}

#vertmenu {
font-size: 100%;
width: 190px;
padding: 0px;
margin: 0px;
background-color:#D6DDE0;
margin-top:8px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 12px;
display: block;
border-bottom: 1px solid #FFFFFF;
padding: 5px 0px 2px 8px;
text-decoration: none;
color: #333333;
width:180px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #999999;
background-color: #FFFFFF;
text-decoration:underline 
}

/*---------------------------------------------BOTTOM------------------------------------------*/

.bottomnavblue {font-size:10px;color:#99CCFF;text-decoration: none;}
#btm{
	text-align:center;
}
/*---------------------------------------------attractions------------------------------------------*/
#box2{
	float:left;
	padding:7px 0px 7px 0px;
	width:100%;
}
#box2_l{
	float:left;
	padding-top:8px
}
#box2_r{
	float:right;
}
#block1{

	width:492px;
	border:1px #666666 solid;
	margin-bottom:20px;
}
/*---------------------------------------classes------------------------------------------*/
img {
	border:none
}
img.bullet1{
	padding-right:6px;
}
.box1{
	padding:7px 0px 7px 0px;
	width:100%;
}
.box_l{
	float:left;
	padding-right:5px;
}
.box_r{
	width:419px;
float:right;
}
.clear{
	clear:both 
}
/*---------------------------------------end  classes------------------------------------------*/
#generalright 	{
	float:right;
	padding-right:2px;
}
/*---------------------------------------TABLES------------------------------------------*/
table.fb{
	border-left:1px solid #D6DDE0;
	border-right:1px solid #D6DDE0;
}
td.txt_body_hd{
	background-color: #98ABB2;
	color:#FFFFFF;
	text-align:center;
	height:20px;
	width:140px;
	border-top:1px solid #D6DDE0;
	border-bottom:1px solid #D6DDE0;
}
td.txt_body{
	vertical-align:top;
	font-size:11px;
	text-align: center;
	border-top:1px solid #D6DDE0;
	border-bottom:1px solid #D6DDE0;
	border-right:1px solid #D6DDE0;
	color: #999999;
}
input.fb{
	float: right; color: #FFFFFF; font-weight: 700; background-color: #98ABB2;
}
ul.list1{
	list-style-type:none;
	text-align:left;
}

ul.list1 li{
	padding: 0px 0px 0px 20px;
	background-image: url('../images/arrow1.jpg');
	background-repeat: no-repeat;
	margin-bottom:4px
}
ul.list2{
	list-style-type:none;
	text-align:left
}

ul.list2 li{
	padding:0px 0px 0px 20px;
	background-image: url('../images/arrow2.jpg');
	background-repeat: no-repeat;
		margin-bottom:4px

}
/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(../images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(../images/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(../images/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}
.center1{
	padding-left:40px
}
#gallery img.tmb1{
	width:100px;
	height:65px
}
/*core drop shadow rules*/
div.box3{
	text-align:center 
}
div.cj_image_flipbox { display: block; width: 100%; height: auto; }
div.cj_image_flipbox_block { position: relative; display: block; width: 309px; height: 800px; overflow: hidden; border: 2px solid #000; margin:0 auto;}
div.cj_image_flipbox_block br { display: none; }
