/* GLOBAL HTML REDEFINE TAGS
____________________________________________________________________________________________________________________________________*/	
body {
	
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

address {
		font-style:normal;
		
		}
		
		
		
/* CONTAINER
_______________________________________________________________________________________________________________________________________*/

#container {
	width:1024px;
	margin: 0 auto;
	}



/* HEADER & SITENAME
_______________________________________________________________________________________________________________________________________*/

#header {
		background:#ffffff url('Scenic-Route-Amenities-Header.gif') no-repeat left top;
		width: 1024px;
		height:206px;
		margin-bottom: 20px;
		}
		

/*CONTENT
_____________________________________________________________________________________________________________________________________*/


#content {	
		float: left;
		color:  #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 18px;
		width: 790px;
		height:auto;
		margin-bottom: 50px;
		}

.content_content {
		width: 775px;
		padding-left: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		line-height:  18px;
		text-decoration: none;
		}

.content_content h2 {	
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

.content_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
		
/* MAIN NAVIGATION
_____________________________________________________________________________________________________________________________________*/		

#nav {
	float: left;
	width:190px;
	margin-right: 40px; 
	line-height: 18px;
	
	}

#nav ul {

	list-style-type:none;
	padding:0;
	margin:0;
	}

#nav ul li {

	padding-bottom:4px;
}

#nav ul li a {

	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	padding: 7px 30px;
	border-bottom: 1px dotted #999999;

}
 
#nav a:link, a:visited { 

	text-decoration:none;color:#000000;
	
	}

#nav a:hover, a:active {
	color:#d3262d;
	}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 30px;
Padding-left: 0px
}



/* SLIDESHOW
_____________________________________________________________________________________________________________________________________*/

#slideshow{
	width:790px;
	height:400px;
}






/* FOOTER
_____________________________________________________________________________________________________________________________________*/

#footer {
	clear:both;
	margin-top: 50px;
	width: 1024px;
	
 }


#footer ul {
	padding:0;
	margin-left: 130px;
	}

#footer ul li {

	display:inline;
	float:left;
	list-style-type:none;
	position:relative;
}


#footer ul li a {

	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	padding: 6px 4px;
	padding-right: 10px;
	font-weight:bold;
	

}

#footer a:link,   a:visited{
	text-decoration: none;
	}
	
#footer a:hover, a:active {
	text-decoration:none; color:#d3262d; 
	}

#footer .footer_right {
	width:180px;
	padding-right: 40px;
	text-align: right;
	float: right;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	padding-bottom:20px;
	}
#footer .footer_right a:link, a:visited {
    text-decoration:none;
	color:#666;
	}
	
#footer .footer_right a:hover, a:active {
	text-decoration:none;
	color:#d3262d;
	}


/* TYPOGRAPHY
_______________________________________________________________________________________________________________________________________*/


.page_titles h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color:#999999;
	line-height: 5px;
	padding: 0px;
	text-decoration: none;
	margin-left: 238px;
}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	line-height: normal;
	padding: 0px;
	text-decoration: none;
}

h3 {	
	font-family:"Times New Roman", Times, serif;
	color: #d3262d;
	font-size:16px;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	
	}	
	
a:link, a:visited {
	text-decoration:none;
	color:#000000;
	}
a:active, a:hover {
	text-decoration:none;
	color: #d3262d;
	}


/* CONTENT IMAGES
_____________________________________________________________________________________________________________________________________*/
	
	
#image_thumbs { /*image thumnail links with 1px border all around: images must be 762px width*/
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom:0px;
	
	}
	
.click { /*click to view more button*/
	
	float: right;
	margin: 0px;
	font-size: 12px;
	display: block;
	color: #ffffff;
	background-color:#999999;
	padding: 8px 15px;
	line-height:15px;
	margin: 5px 0px 20px 0px;
}


.click a {

	color: #ffffff;
}

.click a:hover {
	color: #ffffff;
}

.line{
 	width:775px;
 	margin-top: 60px;
 	border-bottom: 1px dotted #999999;
 
}



		
/* Blogs
_____________________________________________________________________________________________________________________________________*/



a img {border: none; }/* I.E adds a border around image links*/


/* TESTIMONIALS
_____________________________________________________________________________________________________________________________________*/


.testimonials {
	padding-top:20px;
	}
		
blockquote.style1 { 
	width: 700px;
	margin-top: 0px;
	margin-bottom:10px;
	padding: 10px 40px;
	background-color: transparent;
	background-image: url(../11.testimonials/quotemark.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	
}
  
blockquote.style1 span {
     display: block;
     background-image:url(../11.testimonials/quotemark-closing.png);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
  
 


td {
	padding: 0px;
	}


