@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}
.twoColFixLtHdr #container {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
} 
.twoColFixLtHdr #header {
	background: #005A88;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 175px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px;
	top: 200px;
	position: absolute;
	left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0px 200px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidemn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding-top: 0px;
	font-weight: normal;
	padding-left: 10px;
	color: #666666;
}
.sidemnuhd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #E67300;
}
.sidemn a:link {
	color: #222222;
	text-decoration: underline;
}
.sidemn a:visited {
	color: #222222;
	text-decoration: underline;
}
.sidemn a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.bodyleftborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	color: #000000;
}
.header_medium {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background-position: 10px;
}
.header_small {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.header_small_sidebar {
	font-size: 10px;
	font-weight: bold;
	color: #E67300;
	letter-spacing: 2pt;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #FFE6CC;
	line-height: 15px;
	text-transform: uppercase;
}
.body_sidebar {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.table {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1E81B2;
}
.tableheader {
	background-color: #CFCFCF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	border-right-style: none;
}
.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #E67300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #FFE6CC;
	text-indent: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #E67300;
}
.caption {
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.dmfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ADADAD;
	letter-spacing: .75em;
	line-height: 40px;
}
.tableheaderMoab {
	background-color: #CFCFCF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bolder;
	border-right-style: none;
	letter-spacing: .5em;
}
.tableblm {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #1E81B2;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1E81B2;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #1E81B2;
}
.tableheaderblm {
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #E67300;
	font-weight: bold;
	border-right-style: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #1E81B2;
}
.tablecalendar {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-style: none;
}
.tableheadercalendar {
	background-color: #EAEAEA;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	border-right-style: none;
}
.tableheadercalendar2 {
	background-color: #FFCC99;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	border-right-style: none;
}
.photocredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.tableCaps {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #CCCCCC;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #1E81B2;
	text-transform: uppercase;
	font-weight: bold;
}
.tableBlue {
	background-color: #DFEDFD;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1E81B2;
}
.tableTourCompany {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #CCCCCC;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #1E81B2;
	text-transform: capitalize;
	font-weight: bold;
}
.bodyRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
