/* CSS Document */

td, p{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 17px;
}

p{margin-top:0;}

.header{
	background-color:#FFFAD9;
}

BODY {
	margin:2px 0 30px 0;
    scrollbar-face-color: #FFFFFF;
    scrollbar-arrow-color: #FD8901;
    scrollbar-track-color: #FEF1CB;
    scrollbar-shadow-color: '';
    scrollbar-highlight-color: #FCE9AF;
    scrollbar-3dlight-color: '';
    scrollbar-darkshadow-Color: '';
	background-color:#FFFAD9;
}

.topnav, .topnav a:link, .topnav a:active, .topnav a:visited, .topnav a:hover{
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #3B612D;
}

.topnav a:hover{
    color: #953322;
}



table.main{
	background-color:#FFFCE8;
	border-bottom:1px solid #993333;
	border-top:1px solid #993333;
	margin:0 auto;
}

.homelist{
	margin-left:55px;
	padding:0 10px 0 10px;
	list-style-image: url(../images/tinylogo.gif);
	width:300px;
}

.homelist li, .homelist a:link, .homelist a:active, .homelist a:visited{
	padding-bottom:5px;
	font-weight:bold;
	font-size:16px;
	color: #953322;
}

.homelist a:hover{
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	color: #953322;
}

.homelist p{
	padding:0;
	margin:0;
}

h1 {
	font-family: Lucida Calligraphy, cursive;
    font-size: 20px;
	text-align:center;
    font-style: normal;
    font-weight: bold;
    color: #953322;
	padding:15px;
	line-height:24px;
}

h2 {
	font-family: Lucida Calligraphy, cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #953322;
}

.green{
	color:#336633;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #953322;
    font-variant: normal;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #3B612D
}

.med {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0066CC
}


.xsm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000
}


.smwhite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF
}

.xsmwhite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF
}


a:active, a:link, a:active, a:visited, a:hover{
    font-weight: normal;
	text-decoration:none;
    color: #3B612D;
}

p a{
	text-decoration:underline;
}

a:hover {
    color: #A91E05;
    font-weight: normal;
    text-decoration: none;
}

ul{
	list-style-image: url(../images/redbullet.gif);
	margin-left:20px;
	padding-left:0;
}


.sidemenu dt{
    font-weight: bold;
	padding-bottom:8px;
}

.sidemenu a:active, .sidemenu a:link, .sidemenu a:visited {
    Font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    COLOR: #A91E05;
    text-decoration: underline;
}

.sidemenu a:hover{
    font-weight: bold;
    text-decoration: none;
}

.tourmenu li{
	width:160px;
	padding:5px;
	margin-left:-20px;
	letter-spacing:-1px;
	list-style-position: inside;
	border-bottom:2px solid #660000;
	list-style-image: url(../images/redbullet.gif);
	font-size: 13px;
}

.tourmenu a:active, .tourmenu a:link, .tourmenu a:visited {
    Font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #A91E05;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.tourmenu a:hover{
    Font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #336633;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.tourintro{
	font-weight:bold;
}

.tourimg{
	padding:10px;
	float:left;
	font-weight:bold;
	text-align:center;
}

.tourimg img{
	border:2px solid #333333;
}

.tourdescrip{
	margin-left:150px;
}

.box{
	float:right;
	width:170px;
	border:1px solid #660000;
	background-color:#fffad9;
	margin:10px;
	padding:8px;
}
.box p, .box li{
	font-size:11px;
}
.box h2{
	padding-top:2px;
	margin-top:2px;
}

.box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #3B612D;
    font-variant: normal;
}



.footer{
	padding-top:50px;
	text-align:center;
	background-color:#FFFCE8;
}

/*new - not used universally */
.itinerary {padding-top:2px;}
.itinerary .day{font-family:Lucida Calligraphy; font-weight:bold; margin:12px 0 0 0; padding:0; font-size:14px;}


