@charset "UTF-8";
body  {
	background: #D2D3A9;
	background-image:url(../Layout/bodyBackground.jpg); 
	background-position: top;
	background-repeat: repeat-x;
	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: #473922;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container { 
	width: 1044px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F6F5E1;
	background-image:url(../Layout/images/sidebar1-background.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header {
	background-image:url(../Layout/images/header-background_red.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 257px;
	padding: 0;  /* 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. */
	background-color: #446784;
} 
.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 */
}

#header .headerLogo {
    float: left;
}

div#headerTopNav {
	padding: 26px 0 0 330px;
	margin: 0 0 0 0px;
	font-family: "palatino linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 16px;
	color:#2D8FD2;
} 
#headerTopNav a {
    margin-right: 14px;
}
#headerTopNav a:link {
    color: #fff;
	text-decoration: none;
}
#headerTopNav a:visited {
    color: #fff;
	text-decoration: none;
}
#headerTopNav a:hover {
	color: #BABB75;
	text-decoration: underline;
}
#headerTopNav a:active {
	color: #EBED94;
	text-decoration: underline;
}

div#headerNav2 {
	padding: 22px 0 0 330px;
	margin: 0 0 0 0px;
	font-family: "palatino linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#2D8FD2;
} 
#headerNav2 a {
    margin-right: 14px;
}
#headerNav2 a:link {
    color: #fff;
	text-decoration: none;
}
#headerNav2 a:visited {
    color: #fff;
	text-decoration: none;
}
#headerNav2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#headerNav2 a:active {
	color: #69100E;
	text-decoration: underline;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../Layout/images/sidebar1-background.gif);
	background-repeat:repeat-y;
	padding: 0;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
	background-color: #2C5D7D;
	height: auto;
}

.twoColFixLtHdr #mainContent { 
	margin: 6px 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.masterTable {
    background-color: #F6F5E1;
}
.bodyCell {
    background-color: #E2E1C2;
	padding: 12px;
}

.featureTable {
    background-color: #D2D3A9;
    border-bottom: 8px solid #6F6F49;
}

.featureTable .header {
	background-color: #2E5F7F;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


.featureTable td {
  padding: 10px;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #992222;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	font-size:20px;
	margin-top:0px;
	margin-bottom:6px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
h3 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 2px;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
}


/*ul, ol {
	margin-left:30px;
	line-height:18px;
	margin-bottom:7px;
}*/
ul li {
	list-style-type:square;
}
li {
	margin-left: 15px;
}
.contentCol ul {
   margin-bottom: 12px;
}
p {
	/*font-size:13px;*/
	line-height:18px;
	margin-bottom:10px;
	
}

p img {
	margin-right: 0%;
	padding-right: 10px;
	
}

.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smaller {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smallest {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.bodyContent {
	background-image:url(../Layout/images/sidebar1-background.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	background-color:#F6F5E1;
	overflow:hidden;
}
.bodyContent td { 
    padding: 0px;
	margin: 0px;
}
/* TABLES */

table td {
	vertical-align:top;
}

  /* table type 1 */

.tableType1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border-left: solid 1px #6F6F49;
	border-bottom: solid 1px #6F6F49;
	margin-bottom: 20px;
}
.tableType1 td {
	padding: 6px;
	margin: 6px;
	border-right: 1px solid #A0A164;
	border-top: 1px solid #A0A164;
}
.tableType1 p{
	margin-top: 6px;
	line-height: 14px;
	font-size: 12px; 
}
.tableType1 ul, .tableType1 li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
}
.tableType1 .heading, .tableType1 .heading td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	/* background-color: #821512; */
    background-color: #6A1010;
	border-top: 1px solid #6F6F49;
	border-right: 1px solid #6F6F49;
}
.heading {
	font-weight:bold;
	text-align: center;
	color: #F00000;
}
.tableType1 .subHeading {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 line-height: 14px;
 font-weight: normal;
 /*color: #000000;
 background-color: #AAC4E4;*/
 background-color: #E2E1C2;
 border-top: 1px solid #6F6F49;
 border-right: 1px solid #6F6F49;
}
.tableType1 .headingNav {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 line-height: 14px;
 font-weight: normal;
 /*color: #FFFFFF;
 background-color: #AAC4E4;*/
 border-top: 1px solid #69100E;
 border-right: 1px solid #A0A164;
}

.tableTypeWhite {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	border-left: solid 1px #69100E;
	border-bottom: solid 1px #69100E;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.tableTypeWhite td {
	padding: 6px;
	border-right: 1px solid #A0A164;
	border-top: 1px solid #A0A164;
}
.tableTypeWhite p {
	margin-top: 6px;
	line-height: 20px;
	font-size: 12px; 
}
.tableTypeWhite ul, .tableTypeWhite li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
}
.tableTypeWhite .heading, .tableTypeWhite .heading td {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 line-height: 14px;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #821512;
 border-top: 1px solid #69100E;
 border-right: 1px solid #A0A164;
}

/* nested table without padding or margins */

.tableInvisible {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

.tableInvisible td {
   margin: 0px;
   padding: 2px;
   border: 0px;
}

.tableHomeFeature {
  background-color: #E2E1C2;
  border-bottom: 8px solid #6F6F49;
}

.tableHomeFeature td {
   padding: 6px;
}



/* ########## LAYOUT STYLES ############# */


td {
	vertical-align:top;
	padding: 2px 3px;
}
table.tableType2 td {
	background-color:#E2E1C2;
	padding: 5px 8px;
}
/*tr.heading td {
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 5px 5px 5px;
	background-color:#fff;
}*/
td p {
   /* margin: 0 0 10px 0; */
}
table {
	margin-bottom:7px;
}
input, textarea {
	border: solid 1px #A0A164;
	padding: 1px;
}

.ulAddPadding ul {
    margin-bottom: 15px;
}
table.calendar {
	background-color:#A0A164;
}
table.calendar td {
	background-color:#F6F5E1;
	padding:0;
}
table.calendar a, table.calendar a:visited {
	font-weight:bold;
}
table.calendar td p {
	line-height:14px;
	margin: 9px 7px;
}
table.calendar td:hover {
	background-color:#EFEDD1;
}
table.calendar th {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 5px;
}
table.calendar p.number {
	float:right;
	padding:3px 6px;
	margin:0;
	margin-left:7px;
	background-color:#fff;
	border-left:solid 1px #A0A164;
	border-bottom:solid 1px #A0A164;
}
table.calendar p.tour {
	background-color:#A0A164;
}
table.calendar p.cruise {
	background-color:#A1ACB7;
}
table.calendar p.specialEvent {
	background-color:#DDB305;
}
table.calendar td.heading {
	background-color:#fff;
	font-weight:bold;
	font-size:18px;
	padding: 8px;
}
table.calendar td.heading a {
	font-size:12px;
}
.container {
	min-width:1012px;
	background-color:#6F704A;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image:url(../Layout/images/header-background4.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:#A0A164;
	width:100%;
	overflow:hidden;
}
.logo {
	float:left;
}
.headerNav {
	float:left;
	padding-top:28px;
	overflow:hidden;
}
.headerNav td {
	margin: 0px;
	padding: 0px;
}
.headerNav li {
	list-style:none;
	float:left;
	margin-left:0;
}
.headerNav li a {
	float:left;
}
.headerNav .topNav {
	width:630px;
}
.headerNav .topNav li a {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:5px;
}
.headerNav .subNav {
	padding-top: 5px;
	clear:left;
}
.headerNav .subNav li {
	margin-left:0;
}
.headerNav .subNav li a, .headerNav .subNav li a:visited {
	color:#fff;
	font-weight:bold;
	margin-right: 10px;
	padding: 6px 4px;
	font-size: 13px;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
.headerNav .subNav li a:hover {
	text-decoration:underline;
}

/*  BEGIN OLD 
#headerHome {
	background-image:url(../layout/home_headerSpacer.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	width:100%;
	overflow:hidden;
	position:relative;
}
#headerHome .headerNav {
	background-image: url("../layout/home_header.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	width:100%;
	height:242px;
	padding-top:0;
}
#headerHome .topNav {
	padding-top:27px;
	padding-left:320px;
}
#headerHome .headerLogo {
	position:absolute;
	top:0;
	left:0;
	width:210px;
	height:80px;
}
#headerHome .subNav {
	padding-left:320px;
	padding-top:0;
}
#headerHome .headerNav .subNav li a, #headerHome .headerNav .subNav li a:visited {
	padding: 2px 4px;
}

END OLD */

.headerHome {
	background-image:url(file:///C|/Documents%20and%20Settings/liz.WATERMARK/Desktop/Liz/Three%20Centuries%20Tours/layout/home_headerSpacer.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	width:100%;
	margin: 0px;
	padding: 0px;
}

.headerHome table {
margin-bottom: 0px;
}

.headerHome td {
	margin: 0px;
	padding: 0px;
}

.headerHome .headerNav {
	background-image: url("file:///C|/Documents and Settings/liz.WATERMARK/Desktop/Liz/Three Centuries Tours/layout/home_header.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	width:100%;
	height:242px;
	padding-top:0;
}
.headerHome .topNav {
	padding-top:27px;
	padding-left:320px;
}
.headerHome .headerLogo {
	position:absolute;
	top:0;
	left:0;
	width:210px;
	height:80px;
}
.headerHome .subNav {
	padding-left:320px;
	padding-top:0;
}
.headerHome .headerNav .subNav li a, .headerHome .headerNav .subNav li a:visited {
	padding: 2px 4px;
}


.contentCol {
	color:#473922;
	padding: 20px 40px 20px 205px;
	/*  overflow: hidden; testing for Win IE problem */
}

td.leftColumn {
	background-color:#69100E; /* formerly #821512; */
	float:left;
	clear:left;
	width:192px; 
	border-bottom:solid 1px #A19664;
}
td.leftColumn h2 {
	background-color:#69100E;
	padding: 10px 8px;
	margin:0;
	font-size:16px;
}
td.leftColumn ul {
	overflow:hidden;
	background-color: #821512;
}
td.leftColumn ul li {
	overflow:hidden;
	margin:0;
	list-style:none;
	/*float:left;
	display:inline;*/
}
td.leftColumn ul li a, td.leftColumn ul li a:visited {
	/*float:left;
	display:inline;*/
	display:block;
	clear:both;
	width:180px;
	color:#fff;
	/*padding: 4px 8px 4px 15px;*/
	padding:4px 0;
	padding-left:12px;
	border-top:solid 1px #A19664;
	text-decoration:none;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
}
td.leftColumn ul li a:hover {
	background-color:#DF2C28;
	color:#fff;
	text-decoration:none;
}
td.leftColumn ul li ul {
	overflow:hidden;
	border-top:solid 1px #A19664;
	padding-left:5px;
}
td.leftColumn ul li ul li a, td.leftColumn ul li ul li a:visited {
	/*float:left;*/
	display:block;
	width:165px;
	border:none;
	font-size:12px;
	background-color:#905638;
	background-image:url(file:///C|/Documents%20and%20Settings/liz.WATERMARK/Desktop/Liz/Three%20Centuries%20Tours/layout/leftNav_bullet.gif);
	background-position: 12px 8px;
	background-repeat:no-repeat;
	padding-left: 22px;
}
td.leftColumn ul li ul li a:hover {
	background-color:#8F8F62;
}
td.leftColumn h2.newsletter {
	color:#fff;
	border-top:solid 1px #A19664;
	padding-top:10px;
}
td.leftColumn p {
	margin: 5px 10px;
}
.contentCol p {
	line-height:20px;
	margin: 0px 0 10px 0;
}


.indented h3, .indented h2, .indented p {
    margin-left: 20px;
}

/*.contentCol a, .contentCol a:visited {
	color:#990000;
}
.contentCol a:hover {
	text-decoration:none;
}*/
.left {
	float:left;
}
.right {
	float:right;
}

.register {
	font-size: 9px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	position: relative;
	top: -1em;
}
.bookit {
	margin-right: 25%;
	margin-left: 25%;
}
.imgindex {
	margin-left: 20px;
}
#footer {
	background-color:#6E6E45;
	color: #FFF;
	text-align:center;
	padding:5px 30px;
	margin: 10px 0 0 0;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	margin: 5px 0px;
}
#footer a, #footer a:visited {
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:none;
}
.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;
}

div.featurePhoto {
   width: 225px;
   float: right;
   margin: 0 0 20px 20px;
}

div.featurePhoto330 {
   width: 330px;
   float: right;
   margin: 0 0 20px 20px;
}

div.featurePhotoSmall {
   width: 125px;
   float: right;
   margin: 0 0 20px 20px;
}.greenheading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #033;
}
.center {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #sidebar2 {
	float: right;
	width: 295px;
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 2px;
	padding-bottom: 5px;
}

	
.title {
	font-family: BlackBeard, "Times New Roman";
	font-size: 36px;
	text-align: center;
}
.sidebarimg {
	margin-left: 60px;
}
.twoColFixLtHdr #container #mainContent #top {
	background-image: url(file:///C|/Documents%20and%20Settings/liz.WATERMARK/Desktop/Liz/Three%20Centuries%20Tours/layout/Field%20Trip%20Pieces2.gif);
	padding-left: 15px;
}
.white {
	color: #FFF;
}

.talbeimg {padding-right: 10px;}.rightpadding {
	padding-right: 0px;
	margin-right: 25px;
}

.twoColFixLtHdr #container #sidebar1 {
	background-image: url(../Layout/images/sidebar1-background.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 200px;
}
.tableheader {
	font-weight: bold;
	color: #FFF;
	background-color: #2D5A7A;
}
.clear {
	clear: both;
	float: right;
}

.video {
	margin-left: 200px;
}
.center {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #sidebar {
	float: right;
	width: 200px;
	background-color: #D2D3A9;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px;
	border: thin dotted #2E5F7F;
}
