@charset "utf-8";
/* CSS Document */

/* GENERAL CSS */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#eeeeee;
	background-image:url(../images/general/bodyWinterBG.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:5px 0 20px 0;
}

h2, h3, h4 {
	background-repeat:repeat-x;
	font-size:14px;
	color:#ffffff;
	margin:0;
	padding:2px 5px 5px 5px;
	text-transform:capitalize;
}

h2 a, h3 a, h4 a {
	color:#ffffff !important;
}

p {
	margin:0;
	padding:5px 10px;
	text-align:justify;
}

a {
	color:#003366;
}

a:hover {
	color:#006699;
}


/* TOP CSS */
.top {
	/*background-color:#eeeeee;*/
	overflow:auto;
	width:960px;
	margin:4px auto 0 auto;
	padding-right:25px;
}

.top h1 {
	font-size:11px;
	margin:0;
	padding:5px 0 0 30px;
	float:left;
}

.top form {
	background-image:url(../images/general/searchBG.gif);
	background-repeat:no-repeat;
	float:right;
	width:233px;
	height:21px;
	margin:0;
	padding:0;
	overflow:hidden;
}

.top form #search {
	border:0;
	color:#ffffff;
	padding:0;
	margin:5px 0 0 8px;
	font-size:11px;
	background:none;
	width:185px;
}

.top form #button {
	width:20px;
	height:16px;
	border:0;
	margin:0 0 0 10px;
	padding:0;
	background:none;
	cursor:pointer;
}


/* WRAPPER CSS */
#wrapper {
	width:960px;
	background-image:url(../images/general/wrapperBG.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin:0 auto 25px auto;
}


/* HEADER CSS */
.header {
	height:126px;
	background-image:url(../images/general/headerShade.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px 5px 0 10px;
	margin:0 6px;
	overflow:auto;
}

.header img {
	margin-top:13px;
	border:0;
}

.header #location {
	float:left;
	padding:0 0 0 15px;
}

.header #location a {
	color:#333333;
}

.header #links {
	text-align:right;
	clear:right;
}

.header #links a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.header .banner {
	margin-bottom:0;
}


/* NAVIGATION CSS */
.navigation {
	height:28px;
	background-image:url(../images/general/navigationBG.gif);
	background-position:center center;
	background-repeat:repeat-x;
	margin:1px 6px;
	overflow:auto;
}

.navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

.navigation ul li {
	float:left;
}

.navigation ul li a {
	border-right:#ffffff 1px solid;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding:7px 17px 6px 17px;
	display:block;
}

.navigation ul li a:hover {
	background-image:url(../images/general/navigationHover.gif);
	background-position:center center;
	background-repeat:repeat-x;
	text-decoration:underline;
}

.navigation #languages {
	margin:0 10px 0 0;
	float:right;
}

.navigation #languages li {
	padding:4px;
	margin-top:4px;
	background-repeat:no-repeat;
	float:left;
}

.navigation #languages li a {
	border:0;
	padding:0;
}


/* CONTENTS CSS */
.contents {
	height:100%;
	background-image:url(../images/general/contentsShade.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0 6px;
	padding:0;
	overflow:auto;
}

.contents .item {
	background-color:#ffffff;
	border:#cccccc 1px solid;
	margin-bottom:10px;
	padding:2px;
	overflow:auto;
}

.contents #side {
	width:184px;
	padding:5px 5px 0 5px;
	overflow:inherit;
	float:left;
}

.contents #side h3 {
	font-size:12px;
	background-image:url(../images/general/blueHeadingBG.gif);
}

.contents #side p {
	background-color:#edf4f9;
}

.contents #side a {
	color:#223372;
	font-weight:bold;
	text-decoration:underline;
}

.contents #side a:hover {
	color:#556CA2;
}

.contents #main {
	width:741px;
	padding:5px 5px 5px 8px;
	overflow:inherit;
	float:right;
}

.contents #main #left {
	width:472px;
	padding:0px 8px 0 0;
	float:left;
}

.contents #main #left .item {
	border-width:0 4px 0 1px;
	padding:0 1px 1px 1px;
	margin-bottom:0;
}

.contents #main #left .item thead td {
	font-weight:bold;
	border-bottom:#999999 1px solid;
	padding:5px;
}

.contents #main #left .item thead td[colspan="4"], .contents #main #left .item thead td[colspan="3"], .contents #main #left .item thead td[colspan="2"] {
	padding:0;
	border-bottom:0;
}

.contents #main #left .item tbody td {
	padding:5px 5px 2px 5px;
}

.contents #main #left .item #more {
	padding:5px 5px 0 5px;
	clear:both;
}

.contents #main #left .itemBottom {
	margin-bottom:10px;
}

.contents #main #left h3, .contents #main #left h4 {
	background-image:url(../images/general/greenHeadingBG.gif);
	padding:1px 5px 8px 5px;
}

.contents #main #left h5 {
	font-size:12px;
	color:#000000;
	margin:5px 10px 0 10px;
	padding:0;
}

.contents #main #left a {
	color:#444444;
}

.contents #main #left a:hover {
	color:#111111;
}

.contents #main #right {
	width:256px;
	padding:0 0 0 5px;
	overflow:inherit;
	float:left;
}


/* PLACE SECTIONS CSS */
#placeSections {
	background-color:#333333;
	overflow:auto;
	color:#ffffff;
}
#placeSections h3 {
	font-size:14px;
	margin:0;
	padding:3px 5px;
	float:left;
}
#placeSections ul {
	margin:0;
	padding:0;
	list-style:none;
}
#placeSections ul li {
	padding:3px;
	float:left;
}
#placeSections ul li a {
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}


/* CHILD PLACES CSS */
.contents #main .item #childPlaces {
	overflow:auto;
}
.contents #main .item #childPlaces h3 {
	margin:1px;
	padding:2px 5px 4px 5px;
	background-image:url(../images/general/orangeHeadingBG.gif);
}
.contents #main .item #childPlaces ul {
	list-style:none;
	margin:0;
	padding:0;
}
.contents #main .item #childPlaces li {
	margin:0 0 1px 1px;
	float:left;
}
.contents #main .item #childPlaces li a {
	width:173px;
	background-color:#dddddd;
	color:#333333 !important;
	font-weight:bold;
	padding:3px 5px;
	display:block;
}
.contents #main .item #childPlaces li a:hover, .contents #main .item #childPlaces .selected a  {
	background-color:#A3BF48;
	color:#ffffff !important;
}


/* AIRTICKETS CSS */
#airtickets div {
	margin:7px 3px;
}

#airtickets label {
	font-weight:bold;
}

#airtickets a {
	margin:0 3px 0 0;
}

#airtickets input {
	width:30px;
	border:#cccccc 1px solid;
	font-size:11px;
	margin:0 3px;
	padding:1px 2px;

}

#airtickets select {
	width:40px;
	border:#cccccc 1px solid;
	font-size:11px;
	margin:0 3px;
	padding:1px 2px;
}

#airtickets button {
	background:none;
	border:0;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	padding:0;
	margin:0;
}


/* PEGINATION CSS */
#pagination h5 {
	border-bottom:#666666 1px solid;
	color:#666666;
	font-size:11px;
	margin:5px 1px 3px 1px !important;
	padding:1px;
}
#pagination ul {
	list-style:none;
	margin:0;
	padding:0;
}
#pagination li {
	margin:1px;
	float:left;
}
#pagination li a {
	background-color:#cccccc;
	border:#999999 1px solid;
	padding:2px 5px;
	display:block;
	text-decoration:none;
}
#pagination li a:hover {
	background-color:#A3BF48;
	border:#788C35 1px solid;
}


/* MAP CSS */
#map {
	width:252px;
	height:233px;
	background-image:url(../images/mapBG.gif);
	background-repeat:no-repeat;
	background-position:center right;
	float:left;
	margin:0 3px 0 0;
	display:inline-block;
}


/* FEATURED MEMBERS CSS */
#rotation {
	width:478px;
	height:233px;
	margin:0;
	overflow:hidden;
	display:inline-block;
}

#rotation h2{
	height:21px;
	color:#ffffff;
	background-image:url(../images/general/orangeHeadingBG.gif);
	text-transform:none;
	margin:0;
	padding:2px 0 0 5px;
}

#rotation #items {
	width:373px;
	height:210px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}

#rotation #items li {
	width:373px;
	height:210px;
	display:none;
	overflow:hidden;
}

#rotation #items li img {
	width:373px;
	height:210px;
	overflow:hidden;
}

#rotation #items li #caption {
	width:353px;
	background-image:url(../images/general/sdRotatorBG.png);
	position:relative;
	margin-top:-49px;
	padding:7px 10px;
	color:#ffffff;
}

#rotation #items li #caption h3 {
	margin:0 0 5px 0;
	padding:0;
}

#rotation #items li #caption p {
	display:inline-block;
	margin:0;
	padding:0;
}

#rotation #items li #caption a {
	color:#ffffff;
}

#rotation #thumbs {
	width:104px;
	height:210px;
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
	float:right;
}

#rotation #thumbs li {
	width:51px;
	height:29px;
	margin:0 0 1px 1px;
	padding:0;
	float:left;
	cursor:pointer;
}

#rotation #thumbs li img {
	width:51px;
	height:29px;
}

#rotation #thumbs .current {
	width:47px;
	height:25px;
	border:#A3BF48 2px solid;
	overflow:hidden;
	
}

#rotation #thumbs .current img {
	margin:-2px;
}


/* NEWSLETTER CSS */
#newsletter h3 {
	background-image:url(../images/general/orangeHeadingBG.gif) !important;
}


/* FILTERS CSS */
#filter h3 {
	background-image:url(../images/general/orangeHeadingBG.gif) !important;
}

#filter form {
	padding:2px;
	overflow:auto;
}

#filter form p {
	font-weight:bold;
	padding:3px;
	float:left;
}

#filter form input[type="text"], form select {
	width:auto !important;
	border:#bbbbbb 3px solid;
	font-size:11px;
	margin:2px 0;
	padding:1px;
}

#filter form input {
	padding:2px;
}

#filter form label {
	font-weight:normal;
}

#filter form button {
	background-color:#788C35;
	border:#A3BF48 3px solid;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	margin:2px 0;
	padding:2px 4px;
	cursor:pointer;
}

#filter form a {
	font-weight:bold;
	font-size:12px;
}

#filter form #advanced {
	display:inline-block;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	float:right;
	margin:10px 7px 0 0;
}


/* RESERVATION CSS */
#reservation h3 {
	background-image:url(../images/general/orangeHeadingBG.gif) !important;
}

#reservation form {
	padding:2px;
	overflow:auto;
}

#reservation form p {
	width:205px;
	font-weight:bold;
	padding:3px;
	margin-right:15px;
	float:left;
}

#reservation form input[type="text"], #reservation form select, #reservation form textarea {
	width:100%;
	border:#bbbbbb 3px solid;
	font-size:11px;
	margin:2px 0;
	padding:1px;
}

#reservation form input {
	padding:2px;
}

#reservation form textarea {
	height:100px;
}

#reservation form label {
	font-weight:normal;
}

#reservation form button {
	background-color:#788C35;
	border:#A3BF48 3px solid;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	margin:2px 0;
	padding:2px 4px;
	cursor:pointer;
}

#reservation thead tr {
	background-color:#BED3EB;
	padding:7px;
}

#reservation tbody tr {
	background-color:#DDE8F4;
	padding:7px;
}

#reservation input.error, #reservation select.error, #reservation textarea.error {
	border:#FF0000 3px solid !important;
}


/* WEATHER CSS */
#weather h2 {
	background-image:url(../images/general/blueHeadingBG.gif);
}

#weather #current {
	color:#333333;
}

#weather #current #general {
	font-size:20px;
	padding:5px;
}

#weather #current #details {
	float:right;
	padding:2px 5px 5px 5px;
	font-size:11px;
}

#weather #current #forcast {
	background-color:#333333;
	border-top:#ffffff 1px solid;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	margin-top:5px;
	padding:1px;
}

#weather ul {
	list-style:none;
	margin:0;
	padding:0;
	width:250px;
	background-color:#333333;
	color:#ffffff;
	display:none;
	margin-top:-113px;
	position:absolute;
}

#weather ul li {
	width:24%;
	font-weight:bold;
	text-align:center;
	float:left;
	padding:4px 0;
}

#weather ul li img {
	margin:5px auto;
}


/* BANNERS CSS */
.banner {
	background-color:#ffffff;
	border:#cccccc 1px solid;
	margin-bottom:10px;
	padding:1px;
	float:right;
}

.banner img {
	margin:0;
}

.banner #title {
	background-color:#cccccc;
	border-bottom:#ffffff 1px solid;
	color:#333333;
	font-size:9px;
	font-weight:bold;
	text-align:center;
}


/* PACKAGES CSS */
#packages h2 {
	background-image:url(../images/general/orangeHeadingBG.gif);
}

#packages ul {
	margin:0;
	padding:0;
}

#packages li {
	width:250px;
	height:175px;
	color:#FFFFFF;
	overflow:hidden;
	margin:1px 0 0 0;
}

#packages li img {
	width:250px;
}

#packages li #title {
	background-color:#171717;
	font-size:12px;
	font-weight:bold;
	padding:4px;
}

#packages li a {
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
}

#packages li #details {
	width:242px;
	background-image:url(../images/transparent.png);
	position:absolute;
	display:none;
	padding:4px;
}

#packages li #details #more a {
	font-weight:bold;
	margin:2px;
}


/* FOOTER CSS */
.footer {
	background-image:url(../images/general/footerBG.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#eeeeee;
	padding:32px 130px 0 10px;
	overflow:auto;
}

.footer #net360 {
	width:260px;
	float:right;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

.footer #net360 a {
	color:#000000;
}

.footer ul {
	list-style:none;
	padding:0;
	margin:8px 0 0 0;
}

.footer ul li {
	margin:10px 15px 5px 0;
	float:left;
}