﻿body
{
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	margin: 0;
}

#wrapper
{
	width: 100%;
}

/* -----------------------------------------------------------*/

#wrapper
{
	text-align: left;
	margin: 0 auto;
}

.header
{
	height: 4em;
	background-color: #444;
}

.menu
{
	position: relative;
	bottom: 0px;
	float: right;
	width: auto;
	padding: .5em .5em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	background-color: #444;
}

.menu ul
{
	margin: 8px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.menu ul li
{
	float: left;
	background-color: #656565;
	background-image: -moz-linear-gradient(top, #888888, #656565);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888888), to(#656565));
	border-top: 2px solid #c11;
	border-left: 1px solid #858585;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
}

.menu li:first-child
{
	border-radius: 6px 0px 0px 6px;
}

.menu li:last-child
{
	border-radius: 0px 6px 6px 0px;
}

.menu ul a
{
	display: block;
	padding: 6px 20px 0px 20px;
	width: auto;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-decoration: none;
	color: White;
}

.header .menu a:hover
{
	background-color: Silver;
	text-decoration: underline;
}

.content
{
	width: auto;
	height: 542px;
	margin: 0 auto;
	background: -moz-linear-gradient(top, rgba(128,128,128, .5) 0%, rgba(128,128,128, .0) 5%);
	background: -webkit-gradient(linear, 0% 0%, 0% 5%, from(rgba(128,128,128, 0.5)), to(rgba(128,128,128, .0)));
}

.content .sidebar
{
	float: right;
	margin: 1em 20px 0px 20px;
	width: 180px;
}

.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar h2
{
	border-width: 0;
	background-color: #656565;
	background-image: -moz-linear-gradient(top, #888888, #656565);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888888), to(#656565));
	box-shadow: 1px 1px 3px rgba(255,255,255, .5);
	color: White;
	font-size: small;
	font-weight: normal;
	padding: .25em .5em;
}

.sidebar p, .sidebar li
{
	color: White;
}
.sidebar a
{
	color: White;
	text-decoration: none;
}
.sidebar a:hover
{
	text-decoration: underline;
}
.content p
{
	color: White;
	padding: 1em 1em;
}
.content .left
{
	margin-right: 220px;
}
.content .left h2
{
	/* float: left;      font-weight: normal;     font-size: medium;     display: block;     border-top: 1px solid Silver;     margin: 8px 0;     padding: .5em 1em; */
	border-width: 0px;
	background-color: transparent;
	color: White;
	margin-top: 0px;
	padding-top: 1em;
}

.content h2
{
	font-weight: normal;
	display: block;
	border: 1px solid Silver;
}

.content .inner
{
	position: relative;
	padding-left: 1em;
}
.map
{
	margin: 20px auto;
	top: 0px;
	left: 0px;
	position: relative;
	border: 1px solid Silver;
	width: 640px;
	height: 380px;
	color: Silver;
}
.vmenu
{
	position: absolute;
	float: left;
	top: 0px;
}
.vmenu ul
{
	list-style: none;
}
.vmenu ul a
{
	display: block;
	width: auto;
	height: 44px;
	padding: 10px 20px;
	color: Silver;
	font-size: x-large;
	text-decoration: none;
	vertical-align: middle;
}
.vmenu ul a:hover
{
	background: transparent url("images/msel.png") no-repeat;
}

.footer p
{
	display: block;
	position: relative;
	width: 60%;
	
	margin: 0px 16px 16px 16px;
	padding: .5em 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	
	border-top: 2px solid #666;
	color: rgba(0, 0, 0, .8);
	text-shadow: 0px 1px 0px #A5A5A5;
	position: relative;
	padding: 1.2em 1em;
	width: 80%;
	background-color: #444444;
	margin: 60px auto;

}
.footer p:before, .footer p:after
{
  padding: .2em 0em;
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 70%;
  max-width:300px;
  background: rgba(80, 80, 80, 0.7);
  box-shadow: 0 15px 10px #000000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.footer p:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.footer a
{
	color: #eee;
}

.pb-list
{
	float: left;
	position: relative;
}
.pb-panel
{
	border: 1px solid #858585;
 	margin-left: 200px;
	background-color: #222222;
	box-shadow: 0px 0px 8px #656565 inset;
}
.pb-dt
{
	font-size: 100%;
	width: 10em;
	color: White;
	padding: .5em .5em;
    border-top: 2px solid #858585;
    border-right: 2px solid #353535;
    border-bottom: 2px solid #151515;
    background: #555555;
	background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(#757575), to(#555555) );
	background: -moz-radial-gradient(center 80px 45deg, circle cover, #757575 0%, #555555 100%);
}
.pb-dt:first-child
{
	border-radius: 0px 8px 0px 0px;
}
.pb-dt a
{
    display: block;
    text-decoration: none;
    color: #252525;
    text-shadow: 0px -1px 1px #A5A5A5, 0px 1px 1px #353535;
    color: #E5E5E5;
}
.pb-dt:hover 
{
	background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31, 169, 244, 1)), to(rgba(0, 28, 78, 1)) );
	background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31, 169, 244, 1) 0%, rgba(0, 28, 78, 1) 100%);
}
.pb-list dd
{
	color: White;
}

.logo
{
	display: inline-block;
	font-family: Times New Roman, Times New Roman, times-roman, Georgia, Serif;
	font-weight: bold;
	color: #050505;
	text-shadow: 0px 1px 1px #858585, 0px -1px 1px #252525;
}
.logo .small
{
	font-size: 100%;
	line-height: 300%;
	vertical-align: top;
	padding-left: .5em;
}
.logo .large
{
	font-size: 300%;
}
.logo .middle
{
	font-size: 150%;
}
