* html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	background-color: #ffffcc;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 0;
	font-size: 120%;
}

body h2 {
	font-size: 1.4em;
}

#logobar {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}

#menu {
position: fixed;
z-index: 20;
top: 102px;
/*want this to be conditional on IE7 or earlier, and this seems to work with ie6/7!*/
*top: 118px;
width: 100%;
float: left;
/*text-align center here messes up IE7 on dropdown position*/
text-align: left;
}

#menu ul li {
list-style: none;
margin: 0;
padding: 0;
width: 12.5%;
float: left;
}

#menu a {
/*% size allows IE7 to resize text*/
font: bold 92% verdana, arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: ridge;
border-color: #999999;
margin: 0;
padding: 2px 2px;
text-align: center;
color: white;
/*background: #0071bc;*/
background-image: url('images/option.jpg');
text-decoration: none;
}

#menu a:hover {
color: white;
/*background: #330099;*/
background-image: url('images/option2.jpg');
}

#menu a span {
/*span holds background for active page option*/
font-style: italic;
color: black;
}

#topbar {
width: 100%;
text-align: center;
background: #0071bc;
color: white;
font-weight: bold;
}

#toplogo {
background-color: #FFFFCC;
text-align: center;
text-decoration: none;
/* must match image size (height includes text bar above)*/
height: 100px;
}

#toplogo span {
	/*hide text from view, just for SEO*/
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#mainbody {
position: absolute;
top: 140px;
/*want this to be conditional on IE7 or earlier, and this seems to work with ie6/7!*/
*top: 150px;

left: 3%;
/*This is required for image centering!*/
width: 90%;
z-index: 10;
}

.picturel {
	text-align: center;
	display: block;
	width: 49%;
	float: left;
	font-size: 85%;
}

.picturer {
	text-align: center;
	display: block;
	width: 49%;
	float: right;
	font-size: 85%;
}

.pictitle {
	font-size: 85%;
}

.textlabel {
	/*font-size: 100%;*/
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	top: 0;
	text-align: right;
	position: fixed;
	width: 100%;
	z-index: 50;
}

.textlabel a:link, .textlabel a:visited, .textlabel a:active {
	color: white;
	text-decoration: none;
	background: #0071bc;
}

.regularlabel {
	font-size: 80%;
}

.largelabel {
	font-size: 120%;
	display: none;
}

.subhead {
	color: #0071bc;
	font-size: 130%;
	font-style: bold;
}

.testimonial {
	font-size: 85%;
	font-style: italic;
	width: 40%;
	border: 2px solid black;
	padding: 3px;
	background: white;
	float: left;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 2%;
}

.tripguide {
	/*float: left; */
	width: 50%
}

.holimage1 {
	/*Holiday page image*/
	float: right;
	margin-left: 5px;
}

.indented {
	margin-left: 50px;
}
