﻿body, html 
{
    height:100%;
}
body 
{
	font-family: Tahoma;
	font-size: 13px;
	color: #888888;
	background-color: #000000;
}
/*---------header--------*/
#header #logo a
{
	border: 0;
}
#header #languageBar
{
	line-height: 30px;
	height: 30px;
}
#languageBar a
{
	color: #c1c1c1;
}
#languageBar a:hover
{
	text-decoration: none;
}
/*----------*/
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: underline;
}
h1 
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
	font-size: 220%;
	color: #AAAAAA;
	margin-top: 0px;
}
h2 
{
	font-size: 150%;
	margin-top: 10px;
	color: #AAAAAA;
	margin-bottom: 10px;
}
h3 
{
	font-size: 140%;
	color: #000000;
}
hr {
	border-style: dashed;
	border-color: #666666;
	height: 1px;
}
a.a:link, a.a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.b:link, a.b:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.b:hover {
	color: #888888;
	text-decoration: underline;
}
.sideMenu
{
	list-style: none;
}
.sideMenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0;
}
.sideMenu li
{
	padding: 2px;
	border: solid 1px #666666;
	width: 150px;
	margin-top: 2px;
}
.sideMenu li a
{

}
.sideMenu a:link, .sideMenu a:visited {
	color: #888888;
	text-decoration: none;
}

.sideMenu a:hover {
	color: #ffffff;
	text-decoration: none;
}
.childMenu ul
{
	margin: 0;
}
li.parentMenu
{
    padding-left: 19px;
    width: 133px;
}
li.childMenu
{
	padding-left: 52px;
	width: 100px;
}
.text1 {
	color: #ffffff;
}
.text2 {
	font-weight: bold;
	font-size: 14px;
}
.text3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.text4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #C9EDFB;
}
.boxData
{
	width: 580px;
	float: left;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 2px;
	padding-top: 2px;
}
.boxData .imageContainer
{
	width: 132px;
	float: left;
}
.boxData .description
{
	width: 440px;
	float: left;
}
.locationForm
{
    width: 90%;
}
.locationForm #columnLeft
{
    width: 276px;
    float: left;
}
.locationForm #columnRight
{
    width: 240px;
    float: left;
}
#footer a
{
	color: #423d3d;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
