
@font-face {
	font-family: 'NadiaSerifNormal';
	src: url('/ee-fonts/nadia_serif.eot');
	src: local('Nadia Serif Normal'), local('NadiaSerifNormal'), url('/ee-fonts/nadia_serif.ttf') format('truetype');
}
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/ee-fonts/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('/ee-fonts/League_Gothic.ttf') format('truetype');
}


body{
	line-height: 1.7em;
	font-size: 13px;
	font-size: 62.5%;
	color: #000;
	font-family: 'arial',sans-serif;
}

/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:5em;
	margin-bottom:0.2em;
	line-height:1.2em;
	/*text-shadow: #FFF 1px 1px 1px;*/
	font-family: 'NadiaSerifNormal', palatino linotype, palatino, serif;
	color: #2C2B2C;
}
h2{
	font-size: 2em;
	line-height: 1.3em;
	font-weight: normal;
	border-bottom: #000 1px dotted;
	border-top: #000 1px dotted;
	padding: 8px 0 8px 0;
	margin: 10px 0 16px 0;
	color: #464646;
	font-family: 'NadiaSerifNormal', palatino linotype, palatino, serif;
}
h3{
	color:#3a7db1;
	font-size:1.5em;
	margin-bottom:1.2em;
	font-family: 'palatino linotype', palatino, serif;
	line-height:1.2em;
	font-variant:small-caps;
	clear: both;
}
 h3{
	font-weight: normal;
	color: #000;
	font-family: 'LeagueGothicRegular', arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-shadow: rgb(173, 239, 239) 0px 1px 1px;
	font-size: 3em;
	margin-top: 12px;
	margin-bottom: 0;
}
h3.sidebar-title{
	color:#FFF;
	font-size:1.5em;
	margin-bottom:1.2em;
	font-family: 'palatino linotype', palatino, serif;
	line-height:1.2em;
	font-variant:small-caps;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 10px;
	clear: both;
}
h4{
	color:#000;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
	clear: both;
}
h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}

.bracket-left {
	height:50px;
	width:22px;
	background:url(/ee-images/bracket-left.png) no-repeat 0 0px;
	display: block;
	position: relative;
	float: left;
}

/*.sub-headline {
	color:#2C2B2C;
	font-family:'NadiaSerifNormal',palatino linotype,palatino,serif;
	font-size:3em;
	font-weight:normal;
	text-align:center;
	margin-top:-32px;
	display:block;
	float:left;
	padding: 0 10px 0 10px;
}*/

.sub-headline {
	color:#2D808E;
	font-family:'NadiaSerifNormal',palatino linotype,palatino,serif;
	font-size:3em;
	font-weight:normal;
	display:block;
	position: relative;
	float:left;
	padding: 15px 10px 8px 10px;
	height: 50px;
	font-weight:bold;
}

.bracket-right {
	height:50px;
	width:22px;
	background:url(/ee-images/bracket-right.png) no-repeat 0 0;
	display: block;
	position: relative;
	float: left;
}

/*PARAGRAPHS
-------------------------------------------------------- */
 p{
	color:#000000;
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:1.4em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
	font-size:1.3em;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	color: rgb(52, 52, 50);
	font-size:3em;
	margin-top:.1em;
	margin-right:0.1em;
	margin-bottom:-0.2em;
	font-family: 'palatino linotype', palatino, serif;
}

/*Links
-------------------------------------------------------- */
a{
	text-decoration: none;
	color:#3a7db1;
}

a:active{
	text-decoration: none;
	color:#3a7db1;
}

a:hover{
	color: #1b4879;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color:#3a7db1;
}	


/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote {
	font-style:italic;
	clear:both;
	font-size:1.3em !important;
	line-height:1.5em !important;
	margin-bottom:1.5tm !important;
	padding-bottom:40px;
	padding-top:20px;
	padding-right:40px;
}
.blockquote-name{
	clear:both;
	display:block;
	float:right;
	font-style:italic;
	font-weight:normal;
	padding-top:8px;
}
.float-left{
	float: left;
	margin: 0 8px 0 0;
}
.float-right{
	float: right;
	margin:0 0 0 10px;
}


blockquote p cite{
	font-style:normal;
}


 

strong{
	font-weight: bold;
}
em{
	font-style:italic;
	font-weight:inherit;
}

abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}

.amp{
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}


/*TOP SLIDER STYLE*/
#slider-tags{
	background-color: rgb(211, 96, 27);
	height: 150px;
	position: relative;
	z-index: 1000;
	display: none;
	padding-top:35px;
}
#slider-tags a.tag{
	background-color: rgb(125, 48, 21) ;
	color: #FFF;
	padding: 6px;
	margin-right: 8px;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}
#slider-tags a.tag:hover{
	background-color: rgb(125, 48, 21) ;
	color: #ccc;
	padding: 6px;
	margin-right: 8px;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	
}
#slider-tags a.slide-button-tags{
	background-color:#3e3f3d;
	border:1px solid #ad4b1e;
	color:#eeeee6 !important;
	display:block;
	float:right;
	font-size:1.2em;
	margin:5px;
	padding:3px;
	position:relative;
	text-align:center;
	width:50px;
	top:-30px;
}
#slider-tags .title{
	display: block;
	font-size: 2em;
	margin-bottom: 12px;
	color: #000;
	text-shadow: rgb(182, 84, 39) 1px 1px 1px;
	font-family: 'NadiaSerifNormal', palatino linotype, palatino, serif;
}

#slider{
	background:url("/ee-images/section2-bg.jpg") repeat-x 10px -10px;
	padding-top: 35px;
	height: 350px;
	position: relative;
	z-index: 1000;
	display: none;
}
#slider a:link{

}
#slider .data{
	font-size: 1.3em;
	font-weight: bold;
}
#slider .info-data{
	font-size: 1.3em;

}
#slider a.tag{
	background-color: rgb(125, 48, 21) ;
	color: #FFF;
	padding: 6px;
	margin-right: 8px;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}
#slider a.tag:hover{
	background-color: rgb(125, 48, 21) ;
	color: #ccc;
	padding: 6px;
	margin-right: 8px;
	border-radius: 8px;	
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
}
#slider a.slide-button{
	background-color:#3e3f3d;
	border:1px solid #eeeee6;
	color:#eeeee6 !important;
	display:block;
	float:right;
	font-size:1.2em;
	margin:5px;
	padding:3px;
	position:relative;
	text-align:center;
	width:50px;
	top:-30px;
}
#slider .title{
	display: block;
	font-size: 2em;
	margin-bottom: 12px;
	color: #000;
	font-family: 'NadiaSerifNormal', palatino linotype, palatino, serif;
	line-height:1.2em;
}

/*HEADER*/
#header{
	width: 100%;
	height: 180px;
	background: url(/ee-images/top-bg.jpg) repeat-x;
}

.logo{
	width: 402px;
	height: 121px;
	background: url(/ee-images/logo-nav.png) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	left: -104px;
}
.top-menu{
	height: 35px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, .6);
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom: rgb(255,255,255) solid 1px;
	border-top: rgba(255,255,255, .6) solid 1px;
	box-shadow: 5px 5px 5px #000;
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	
	float: right;
}

.top-menu-ul{
	width: 190px;
	font-size: 1.2em;
	margin-top: 10px;
	height: 16px;
	overflow: hidden;
}
.top-menu-ul li{
	padding-left: 12px;
	padding-right: 12px;
	border-right: rgb(141, 141, 137) solid 1px;
	float: left;
	text-shadow: #fff 1px 1px 1px;
}
.top-menu-ul .last-item{
	padding-right:  0px;
	border-right: none;
}
.top-menu-ul a:link{
	color: #4A4A4A;
}
.top-menu-ul a:visited{
	color: #4A4A4A;
}
.top-menu-ul a:hover{
	color: #000;
}
.top-menu div.search{
	float:right;
	width: 178px;
	position: relative;
	top: -19px;
}
.top-menu .search .form{
	background:url("/ee-images/search-input-bg.png") no-repeat scroll 0 0 transparent;
	width:170px;
	height:20px;
}
.top-menu .search input.field{
	float:left;
	background:none;
	border:none;
	width:135px;
	padding:2px 0 0 10px;
	font:12px Arial,Tahoma,sans-serif;
	color:#0a7285;
	position:relative;
}
.top-menu .search input.submit{
	float:left;
	background:url("/ee-images/search-submit-bg.png") 0 0 no-repeat;
	border:none;
	display:inline;
	width:16px;
	height:13px;
	padding:0;
	margin:3px 0 0 3px;
	cursor:pointer;
}
.nav-phone{
	margin-top: 40px;
}

/*NAV MAP BILLBOARD*/
#top{
	min-height: 555px;
	min-width: 960px;
	width: 100%;
	background: url(/ee-images/mag-nav-bg.jpg) center no-repeat;
	position: relative;
	top:  -54px;
	margin-bottom: -34px;
}

#sub-top{
	background:url("/ee-images/mag-nav-bg.jpg") no-repeat scroll center top transparent;
	float:left;
	height:356px;
	margin-bottom:-54px;
	min-width:960px;
	position:relative;
	top:-54px;
	width:100%;
}

/*SITE WILL HAVE DROP DOWNS*/
#navigation{
	position: relative;
	top: -3px;
	height: 30px;
	margin-bottom: 30px;
}
#navigation li{
	float: left;
	padding: 0px 20px 2px 20px;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: #61898F 1px 1px 1px;
	background: url(/ee-images/nav-li-bg.png) right no-repeat;
}

#navigation li a:link{
	color: #FFF;
}
#navigation li a:active{
	color: #D2D2D2;
}
#navigation li a:visited{
	color: #FFF;
}
#navigation li a:hover{
	text-shadow: #99D3D3 1px 1px 1px;
	color: #244549;
}
#navigation .nav-last{
	padding-right: 0;
	background: none;
}

/*DROP DOWN NAVIGATION*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	
}
.sf-menu a {
	padding: 		1em 0 1em 0;
	text-decoration:none;
}
.sf-menu ul {
	position:	absolute;
	top:-999em;
	width:13.5em; /* left offset of submenus need to match (see below) */
	background-color: rgb(74, 141, 152);
	/*background-color: rgba(69, 141, 147, .6);*/
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom: rgba(255,255,255, .2) solid 1px;
	/*border-top: rgba(255,255,255, .6) solid 1px;*/
	box-shadow:  0px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	font-size: .8em !important;
	padding-bottom: 4px;
}
.sf-menu ul li {
	width: 142px;
	padding: 6px 2px 2px 6px !important;
	border-bottom: rgb(135, 185, 191) 1px solid;
	background: none !important;
}

.sf-menu ul li a{
	padding: 	.5em 0 .5em 0;
	/*color: #16444D !important;text-shadow: none;*/
	font-size: .8em !important;
	
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:		left;
	position:	relative;
}
.sf-menu a {
	display:	block;
	position:	relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:	10px;
	top:41px; /* match top ul list item height */
	z-index:99;
	font-size: .8em !important;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
	font-size: .8em !important;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:	13.5em; /* match ul width */
	top:	1px;
	font-size: .7em !important;
	background-color: rgb(60, 123, 129);
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul a{
	left:	13.5em; /* match ul width */
	top:	0px;
	margin-left: 3px;
	font-size: .7em !important;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:	13.5em; /* match ul width */
	top:	0;

}

/*SIDEBAR NAVIGATION FOR SUB PAGES*/
ul#side-navigation{
	background: rgb(187, 89, 40);
	padding: 0 0 30px 0;
	border: rgb(141, 67, 31) 1px solid;
	clear: both;
}
ul#side-navigation li{
	border-top: rgb(209, 135, 96) 1px solid;
	border-bottom: rgb(141, 67, 31) 1px solid;
	padding: 10px 0px 10px 30px;
	font-size: 1.4em;
	background:url("/ee-images/nav-arrow.png") no-repeat scroll 6px 12px transparent;
	text-shadow: rgb(141, 67, 31) 1px 1px 1px;
}
ul#side-navigation .active{
	font-weight: bold;
	background-color: rgb(166, 78, 35);
}
ul#side-navigation a{
	text-transform:uppercase;
	color: #FFF;
}
ul#side-navigation a:hover{
	font-style: italic;
}
.sidebar-title{
	background: rgb(187, 89, 40);
	display: block;
	text-align: center;
	margin-top: 30px;
	padding: 13px 0px 10px 10px;
	color: #000;
	font-family: 'NadiaSerifNormal', palatino linotype, palatino, serif;
	font-size: 2em;
	font-weight: normal;
}
/*END SIDEBAR NAVIGATION FOR SUB PAGES*/

.bb-txt{
	margin-top: 20px;
	margin-bottom: 30px;
	background: url(/ee-images/bb-txt-bg.png) no-repeat;
	padding-top: 20px;
	height: 100px;
}

.bb-txt-sub{
	height:60px;
	margin-bottom:20px;
	padding-top:10px;
}

.main-title{
	font-size: 3.6em;
	text-align: center;
	font-weight: normal;
	font-family: 'NadiaSerifNormal', palatino linotype, palatino, serif;
	color: #2C2B2C;
}
.main-title .bold{
	font-family: 'NadiaSerifNormal', palatino linotype, palatino, serif;
	color: #2D808E;
	font-weight: bold;
}
.travel-group{
	height: 173px;
	margin-bottom: 30px;
	background: url(/ee-images/trvl-grp.png) no-repeat;
	text-align: center;
	font-family: 'LeagueGothicRegular';
	font-weight: normal !important;
	line-height: 1.3em;
	cursor:pointer;
}
.travel-group-active{
	height: 173px;
	margin-bottom: 30px;
	background: url(/ee-images/trvl-grp2.png) no-repeat;
	text-align: center;
	font-family: 'LeagueGothicRegular';
	font-weight: normal !important;
	line-height: 1.3em;
	cursor:pointer;
}
.travel-group img, .travel-group-active img{
	text-align: center;
	margin: 9px 0px 4px 0px;
}
.travel-group a, .travel-group-active a{
	color: #fff;
	font-size: 1.9em;
	letter-spacing: .02em;
}
.two-line{
	padding-top: 8px;
	display: block;
}

.bb-title{
	font-weight: bold;
	color: #363636;
	font-size: 1.5em;
	
}
.orange{
	color: #cb521c;
	text-decoration: underline;
}
.bb-ul{
	margin-top: 12px;
	color: #000;
	font-size: 1.3em;
}
.bb-ul li{
	padding-left: 16px;
	float: left;
	background: url(/ee-images/blue-check.png) 0 0 no-repeat;
	margin-bottom: 4px !important;
}
.bb-ul .a{
	width: 100px;
	padding-left: 16px;
	float: left;
	background: url(/ee-images/blue-check.png) 0 0 no-repeat;
	margin-bottom: 8px;
}
.bb-ul .b{
	width: 150px;
	padding-left: 16px;
	float: left;
	background: url(/ee-images/spriteme1.png) -10px -634px no-repeat;
	margin-bottom: 8px;
}
.bb-btns{
	text-align: center;
	font-size: 1.5em;
}
.bb-btns a{
	text-decoration: underline;
}
.help-btn{
	width: 300px;
	height: 51px;
	background: url(/ee-images/plan-trip-btnfixed.png) top no-repeat;
	display: block;
	margin-bottom: 8px;
	text-indent: -9999px;
}
.help-btn:hover{
	background: url(/ee-images/plan-trip-btnfixed.png) bottom no-repeat;
}

/*GROUP TRAVEL HOVER DIVS*/
.activated{
	background: url(/ee-images/hover-bg.jpg) repeat-x;
	width: 130px;
	height: 10px;
	position: absolute;
	top:  -10px;
	left: 14px;
	border-top: rgba(255,255,255,0.9) solid 1px;
	border-left: rgba(255,255,255,0.5) solid 1px;
	border-right: rgba(255,255,255,0.5) solid 1px;
}
.close-box{
	width: 30px;
	height: 30px;
	background: url(/ee-images/closebox.png) no-repeat;
	display: block;
	position: absolute;
	left: -18px;
	top: -8px;
	text-indent: -99999px;
	cursor: pointer;
}
#sports-group-travel .activated{
	position: absolute;
	top:  -10px;
	left: 14px;
}
#family-group-travel .activated{
	position: absolute;
	top:  -10px;
	left: 173px;
}
#mission-group-travel .activated{
	position: absolute;
	top:  -10px;
	left: 333px;
}
#student-group-travel .activated{
	position: absolute;
	top:  -10px;
	left: 493px;
}
#social-group-travel .activated{
	position: absolute;
	top:  -10px;
	left: 653px;
}
#wedding-group-travel .activated{
	position: absolute;
	top:  -10px;
	left: 813px;
}
.group-travel-clicks{
	width: 960px;
	height: 159px;
	background: url(/ee-images/hover-bg.jpg) repeat-x;
	color: #FFF;
	font-size: 1.4em;
	text-shadow: #000 0px 1px 1px;
	position: absolute;
	top: 400px;
	z-index: 100;
	display: none;
	border-radius: 6px;	
	-moz-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-bottom: rgba(0,0,0,.5) solid 1px;
	border-top: rgba(255,255,255,0.5) solid 1px;
	border-left: rgba(255,255,255,0.5) solid 1px;
	border-right: rgba(255,255,255,0.5) solid 1px;
	box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow:0px 1px 2px #000;
}
.group-travel-clicks p{
	font-size: 0.93em;
	color: #fff;
}
.group-travel-clicks p.first-child{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
}
.group-travel-clicks h3{
	font-weight: bold;
	color: #000;
	font-family: 'LeagueGothicRegular', arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-shadow: rgb(192, 228, 63) 0px 1px 1px;
	font-size: 2em;
	margin-bottom: 6px;
}
.group-travel-clicks .summary{
	width: 620px;
	height: 149px;
	float: left;
	border-right: rgb(72, 83, 24) 1px solid;
	padding: 10px 10px 0px 10px;
}
.group-travel-clicks .actionable{
	width: 298px;
	height: 149px;
	float: right;
	padding: 10px 10px 0px 0px;
	border-left: rgb(174, 207, 57) 1px solid;
	padding: 10px 10px 0px 10px;
	text-align: center;
}
.group-travel-clicks .beni-title{
	font-weight: bold;
	color: #000;
	text-shadow: rgb(192, 228, 63) 0px 1px 1px;
	font-size: 1.2em;
}
.group-travel-clicks .beni-list{
	width: 290px;
	margin-left: 20px;
	margin-top: 4px;
}
.group-travel-clicks .beni-list li{
	text-align: left;
	list-style-type: disc;
	font-weight: bold;
	font-size: .9em;
}
.actionable-btn{
	width: 299px;
	height: 30px;
	padding-top: 14px;
	font-size: 1.2em;
	display: block;
	background: url(/ee-images/actionable-btn.png) no-repeat;
	position: absolute;
	top: 60px;
	color: rgb(52, 60, 19) !important;
	text-shadow: #FFF 0px 1px 1px;
	font-weight: bold;
}
a.actionable-btn:hover{
	text-shadow: #FFF 0px 1px 1px;
	color: #000 !important;
}

/*SECOND SECTION STYLING*/


#content-wrap{
	background: url(/ee-images/section2-bg.jpg) repeat-x;
	min-height: 700px;
	padding-bottom: 28px;
	display: block;
}
.what-can{
	border-bottom:1px dotted #74746C;
	font-family:'NadiaSerifNormal',palatino linotype,palatino,serif;
	font-size:2.7em;
	height:40px;
	margin-bottom:20px;
	margin-top:40px;
	width:620px;
}
.xtra-space{
	height: 30px;
}
.wwd-title{
	font-weight: normal;
	/*font-family: 'NadiaSerifNormal', palatino linotype, palatino, serif;*/
	font-family:'LeagueGothicRegular';
	font-size: 3em;
	color: rgb(176, 78, 5);
	line-height: 1.2em;
	margin-top: 3px;
	margin-bottom: 2px;
	display: block;
}
.clock{
	background: url(/ee-images/clock.png) right no-repeat;
	display: block;
	height: 48px;
}
.arrows{
	background: url(/ee-images/arrows.png) right no-repeat;
	display: block;
	height: 48px;
}
.plane{
	background: url(/ee-images/plane.png) right no-repeat;
	display: block;
	height: 48px;
}
.insurance{
	background: url(/ee-images/insurance.png) right no-repeat;
	display: block;
	height: 48px;
}
.rates{
	background: url(/ee-images/rates.png) right no-repeat;
	display: block;
	height: 48px;
}


/*SUB PAGE STYLES*/
.header-image{
	margin-top: -22px;
}
#content-wrap h1{
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	color:#cb6d34;
	font-size:2.7em;
	font-weight:bold;
	margin:30px 0 16px;
	padding:8px 0;
	text-align:center;
}
#content-wrap h2 {
	text-align:center;
}

hr {
	border: 1px dotted #000; 
	border-style: none none dotted; 
	margin-bottom:20px;
}

.rel-article-hdr {
	border-color:#000000;
	border-style:dotted none;
	border-width:1px;
	margin-bottom:20px;
	padding:10px 0;
}

.rel-articles p {
	background:none !important;
	font-size:1em;
	font-weight:normal;
	margin-top:6px;
	margin-bottom: 10px;
}

.rel-articles li {
	border-bottom: 1px dotted #ccc;
	margin-bottom:12px !important;
	background:none !important;
	margin-left: 0 !important;
	padding-left:0 !important;
}

.content-ul{
	clear:none;
	color:#000000;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	margin-left:50px;
	width:250px;
}
.content-ul li{
	margin-left: 8px;
	padding-left: 16px;
	float: left;
	background:url("/ee-images/blue-check.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 8px;
}

.content-ul-single {
	clear:none;
	color:#000000;
	font-size:1.3em;
	font-weight:bold;
	margin-left:20px;
	width:100%px;
	margin-bottom: 15px;
}
.content-ul-single li { 
	margin-left: 8px;
	padding-left: 16px;
	background:url("/ee-images/blue-check.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 8px;
}

.content-ul-links{
	margin-top: 12px;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	clear: both;
	width: 100%;
	margin-bottom: 12px;
}
.content-ul-links li{
	margin-left: 8px;
	padding-left: 16px;
	background:url("/ee-images/blue-check.png") no-repeat scroll 0 0 transparent;
	margin-bottom: 4px;
	margin-top: 4px;
}
.article-list{
	margin-top: 12px;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	clear: both;
	width: 100%;
	margin-bottom: 12px;
	margin-left: -10px;
}
.article-list li{

	padding: 0px 0 9px 30px;
	background: url(/ee-images/spriteme1.png) 0 -665px no-repeat;
	margin-bottom: 4px;
	margin-top: 4px;
}
h1.article-title{

	border: none !important;
	margin-bottom: 0px !important;
}
.call-us {
	font-family: 'LeagueGothicRegular', arial, sans-serif; 
	font-size:3em;
	text-align:center;
	color:#666;
}
.call-us span {color:#cb6d34;}
.entry-info{
	border-top:rgb(173, 173, 173) 1px dotted;
	border-bottom:rgb(173, 173, 173) 1px dotted;
	padding: 6px;
	margin-bottom: 12px;
	position: relative;
}
.share-this{
	position: absolute;
	right: 0;
	top: 7px;
}
/*FORM STYLE*/
#form{
	background: url(/ee-images/forms-bg.jpg);
	margin-top:30px;
	padding-bottom:18px;
	padding-top:150px;
	-moz-border-radius-bottomright: 14px;
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomleft: 14px;
	-webkit-border-bottom-left-radius: 14px;
}
.formtitle{
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	display: block;
	margin-left: 20px;
}
.formed{
	height: 40px;
	background:url("/ee-images/form-input-bg.png") no-repeat scroll 0 0 transparent;
	width: 290px;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 16px;
	outline: none;
	border: none;
	margin-bottom: 13px;
}

.formbox{
	height: 192px;
	background:url("/ee-images/form-txtarea-bg.png") no-repeat scroll 0 0 transparent;
	width: 290px;
	margin-left: 20px;
	padding-top: 12px;
	padding-left: 10px;
	overflow: hidden;
	font-size: 14px;
	outline: none;
	border: none;
	margin-bottom: 10px;
	resize:none;
}

.send-btn{
	margin-left: 20px;
}

.note{
	background:url("/ee-images/form-tag.png") no-repeat scroll 0 0 transparent;
	height:212px;
	width:330px;
	left:-15px;
	margin-bottom:12px;  
	overflow:hidden;
	position:absolute;
	top:-30px;
}
.sub-note2{
	background:url("/ee-images/form-tag2.png") no-repeat scroll 0 0 transparent;
	height:212px;
	width:330px;
	left:-15px;
	margin-bottom:12px;  
	overflow:hidden;
	position:absolute;
	top:-30px;
}

.sub-note{
	background:url("/ee-images/form-tag.png") no-repeat scroll 0 0 transparent;
	height:212px;
	left:-16px;
	margin-bottom:-215px;
	overflow:hidden;
	position:relative;
	top:-210px;
	width:330px;
}
.testimony-wrap{
	background: rgb(239, 240, 235) url(/ee-images/tst-bg.jpg) repeat-x;
	width: 280px;
	color: rgb(93, 93, 92);
	padding: 10px;
	margin-top: 20px;
	min-height: 60px;
	border: rgb(177, 177, 177) 1px solid;
	border-radius: 14px;	
	-moz-border-radius: 14px;	
	-webkit-border-radius: 14px;
}
.testimony-wrap p{
	color: rgb(93, 93, 92);
	font-size: 1.2em;
	margin:0;
	padding:0;
}
.dbl-qoute{
	background:url("/ee-images/quotes.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:15px;
	overflow:hidden;
	width:22px;
}
.testimony-name{
	width: 230px;
	margin: 0 auto;
	height: 18px;
	background: url(/ee-images/testimony-btm.png) 245px 0  no-repeat;
	margin-top: -4px;
	text-align: right;
	padding-top: 8px;
	padding-right: 50px;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #666;
}

/*START FLAIR STYLE*/
.flair-title{
	text-align: center;
	width: 960px;
	margin: 0 auto;
	display: block;
	font-size: 1.4em;
	padding-bottom: 12px;
}
#flair{
	/*background-color:#D2F6F9;
	border-bottom:1px solid #FFFFFF;*/
	border-top:3px solid #ccc;
	clear:both;
	height:106px;
	width:100%;
	background-image: url(/ee-images/flair-bg.jpg);
}
.flair-badge{
	height: 75px;
	margin-top: 18px;
	background:url("/ee-images/bottom-logos.png") no-repeat scroll 0 0 transparent;
}

/*START FOOTER*/

#footer{
	height: 160px;
	width: 100%;
	background: rgb(44, 44, 42);
	border-top: 3px #000 solid;
	background-image: 
	 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(44, 44, 42)), to(rgb(27, 27, 26)));
	background-image: 
	  -moz-linear-gradient(19% 75% 90deg,rgb(27, 27, 26) , rgb(44, 44, 42));
}
#footer-navigation{
	background: rgb(38, 38, 36);
	margin-top: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	-moz-border-radius-topleftright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}
#footer-navigation li{
	border-right:1px solid #FFFFFF;
	float:left;
	font-size:1.2em;
	padding:0 13px;
	text-shadow:0 1px 1px #000000;
}
#footer-navigation li.footer-nav-last{
	padding-right: 0px;
	border-right: none;
}
#footer-navigation a:link{
	color: #FFF;
}
#footer-navigation a:visited{
	color: #FFF;
}
#footer-navigation a:hover{
	color: rgb(184, 86, 9);
}
#footer-info{
	background: rgb(38, 38, 36);
	color: #fff;
	font-size: 1.4em;
	margin-top: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	-moz-border-radius-bottomleftright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
.footer-logo{
	background:url("/ee-images/logo-footer.png") no-repeat scroll 20px 0 transparent;
	height:40px;
	position:relative;
	top:-5px;
}
.footer-addy{
	padding-top: 10px;
	text-align: center;
}
.footer-number{
	background: url("/ee-images/footer-phone.png") 0 0 no-repeat;
	margin-top: 8px;
	height: 24px;
}
.copyright{
	margin-top: 6px;
	text-align: right;
	color:#666;
}

/*CONTACT FORM STYLES
-------------------------------------------------------- */


#contct-form .address, .phone-number, .email-address{
	font-family: 'CharisSILRegular', palatino linotype, palatino, serif;
	color: #000;
	font-size: 2em;
	line-height: 1.2em;
	padding: 18px;
	display: block;
	text-shadow: #fff 1px 1px 1px;
	margin-bottom: 19px;
}


#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email,#location{
	width:292px;
	height:19px;
	padding:3px;
	font-size: 1.3em;
	padding-top:5px;
	border:1px solid #dcc2ab;
	margin-bottom:12px;
	background:#fff url(../gts-images/asterisk.jpg) top right no-repeat!important;
	font-family: 'palatino linotype', palatino, serif;
}

#phone{
	width:292px;
	height:19px;
	padding:3px;
	font-size: 1.3em;
	padding-top:5px;
	border:1px solid #dcc2ab;
	margin-bottom:12px;
	background:#fff !important;
	font-family: 'palatino linotype', palatino, serif;
}

#comments{
	width:292px;
	height:10em;
	padding:3px;
	border:1px solid #dcc2ab;
	margin-bottom:-4px;
	overflow:auto;
	background:#fff url(../gts-images/asterisk.jpg) top right no-repeat!important;
	font-family: 'palatino linotype', palatino, serif;
	font-size: 1.3em;
}
#name:active, #form-email:active, #phone:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:1px solid #000;
}
 #submit{
	clear:both;
	padding:5px;
	border:1px solid #dcc2ab;
	background:#65b1bd !important;
	cursor:pointer;
	margin-top: 10px;
	float:right;
	color:#FFF;
}
#contact-form input{
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .6);
	border: rgba(255,255,255,0.2) 1px dotted;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	border-radius: 4px;	
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
}
#contact-form textarea{
	background-color: rgb(255, 255, 255); 
	background-color: rgba(255, 255, 255, .6);
	border: rgba(255,255,255,0.2) 1px dotted;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	border-radius: 4px;	
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
}

/*STYLE FOR POPULAR DESTINATIONS*/
#pop-dest{
	width: 100%;
	/*padding-top: 6px;
	padding-bottom: 3px;*/
	background:rgb(153, 211, 211);
	/*border-bottom:  rgb(173, 239, 239) 1px solid;
	border-top: rgb(115, 160, 160) 1px solid;*/
	overflow: hidden;
	background-image: 
	 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(153, 211, 211)), to(rgb(115, 170, 169)));
	background-image: 
	  -moz-linear-gradient(19% 75% 90deg,rgb(115, 170, 169) , rgb(153, 211, 211));
}
#pop-dest h3{
	font-weight: normal;
	color: #000;
	font-family: 'LeagueGothicRegular', arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-shadow: rgb(173, 239, 239) 0px 1px 1px;
	font-size: 3em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
}
.pop-list{
	font-family: 'LeagueGothicRegular', arial, sans-serif;
	text-shadow: #FFF 0px 1px 1px;
	font-size: 2.0em;
	text-transform: capitalize;
}
.pop-list li{
	margin-bottom:5px;
	padding: 4px;
	border: rgb(115, 160, 160) 1px solid;
	border-bottom:  rgb(173, 239, 239) 1px solid;
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	background-image: 
   -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(153, 211, 211)), to(rgb(115, 170, 169)));
  background-image: 
    -moz-linear-gradient(19% 75% 90deg,rgb(115, 170, 169) , rgb(153, 211, 211));
}
#dest-wrap{
	display: none;
	margin-top: 20px;
	height:120px;
}

#dest-wrap a:link{
	color: #000;
}
#dest-wrap a:visited{
	color: #000;
}
#dest-wrap a:hover{
	color: #009999;
}
.dest-link{
	background: rgb(48, 71, 70);
	font-family: 'LeagueGothicRegular', arial, sans-serif;
	text-transform: uppercase;
	font-size: .7em;
	padding: 2px 4px 2px 4px;
	position: relative;
	top: -2px;
	right: -2px;
	float: right;
	color: #FFF;
	text-shadow: #000 0px 1px 1px;
	color: #FFF !important;
	border-radius: 4px;	
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	border-bottom:  rgb(173, 239, 239) 1px solid;
	border-top: rgb(0,0,0) 1px solid;
}
.dest-link:hover{
	background: rgb(31, 46, 46);
	color: #ccc !important;
}

.testimonials {
	font-family: "Courier New", Courier, monospace;
}
.testimony-sig {
	font-style:italic;
	font-weight:bold;
	margin-bottom:30px;
	margin-top:-15px;
	text-align:right;	
}
