/* Basic HTML elements */
html, body { 	
		background: #ADADAD url(../images/bg.gif) repeat-y center top;
		text-align: center;
		margin: 0;
		padding: 0;
		font-family: geneva, verdana, helvetica, arial, sans-serif; 
		color: #333333;
		font-size: 11px; 
		line-height: 15px;
		}
		
A:link 		{ text-decoration: none; font-weight: normal;color: #DD7401;}
A:visited 	{ text-decoration: none; color: #B56003;}
A:hover		{ text-decoration: underline;}

h1,h2,h3,h4,h5,h6,h7	{margin-bottom:0px; font-weight:bold;}
		
h1	{	font-family: "Times New Roman", Times, serif; 
		color: #54225B;
		font-weight: normal;
		font-size: 21px; 
		line-height: 22px;
		}

h2,h3,h4,h5	{ font-family: geneva, verdana, helvetica, arial, sans-serif;font-weight:bold;}

h2	{	color: #333333;font-size: 14px; line-height: 15px;}
h3	{	color: #333333;font-size: 12px; line-height: 13px;}		
h4	{	color: #666666;font-size: 11px; line-height: 15px;}
h5	{	color: #666666;text-transform: uppercase;font-size: 11px; line-height: 11px;}
			
h6	{	font-family: "Trebuchet MS", tahoma, geneva, verdana, helvetica, arial, sans-serif;
		color: #CEA353;
		text-transform: uppercase;
		font-size: 14px; 
		letter-spacing: 0.2em;
		line-height: 15px;
		margin-top:1px;
		}

h3.notemark {
	padding-left:20px;
	height:20px;
	background-image: url(../images/img_note.jpg);
	background-repeat: no-repeat;
}		
		
ul	{ 	margin-top: 5px;margin-left: 10px;padding-left: 0;list-style: none;}	
li	{	padding-left: 15px;background-image: url(../images/bullet.gif);background-repeat: no-repeat;background-position: 0 .4em;}	
	
p	{	margin-top:5px;margin-bottom:10px;}

img	{	border: 0;}

table { border:0;}
table td {font-size:11px; padding:5px;}
.right	{ text-align: right; }
/* Containers */

/* 'TAN' Hack fakes out crappy IE rendering */
* html #footer { width: 630px;}
* html #rcol { width: 460px;}
  
#main		{ position: relative; }
#subNav		{ width: 630px; text-align: center; padding: 2px; background: #ffffff; font-size: 10px; }
#header		{ width: 630px; text-align: left;position:relative;height:151px;}	
#content	{ width: 630px; text-align: left; }
#backto		{ float: left;  width: 170px; font-size: 10px; color: #666666; text-align: left;  padding: 5px 0px 5px 5px; margin-bottom: 5px; }	
#breadcrumb	{ float: right; width: 450px; font-size: 10px; color: #666666; text-align: right; padding: 5px 5px 5px 0px; margin-bottom: 5px; }

#article	{
	float: left;
	width: 440px;
	padding: 5px 5px 25px 5px;
	text-align: left;
	font-size: 10px;
	color: #666666;
	}
		
#lcol	{
	float: left;
	width: 160px;
	padding: 5px 5px 25px 5px;
	text-align: left;
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
	border-right: 1px solid #cccccc;
	}

#lcol-pics	{
	float: left;
	width: 200px;
	padding: 5px 5px 25px 5px;
	text-align: left;
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
	border-right: 1px solid #cccccc;
	}
		
#rcol	{
	float:right;
	width:440px;
	padding:5px 5px 0px 10px;
	margin-bottom:20px;
	}

div.feature{
	padding: 10px;
	background-color: #F8F8F8;
	border: 1px solid #E5E5E5;
	float: left;
	margin-bottom: 10px;
}

div.feature img.floatLeft{
	float: left;
	border-left: none;
	padding-right: 10px;
}

div.feature img.bottom{
	margin-top: 10px;
	float: left;
}

#footer
{
	text-align:left;
	clear:left;
	display:block;
	width:620px;
	color: #fff;
	padding: 5px;
	margin:20px 0px 0px 0px;
}		

.home {background: transparent url(../images/bg_footer_home.jpg) no-repeat left top;}
.tours {background: transparent url(../images/bg_footer_tours.jpg) no-repeat left top;}
.about {background: transparent url(../images/bg_footer_about.jpg) no-repeat left top;}
.contact {background: transparent url(../images/bg_footer_contact.jpg) no-repeat left top;}

/* Styled content */

.billboard	{
	margin: 5 0 0 0;
	width:630px;
	background: #ccc;
	}	


.pict	{
	margin-top:20px;
	border: 1px solid #ccc;
	padding:5px;
	font-size:10px;
	color: #667;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	}
		
.imgFloatL {float:left;margin:8px 8px 4px 0px; }
.imgFloatR {float:right;margin:8px 14px 4px 8px;}

/* article styles */
#article h3	{
	font-family: "Trebuchet MS", tahoma, geneva, verdana, helvetica, arial, sans-serif;
	color: #CEA353;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 0px;
	}
	
#article h1 {
		font-size:11px;
		color:#999;
		font-family: georgia, "Times New Roman", times, serif;
		font-style:italic;
	}

#article h2 {
		font-size:12px;
		color:#999;
		font-family: georgia, "Times New Roman", times, serif;
		font-style:italic;
	}
		
/* left column styles */
#lcol h3	{
	font-family: "Trebuchet MS", tahoma, geneva, verdana, helvetica, arial, sans-serif;
	color: #CEA353;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 0px;
	}
	
#lcol h4	{
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	}
		
#lcol p	{
	margin-top: 3px;
	font-size: 10px;
	line-height: 11px;
	}

#footer p	{
	font-size: 11px; 
	line-height: 11px;
	margin:0;
	padding:0;
	}	


#lcol form, #lcol select, #lcol button	{
	width:140px;
	margin:3px 3px 3px 0px;
	padding:0px;
	font-family: geneva, verdana, helvetica, arial, sans-serif; 
	font-size: 9px; 
	line-height: 11px;
	}
#lcol button	{
	width:100px;
	margin:3px 0px 20px 0px;
	float:right;
	}	
	
/* Right Column Styles */
#rcol p {color:#000;} 
#rcol h4	{	line-height: 11px; margin-bottom:0px;}
.linkList p	{ margin-top:0px;}

#index th, td {
	vertical-align: top;
	text-align:left;
	font-family: geneva, verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px;
	}
	
#index th	{
	padding-right:20px;
	font-weight: bold;
	}	

#index td	{
	padding:5px 10px 20px 5px; 
	border-right: 1px solid #ddd;
	}

#index ul, #index li {
	margin:0px;
	padding:0px;
	font-family: geneva, verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px;
	background: transparent;
	list-style: none;
	}	

.quote 	{	
			padding-left:20px;
			padding-right:20px;
			border-left: 0px solid #ccc;
			font-size:14px;
			color:#999;
			font-family: georgia, "Times New Roman", times, serif;
			font-style:italic;
		}
.quote2 	{	
			margin-top:20px;
			margin-bottom:20px;
			padding-left:20px;
			padding-right:20px;
			border-left: 0px solid #ccc;
			line-spacing:10px;
			font-size:13px;
			color:#83508b;
			font-family: georgia, "Times New Roman", times, serif;
			font-style:italic;
		}
.quote3 {
	border-left:0 solid #CCCCCC;
	color:black;
	font-family:georgia,"Times New Roman",times,serif;
	font-size:11px;
	font-style:italic;
	padding-left:0;
	padding-right:5px;
}
.quoter3{
	border-left:0 solid #CCCCCC;
	color:black;
	font-family:georgia,"Times New Roman",times,serif;
	font-size:12px;
	font-weight:bolder;
	margin-top:20px;
	padding-left:0;
}

.quoter3 ul{
	list-style:none;
}

.quoter3 ul li{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	background-image:none;
	margin-bottom:10px;
}

.quoter 	{	
			padding-left:120px;
			padding-right:20px;
			border-left: 0px solid #ccc;
			font-size:13px;
			color:#83508b;
			font-family: georgia, "Times New Roman", times, serif;
			font-weight:bold;
		}
.note 	{	background: #ff0000;
		color:#ffffff;
		font-weight:bold;
		text-decoration:underline;
		
		}
		
#footer a:link 		{ color: #FF0;}
#footer a:visited 		{ color: #FC0;}