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

div#middle{width: 700px; height: auto; margin-top: 10px; margin-bottom: 10px;}
div#middle1{height:auto; width:200px; position: relative; float: left; margin-right: 30px;}
div#middle2{height:auto; width:200px; position: relative; float: left; margin-right: 30px;}
div#middle3{height:auto; width:200px; position: relative; float: left;}

.indeximages{
float: left;
margin-left: 0px;
margin-bottom: 10px;

margin-top: 0px;
border-left-color : #999999;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #999999;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color :#999999;
	border-top-style : solid;
	border-top-width : 1px;
	border-bottom-color :#999999;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

div#homepage{
position: relative;
color: #ffffff;
width: 680px;
height: auto;
margin-top: 15px;
margin-left: 0px;
padding: 0px;
font:Arial, Helvetica, sans-serif;
font-size: 12px;
z-index: 4;
}

.imagefooters{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	z-index:1;
}

div#goals_image{
width:200px;
height:auto;
float: right;
text-align: justify;
margin-right: 0px;
margin-left: 15px;
margin-bottom: 15px;
}

.image_goals_page{
margin-bottom: 5px;;
border-left-color : #999999;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #999999;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color :#999999;
	border-top-style : solid;
	border-top-width : 1px;
	border-bottom-color :#999999;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

div#destination_image{
width:300px;
height:auto;
float:left;
padding-left:0px;
text-align: justify;
margin-right: 15px;
margin-bottom: 10px;
}

.yellowlink3{margin-top: 1px; font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#e4ebb5;}
.yellowgrey_headers{color: #CCCC66;}
.destination_headers{margin-left: 80px; text-align: left;}
.adventures_headers{margin-left: 45px; text-align: left;}

h2{
	text-align:left;
	
}

    .GA-CSS img{
    -webkit-transform:scale(0.7); /*Webkit 0.7 times the original Image size*/
    -moz-transform:scale(1); /*Mozilla 0.7 times the original Image size*/
    -o-transform:scale(0.7); /*Opera 0.7 times the original Image size*/
    -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.5s; /*Mozilla Animation duration*/
    -o-transition-duration: 0.5s; /*Opera Animation duration*/
    opacity: 0.5;
    
    }

    .GA-CSS img:hover{
    -webkit-transform:scale(1.1); /*Webkit: 0.5 times the original Image size*/
    -moz-transform:scale(1); /*Mozilla 0.5 times the original Image size*/
    -o-transform:scale(1.1); /*Opera 0.5 times the original Image size*/
    box-shadow:0px 0px 30px gray;
    -webkit-box-shadow:0px 0px 30px gray;
    -moz-box-shadow:0px 0px 30px gray;
    opacity: 1;
    }