.homepagebackground {
	background-color: #474747;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/backgrounds/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
}

.contentspagebackground {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*hidden stuff*/

.hide { 
 display: none;
 }
#printablelogo { 
 	display: none;
 } 
#seo { 
 	display: none;
 }
 
/*centre*/
/*this class gives the horizontally tiled background and centres the page*/

#centre {
	width: 100%;
	background-image: url(../images/backgrounds/bg-home.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#centrepage {
	width: 100%;
}

/*container*/
/*this class gives the outer grey margin on either side*/

#container {
	width:756px;
	margin-right:auto;
	margin-left:auto;
	background-color: #333333;
	padding: 0px;
	margin-top: 0px;
}

/*main*/
/*this class gives the centred grey page with the 1px white borders*/

#main {
	margin-right:auto;
	margin-left:auto;
	background-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 744px;
}






/*page furniture*/

#logo {
	height: 120px;
	text-align: right;
	margin-right: 25px;
}

#header {
	height: 11px;
}

#navigation {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#flash {
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 90px;
}

#orangetop {
	background-image: url(../images/backgrounds/orange.gif);
	background-repeat: repeat-y;
	background-color: #FDBB00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 8px;
}

#shadow {
	background-color: #333333;
	background-image: url(../images/backgrounds/footer.jpg);
	background-repeat: repeat-x;
}

#orangebottom {
	background-image: url(../images/backgrounds/orange.gif);
	background-repeat: repeat-y;
	background-color: #FDBB00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 4px;
}

#footershadow {
	background-image: url(../images/backgrounds/footer.jpg);
	height: 25px;
}

#footerrow1 {
	margin-bottom: 5px;
}

#footerrow2 {
	margin-bottom: 5px;
}

#footerlogo {
	float: left;
	margin-left: 30px;
}

#terms {
	font-size: 9px;
	color: #44494F;
	float: right;
	margin-right: 30px;
	margin-top: 55px;
}
#terms a:link {
	color: #555C64;
	text-decoration: none;
 }
#terms a:visited {
	color: #555C64;
	text-decoration: none;
 }
#terms a:hover {
	color: #E9AD00;
	text-decoration: underline;
 }

#copyright {
	color: #555C64;
	font-size: 9px;
	float: left;
	margin-left: 30px;
	margin-top: 13px;
}
#copyright a:link {
	color: #555C64;
	text-decoration: none;
 }
#copyright a:visited {
	color: #555C64;
	text-decoration: none;
 }
#copyright a:hover {
	color: #E9AD00;
	text-decoration: underline;
 }

#partners {
	float: right;
	margin-right: 30px;
}


/*breadcrumbs*/

#centresection {
	width: 700px;
	margin-left: 30px;
	background-color: #333333;
}

#breadcrumbs {
	font-size: 9px;
	color: #555C64;
	margin-left: 30px;
	margin-bottom: 25px;
	padding-top: 15px;
}
#breadcrumbs a:link {
	color: #666D77;
	text-decoration: none;
 }
#breadcrumbs a:visited {
	color: #555C64;
	text-decoration: none;
 }
#breadcrumbs a:hover {
	color: #E9AD00;
	text-decoration: underline;
 }

/*content*/


#content {
	width: 455px;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
#content p{
	color: #FFFFFF;
}
#content h1{
	font-size: 21px;
	font-weight: lighter;
	color: #FFFFFF;
	letter-spacing: -1px;
	line-height: 25px;
	margin-bottom: 25px;
}
#content h2{
	font-size: 12px;
	color: #E9AD00;
	line-height: 18px;
}
#content h3{
}
#content strong{
	color: #E9AD00;
}
#content em{
	font-size: 9px;
	font-style: normal;
	color: #999999;
	line-height: 12px;
}
#content ul{
}
#content li{
}
#content img{
	border: 2px solid #666666;
}
#content form{
}
#content select{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4D5359;
	border: 1px solid #666666;
}
#content input{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4D5359;
	border: 1px solid #666666;
}
#content textarea{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4D5359;
	border: 1px solid #666666;
}
#content blockquote{
	background-color: #404040;
	margin: 0px;
	padding: 12px;
}
#content a:link {
	color: #E9AD00;
	text-decoration: underline;
 }
#content a:visited {
	color: #E9AD00;
	text-decoration: underline;
 }
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
 }

/*righthandpanel*/

#panel {
	float: right;
	width: 210px;
	margin-bottom: 35px;
}
.pullout {
	background-color: #3F4449;
	padding: 10px;
	border: 1px solid #333333;
}
.pullout img{
	border: 2px solid #797979;
}
.pullout p{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	line-height: 14px;
}
.pullout ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	line-height: 14px;
}
.pullout li{
}
.pullout strong{
	font-size: 11px;
	color: #E9AD00;
	line-height: 15px;
}
.pullout em{
}
.pullout a:link {
	color: #E9AD00;
	text-decoration: underline;
 }
.pullout a:visited {
	color: #E9AD00;
	text-decoration: underline;
 }
.pullout a:hover {
	color: #FFFFFF;
	text-decoration: underline;
 }



#twitter_div{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	line-height: 14px;
	margin-top: 20px;
}
#twitter_div p{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	line-height: 14px;
}
#twitter_div ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	line-height: 14px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#twitter_div li{
	list-style-type: none;
	
}
#twitter_div a:link {
	color: #E9AD00;
	text-decoration: underline;
 }
#twitter_div a:visited {
	color: #E9AD00;
	text-decoration: underline;
 }
#twitter_div a:hover {
	color: #FFFFFF;
	text-decoration: underline;
 }
 
#twitter_div img{
	border: 0px solid #797979;
}

/*teasers*/

#teasersrow {
	margin-bottom: 20px;
}

.teaser p {
	font-size: 9px;
	line-height: 12px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
 }
.teaser strong {
	font-size: 12px;
	line-height: 21px;
 }
.teaser img {
	margin: 0px;
	padding: 0px;
}
.teaser a:link {
	color: #E9AD00;
	text-decoration: none;
 }
.teaser a:visited {
	color: #E9AD00;
	text-decoration: none;
 }
.teaser a:hover {
	color: #FFFFFF;
	text-decoration: underline;
 }

#teaser1 {
	background-color: #44494F;
	width: 222px;
	float: left;
	height: 190px;
}

#teaser2 {
	background-color: #44494F;
	width: 222px;
	float: left;
	margin-left: 7px;
	height: 190px;
}

#teaser3 {
	background-color: #44494F;
	width: 222px;
	float: left;
	margin-left: 7px;
	height: 190px;
}


/*footernavigation*/

#footernavigation {
	font-size: 9px;
	line-height: 13px;
	color: #555C64;
	text-align: center;
	margin-bottom: 20px;
 }
#footernavigation a:link {
	color: #555C64;
	text-decoration: none;
 }
#footernavigation a:visited {
	color: #555C64;
	text-decoration: none;
 }
#footernavigation a:hover {
	color: #E9AD00;
	text-decoration: underline;
 }
 
 
 




/*specific CSS for the drop-down navigation*/

#nav, #nav ul {
	float: left;
	width: 750px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
#nav a:hover {
	color: #E9AD00;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li a {
	padding-right: 8px;
	padding-left: 8px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	font-weight: normal;
	margin: 0;
	background-color: #474D53;
}

#nav li li {
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4F5861;
	font-size: 11px;
}

#nav li ul a {
	width: 190px;
	color: #FFFFFF;
}

#nav li ul a:hover {
	width: 190px;
	color: #E9AD00;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background-color: #474D53;
}

#nav li:hover, #nav li.sfhover {
	background-color: #41464C ;
}


.alignright {
	float: right;
	margin-left: 5px;
	border: 1px solid #666666;
}



.tourInfoTableSubHeaderMonth {
	background-color: #E9AD00;
	font-weight: bold;
	color: #333333;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.tourInfoTableHeader {
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FDBB00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
 }
 .tourInfoTableSubHeader {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #333333;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
 }
.tourInfoTableDetails {
	color: #CCCCCC;
	background-color: #3F4449;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
 }
