/* style sheet version 2.1 KTC 12/2008
/*******************layout coding*********************/
body {
	text-align: center;
	background: #7db4e4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	color: #003471;
}
body.pop {
	background: #ffffff;
}
#outerWrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}


#wrapper {
	width: 750px;
	background-color:#FFFFFF;
	border: 2px solid #2a71a5;
	background-image: url(ktc-background.gif);
	background-repeat: repeat-y;
	padding: 0px;
	position: relative;
}

#pageHeader {
	height: 175px;
	width: 750px;
	/*border-bottom: 2px solid #c0c0c0;*/
}
#topNavSection {
	width: 744px;
	font-size: 12px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-left: 6px;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003471;
}


#leftCol {
	float: left;
	width: 150px;
	text-align: left;
	/*background-color: #003471;*/
	padding-top: 5px;
	margin-right: 10px;
}

#mainContent {
	float: left;
	width: 74.5%;
	text-align: left;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 2px;
}
#footer {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 750px;
	margin: 0px;
	text-align: center;
	border-top: 2px solid #2a71a5;
	position: relative;
	
}
#footerContent {
	padding: 5px;
	color: #003471;
	position: relative;
	margin: 0px;
}
#credit {
	float: right;
	padding: 5px;
	color: #003471;
	
	margin: 0px;
	font-size: 0.8em;
	width: 150px;
}

.clear {
	clear: both;
	font-size: 1px;
}
/*******************h tags*********************/
h1 {
	font-weight: normal;
	font-size: 21px;
	color: #2a71a5;
	margin-top: 10px;
	margin-bottom: 6px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h1.center {
	text-align: center;
}
h1.smaller {
	font-size: 19px;
}
h1.centeritalic {
	text-align: center;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 12px;
}
h2 {
	font-weight: bold;
	font-family: Arial;
	font-size: 11pt;
	color: #2a71a5;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	color: #2a71a5;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

h4 {
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
	color: #2a71a5;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
}

.ph2{
	font-weight: bold;
	font-family: Arial;
	font-size: 11pt;
	color: #2a71a5;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

/***********************image layout formatting************/
.pic-column{
	float: right;
	width: 206px;
	margin-left: 15px;
}
.pic-column img.border_r{
	width: 206px;
	margin-bottom: 15px;
}

img.border {
	border: 1px solid #5A71A5;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: auto;
}
img.noborder_r {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 6px;
	float:right;
}
img.noborder_l {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: auto;
	float:left;
}
img.borderthin {
	border: 1px solid #5A71A5;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto
}
img.border_l {
	border: 1px solid #5A71A5;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: auto;
	float:left;
}
img.border_r {
	border: 1px solid #5A71A5;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: 6px;
	float:right;
}
img.border_c {
	border: 1px solid #5A71A5;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	float:none;
}
.picRightTop{
	float: right;
	display: block;
	margin: 5px 0px 5px 8px;
}
.picLeftTop{
	float: left;
	display: block;
	margin: 5px 8px 5px 0px;
}
	

/******************************typography coding***********************************/


/*******************general links*********************/
a:link, a:visited { 
	text-decoration: underline; 
	color: #003471; 
	font-weight: normal; 
}
a:hover,a:active { 
	text-decoration: underline; 
	color: #FF6600; 
	font-weight: normal 
}

a:link.quiet, a:visited.quiet {
	text-decoration: none; 
	color: #003471; 
	font-weight: normal; 
}
a:hover.quiet, a:active.quiet { 
	text-decoration: underline; 
	color: #FF6600; 
	font-weight: normal; 
}

#pageTitle-top{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	position: absolute;
	left: 262px;
	top: 131px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 450px;	
	}
	
#pageTitle-bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	position: absolute;
	left: 263px;
	top: 132px;
	z-index: 5;
	text-align: right;
	width: 450px;	
	}

hr {
	color: #2a71a5;
	background-color: #2a71a5;
	height: 2px;
	border: none;
	margin-bottom: 8px;
}

p {
	margin-top:0px;
	margin-bottom: 12px;
	position: relative;
}
p.callout {
	margin-top:2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 3px solid #2a71a5;	
	position: relative;
	padding: 5px;
}
p.callout2{
	width:535px;
	margin-top:7px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	border: 2px solid #2a71a5;
	position: relative;
	padding: 8px;
	overflow: auto;
}
.justify {
	text-align: justify;
}


.price { color: #003471;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	font-weight: normal;
	font-family: Arial;
	/*font-size: 10pt;*/
	text-align: left;
	color: #003471;
	margin-top: 5px;
	margin-bottom: 5px
}
ol {
	list-style-position: outside;
	font-weight: normal;
	font-family: Arial;
	/*font-size: 10pt;*/
	text-align: left;
	color: #003471;
}

.mandatory {
	font-size: 1.3em;
	font-weight: bold;
	color: #DC6950;
}
.textitalic {
	font-style: italic;
	font-weight: normal;
}
.textitalicsmall {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}

.camper { 
	text-align: center;
}


.embolden {
	font-weight: bold;
}
.red {
	color: #DC6950;
}

.bodyTextRed {
	background: #F2D05F;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	font-size: 11px;
	color: #6D1B51;
}

.message {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
	font-weight: bold;
	font-size: 11pt;
	color: #F1000E;
}
/****************form styling***************/
.form {
	font-size: 0.9em;
}

radio {background-color: #FAE5B5;}
input {background-color: #FAE5B5;}
textarea {background-color: #FAE5B5;}
select {background-color: #FAE5B5;}
.submit {background-color: #003471; color: #FAE5B5; font-weight: bold; margin-bottom: 10px; margin-top: 5px;}

/***************************table styling****************/

table {
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	color: #003471;
}


td.headitalic {
	font-style: italic;
}
td.headbold {
	font-weight: bold;
}
td.headboldRed {
	font-weight: bold;
	color: #DC6950;
}

.two-column {
	border: 1px solid #FF9900;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.tourhead{
	background-color: #003471;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	padding: 5px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
		}
.tableContent{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	padding: 8px;
}

.top {
	color: #003471;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link.atop, a:visited.atop	{ 
	text-decoration: none; 
	color: #009C9E; 
	font-weight: normal; 
}
a:hover.atop, a:active.atop { 
	text-decoration: underline; 
	color: #FF6600; 
	font-weight: normal 
}

a:link.acredit, a:visited.acredit	{ 
	text-decoration: none; 
	color: #003471; 
	font-weight: normal; 
	font-size: 0.8em;
}
a:hover.acredit, a:active.acredit { 
	text-decoration: underline; 
	color: #003471; 
	font-weight: normal;
	font-size: 0.8em;
}
.creditFooter{
	text-align: right;
	margin-top: 8px;
	margin-right: 15px;

}
.mh_head{
	text-align: center;
	background-color: #003471;
	color: #ffffff; 
	font-weight: bold;
}
a:link.mh, a:visited.mh	{ 
	text-decoration: underline; 
	color: #FFFFFF; 
	font-weight: normal; 
}
a:active.mh, a:hover.mh	{ 
	text-decoration: underline; 
	color: #FFFFFF; 
	font-weight: bold 
}
/* Tour Maps */
ul.tour{
	margin: 0px 0px 12px 15px;
	padding: 0px;
}
ul.tour li{
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 4px;
}
.tour-maps{
   width:550px;
   }
 .tour-maps td {
  padding:5px 0px;
  } 
   
td.mapCell{
	text-align: right;
 }
td.tour-list{
 	vertical-align: text-top;
 	padding:0px;
 }
 .section_spacer{
	height: 25px;
 }

td.priceheader {
	background-color: #800000; 
	color:#ffffff
}
td.pricebody {
	background-color: #F3F072; 
	color:#000000
}
p.itinerary-detail {
	font-style: italic;
	font-size: 76%;

}