body {
	margin: 0px;
}

/* header */

#headerholder {
	height: 100px;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
}
#header-flash {
	height: 100px;
	width: 800px;
	z-index: 0;
}
#header {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*#topnav-holder {
	width: 400px;
	left: 400px;
	top: -100px;
	position: relative;
	height: 75px;
}*/

#topnav {
	width: 800px;
	text-align: right;
	float: right;
	z-index: 200;
	position: absolute;
	top: 55px;
}
#clear {
	clear: both;
}
#topnav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #F7B61C;
}

#bottomnav-holder {
	background-image: url(images/bottomMenu-bg.jpg);
	width: 399px;
	top: -25px;
	left: 400px;
	clear: both;
	position: relative;
}

/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:399px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	clear: both;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
	width:133px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:133px;
position:relative;
}
.menu ul a:first-child {
	border-left: 1px solid #fff;
}
/* IE6 hack to put border on left side of nav */
 * html .menu {
	border-left: 1px solid #fff;
	float:left;
}
	
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:122px;
	height:25px;
	padding-left:10px;
	line-height:25px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:133px;
w\idth:122px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#F7B61C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#d89800;
}
.menu ul ul :hover > a.drop {
background:#d89800;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#ffd46c;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#d89800;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:133px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
t\op:25px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:133px; 
top:0;
width:133px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-133px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ffd46c;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:112px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
}

* html .menu ul ul a{
width:133px;
w\idth:112px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#d89800;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#d89800;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}




/* content */

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
}


#right-holder {
	width: 400px;
	float: right;
	z-index: 0;
	height: 290px;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	line-height: 12px;

}
#endorsement {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9999;
	height: 101px;
	width: 400px;
	z-index: -50;
}
#movieholder {
	width: 360px;
	padding: 10px;
	border: 1px solid #CC9999;
	text-decoration: none;
	height: 270px;
	z-index: -100;
}
#photogallery {
	height: 140px;
	width: 780px;
	clear: both;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #CC9999;
}

/* programs - itineraries */

#program {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#program p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	line-height: 15px;
	padding-left: 242px;
}

#program-title {
	width: 800px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F2B31C;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.program-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #490E00;
}

.program-sub {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #490E00;
	text-transform: none;
}
.program-sub-countries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	text-transform: uppercase;
}
#program-images {
	float: right;
	width: 222px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #490E00;
}

#program-imagesleft {
	float: left;
	width: 222px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #490E00;
}
#program-images img, #program-imagesleft img {
	padding: 10px;
	border: 1px solid #CC9999;
	background-color: #FFFFFF;
	margin-top: 15px;
}
#program a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #490E00;
	width: 230px;
	text-decoration: underline;
	background-repeat: repeat-x;
}
#program a:hover {
	color: #d89800;
}
#map-dates {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 10px;
}
#map-dates table table {
	border: 1px solid #CC9999;
}
#program-code {
	float: left;
	height: 50px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #490E00;
	margin-right: 5px;
}
#chart-announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #490E00;
	text-align: center;
	padding-bottom: 3px;
	font-weight: bold;
}

/* footer */

#footer {
	background-repeat: repeat-x;
	height: 50px;
	background-image: url(images/footer-bg.jpg);
	clear: both;
}
#footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.05em;
	padding-top: 5px;
}
#footernav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#footernav a:hover {
	color: #F7B61C;
}
#about-image {
	width: 150px;
	padding-right: 5px;
	padding-top: 15px;
}
.about-text {
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
#about-left img {
	float: left;
	padding-right: 10px;
}
.about-text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.about-contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #490E00;
	line-height: 15px;
	padding-top: 15px;
}
#about-movie {
	height: 270px;
	width: 360px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CC9999;
	clear: both;
}
#about-contactholder {
	width: 250px;
	padding-top: 15px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #490E00;
}
#about-contactholder a {
	text-decoration: underline;
}
#about-contactholder a:hover {
	color: #F7B61C;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.endorsement-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	padding-top: 5px;
}
.endorsement-image {
	padding-top: 7px;
}
#endorsement-seperator {
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2B31C;
	padding-bottom: 10px;
	padding-top: 10px;
}
.endorsement-bigtxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #F2B31C;
}
#endorsement-holder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/endorsement/endorsement-bg-group.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#endorsement-flashholder {
	width: 800px;
}
#oberammergau-holder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#oberammergau-holder img {
	float: left;
	padding-right: 10px;
}
#oberammergau-images {
	float: right;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #490E00;
	padding-left: 20px;
}
#oberammergau-images img {
	padding: 10px;
	border: 1px solid #CC9999;
	margin-bottom: 20px;
}
#contact {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/cathedral-bg-sm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contact .contact-headings a {
	color: #490E00;
	text-decoration: underline;
}
#contact .contact-headings a:hover {
	color: #F7B61C;
}
#contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contact table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contact td {
	padding-bottom: 2px;
}
/* For Email Contact form links */
#contact2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contact2 .contact-headings a {
	color: #490E00;
	text-decoration: underline;
}
#contact2 .contact-headings a:hover {
	color: #F7B61C;
}
#contact2 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contact2 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contact2 td {
	padding-bottom: 2px;
}
/* Email Contact Form ends here */
#contact-underline {
	width: 355px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2B31C;
}
#contact-vertBorder {
	height: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F2B31C;
	width: 39px;
}

.contact-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #490E00;
}
#entheosTag {
	float: right;
	width: 200px;
	text-align: right;
}
#entheosTag a {
	color: #4C0B00;
	text-decoration: none;
	font-size: 10px;
	text-transform: none;
}
#entheosTag a:hover {
	color: #E9BB00;
}
