/* 
  File name:  rail
  Created in: May, 2007
  Updated in: March 2009 
  Author:     tfbweb  

  Description:
    An empty stylesheet.
*/

root { 
    display: block;
     }
.content {padding-left:8px;}
body {
	font-size: 100%;
	font-family: Arial, Verdana, Sans-serif, Helvetica;
	color: #000000;
	background-color: #F7E4C9;
    }
	
table {font-size: 12px;}


a { color: #5B441A; font-weight: 500;
  }

h2, h3 {color: #5B441A;}
	
h3 {font-size:110%;
	letter-spacing: 5pt;
	margin: 8px 0 0px 0;	   
    }
	
/* styles need cleaning up sometime*/
.style7 {
	font-family: Technical;
	font-size: 18px;
}

.style3 {	font-size: large;
	font-weight: bold;
}
.style8 {color: #5B441A; font-family: Technical; font-weight: bold; font-size: 20pt;}
.style9 {font-size: medium}	
	
.style10 {color: #DFC298 }

.minbold { 
	font-size: 10px;
	font-family: Verdana, Sans-serif, Helvetica;
    font-weight: 600;
    }

.hclass {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Sans-serif;
        font-weight: 500;
}

.tdclass {
	font-size: 10px;
	font-family: Helvetica, Verdana, Sans-serif;
        font-weight: 500;
}

.tdheadclass {
	font-size: 10px;
	font-family: Helvetica, Verdana, Sans-serif;
        font-weight: 600;
}
.selmenu { 
	font-size: 10px;
	font-family: Verdana, Sans-serif, Helvetica;
        font-weight: 600;
	text-decoration: underline;
}

.mref {
	font-size: 10px;
	font-family: Arial, Verdana, Sans-serif, Helvetica;
	color: #336666;
	background-color: #FFFFFF;
	font-weight: 500;

}
.menlink { 
	color: #5B441A; 
	font-size: 10px; 
	font-weight: 500;
	}
	
.menubar {
	background-color: #DFC298;
}

.headercol { 
	color: #999999; 
	font-size: 12px; 
	font-weight: 600;
}

hr {color: #5B441A;}

p {font-size: 12px; }

u {font-size: 12px; }

li {font-size: 12px; }


.tourtext
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
}
.tourtitle
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding-left:8px;
}
.tourtitle2
{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
 padding-left:8px;
}
.tourtext
{
 padding-left:8px;
}
a.tourlink:visited, a.tourlink:active, a.tourlink:hover, a.tourlink 
{
  font-size:12px;
}
/*******************Summer Menu items start here ********************************/
.summer_nav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	
}

.summer_nav ul {
	list-style-type: none;
	margin:0;
	}
		
.summer_nav li ul {
    margin: 0 0 0 25px;
	text-decoration:none;
	}


.summer_nav a {
  text-decoration:none;
  font-size:100%;
  }
  
 /******************************End of Summer Menu****************************/
 
 /*******************************Winter starts here***********************/
 .winter_nav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	
}

.winter_nav ul {
	list-style-type: none;
	margin:0;
	}
		
.winter_nav li ul {
    margin: 0 0 0 25px;
	text-decoration:none;
	}


.winter_nav a {
  text-decoration:none;
  font-size:100%;
  }
  
  /*****************winter end*********************/
 