/*CONTENT HOME
********************************************************/
div#contentHome {
	position: absolute;
	z-index: 50;
	top: 160px;
	left: 50px;
	width: 330px;
	padding: 0;
	-moz-transition: height 0.25s ease-out;
	-webkit-transition: height 0.25s ease-out;
	transition: height 0.25s ease-out;
}

div#contentHome h2 {
	width: 270px;
	background-color: #eaeed6;
	background: rgba(234,238,214,0.9);
	background-image: url('../images/layout/btnShowHide.png');
	background-position: 94% 21px;
	background-repeat: no-repeat;
	padding: 17px 30px 12px 30px;
	font-size: 26px;
	color: #223c3e;
	position: relative;
	cursor: pointer;
	font-weight: normal;
}

div#contentHome h2 a#hideContent {
	width: 24px;
	height: 24px;
	text-indent: -5000px;
	position: absolute;
	z-index: 30;
	top: 17px;
	right: 15px;
	margin-left: -15px;
	opacity: 0.7;
}
/*
div#contentHome h2 a#hideContent:hover  {
	opacity: 1;
}
*/
div#contentHome.sel h2 a#hideContent {

}

div#contentHome div.copy {
	padding: 17px 30px 12px 30px;
	font-size: 13px;
	line-height: 21px;
	color: #0b0a1a;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	max-height: 150px;
	overflow-y: auto;
	background-color: #eaeed6;
	background: rgba(234,238,214,0.9);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div#contentHome a.readMore {
	display: none;
}


div#contentHome div.copy a {
	color: #0b0a1a;
}
/*
div#contentHome:hover div.copy {
	margin-left: 0;
	opacity: 1;
}
*/
body#home div#banner {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	top: -17px;
	overflow: hidden;
}

body#home div#banner .frame {
	width: 100%;
	height: 23px;
	background: transparent url('../images/layout/frameBanner.png') center bottom repeat-x;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
}

/*photo*/

body#home div#bannerSlides,
body#home div.bannerPhoto {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

body#home div.bannerPhoto div.image {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;

}

body#home div.bannerPhoto img.bg {
	width: 100%; 
	height: auto;
	position: relative;
	z-index: 10;
}

body#home div.bannerPhoto img.photo {
	width: 100%; 
	height: auto;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
}

/*quote*/

body#home div.bannerPhoto blockquote {
	position: absolute;
	z-index: 20;
	top: 10%;
	right: 18%;
	width: 620px;
	color: #0f1d1e;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	text-align: center;
}

body#home div.bannerPhoto blockquote cite {
	display: block;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-style: normal;
}

/*tips*/

ul.photoTips  {
	width: 0;
	height: 0;
}

ul.photoTips li {
	position: absolute;
	z-index: 20;
	height: 30px;
	background: #f2f6df;
	background: rgba(242,246,223,0.9);
	box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.15);
	-webkit-transition: margin .2s ease;
	-moz-transition: margin .2s ease;
	transition: margin .2s ease;
}

ul.photoTips li a {
	display: inline-block;
	height: 40px;
	padding: 7px 15px 0 15px;
	color: #314c4e;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 5;
	background: transparent url('../images/layout/bgTip.png') center bottom no-repeat;	
}

ul.photoTips li:hover {
	margin-top: -3px;
	background-color: #f2f6df;
}

/*positioning*/

ul.photoTips li#tip1 {
	top: 27%;
	left: 35%;
}

ul.photoTips li#tip2 {
	top: 41%;
	left: 54%;
}

ul.photoTips li#tip3 {
	top: 32%;
	left: 80%;
}




/*CAROUSEL
*********************************************************/

div.carousel {
  width: 1100px;
  height: 275px;
  position: relative;  
  z-index: 10;
	margin: 0 auto;
}

div.carousel .container {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;  
  width: 1100px;
  height: 275px;
  overflow: hidden;
}

div.carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height:235px;
}                                                                        

div.carousel ul li {
	width: 365px;
	height: 235px;
	float: left;
	position: relative;
	z-index: 13;
	top: 20px;
	background: #fff;
	background: rgba(255,255,255,0.8);
}

div.carousel ul h2 {
	color: #0f1d1e;
	font-size: 20px;
	padding: 14px 0 0 15px;
}

div.carousel ul h2 a {
	color: #0f1d1e;
	text-decoration: none;
}

div.carousel ul div.image {
	width: 190px;
	height: 190px;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.carousel ul div.text {
	width: 365px;
	height: 190px;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	background: transparent url('../images/layout/frameCarouselGreen.png') -30px bottom no-repeat;
}

div.carousel ul li.teal div.text {
	background-image: url('../images/layout/frameCarouselTeal.png');
}

div.carousel ul li.grey div.text {
	background-image: url('../images/layout/frameCarouselGrey.png');
}

div.carousel ul p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	width: 160px;
	padding: 25px 0 0 15px;
}

div.carousel ul p.more {
	padding: 0;
}

div.carousel ul p.more a {
	display: block;
	width: 350px;
	height: 34px;
	padding: 156px 0 0 15px;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .15s ease;
}

div.carousel ul p.more a:hover {
	background: rgba(255,255,255,0.15);
}

/*selected*/

div.carousel ul li.sel {
	box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.2);
	width: 370px;
	height: 255px;
	z-index: 20;
	top: 10px;
}

div.carousel ul li.sel div.image {
	width: 190px;
	height: 205px;
}

div.carousel ul li.sel h2 {
	font-size: 22px;
	padding: 14px 0 0 15px;
}

div.carousel ul li.sel div.text {
	width: 370px;
	height: 205px;
}

div.carousel ul li.sel p.more a {
	width: 355px;
	padding: 171px 0 0 15px;
}


/*btns*/

div.carousel div.bgPrev a {
	width: 22px;
	height: 160px;
	display: inline-block;
	text-indent: -5000px;
	position: absolute;
	z-index: 100;
	top: 60px;
	left: -22px;
	background: transparent url('../images/layout/arrowPrev.png') 0px 0px no-repeat;
	opacity: 0.7;
}

div.carousel div.bgNext a {
	width: 22px;
	height: 160px;
	display: inline-block;
	text-indent: -5000px;
	position: absolute;
	z-index: 100;
	top: 60px;
	right: -22px;
	background: transparent url('../images/layout/arrowNext.png') 0px 0px no-repeat;
	opacity: 0.7;
}

div.carousel div.bgPrev a:hover,
div.carousel div.bgNext a:hover {
	opacity: 1;
}


/*CONTENT IN TABBED AREA
**************************************************/

ul.holidayList {
	overflow: hidden;
}

ul.holidayList li {
	width: 330px;
	height: 100px;
	float: left;
	margin: 20px 10px 0 10px;
}

ul.holidayList li .image {
	width: 125px;
	margin: 0 20px 0 0;
	float: left;
}

ul.holidayList li .text {
	width: 165px;
	float: left;
}

ul.holidayList li h2 {
	font-size: 16px;
	color: #00818c;
	padding: 5px 0 3px 0;
}

ul.holidayList li h2 a {
	color: #00818c;
	text-decoration: none;
}

ul.holidayList li h2 a:hover {
	text-decoration: underline;
}

ul.holidayList li p {
	color: #314c4e;
	font-size: 13px;
	line-height: 15px;
}




