@charset "UTF-8";
/* CSS Document */


/* COLOURS
red: #98012e
grey: #535456
*/

html, body {
	margin:0;
	padding:0;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	color:#535456;
}



#container {
	margin:0 auto;
	width:885px;
	padding:0;
}


a {color:#98012e;}
a:hover {color:#000;}
a img {border:none;}


/*----------------->  MISC  ------------------*/


.floatLeft {float:left;}
.floatRight {float:right;}

.centeredImage {text-align:center;display:block;}
.centeredImage img {padding:5px;}

.centeredImageSponsor {text-align:center;display:block;}
.centeredImageSponsor img {}

/*  HOME PAGE BUTTONS  */

.pastTours_btn a, .ctvClip_btn a {
	display:block;
	width: 264px;
	height:60px;
	padding:0;
}

.pastTours_btn a:hover, .ctvClip_btn a:hover {background-position: 0 -60px;}
.pastTours_btn a:active, .ctvClip_btn a:active  {background-position: 0 -60px;}

.pastTours_btn a {background: url("../images/pastTours_btn.jpg") 0 0 no-repeat;}

.ctvClip_btn a {background: url("../images/ctvClip_btn.jpg") 0 0 no-repeat;}

#video {width:320px;display:block;margin:0 auto;}



/*----------------->  TYPOGRAPHY  ------------------*/

h1 {
	margin:0;
	padding:0;
	text-indent:-9999px;
}

h2 {
	color: #666;
	font-family: Times New Roman, Times, serif;
	font-size: 2.1em;
	font-style: normal;
	font-weight: lighter;
	border-bottom:1px solid #98012e;
	margin:.0 0 .3em 0;
	padding:0 0 .2em 0;
	line-height:100%;
}

h3 {
	font-family: Times New Roman, Times, serif;
	color:#98012e;
	padding:1.5em 0 .3em 0;
	margin:0;
	font-size:1.4em;
}

h4 {
	font-family: Times New Roman, Times, serif;
	color:#98012e;
	padding:1.5em 0 .1em 0;
	margin:0;
	font-size:1.4em;
	text-align:center;
	border-bottom:1px solid #98012e;
	font-weight: lighter;
}


.red {color:#98012e;}
.light {font-weight:lighter;}
.fontSize50 {font-size:50%;}
.fontSize70 {font-size:70%;}
.fontSize80 {font-size:80%;}

.chairPosition {font-style:italic;color:#868585;}


/*----------------->  HEADER  ------------------*/

#header {
	background-image: url(../images/header.jpg);
	width: 862px;
	display: block;
	background-repeat: no-repeat;
}


/*----------------->  PAGES ------------------*/

/* 2 COLUMN LAYOUT */

#colLeft_2{
	float:left;
	margin:20px;
}

#colRight_2{
	float:left;
	font-size:.9em;
	letter-spacing:.03em;
	margin:20px 0 0 0;
	line-height:155%;
}

#colRight_2  ul{
	list-style:none;
	margin:0;
	padding:0;
}

#colRight_2  ul li{
	padding:0 0 .3em 0;
}

.tour#colLeft_2 {width:325px;padding:20px 0 0 0;}
.tour#colRight_2 {width:400px;padding-top:15px;}
.tour#colRight_2 p{ margin:0;padding:0;}

.feature {
	float:right;
	width:150px;
	min-height:170px;
	margin:45px 0 0 15px;
	padding:5px;
}


/* SINGLE COLUMN LIST PAGE */

.col_1 {
	padding:10px;
	display:block;
	float:left;
	padding:20px 0 20px 0;
	margin:10px 0 10px 20px;
	width:850px;

}

.border {border-bottom:1px dotted #98012e;}

.col_1 h2{
	border:none;
	font-size:1.6em;
	width:100%;
	float:left;
	margin:0;
	padding:0 0 .2em 0;
	text-align:center;
}
.col_1 h3{
	border:none;
	font-size:1.2em;
	width:100%;
	float:left;
	margin:0;
	padding:0 0 .5em 0;
	text-align:center;
}

.col_1 p{
	text-align:center;
	color:#838282;
	margin:0;
	padding:0 0 2.5em 0;
	font-size:.9em;
	line-height:150%;
	letter-spacing:0em;
}


.photo {float:right;width:150px; padding:10px 0 0 10px;display:block;}
.photo img {padding:5px 5px 0 5px;border:1px solid #ccc;margin:0 0 5px 0;}
.caption{font-size:75%;text-align:center;display:block;}


.number {
	float:left;
	width:45px;
	min-height:150px;
	padding:0 15px 30px 0;
}
.content {
	float:left;
	width:600px;
	padding:20px 0 0 20px;
}




/* PAST TOURS PAGE */

#pastTours {
	width:600px;
	display:block;
	margin: 0 auto;
}

.width700 {
	width:700px;
	display:block;
	margin: 0 auto;
}






/*----------------->  FOOTER  ------------------*/

#footer {
	background-image:url(../images/footer.jpg); 
	background-repeat: no-repeat;
	width:862px;
	height:129px;
	display:block;
	float:left;
}

#footer p{
	padding:50px 0 0 30px;
	font-size:70%;
	width:50%;
	float:left;
	line-height:150%;
}

.support {padding:50px 0 0;float:left;font-size:90%; width:350px}