@charset "utf-8";
/* Tag definitions */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0E6A78;
	font-weight: bold;
	margin: 0px;
}
h1 {
	padding: 1em 0;
	font-size: 1.5em;
}
h2 {
	padding: 0.8em 0;
	font-size: 1.3em;
}
h3 {
	padding: 0.6em 0;
	font-size: 1.1em;
}
h4 {
	padding: 0.4em 0;
	font-size: 0.9em;
}

ul {
	margin: 0px;
	padding: 1em;
}
p {
	margin: 1em 0.2em;
	padding: 0px;
}
img {
	margin: 2px;
}

/* Sections definitions */
#container {
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 3px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify;
	font-size: 1em;
}

#header {
	margin-bottom: 1em;
	text-align: center;
	border: solid 1px #0099CC;
}
#header h2 {
	padding-top: 0em;
}
#header img.name {
	margin-top: 1em;
}

#contactInfo {
	font-size: 0.5em;
}

#nav { width: 115px; font-size: 10px; font-family: Tahoma; background-color: #3180BB; }
#nav a:hover { width: 110px; background-color: #0C598D; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav li { line-height: 18px; font-family: Tahoma; text-align: left; border-right: 0px; border-bottom: 5px solid #ffffff; border-left: 5px solid white; }
#nav li a:link, #nav li a:visited {
	color: white; 
	font-weight: bold; 
	text-decoration: none;
	margin-left: 0.5em;
}
#nav li a:hover { font-weight: bold; text-decoration: underline; }
#nav .page {color: white; font-weight: bold; background-color: #336699; }

#content {
	border: solid 1px #0099CC;
}

#byWES {
	margin: 40px auto;
	padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-variant: normal;
	text-align: right;
}

/* General Styles */
.leftImage {
	margin-right: 2em;
	float: left;
}

.allClear {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* Old stuff */
table {
	color: #404040;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

a.topHead:link     { color: #ffffff; font-weight: bold; font-size: 13px; line-height: 25px; text-decoration: underline; }
a.topHead:visited { color: #ffffff; font-weight: bold; font-size: 13px; line-height: 25px; text-decoration: underline; }
a.topHead:hover  { color: #fbcf00; font-weight: bold; font-size: 13px; line-height: 25px; text-decoration: underline; }
a.topHead:visited:hover  { color: #fbcf00; font-weight: bold; font-size: 13px; line-height: 25px; text-decoration: underline; }
.tarrHd { color: #0E6A78; font-weight: bold; font-size: 16px; }
.tarrTm { color: #0E6A78; font-size: 14px; }
.tarrW  { color: #000000; font-size: 14px; line-height: 18px; vertical-align: middle; }
.middled { text-align: center; vertical-align: middle; }
.price { font-size: 12px; font-style: italic; font-weight: bold; vertical-align: middle; }
.subprice { font-size: 11px; font-style: italic; font-weight: normal; vertical-align: middle; }
.night {  font-weight: bold; font-size: 12px; vertical-align: middle; }
.border { border: solid 1px #0099CC; }

.SubHead {
	font-size: 18px;
	font-weight: bolder;
	color: #000011;
}

.SubSubHead {
	font-size: 16px;
	font-weight: bold;
	color: #000011;
}

.redText {
	font-weight: bold;
	color: #FF3333;
}

