/******** HOME PAGE: Get Started Menu *****************************************/

#get-started-menu-placeholder {
      position:relative;
	  margin-left: 16px;     
}

#get-started-menu-placeholder ul {
    list-style: none;	
}

#get-started-menu-placeholder a {
   text-decoration: none;
}

#get-started-menu-placeholder p {
	line-height:14px;
}

.get-started-menu {
	position:absolute;
	top: 1px;
	left: -8px;
	width: 524px;
	height: 262px;
	display: block;
	z-index: 0;
	padding: 13px 0 0 110px
}

.get-started-menu  ul {
	margin-top: 10px;
}

.get-started-menu  img {
	float: left; 
}

.get-started-menu h2  {
	position: relative;
	font-size: 18px;
	color: #a36e34;
	left: 16px;
	top: -8px;
}

.get-started-menu p {
	position: relative;
	font-size: 11px;
	color: #6d6e71;
	top: -20px;
	left: 16px;
	padding-right: 146px;
}

#vacation-terrain a:hover,  #vacation-interests a:hover, #vacation-months a:hover,  #vacation-cities a:hover, #vacation-get-started a:hover {
      text-decoration: none;
     color: #6cabe7;   
}

#vacation-get-started  {
      background: url(../Images/vacation-get-started.gif) no-repeat;      
      visibility: visible; 
}

#vacation-interests img {
	float: left; 
}

#vacation-interests li {
	line-height:14px;
}

#vacation-interests li a {
	margin-left: 16px;
	color: #6D6D70;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}

#vacation-interests  {
      background: url(../Images/vacation-interests.gif) no-repeat;        
      visibility: hidden;
}

#vacation-months img {
	float: left; 
}

#vacation-months li {
	line-height:14px;
}

#vacation-months li a {
	margin-left: 16px;
	color: #6D6D70;
	font-size:12px;
	line-height:14px;
}

#vacation-months  {
    background: url(../Images/vacation-months.gif) no-repeat;        
    visibility: hidden;
}

#vacation-cities img {
	float: left; 
}

#vacation-cities li {
	line-height:14px;
}

#vacation-cities li a {
	margin-left: 16px;
	color: #6D6D70;
	font-size:12px;
	line-height:14px;
}

#vacation-cities  {
    background: url(../Images/vacation-cities.gif) no-repeat;        
    visibility: hidden;
}

#vacation-terrain img {
	float: left; 
}

#vacation-terrain li {
	line-height:14px;
}

#vacation-terrain li a {
	margin-left: 16px;
	color: #6D6D70;
	font-size:12px;
	line-height:14px;
}

#vacation-terrain	 {
    background: url(../Images/vacation-terrain.gif) no-repeat;        
    visibility: hidden;
}	   

#vacation-get-started-link {
    position: absolute;
    margin: 9px 0 0 0px;
    z-index: 1;       
}


#vacation-interests-link {
	position: absolute;
	margin: 53px 0 0 0px;
	z-index: 2;
	
}

#vacation-months-link{
    position: absolute;
    margin: 97px 0 0 0px;
    z-index: 3;
}

#vacation-cities-link {
   position: absolute;
   margin: 139px 0 0 0px;
   z-index: 4;
}

#vacation-terrain-link  {
    position: absolute;     
    margin: 183px 0 0 0px;
    z-index: 5;

}

.get-started-menu-link {
    display: block; 
    width: 98px;
    height: 40px;
    text-indent: -9999px; 
}

