body {
	background-color: #302E41;
	margin:0;
	padding-top:30px;
}
body,td,th,p,div {
	font: 11px/1.3 Verdana, Helvetica, sans-serif;
	color: #eee;
}
#pageWrapper {   /* div */
	text-align:center;
}
#pageWrapper1 {   /* shadow middle */
	width:986px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background:url(../images/bgd_shadow_middle.jpg) center repeat-y;
}
#pageWrapper2 {   /* shadow top */
	padding-top:15px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background:url(../images/bgd_shadow_top.jpg) top no-repeat;
}
#pageWrapper3 {   /* shadow bottom */
	text-align:center;
	padding-bottom:15px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background:url(../images/bgd_shadow_bottom.jpg) bottom no-repeat;
}
#wrapperWidth {   /* div */
	width:956px;   /* affects all pages in the site - can be overriden by local CSS rules */
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:0;
	background:#1F518C url(../images/blue_bgd.jpg) no-repeat;
}
.small {
	font-size:11px;
}
.clear {
	clear:both;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
	color: #eee;
}
blockquote {
	margin:0;
	margin-bottom: 25px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8B5657;
}
/*----------------------------------------------------   main layout blocks   ----------------------------------------------------*/
#pageHeader {
		padding:0;
		margin:0;
}
	#menuBox {
		padding:0;
		margin:0;
		margin-right:736px;
		text-align:left;
		font: 16px/1 Tahoma, Verdana, sans-serif;
	}
		.menuItem {
			padding:3px;
			padding-left:20px;
			}
		#menuBox .menuItem {
			border-left:#FFD232 solid 1px;
			}
		#menuBox a {
			padding-right:40px;
			padding-bottom:5px;
		}
		#menuBox .on a {
			background-image:url(../images/menuArrowRight.gif);
			background-repeat:no-repeat;
			background-position: right bottom;
		}
		#menuBox a:link { color: #fff; text-decoration:none;}
		#menuBox a:visited { color:#fff; text-decoration:none; }
		#menuBox .on a:link { color: #FFD232; text-decoration:none;}
		#menuBox .on a:visited { color:#FFD232; text-decoration:none; }
		#menuBox a:hover { color:#FFD232; text-decoration:none; }
		#menuBox a:active { color:#FFD232; text-decoration:none; }
		
		#logo {
			padding:0;
			margin-bottom:20px;
			padding-left:21px;
			padding-top:9px;
		}
	#mainImageBox {
		float:right;
		width:735px;
		padding:0;
		margin:0;
	}
	
#pageContent {
	clear:both;
	text-align:left;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:0;
}
	#mainContent {
		margin-right:201px;
		padding:10px;
		padding-left:50px;
		padding-right:50px;
	}
	#subMenuBox {
		float: right;
		width: 200px;
	}
	.noRightMenu #mainContent {
		margin-right:3px;
	}
	.noRightMenu  #subMenuBox {
		width: 2px;
	}
	
		#subMenuTitle {
			margin-top:50px;
		}
		#subMenu {
			font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
		}
		#subMenu .menuItem {
			padding:3px;
			}
		#subMenu a {
			padding-left:30px;
			padding-bottom:5px;
		}
		#subMenu .on a {
			background-image:url(../images/menuArrowLeft.gif);
			background-repeat:no-repeat;
			background-position: left bottom;
		}
		#subMenu a:link { color: #fff; text-decoration:none;}
		#subMenu a:visited { color:#fff; text-decoration:none; }
		#subMenu .on a:link { color: #FFD232; text-decoration:none;}
		#subMenu .on a:visited { color:#FFD232; text-decoration:none; }
		#subMenu a:hover { color:#FFD232; text-decoration:none; }
		#subMenu a:active { color:#FFD232; text-decoration:none; }
		
		
#pageFooter {
	clear:both;
	width:956px;
	text-align:center;
	margin:0 auto;
}
	#footerInside {
		text-align:right;
		margin:0 auto;
		font: 10px/1.0 Verdana, Helvetica, sans-serif;
		color: #A29188;
	}
	#footerInside a:link {
	color: #A29188;
	text-decoration:none;
	}
	#footerInside a:visited { color:#A29188; text-decoration:none; }
	#footerInside a:hover { color:#fff; text-decoration:none; }
	#footerInside a:active { color:#A29188; text-decoration:none; }
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link { color: #fff; text-decoration:underline; }
a:visited { color:#fff; text-decoration:underline; }
a:hover { color:#fff; text-decoration:underline; }
a:active { color:#fff; text-decoration:underline; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #FFD232;
	font-weight:normal;
}
h1 {
	font-size: 19px;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/listBullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
#pageContent ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#pageContent ol li {
	padding-left: 10px;
	background-position: -10px -10px ;
}
#pageContent ol ul li {
	padding-left: 20px;
}
#pageContent ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContent ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   forms   ----------------------------------------------------*/
form {
	margin:0px;
	margin-bottom: 20px;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #999;
	color: #fff;
	border: 1px solid #000;
}
/*----------------------------------------------------   images   ----------------------------------------------------*/
.imgNormal {
	padding: 1px;
	border: 1px solid #fff;
}
.imgRight {
	padding: 1px;
	border: 1px solid #fff;
	float:right;
	margin-left:40px;
	margin-bottom:40px;
}
.imgLeft {
	padding: 1px;
	border: 1px solid #fff;
	float:left;
	margin-right:40px;
	margin-bottom:40px;
}
#toursThumbs h3 {margin-bottom:5px;}
#toursThumbs .imgLeft {margin-bottom:10px;margin-right:20px;}

