 
/*	f0b310 - yellow
	0055a5 - lt blue
	002f5a - dk blue	*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #002f5a;
	margin: 0; 
	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: #0055a5;
}

.thrColFixHdr #wrapper {
	width: 100%;
}

.thrColFixHdr #wrapper #container {
	width: 1000px;
	background: url(/images/homepage_bg.jpg) repeat-x #8d8d8d top;
	margin: 0 auto 0 auto;
	text-align: left;  /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	height: 100%;
}

.thrColFixHdr #header {
	padding: 0;
	height: 114px;
} 

.thrColFixHdr #header h1#logo {
	margin: 0; 
	padding: 10px 0; 
	display:none;
}

.thrColFixHdr #header #tours_logo {
	background: url(/images/logo.jpg) no-repeat scroll 10px 0;
	margin: 0 0 0 10px;
	/*height: 114px;*/
	float: left;
}

.thrColFixHdr #navContainer {
	position: relative;
	left: 45px;
	display: inline;
	/*margin: 0px auto;
	margin-left: 15px;*/
	background:none;
	height: 40px;
	z-index: 1000; 
}

.thrColFixHdr #nav {
	text-align: left;
	/*width: auto;
	margin: 0px auto;*/
	/*background: #E7E7E0;
	border: 1px solid #333; 
	padding-top: 65px;*/
	position: relative;
	top: 82px;
	
}

.thrColFixHdr #leftcol  {
	clear: both;
	float: left;
	width: 200px;
	height: 100%;
	background: none;
	text-align: right;
	padding: 0;
	margin: 0;
}

.thrColFixHdr #booking_module {
	float: right; /* since this element is floated, a width must be given */
	width: 188px;
	/*background: url(../images/booking_bg.png) no-repeat;*/
	padding: 0 5px 15px 0;
	margin-top: -127px; /* height of Header div + any padding */
	height: 594px;
}

.thrColFixHdr #rightcol {
	margin: 0;
	padding:0;
}

.thrColFixHdr #rightcol #category_header, .thrColFixHdr #rightcol #category_content {
	width: 574px; /* same width as list_outerwrapper */
	background-color: #bbccff; 
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	border-top: 1px solid #999; /* same color as list_outerwrapper */
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.thrColFixHdr #rightcol #category_content {
	border-bottom: 1px solid #999; /* same color as list_outerwrapper */
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color:#333333;
}

.thrColFixHdr #rightcol #category_header h1, .thrColFixHdr #rightcol #category_content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #0055a5;
	margin: 10px 10px 1em 20px;
}

.thrColFixHdr #rightcol #category_content h1.destination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #0055a5;
	margin: 10px 10px 0.5em 20px;
}

.thrColFixHdr #rightcol #category_content h1 span.dotm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #f0b310;
}

.thrColFixHdr #rightcol #category_header h2, .thrColFixHdr #rightcol #category_content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
	margin: 1.5em 10px 0.5em 20px;
}

.thrColFixHdr #rightcol #category_content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	margin: 1em 10px 0.5em 20px;
}

.thrColFixHdr #rightcol #category_header p, .thrColFixHdr #rightcol #category_content p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333333;
	margin: 10px 10px 10px 20px;
	text-indent: 2em;
}

.thrColFixHdr #rightcol #category_content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#002f5a;
}

.thrColFixHdr #rightcol #category_content ol li {
	padding-bottom: 1em;
}

.thrColFixHdr #rightcol #category_content p.staff, .thrColFixHdr #rightcol #category_content p.res_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#002f5a;
	text-indent: 0em;
	padding-top: 1em;
}

.thrColFixHdr #rightcol #category_content p.duration, .thrColFixHdr #rightcol #category_content p.rates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	margin: 0 10px 0.5em 20px;
	text-indent: 0em;
}

.thrColFixHdr #rightcol #category_content p.rates {
	font-weight: normal;
	font-size: 9pt;
	font-style:italic;
}

.thrColFixHdr #rightcol #category_content p.info_list {
	font-size: 9pt;
	color: #333;
	margin: 10px 10px 10px 40px;
	text-indent: 0em;
}

.thrColFixHdr #rightcol #category_content p.staff a, .thrColFixHdr #rightcol #category_content p.category_link a, .thrColFixHdr #rightcol #category_content p.content_link a {
	color:#0055a5;
	text-indent: 0em;
}

.thrColFixHdr #rightcol #category_content p.staff a:hover, .thrColFixHdr #rightcol #category_content p.category_link a:hover, .thrColFixHdr #rightcol #category_content p.content_link a:hover {
	color:#990000;
}

.thrColFixHdr #rightcol #category_header p.category_description, .thrColFixHdr #rightcol #category_content p.category_description {

}

.thrColFixHdr #rightcol #category_header p.category_link, .thrColFixHdr #rightcol #category_content p.category_link {
	font-size: 14pt;
	font-weight: bold;
}

.thrColFixHdr #rightcol #category_header p.category_link a, .thrColFixHdr #rightcol #category_content p.category_link a {
	color: #31659c;
	font-weight: bold;
	text-decoration: underline;
}

.thrColFixHdr #rightcol #category_header p.category_link a:hover, .thrColFixHdr #rightcol #category_content p.category_link a:hover {
	color: #990000;
}

.thrColFixHdr #footerArea {
	padding: 0;
	background: url(/images/footer_bg.gif) repeat-x;
	height: 133px;
	color: #cbcbcb;
} 

.thrColFixHdr #footerArea #footerBar {
	font: 12px arial;
	padding-top: 18px;
}

.thrColFixHdr #footerArea #footerCopy {
	font: 10px verdana;
	padding-top: 35px;
}

#footerBar ul {
	margin: 0pt;
	padding: 0pt;
}
#footerBar ul li {
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	display: inline;
}

#footerBar .left {
	float: left;
	margin-left: 5px;
}

#footerBar .left a {
	display: block;
	float: left;
	font-size:12px;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
}

.thrColFixHdr #footerArea a {
	color: #cbcbcb;
	text-decoration: none;
}

.thrColFixHdr #footerArea a:hover {
	color: #f0b310;
	text-decoration: underline;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /
	float: left;
	margin-right: 8px;
}
img.tour_rt {
	float: right;
	margin: 1em;
}

img.tour_lft {
	float: left;
	margin: 1em;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

