/*
 * 
 * green: #008060;
 * gold:  #967733;
 * 
 */

body {
	background-image: url(../img/bg.jpg);
	background-color: #EFE2A4;
	color: #6F6F6F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1.pageContent {
	font-size: 14px;
	color: #967733;
}

h2.pageContent {
	font-size: 12px;
	margin: 4px;
	color: #967733; 
}

p.pageContent{
	font-size: 12px;    
}

a {
	color: #008060;
	text-decoration: none;
}

#pageContent ul {
	font-size: 12px;
}

#pageContent li {
	padding-top: 4px;
}

a:hover {
	color: #46330a;    
}

img {
	border: none;
}

input {
	border: 1px solid #967733;
	color: #999999;
	text-align: left;
	font-size: 11px;
}

select {
	border:1px solid #967733;
	color: #999999;
}

#centerLayer {
	margin: 0px auto;
	width: 750px;
}

#contact {
	position:relative; 
	top: 20px; 
	float: right; 
	margin-right: 20px;
}

#contact a {
	color: #967733;
}

#contact a:hover {
	text-decoration: underline;
}

#search {	
	position: relative;
	top: 20px;
	padding-right: 6px;
	float: right;
}

#search .languageSelector {
	margin: 2px;
}

#hotel {
	position: relative;
	top: 10px;
	left: -10px;
}

.searchField {
	width: 120px;
	padding: 2px 0 2px 20px;
	background-image: url(../img/search.gif);
	background-repeat: no-repeat;
	background-color: #FDFDDF;
}

#logo {
	float: left;
	position: relative;
	top: 10px;
	left: 10px;	
}

#pageNavigation {
	clear: both;
}

#pageNavigation a:hover {
	color: #46330a;
}

#pageNavigation a.NavigationActive {	
	color: #46330a;
}

#pageNavigation ul {
	padding: 2px 0px 2px 0px;
	margin: 8px 0px 6px 0px;
	font-variant: small-caps;
	font-size: 12px;
	list-style: none;
	font-weight: bold;
}

#pageNavigation li {
	display: inline;
	margin: 0px;
	padding-left: 2px;
	padding-right: 0px;
	text-align: center;
	color: #008060;	
}

#pageBottomNavigation {
	border-left: 1px solid #967733;
	border-right: 1px solid #967733;
	border-top: 3px double #967733;
	border-bottom: 1px solid #967733;
	background-color: #FFFFEF;
	margin-top: 6px;			
}

#pageBottomNavigation ul {
	margin-bottom: 8px;
	margin-top: 6px;
	font-variant:small-caps;
	font-size: 12px;
	list-style: none;
	margin-left: 0px;
	padding: 2px 0px 2px 0px;
	text-align: center;		
}

#pageBottomNavigation li {
	display: inline;
	margin: 0px;
	padding-left: 2px;
	padding-right: 0px;
	color: #008060;	
}

#pageBottomNavigation a.NavigationActive {
	color: #46330a;
}

#pageBottom {
	border-left: 1px solid #967733;
	border-right: 1px solid #967733;
	border-top: 3px double #967733;
	border-bottom: 1px solid #967733;
	background-color: #FFFFEF;
	font-size: 12px;	
	padding: 4px;
	text-align: left;
	margin-top: 6px;
}

#copyright {
	font-size: 8px;
	text-align: right;
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 11px;
}

.indexEyeCatcher { 
	width: 150px; 
	height: 100px; 
	border: 4px double #967733; 
	text-align: center; 
	margin: 13px; 
	background-color: #FDFDDF;
	float: left;
	padding: 1px;
}

.pictureControl {
	width: 100%; 
	text-align: right;
}

.pictureControl img {
	margin: 0px; 
	position: relative; 
	top: 4px;
}

img.pagePicture {
	background-color: #FFFFFF; 
	border: 1px solid #967733; 
	padding: 6px;
}

.pdfDownload {
	padding-left: 40px; 
	min-height: 32px; 
	display:block; 	 
	margin-top: 8px;
	margin-bottom: 8px; 
	font-size: 12px;
	background: url(../img/filetypes/pdf_32.gif);
	background-repeat: no-repeat;
}

.zipDownload {
	padding-left: 40px; 
	min-height: 32px; 
	display:block; 	 
	margin-top: 8px;
	margin-bottom: 8px; 
	font-size: 12px;
	background: url(../img/filetypes/zip_32.gif);
	background-repeat: no-repeat;
}

.jpgDownload {
	padding-left: 40px; 
	min-height: 32px; 
	display:block; 	 
	margin-top: 8px;
	margin-bottom: 8px; 
	font-size: 12px;
	background: url(../img/filetypes/jpg_32.gif);
	background-repeat: no-repeat;
}

.downloadInfo {
	color: #999999; 
	display: block; 
	font-size: 10px;
    padding-left: 40px;
    margin-top: -20px;
}
