﻿html,body {
	background-color: #171717;
	background-image: url('images/bk_grad.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	color: #FFDE79;
	font-family: Georgia,Arial,Tahoma;
}
.videocell {
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
.yellow {
	color: #FFDE79;
	line-height: 25px;
	font-size: 16px;
	font-family: Georgia;
	background-color: #222222;
	border-width: 0 0 1px 0 ;
	border-color:#FFDE79;
	border-style:solid;
}
.flashslide {
	text-align: center;
	clear: both;
	padding: 20px 0px 20px 0px;
}
img {
	border:0px
}
.photo_break {
	text-align: center;
	margin: 17px 0px 17px 0px;
}
.left_break {
	text-align: center;
	margin: 5px 0px 17px 0px;
	float: left;
	clear: both;
}
.occ_yellow {
	color: #FFDE79;
	line-height: 25px;
	font-family: Georgia;
	background-color: #222222;
	border-width: 0 0 1px 0;
	border-color: #FFDE79;
	border-style: solid;
	font-size: 14px;
	text-align: left;
}


/********************* CSS LAYOUT ***********************/

#logo {
	margin: 0px auto 0px auto;
	width: 800px;
	text-align: left;
	font-size: 21px;
}
#menucont {
	margin: 0px auto 0px auto;
	width: 800px;
	height:35px;
}
#map {
	border-style: none solid none solid;
	border-width: 1px;
	margin: 0px auto 0px auto;
	width: 800px;
	color: #FFDE79;
	background-color: #222;
	border-color: #333;
	background-color: #222;
}
#content {
	padding: 15px 25px 5px 25px;
	border-style: none solid solid solid;
	border-width: 1px;
	margin: 0px auto 0px auto;
	width: 748px;
	color: #CCCCCC;
	background-color: #222;
	border-color: #333;
	background-color: #222;
	font-size: 13px;
	text-align: justify;
	font-family: Verdana;
	font-weight: bold;
	line-height: 17px;
}
#undermap {
	border-style: none solid solid solid;
	border-width: 1px;
	margin: 0px auto 0px auto;
	width: 795px;
	color: #FFDE79;
	background-color: #222;
	border-color: #333;
	background-color: #222;
	height: 25px;
	text-align: left;
	font-family: Verdana;
	padding-left: 5px;
	font-size: 9px;
	font-weight: bold;
	line-height: 25px;
	font-style: italic;
}
#video {
	text-align: center;
	margin: 20px auto 0px auto;
	width: 482px;
	height: 455px;
}
#address {
	padding: 9px 0px 9px 0px;
	color: #FFDE79;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto 0px auto;
	width: 798px;
	background-color: #222;
	border-color: #333;
	height: 50px;
	line-height: 50px;
}
#footer {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 43px;
	line-height: 26px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
	text-align: center;
}

/********************* LINKS ***********************/

a:link 		{color: #FFDE79; text-decoration:none;}
a:visited 	{color: #FFDE79; text-decoration:none;}
a:active 	{color: #FFDE79; text-decoration:none;}
a:hover  	{color: white; text-decoration:none;}

/********************* TOP MENU ***********************/

#menu1 {
	border-style: solid;
	border-color: #000 #333 #000 #333;
	padding: 0 0 0 23px;
	margin: 0;
	list-style: none;
	height: 35px;
	background: #fff url(images/button1.gif);
	position: relative;
	border-width: 0 1px 1px 1px;
	border-bottom: 1px solid #333;
}
#menu1 li {
	float:left;
}
#menu1 li a {
	display:block; 
	float:left; 
	height:35px; 
	line-height:35px; 
	_line-height:32px; 
	color:#FFDE79; 
	text-decoration:none; 
	font-size:16px; 
	text-align:center; 
	padding:0 0 0 8px; 
	cursor:pointer;
}
#menu1 li a b {
	float:left; 
	display:block; 
	padding:0 29px 0 29px;
}
#menu1 li.current a {
	color:#ffdc7d; 
	background:url(images/button3.gif);
}
#menu1 li.current a b {
	background:url(images/button3.gif) no-repeat right top;
}
#menu1 li a:hover {
	color:#fff; 
	background:#000 url(images/button2.gif);
}
#menu1 li a:hover b {
	background:url(images/button2.gif) no-repeat right top;
}
#menu1 li.current a:hover {
	color:#fff; 
	background:#000 url(images/button3.gif); 
	cursor:default;
}
#menu1 li.current a:hover b {
	background:url(images/button3.gif) no-repeat right top;
}
table {
	border-collapse: collapse;
}

/********************* second MENU ***********************/

#solidblockmenu{
	font-size:18px;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
}
#solidblockmenu li{
	display: inline;
}
#solidblockmenu li a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right:9px;
	margin-right:5px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #cccccc;
	cursor:pointer;
}
#solidblockmenu li .current{
	color: #FFDE79;
	cursor:default;
	border:1px	#EDE0BA	solid;
}
#solidblockmenu a:hover{
	color: #ffffff;
	border:1px	#ffffff	solid;
}

