/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}





body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-top: 2px solid #9ec54d;
	line-height: 1.3em;
	background: #020919 url(../images/bg_body-home.gif) top center repeat-x;
}

h1 {
	font: 1.8em Tahoma, Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #ffb60f;
	margin-bottom: 15px;
}

h2 {
	font: 1.5em Tahoma, Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #ffb60f;
}

h3 {
	font: 1.3em Tahoma, Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h4 {
	font: 1.1em Tahoma, Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

p {
	padding-bottom: 15px;
}

a {
	color: #008ed3;
}

a:hover {
	text-decoration: underline;
}



#orange {
	background: #000000 url(../images/bg_body-orange.gif) top center repeat-x;
}

#green {
	background: #000000 url(../images/bg_body-green.gif) top center repeat-x;
}

#purple {
	background: #000000 url(../images/bg_body-purple.gif) top center repeat-x;
}



#container-wrapper {
	background: url(../images/bg_container-wrapper.png) bottom right no-repeat;
}

#home #container-wrapper {
	background: url(../images/bg_container-wrapper-home.jpg) top center no-repeat;
}





#container {
	width: 900px;
	margin: 0 auto;
}





#header {
	width: 900px;
	height: 180px;
	background: url(../images/txt_where-travel.png) top center no-repeat;
}

#logo {
	float: left;
	width: 610px;
	height: 132px;
}

#phone {
	float: right;
	width: 290px;
	height: 132px;
}

#nav {
	clear: both;
	height: 48px;
	font-family: Tahoma, Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav li {
	display: inline;
}

#nav a {
	color: #ffffff;
	line-height: 30px;
	padding: 5px 10px;
}

#nav a:hover,
#nav a.selected {
	text-decoration: none !important;
	background: url(../images/bg_nav.png) top center repeat-x;
}




#content-container {
	background: url(../images/bg_content-container.png) top center no-repeat;
	padding-bottom: 50px;
}





#left-col {
	float: left;
	width: 150px;
	padding: 20px 5px 20px 5px;
}

#left-col ul {
	font: 1.3em Tahoma, Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#left-col a {
	color: #9ec54d;
}

#left-col a:hover,
#left-col a.selected {
	text-decoration: none;
	color: #ffffff;
}

#left-col .arrow {
	vertical-align: middle;
	margin-right: 10px;
}

#left-col ul li div {
	height: 300px;
	overflow: auto;
	font: 0.55em Arial, Helvetica, sans-serif;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left-col ul li div a {
	color: #ffffff;
}

#left-col ul li div a:hover {
	color: #9ec54d;
}




#content {
	float: left;
	width: 420px;
	padding: 0 30px 30px 30px;
}

#intro {
	font-size: 1.2em;
}

.green-box {
	width: 420px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.green-box-content {
	padding: 15px;
	background: url(../images/bg_green-box.png) top center no-repeat;
	color: #000000;
}

.green-box-footer {
	height: 10px;
	line-height: 10px;
	background: url(../images/bg_green-box-footer.png) top center no-repeat;
}

.green-box h2 {
	color: #ffffff;
}

.green-box a {
	color: #ffb60f;
}





#right-col {
	float: right;
	width: 260px;
}

.destination {
	padding: 20px;
}

.destination h3 {
	color: #9ec54d;
}

.destination ul {
	padding-left: 15px;
}

.destination li {
	list-style-image: url(../images/g_arrow_sm.gif);
	font-size: 0.9em;
}

.destination .img {
	float: left;
	width: 88px;
	height: 88px;
	overflow: hidden;
}

.destination .img img {
	width: 87px;
	height: 87px;
	border: 1px solid #ffffff;
}

.destination .txt {
	float: right;
	width: 120px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.0em;
}

.destination .btn {
	float: right;
	margin-top: 10px;
}

.destination .btn a {
	color: #ffffff;
	font-weight: bold;
	background-color: #9ec54d;
	padding: 2px 5px;
}




#footer-wrapper {
	background: url(../images/bg_footer.png) top center no-repeat;
}

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 20px;
}

#newsletter {
	float: left;
	width: 300px;
}

#newsletter .txt {
	width: 150px;
	border: none;
	vertical-align: middle;
	margin-right: 5px;
}

#newsletter .btn {
	background-color: #9ec54d;
	color: #ffffff;
	border: 1px solid #ffffff;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
}

#footer-nav {
	float: right;
	width: 540px;
	margin-bottom: 30px;
	text-align: right;
}

#footer-nav li {
	display: inline;
	margin-left: 20px;
}

#footer-nav a {
	color: #ffffff;
}

#flex-footer {
	float: right;
	width: 540px;
	text-align: right;
	font-size: 0.8em;
}

#flex-footer a {
	color: #ffffff;
	text-decoration: underline !important;
}




.clear {
	clear: both;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
}

.floatleft {
	float: left;
	vertical-align: top;
}
.floatleft img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #ffffff;
}

.floatright {
	float: right;
	vertical-align: top;
}
.floatright img {
	margin-left: 15px;
	margin-bottom: 15px;
	border: 2px solid #ffffff;
}

/* -- clearfix -- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from IE-mac */

/*.contentToChange1 { display: none; }*/