/*Global settings*/

* {
margin:0;
padding:0;
border: 0;
line-height: 1.5em;
}

body {
background: #eaecf0;
font-family: sans-serif;
color: #000;
}

a {
text-decoration: none;
color: #000;
}

a:hover {
color: #44F;
}

/*Layout*/

#head {
background: #FFF url('/site_media/head.png') left top no-repeat;
height: 289px;
}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#content{
float: left;
width: 100%;
}

#contentleft{
float: left;
width: 400px; /*Width of left column*/
}

#contentright{
margin-left: 400px; /*Set left margin to LeftColumnWidth*/
}

#footer{
clear: left;
width: 100%;
background: #274da1;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 40px;
}

/*Head styling*/

#head h2, #head h1 {
visibility: hidden;
display: none;
}

#head li{
list-style: none;
float: left;
display: block;
}

#head a {
padding: 5px;
}

#logo {
float: left;
}

#languages {
float: right;
margin-top: 10px;
margin-right: 10px;
font: 3em;
font-family: sans-serif;
font-size: 0.8em;
font-weight: bold;
}

#all_year_notice {
float: left;
margin-top: 50px;
margin-left: 0px;

color: #03308F;
font-size: 1.8em;
font-weight: bold;
font-family: Times New Roman, arial, serif;
font-family: sans-serif;
font-size: 1.2em;
font-style: italic;
font-weight: bold;
}

#topmenu {
float: left;
margin-top: 105px;
margin-left: 10px;
width: 90%;
}

#topmenu ul {
		float: left;
}

#topmenu ul li{
		display: inline;
}

#topmenu a {
float: left;
color: #eaecf0;
margin: 5px;
font-size: 0.8em;
font-weight: bold;
letter-spacing: 0.3ex;
background-color: #274da1;
/*border: 2px inset #274da1;*/
border: 3px solid #eaecf0;
}

#topmenu a:hover,
.s1 #op1, .s2 #op2, .s3 #op3, .s4 #op4, .s5 #op5, .s6 #op6{
background-color: #03308f;

}

/* Body styling */

#content {
background: #FFF url('/site_media/body.png') right bottom no-repeat;
}

#content h2, #content h1 {
visibility: hidden;
display: none;
}
#contentleft, #contentright, #fullcontent {
margin-top: 40px;
margin-bottom: 40px;
margin-left: 35px;
margin-right: 35px;
}

#contentleft p {
font-family: Times New Roman, arial, serif;
font-size: 1em;
/*font-style: italic;*/
font-weight: bold;
color: #03308F;
text-align: center;
padding: 10px;
}


em {
color: #000;
}

.box {
background: #FFF;
border: 5px solid #eaecf0;
padding: 10px;
text-align: center;
}

/* Widgets styling*/

#slideshow {
width: 450px !important;
height: 300px !important;
border: 5px solid #eaecf0;
z-index:5;
} 

#facilities {
width: 800px !important;
height: 600px !important;
border: 5px solid #eaecf0;
z-index:5;
margin: 0 auto;
} 

#map {
width: 450px !important;
height: 300px !important;
border: 5px solid #eaecf0;
float: left;
} 

#vk {
width: 932px;
height: 800px;
scroll: auto;
border: 5px solid #eaecf0;
}

input {
margin: 5px;
color: #FFF;
width: 300px;
background: #03308F;
}

textarea {
margin: 5px;
width: 300px;
color: #FFF;
background: #03308F;
scroll: auto;
}

#submit {
font-weight: bold;
color: #000;
background-color: #eaecf0;
border: 1px outset black;
width: 300px;
}
