@charset "utf-8";

img {
	border: 0px;
}

/* Main element definitions */
body {
	background-color: #201508;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #e4c4a0;
	margin: 0px;
}
a {
	color:#FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

a:hover {
	color:#FFFFFF;
	text-decoration: none;

}


/* Layout definitions */
#background {
	/* z-index: 1; */
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: inherit;
	background-image: url(../img/bgimage.png);
	height: 1050px;
}

#main {
	position: relative;
	left: 200px;
	top: 66px;
	background-image: url(../img/main.png);
	width: 615px;
	height: 875px;
}

/*
#menu {
	background-color: #000000;
	color:#FFFFFF;
	left: 6px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 1.2em;
	padding-left: 17px;
	width: 590px;
	left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}
*/

#smallbox {
	width: 561px;
	height: 178px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-image: url(../img/smallbox.png);
	padding: 15px;
	margin-bottom: 10px;
}

#smallestbox {
	width: 561px;
	height: 106px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-image: url(../img/smallestbox.png);
	padding: 15px;
	margin-bottom: 10px;
}

#largebox {
	width: 561px;
	height: 651px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-image: url(../img/largebox.png);
	padding: 15px;
	text-align:justify;
}

/*
#menu span {
	padding-left: 10px;
	padding-right: 10px;
}

#menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #e4c4a0;
	text-decoration: none;
}
*/

#content {
	position: relative;
	top: 100px;
	padding: 10px;
}

#map {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
}

#time {
	color: #ffffff;
	font-size: 0.9em;
	position: relative;
	top: 75px;
	left: 55px;
	width: 180px;
	text-align:center;
	
}

/* Content classes */

.motto {
	font-style:italic;
	letter-spacing: 2px;
}

.header {
	font-weight: bold;
	font-size: 1.1em;
	color:#FFFFFF;
}

.bold {
	font-weight: bold;
}

.iconimage {
	float:left;
	clear: left;
	border: 1px solid black;
	margin: 10px;
}

.button {
	background-color:#e4c4a0;
	border: 1px solid #ffffff;
}

/* light box */
#modal_container {  
	padding:5px;  
	background-color:#fff;  
	border:1px solid #666;  
	overflow:auto;  
	font-family:"Lucida Grande",Verdana;  
	font-size:12px;  
	color:#333;  
	text-align:left;  
} 
 
#modal_overlay {  
background-color:#000;  
}

#lang img {
	border: none;
	margin-left: 5px;
}

#menu
{	
	background-color: #000000;
	color:#FFFFFF;
	left: 6px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 1.2em;
	padding-left: 17px;
	width: 590px;
	left: 4px;
	height: 28px;
	margin-top:0px;
	margin-bottom:0px;
}
	
#menu li
{	
	float: left;
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 22px;
}


#menu li a
{	
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li a:hover
{	
	color: #e4c4a0;
}

#menu img {
	vertical-align: center;
}

#menu li ul
{	
	
	margin: 0px;
	margin-top: 3px;
	padding: 0;
	position: absolute;
	display: none;
	border: 1px solid #352512;
	border-top: 1px solid #e4c4a0;
	border-bottom: 3px solid #e4c4a0;
	/*padding-bottom: 3px;*/
	z-index: 5;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	background: #6f290d;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000');
}

#menu li ul li
{	
	float: none;
	/* display: inline; */
	margin-top: 2px;
	margin-bottom: 2px;
}

#menu li ul li a
{	
	width: auto;
	font-size: 0.9em;
	font-weight: normal;
	background: #6f290d;
	margin: 0px;
}

#menu li ul li a:hover
{	
	background: #79562e;
}

  .error { color: #f00; font-weight: bold; font-size: 1.2em; }
  .success { color: #00f; font-weight; bold; font-size: 1.2em; }
  fieldset { width: 90%; }
  legend { font-size: 24px; }
  .note { font-size: 18px; }

.clear {
    width: 100%;
    clear: both !important;
    display: inline-block;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
    height: 1%;
}
