/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(/images/centerBgrnd.gif);
	background-position: center top;
}
body.orderForm {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: none;
	background-position: center top;
	width: 640px;
	padding: 6px;
}
body.orderForm p {
	font-size: 12px;
}
body.orderForm th {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
body.orderForm td {
	font-size: 12px;
	vertical-align: top;	
}
body.orderForm div.order td {
	border-top: 1px solid #333;	
}
body.orderForm h1 {
	font-size: 16px;
}
body.orderForm h2 {
	font-size: 12px;
}
body div.logoBW {
	clear: both;
	margin-bottom: 6px;
	text-align: right
}

div#outer {
	width: 870px;
	margin: 0 auto;
}
div#mainOuter {
	width: 866px;
	background-color: #FFF;
}
div#mainOuter a:link, div#mainOuter a:visited {
	color: #09F;
}
div#mainOuter a:link:hover, div#mainOuter a:visited:hover {
	color: #F09;
}


div#mainOuter div.topBar {
	float: left;
}
div#mainOuter p.p-bold {
	font-weight: bold;
}
div#mainOuter p.p-boldErrMsg {
	color: #C00;
	font-weight: bold;	
}

div#mainOuter span.p-bold {
	font-weight: bold;
}
div#mainOuter p.greyP {
	color: #666;
}

div#mainOuter div.topBar div.logo {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 273px;
	height: 58px;
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 20px;
	
}
div#mainOuter div.topBar div.upperLeft {
	float: left;
	background-image: url(/images/upperLeft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 260px;
	width: 380px;
	
}
div#mainOuter div.topBar div.upperRight {
	float: left;
	background-image: url(/images/upperRightImage.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 113px;
	width: 486px;
}
div#mainOuter div.topBar div.topBlueBar {
	height: 15px;
	background-color: #09F;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 866px;
}
div#mainOuter div.topBar div.topPinkBar {
	height: 15px;
	background-color: #F09;
	width: 866px;	
}

div#mainOuter div.topBar div.tabMenu {
	float: right;
	height: 36px;
	border-top: 1px solid #FFF;
	width: 486px;
	background-color: #09F;	
}
div#mainOuter div.topBar div.tabMenu ul {
	margin: 0;
	padding: 0;
}
div#mainOuter div.topBar div.tabMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	float: left;
/*	margin-top: 8px;*/
}
div#mainOuter div.topBar div.tabMenu a:link, div#mainOuter div.topBar div.tabMenu a:visited {
	background-image: url(/images/blueTab.jpg);
	background-repeat: no-repeat;
	width: 115px;
	height: 28px;
	display: block;
	float: left;
	margin-right: 4px;
	padding-top: 8px; 
	text-align: center;
	text-decoration: none;
	color: #FFF;
	line-height: 28px;	
	line-height /**/: 30px;	
}
div#mainOuter div.topBar div.tabMenu a:link:hover, div#mainOuter div.topBar div.tabMenu a:visited:hover {
	background-image: url(/images/blueTab_ov.jpg);	
	color: #006;
}
div#mainOuter div.topBar div.tabMenu a.pinkTab:link, div#mainOuter div.topBar div.tabMenu a.pinkTab:visited {
	background-image: url(/images/pinkTab.gif);	
	width: 105px;	
}
div#mainOuter div.topBar div.tabMenu a.pinkTab:link:hover, div#mainOuter div.topBar div.tabMenu a.pinkTab:visited:hover {
	background-image: url(/images/pinkTab_ov.gif);	
	color: #006;	
	width: 105px;		
}

div#mainOuter div.centerMain {
	float: left;
	background-color: #FFF;
	background-image: url(/images/menuBgrnd.gif);
	background-repeat: repeat-y;
}


div#mainOuter div.centerMain div.menuColumn {
	float: left;
	width: 225px;
	padding-top: 30px;
	background-image: url(/images/menuTop.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#mainOuter div.centerMain div.centerColumn {
	float: left;
	background-color: #FFF;	
	width: 360px;
	border-left: 40px solid #FFF;	
	border-right: 36px solid #FFF;	
}
div#mainOuter div.centerMain div.centerColumn h1 {
	color: #F09;
	font-size: 22px;
	margin: 0;
	padding: 0;
	padding-top: 8px;	
}
div#mainOuter div.centerMain div.centerColumn h4 {
	font-size: 12px;
	color: #09F;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
div#mainOuter div.centerMain div.centerColumn p {
	font-size: 11px;
}
div#mainOuter div.centerMain div.centerColumn ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;	
}
div#mainOuter div.centerMain div.centerColumn li {
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	list-style: none;
	background-image: url(/images/bulletOnWhite.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left: 20px;	
}


/* wide column no right col */
div#mainOuter div.centerMain div.centerColumnWide {
	float: left;
	background-color: #FFF;	
	width: 590px;
	border-left: 40px solid #FFF;	
	border-right: 10px solid #FFF;	
	min-height: inherit;
}
div#mainOuter div.centerMain div.centerColumnWide h1 {
	color: #F09;
	font-size: 22px;
	margin: 0;
	padding: 0;
	padding-top: 8px;
}
div#mainOuter div.centerMain div.centerColumnWide h2 {
	font-size: 14px;
	color: #09F;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	font-weight: bold;
	border-bottom: 2px solid #3399FF;
	margin-bottom: 8px;
}
div#mainOuter div.centerMain div.centerColumnWide h3 {
	font-size: 12px;
	color: #09F;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

div#mainOuter div.centerMain div.centerColumnWide h4 {
	font-size: 12px;
	color: #09F;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
div#mainOuter div.centerMain div.centerColumnWide p {
	font-size: 11px;
}


div#mainOuter div.centerMain div.centerColumnWide th {
	background-color: #F09;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}
div#mainOuter div.centerMain div.centerColumnWide tr.odd {
	background-color: #C1E7FF;
}
div#mainOuter div.centerMain div.centerColumnWide tr.even {
	background-color: #E6F5FF;
}
div#mainOuter div.centerMain div.centerColumnWide td {
	color: #000;
	font-size: 11px;	
}
div#mainOuter div.centerMain div.centerColumnWide th.thBottom {
	vertical-align: bottom;
}
div#mainOuter div.centerMain div.centerColumnWide th.thCenter {
	text-align: center;
}
div#mainOuter div.centerMain div.centerColumnWide td a:link, div#mainOuter div.centerMain div.centerColumnWide td a:visited {
	color: #009;
	font-weight: bold;
}
div#mainOuter div.centerMain div.centerColumnWide td a:link:hover, div#mainOuter div.centerMain div.centerColumnWide td a:visited:hover {
	color: #F09;
	text-decoration: none;	
}

div#mainOuter div.centerMain div.centerColumnWide img.leftImage {
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid #333;
}
div#mainOuter div.centerMain div.centerColumnWide li span.linkDesc {
	color: #666;
	font-weight: normal;
}
div#mainOuter div.centerMain div.centerColumnWide div.bookingForm table {
	width: 85%;
	border: 1px solid #009;
	margin-bottom: 10px;
}
div#mainOuter div.centerMain div.centerColumnWide div.bookingForm th {
	background-color: #C1E7FF;
	color: #009;
	width: 30%;
}
div#mainOuter div.centerMain div.centerColumnWide div.bookingForm td {
	background-color: #E6F5FF;
}
div#mainOuter div.centerMain div.centerColumnWide div.bookingForm textarea {
	width: 99%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 80px;
}
div#mainOuter div.centerMain div.centerColumnWide ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;	
}
div#mainOuter div.centerMain div.centerColumnWide li {
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	list-style: none;
	background-image: url(/images/bulletOnWhite.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left: 20px;	
}



div#mainOuter div.centerMain div.centerColumnWide div.checkout {
	background-color: #eee;
	border-top: 1px solid #999;
}
div#mainOuter div.centerMain div.centerColumnWide div.checkout p {
	font-size: 13px;
}
div#mainOuter div.centerMain div.centerColumnWide div.checkout div.left {
	float: left;
}
div#mainOuter div.centerMain div.centerColumnWide div.checkout div.right {
	float: right;
}

div#mainOuter div.centerMain div.centerColumnWide div.crumbBar {
	margin-bottom: 10px;	
	float: left;
	width: 100%;
}
div#mainOuter div.centerMain div.centerColumnWide div.crumbBar div.breadCrumbs {
	float: left;
	width: 350px;
}
div#mainOuter div.centerMain div.centerColumnWide div.crumbBar div.basketContent {
	float: right;
	width: 187px;
	font-size: 11px;	
	vertical-align: top;
}
div#mainOuter div.centerMain div.centerColumnWide div.crumbBar div.basketContent p {
	margin: 0;
	padding: 0;
	text-align: right
}
div#mainOuter div.centerMain div.centerColumnWide div.crumbBar div.basketContent img.basketImage {
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}

div#mainOuter div.centerMain div.centerColumnWide div.articleImage {
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #999;
}
div#mainOuter div.centerMain div.centerColumnWide div.articleImage img {
	cursor: pointer;
}
div#mainOuter div.centerMain div.centerColumnWide p.greyNote {
	font-size: 11px;
	color: #999;
}


div#mainOuter div.centerMain div.centerColumnWide div#galleryOuter {

}
div#mainOuter div.centerMain div.centerColumnWide div#galleryOuter div#thumbnails {
	float: left;
	width: 160px;
	height: 400px;
	overflow-y: scroll;	
	padding: 3px;
	margin-bottom: 20px;
	background-color: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
	border-left: 1px solid #CCC;	
}
div#mainOuter div.centerMain div.centerColumnWide div#galleryOuter div#thumbnails div.thumbnail {
	height: 80px;
	width: 60px;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #333333;
	cursor: pointer;
	background-color: #FFF;
}
div#mainOuter div.centerMain div.centerColumnWide div#galleryOuter div#imageView {
	width: 390px;
	width /**/: 410px;	
	height: 400px;
	overflow-y: scroll;	
	overflow-x: hidden;			
	text-align: center;
	margin-top: 5px;
	padding: 3px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
	border-right: 1px solid #CCC;		
}
div#mainOuter div.centerMain div.centerColumnWide div#galleryOuter div#imageView img.imageView {
	cursor: pointer;
	float: left;	
}
div#mainOuter div.centerMain div.centerColumnWide div#galleryOuter div.imageCaption {
	text-align: center;

	width: 390px;
	width /**/: 415px;	
	height: 30px;
	float: right;
	background-color: #666;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;		
	margin-bottom: 6px;
}
div#mainOuter div.centerMain div.centerColumnWide div#galleryOuter div.imageCaption p {
	padding: 0;	
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles {
	margin-bottom: 5px;
	float: left;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsTitle {
clear: both;
}

div#mainOuter div.centerMain div.centerColumnWide div#newsArticles h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;	
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles p a:link, div#mainOuter div.centerMain div.centerColumnWide div#newsArticles p a:visited {
	text-decoration: none;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles p a:link:hover, div#mainOuter div.centerMain div.centerColumnWide div#newsArticles p a:visited:hover {
	text-decoration: underline;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsPageNav_left {
	float: left;
	text-align: left;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsPageNav_right {
	float: right;
	text-align: right;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsImageThumb {
	float: left;
	border: 1px solid #999;
	margin-right: 10px;
	width: 100px;
	margin-top: 3px;
	background-position: center center;	
	height: 40px;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsSummary {
	width: 470px;
	float: left;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsSummary p {
	font-size: 10px;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsSummary p a:link, div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsSummary p a:visited {
	color: #666;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsSummary p a:link:hover, div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsSummary p a:visited:hover {
	color: #F09;
}
div#mainOuter div.centerMain div.centerColumnWide div#newsArticles div.newsSummary p span.blueLink {
	color: #09F;		
}
/* question and answers */
div#mainOuter div.centerMain div.centerColumnWide div.questionLeft {
	float: left;
	background-color: #FFF;	
	width: 360px;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionLeft p.questionFrom h5 {
	margin: 0;
	padding: 0;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionLeft p.questionFrom {
	font-size: 10px;
	color: #666;
	margin: 0;
	padding: 0;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionLeft table {
	width: 356px;
	border: 1px solid #666;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionLeft th {

}
div#mainOuter div.centerMain div.centerColumnWide div.questionLeft td {
	background-color: #FFCEE7;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionLeft textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 335px;
	height: 130px;
	padding: 2px;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionLeft input {
	width: 200px;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionCol {
	float: right;
	background-color: #FFF;	
	width: 200px;
	margin-top: 0px;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionCol h2 {
	margin-top: 0px;
	padding-top: 6px;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionCol form {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionCol input {
	width: 100px;
}
div#mainOuter div.centerMain div.centerColumnWide div.questionCol input.submitButton {
	width: 40px;
}
/* question and answers */

div#courseGalleryThumbs {
	width: 590px;
	border: 1px solid #CCC;
	background-color: #EEE;
	overflow-x: scroll;
}
div#courseGalleryThumbs div.thumbnail {
	height: 90px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

div#mainOuter div.centerMain div.toTop {
	border-top: 1px solid #999;
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#mainOuter div.centerMain div.toTop a:link, div#mainOuter div.centerMain div.toTop a:visited {
	color: #999;
	text-decoration: none;
}
div#mainOuter div.centerMain div.toTop a:link:hover, div#mainOuter div.centerMain div.toTop a:visited:hover {
	color: #333;
	
}



p.errMsg {
	color: #F09;
	font-weight: bold;
}

/* wide column no right col */

div#mainOuter div.centerMain div.rightColumn {
	float: left;
	background-color: #FFF;	
	width: 200px;
}
div#mainOuter div.centerMain div.rightColumn h2 {
	font-size: 13px;
	color: #999;
}
div#mainOuter div.centerMain div.rightColumn div.photoGallery {
	text-align: center;	
}
div#mainOuter div.centerMain div.rightColumn div.photoGallery div.slidesInner {
	border: 1px solid #CCC;
	background-color: #EEE;
	margin: 0;
	padding: 0;	
	width: 200px;	
	height: 150px;
	background-position: center center;	
	background-repeat: no-repeat;
	cursor: pointer;
}
div#mainOuter div.centerMain div.rightColumn div.photoGallery p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

div#mainOuter div.centerMain div.rightColumn div.headlines {
	
}
div#mainOuter div.centerMain div.rightColumn div.headlines div.newsImageHeader {}
div#mainOuter div.centerMain div.rightColumn div.headlines p.headline {
	font-size: 11px;
	color: #333;
}
div#mainOuter div.centerMain div.rightColumn div.headlines p.headline a:link, div#mainOuter div.centerMain div.rightColumn div.headlines p.headline a:visited {
	font-size: 11px;
	color: #F09;
}

div#mainOuter div.centerMain div.rightColumn div.headlines span.smaller {
	font-size: 11px;
}
div#mainOuter div.centerMain div.rightColumn div.headlines span.darkBlue a:link, div#mainOuter div.centerMain div.rightColumn div.headlines span.darkBlue a:visited {
	color: #009;
	font-size: 10px;
}
div#mainOuter div.centerMain div.rightColumn div.headlines span.darkBlue a:link:hover, div#mainOuter div.centerMain div.rightColumn div.headlines span.darkBlue a:visited:hover {
	color: #009;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

html #nonFooter
{
height: 100%;
}

#footer
{
position: relative;
margin-top: -7.5em;
}

div#mainOuter div.footer {
	clear: both;
	background-color: #09F;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #FFF;
}
div#mainOuter div.footer p {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding: 0;
	padding: 4px;
	margin: 0;
	text-align: center;
}
div#piranhaFooter {
	text-align: center;
	background-color: #F09;
}
div#piranhaFooter p {
	font-size: 10px;
	padding: 3px;
	margin: 0;
	color: #FFF;
	font-weight: bold;
}
div#piranhaFooter a:link, div#piranhaFooter a:visited {
	color: #FFD7FF;
	text-decoration: none;
}
div#piranhaFooter a:link:hover, div#piranhaFooter a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

/* popup date box */

div.infoBox_left {
	position: absolute;
	width: 210px;
	height: 180px;
	margin-left: 20px;
	z-index: 1000;
	background-image: url(/images/infoBox.gif);
	background-repeat:no-repeat;
}
div.infoBox_right {
	position: absolute;
	margin-left: 20px;
	width: 210px;
	height: 180px;
	z-index: 1000;
	background-image: url(/images/infoBox_r.gif);
	background-repeat:no-repeat;
}
div.infoBox_upLeft {
	position: absolute;
	margin-left: 20px;
	width: 210px;
	height: 180px;
	z-index: 1000;
	background-image: url(/images/infoBox_ul.gif);
	background-repeat:no-repeat;
}

div#dateInfo p {
	margin: 0;
	padding: 0;
	color: #666;
}

div#dateInfo ul {
	margin: 0;
	padding: 0;
}
div#dateInfo li {
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	padding-left: 8px;
	background-image: url(/images/infoBoxBullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
div#infoBox div#dateInfo h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #F09;
}

div#infoBox div#dateInfo {
	padding-left: 10px;
	width: 150px;
	padding-top: 25px;
}

div#courseBox {
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2000;
	position: absolute;
	/*background-image: url(/images/courseBG.gif);
	Filter: Alpha(Opacity=50);*/
}
div#courseBox div#courseBoxInfo {
	margin: 0 auto;
	width: 250px;
	height: 400px;
	background-color: #CCC;
	border: 2px solid #000;
}

/* popup date box */

/* ************************************************************************ location details */
body.locationMap {
	background-color: #FFF;
	background-image: none;
}
div#locationDetails {
	width: 94%;
	margin: 0 auto;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;	
	padding: 10px;
	border: 1px solid #333;
}
div#locationDetails h1 {
	font-size: 18px;
	color: #006;
}
div#locationDetails h2 {
	font-size: 13px;
	color: #000;
}
div#locationDetails p {
	font-size: 11px;
}

div#locationMap {
	height: 500px;
	min-height: 500px;
	width: 100%;
	border: 1px solid #333;
}
/* ************************************************************************ location details */

div#printedOrderForm {
	display: none;
}
div#screenMessage {
	width: 300px;
	float: left;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #CCC;
	padding: 15px;
	margin: 50px;
}
div#screenMessage div.logoBW {
	text-align: center;
	margin: 10px;
}

div.articleContent table {
	background-color: #FFF;
	width: 360px;
}
div.articleContent td {
	background-color: #FFF;
}
div.articleContent th {
	background-color: #FFF;
}

.float-right {
float:right;
margin:12px 0 10px 10px;
}

.cu_telephone {
visibility:hidden;  
display:none; 	
}
