﻿body {
    background-color: #848484;
    background-image: url("../Content/FrameworkImages/bg.jpg");
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Sans-Serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

#site {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    border: solid 1px #9A9A9A;
    background-color: #fff;
    text-align: left;
}

/* ====== TOP AREA ====== */

#topArea {
    text-align: left;
    width: 950px;
    margin: 0px;
    height: 100px;
}

#logo {
    float: left;
    padding-top: 20px;
    padding-left: 25px;
}

#topRight {
    float: right;
    font-size: 0px;
    margin: 0px;
    white-space: nowrap;
}

#topRightInner {
	padding-top: 50px;
	padding-right: 20px;
}

.topRightHeader {
    color: #0668AD;
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
}

#topRight span {
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
}

#topRight a {
    color: #0668AD;
    text-decoration: underline;
}

/* ====== MAIN MENU ====== */

#mainMenu {
    height: 25px; /*20px;*/
    width: 950px;
    background-image: url("../Content/mainMenuBg.gif");
    background-repeat: repeat-x;
    background-color: #0160a9;
    border-top: solid 1px #015089;
    border-bottom: solid 1px #015089;
/*
    border-top: solid 1px #696969;
    border-bottom: solid 1px #696969;
*/
}
#mainMenu table {
    height: 100%;
}
#mainMenu td {
    height: 100%;
    margin: 0px;
    border-right: 0px;
    vertical-align: middle;
    font-size: 7.5pt;
    text-transform: uppercase;
}
#mainMenu td a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #fff;
}
#mainMenu td a:hover {
    color: #eaeaea; /*#696969;*/
}

.current a:link {
    color: #eaeaea; /*#696969;*/
}
.current a:hover {
    color: #eaeaea; /*#C0C0C0;*/
}

#loginArea {
    float: right;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 7.5pt;
    text-transform: uppercase;
}
#loginArea a {
    color: #fff;
    text-decoration: none;
}
#loginArea a:hover {
    color: #f7f7f7; /*#696969;*/
    text-decoration: none;
}

#langChooseArea {
    float: right;
    padding-top: 2px;
    padding-right: 6px;
    font-size: 7.5pt;
    text-align: right;
    height: 100%;
    vertical-align: middle;
}

/* ====== SUB MENU ====== */
#subMenuArea {
    width: 950px;
    height: 22px;
}
.subMenu {
    display: none;
    width: 950px;
    margin-top: 0px;
    height: 22px;
    text-align: left;
    cursor: default;
}
#subMenuArea ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    vertical-align: middle;
    margin-left: 4px;
}
#subMenuArea li {
    display: inline;
    padding-left: 9px;
    padding-right: 10px;
    border-right: solid 1px #fff;
    cursor: hand;
}
#subMenuArea a {
    font-size: 7.5pt;
    font-family: Verdana, Sans-Serif;
    color: #000; /*#fff*/
    text-decoration: none;
    cursor: hand;
}

#sub823, #sub824 {
	/*background-color: #0160a9;*/
	background-color: #DCDCDC;
}

/* ====== MAIN AREA ====== */
#mainArea {
    float: left;
    width: 950px;
    text-align: left;
}

#mainLeftArea {
    float: left;
    padding: 0px;
    padding-top: 30px;
    padding-left: 65px;
    padding-bottom: 65px;
    font-size: 0px;
}

#mainRightArea {
    float: left;
    width: 370px;
    padding: 0px;
    padding-left: 50px;
    padding-top: 30px;
}

#startPageMainArea {
	width: 950px;
	height: 472px; /* 487px */
	background-image: url("../Content/StartPage_BgMap.jpg");
	text-align: center;
}