body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	margin-top: 10px;
	background: #FFFFFF;
	background-image: url(images/page_back_bu.png);
}
.thrColFixHdr #container {
	width: 1078px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #005b7f;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/gn_back.gif);
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar1index {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 25px;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005b7f;
	border-right-color: #005b7f;
	border-bottom-color: #005b7f;
	border-left-color: #005b7f;
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #mainIndexContent {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005b7f;
	border-right-color: #005b7f;
	border-bottom-color: #005b7f;
	border-left-color: #005b7f;
	margin-top: 0;
	margin-right: 218px;
	margin-bottom: 0;
	margin-left: 100px;
	padding: 0px;
	width: 632px;
} 
.thrColFixHdr #mainTourContent {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005b7f;
	border-right-color: #005b7f;
	border-bottom-color: #005b7f;
	border-left-color: #005b7f;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 135px;
} 
.thrColFixHdr #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;
}

.navigation:link, .navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 95px;
	text-decoration: none;
	padding: 0px;
	text-align: left;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #B9E9F9;
	display: block;
	width: 95px;
	text-decoration: none;
	text-align: left;
	padding: 0px;
}

.altnavigation:link, .altnavigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 105px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav_quad_off.jpg);
}

.altnavigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCFF66;
	display: block;
	width: 105px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav_quad_on.jpg);
}

.navigationSmall:link, .navigationSmall:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 60px;
	text-decoration: none;
	padding: 0px;
	text-align: center;
}

.navigationSmall:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #B9E9F9;
	display: block;
	width: 60px;
	text-decoration: none;
	text-align: center;
	padding: 0px;
}

.nav_small:link, .nav_small:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #005b7f;
	text-decoration: none;
}

.nav_small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FF9900;
	text-decoration: none;
}

.nav_bttm:link, .nav_bttm:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #005b7f;
	text-decoration: none;
}

.nav_bttm:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}


.nav_footer:link, .nav_footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	width: auto;
	text-align: center;
	line-height: normal;
	padding: 0px;
}

.nav_footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	width: auto;
	text-align: center;
	line-height: normal;
	padding: 0px;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	line-height: 22px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	line-height: 22px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	
}

.footer_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	margin: 0;
	text-decoration: none;
	text-align: center;
	padding: 0px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: normal;
	margin: 0;
	text-decoration: none;
	text-align: center;
	padding: 0px;
}

.main a:link {
	color: #336699;
}
.main a:visited {
	color:#336699
}

.main_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	padding: 0px;
	margin: 0;
	font-weight: bold;
	
}


.italicsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

/** new styles added for menu page **/

.served {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
}

.menu_header {
	font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color: #330000;
}

.menu_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #005b7f;
	line-height: 22px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}
.style1 {color: #005b7f}

div.message {
	background:#f45555;
	border:1px solid #000000;
	line-height:15px;
	padding:7px 0;
	margin:10px 0 0 0;
	text-align:center;
	height:0px;
	width:350px;
	overflow:hidden;
}
