/* set all to Verdana */
p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* tags */
body {
	background: #F9FDFF;
}
h1 {
	font-size: 18px;
	color: #006291;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-align: center;
	margin: 30px 15px 20px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-align: center;
	margin: 30px 15px 20px;
}
p {
	font-size: 12px;
	color: #003366;
	line-height: 18px;
}
ul {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

/* topsec with 2 graphics and text */
#topsec {
	background-color: #FFFBD9;
	border-top: 3px solid #006291;
	border-right: 3px solid #006291;
	border-bottom: 0px solid #006291;
	border-left: 3px solid #006291;
	background-image: url(../i/toppic1.jpg);
}
#topsec h1 {
	font-size: 14px;
	font-weight: bold;
	color: #005B88;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 150px;
}
#topsec p {
	font-size: 14px;
	font-weight: bold;
	color: #005B88;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 150px;
}
.toptitle {
	margin: 0px 0px 15px 100px;
	padding: 0px;
}
.toplogo {
	margin: 0px;
	padding: 0px;
}
/* top and bottom navigation bars */
#topnav, #footnav {
	color: #00FF66;
	text-decoration: none;
	text-align: right;
	background: #006291;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#topnav a:link, #footnav a:link { color: #FFFFFF; text-decoration: none}
#topnav a:visited, #footnav a:visited { color: #FFFFFF; text-decoration: none }
#topnav a:hover, #footnav a:hover { color: #00FF66; text-decoration: underline}
#topnav td {
	padding: 5px 10px 5px 3px;
}
#footnav td {
	padding: 5px 10px 5px 3px;
}

/* content section with margin and no side nav */
#content {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFBD9;
	border-top: 0px solid #006291;
	border-right: 3px solid #006291;
	border-bottom: 0px solid #006291;
	border-left: 3px solid #006291;
}
/* contact data */
#contact {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* copyright section */
#copyright { text-align: right; margin-top: 20px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px}
#copyright p {
	font-size: 10px;
	text-align: right;
	line-height: 14px;
}
/* photographs */
.photoright {
	padding: 0px;
	margin: 5px 20px;
}
.photoleft {
	display: block;
	margin: 20px;
}
/* line of images (grades etc) */
.imageline {
	text-align: center;
	vertical-align: middle;
}
.imageline img {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
/* tariff table */
.tariff {
	border: 2px solid #006291;
	font-size: 12px;
	font-weight: normal;
	margin-top: 40px;
	color: #003366;
	background: #F2FBFF;
	margin-bottom: 20px;
}
.tariff b {  font-weight: bold; text-align: center}
.tariff ul {
	font-size: 11px;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 40px;
	list-style-type: square;
	color: #003366;
	padding: 0px;
}
.tariff th {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #003366;
	padding-top: 20px;
}
.tariff td {
	padding: 5px 5px 5px 15px;
	margin: 0px;
}
/* credit cards horizontal */
.tariff .cards {
	margin-top: 2px;
	margin-bottom: 5px;
}
.tariff .cards img {
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* testimonial boxes */
.testim {
	margin: 5px 15px;
	padding: 5px;
	border: 2px dashed #006291;
	background: #F2FBFF;
}
.testim p {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	color: #003366;
}
.map {
	text-align: center;
}
.TripAdvisorReview {
	margin-left: 115px;
}
