﻿html
{
    height:100%;
    width:100%;
    overflow:-moz-scrollbars-vertical;
}

body 
{
    margin:0px;
    text-align:center;
    height:100%;
    width:100%;
    /*background-image:url(/images/Background.jpg);*/
    background-image:url(/images/background_home_shade.gif);
    background-position:center;
    background-repeat:repeat-y;
    background-color:#AAA8A4;   
}

#Container
{
    position:relative;
    font-family:Verdana;
    font-size:10px;
    color:#FFFFFF;
    padding-left:1px;
    margin:0px auto;
    text-align:left;
    width:995px;
    
}

#TopImgContainer
{
    width:996px;
    overflow:hidden;
    height:99px;
    white-space:nowrap;
}

#TopImgContainer img
{
    float:left;
}

#MenuContainer
{
    font-family:Verdana;
    font-size:9px;
    color:#FFFFFF;
    height:31px;
    width:995px;
    overflow:hidden;
    font-weight:bold;
    background-color:#F16C11;
}

#MenuContainerHome
{
    font-family:Verdana;
    font-size:11px;
    color:#FFFFFF;
    height:45px;
    width:995px;
    overflow:hidden;
    font-weight:bold;
    background-image:url(/images/menu_bg_home.gif);
}

#Search
{
    font-size:11px;
    float:left;
    background-image:url(/images/search.gif);
    background-repeat:no-repeat;
    padding-top:9px;
    padding-left:6px;
    width:225px;
    height:31px;
}

#SearchString
{
    border:0px;
    width:100px;
    height:12px;
    line-height:10px;
    margin-left:26px;
}

.Menu a, .MenuOver a 
{
    font-size:11px;
    color:#FFFFFF;
    text-decoration:none;
}

.Menu
{
    float:left;
    width:110px;
    height:31px;
    background-image:url(/images/MenuBackground.gif);
    padding-top:9px;
    text-align:center;
}

.MenuOver
{
    float:left;
    width:110px;
    height:31px;
    background-image:url(/images/MenuBackground_over.gif);
    padding-top:9px;
    text-align:center;
    cursor:cursor;
    cursor:hand;
}

.MenuOver
{
    float:left;
    width:110px;
    height:31px;
    background-image:url(/images/MenuBackground_over.gif);
    padding-top:9px;
    text-align:center;
    cursor:cursor;
    cursor:pointer;
}

.MenuLang
{
    float:left;
    width:55px;
    height:31px;
    background-image:url(/images/menu_lang.gif);
    padding-top:9px;
    text-align:center;
}

.MenuLangOver
{
    float:left;
    width:55px;
    height:31px;
    background-image:url(/images/menu_lang_over.gif);
    padding-top:9px;
    text-align:center;
}


#LeftSubMenu
{
    position:absolute;
    top:140px;
    left:1px;
    width:180px;
}

#Content
{
    position:absolute;
    top:140px;
    left:182px;
    width:528px;
}

#RightSubMenu
{
    position:absolute;
    top:140px;
    left:710px;
    width:89px;
}

.LeftMenu a
{
    font-size:11px;
    color:#98C1D5;
    text-decoration:none;
}

.LeftMenuOver a 
{
    font-size:11px;
    color:#FFFFFF;
    text-decoration:none;
}


#LeftSubMenu ul
{
    list-style:none;
    margin:0;
    padding-top:40px;
    padding-left:15px;
}

#LeftSubMenu li a
{
    text-decoration:none;
}

.LeftMenu
{
    height:20px;
    width:180px;
    background-image:url(/images/LeftMenu.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:15px;
}

.LeftMenuOver
{
    height:20px;
    width:180px;
    background-image:url(/images/LeftMenu_over.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:15px;
    cursor:cursor;
    cursor:hand;
}

.LeftMenuChosen
{
    height:20px;
    width:250px;
    background-image:url(/images/LeftMenu_Chosen.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:15px;
}

.LeftMenuChosen a
{
    color:#FFFFFF;
    background-color:#22779E;
    padding-right:5px;
}

.MainPage
{
    position:relative;
    left:88px;
    background-color:Red;
    width:355px;
    height:190px;
}

#statement
{
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:70px;
}

#dep_aqua
{
	margin-left:28px;
	margin-right:23px;
	float:left;
}

#dep_infra
{
	margin-right:23px;
	float:left;
}

#dep_scala
{
	float:left;
}

.borderA
{
	border: solid 3px white;
	margin-bottom: 20px;
}

.dep_name
{
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding:10px;
	width: 263px;
	height:10px;
	background-color: #6da9c6;
	margin-bottom: 20px;
	cursor:pointer;
	cursor:hand;
}

#logoHome
{
	float:left;
}

.Menu a, .MenuOver a, .MenuLang a, .MenuLangOver a 
{
    font-size:11px;
    color:#FFFFFF;
    text-decoration:none;
}
#language
{
	position:absolute;
	overflow:hidden;
	height:30px;
	right:0px;
}