@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #A6C2E5;
	background-position: center top;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #004679;
}

h1 {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 14px;
	color: #FFFFFF;
}

h2 {
font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 14px;
	color: #004679;
}
a img{
	border:0;
}

a:link {
color: #004679;
text-decoration:underline;
}

a:visited {
color: #004679;
text-decoration:underline;
}

a:hover{
color:#E07E37;
text-decoration:underline;
}

/* MAIN CONTAINERS */

#container {
width:960px;
margin-left:auto;
margin-right:auto;
}

#content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
}


#lh_images {
	width: 385px;
	float:left;
	background-color: #0065B3;
 	 min-height:500px;
  	height:auto !important;
  	height:500px;

	/*margin-top: -40px;*/
}

#text {
	width:545px;
	float:right;
	padding-right: 15px;
	padding-top: 30px;

}


ul {
	list-style: none;
	margin-bottom: 20px;
	padding-right: 20px;
	margin-left: -5px;
	margin-top: 20px;

}
 
li {
	background-image: url(../images/bullet_orange_other.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat; /* left padding moves the text away from the bullet */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0;
} 



/* NAVIGATION */

#header {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height: 93px;
	background-image: url(../images/Walking_country_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#header a:link {
color:#004679;
text-decoration:none;
}

#header a:visited {
color:#004679;
text-decoration:none;
}
#header a:hover {
color:#E07E37;
text-decoration:none;
}

#header li.active_link a{
color:#E07E37;
text-decoration:none;
}
.active_link {
color:#E07E37;
text-decoration:none;
}


#header ul {
	float: right;
	width: 550px;
	list-style: none;
	font-weight: bold;
	font-size: 13px;
	line-height:140%;
	margin-top: 9px;

}
 
#header li {
	float: left;
	width: 160px;
	margin: 0;
	background-image: url(../images/bullet_blue.gif);
	background-position: 0px;
	background-repeat: no-repeat; /* left padding moves the text away from the bullet */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 23px;
} 
#header li.active a{
color:#E07E37;
}

#footer {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100px;
	padding-top: 40px;
}

.footer_lines {
color:#E07E37;
text-decoration:none;
padding: 0px 3px 0px 3px;
}

.destination{
float:left;
margin:0 10px 10px 0;
width:170px;
font-weight:normal;}

.destination img, .gallery img, .tourimages img {
background:#fff;
padding:5px;
border:1px solid #cccccc;
}

.destination a img:hover, .gallery a img:hover {
border:1px solid #de9602;    
}
#menuElem{
	text-transform:uppercase;	
}