/*Global settings*/

html, body, img {
margin:0;
padding:0;
border: 0;
}

body {
background: #EEE url('/site_media/bg.png') left top repeat-x;
font-family: Arial, Helvetica, sans-serif;
color:#666666;
font-size: 11px;
line-height: 15px;
}

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

a:hover {
color: #DBAB1A;
}

li{
list-style: none;
}

h1{
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 20px;
}

/*Layout*/

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

#sidebar{
float: left;
width: 240px;
}

#content{
background-color: #FFF;
float: left;
/*
border: 1px solid black;
border-left: 2px solid #011336;
border-right: 2px solid #011336;
*/
margin: 0;
padding: 0;
width: 780px;
}

#footer{
clear: both;
background: #FFF;
text-align: center;
height: 40px;
background: url('/site_media/underlinef.png') center top no-repeat;
}

#innercol {
float: right;
margin-top: 25px;
margin-right: 10px;
}

#main {
width: 490px;
float: left;
padding: 25px;
}

/*Elements styling*/

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

#sidebar li{
list-style: none;
}

#sidebar a {
display: block;
}

.button {
background: black url('/site_media/box.png') left top no-repeat;
width: 150px;
height: 50px;
line-height: 50px;
border: 1px solid #6c6c6c;
text-align: center;
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 26px;
margin-bottom: 15px;
}

#languages li{
		margin: 5px;
}

#languages img{
		vertical-align: text-bottom;
}

#menu {
float: right;
width: 135px;
margin-top: 25px;
margin-right: 10px;
}

#menu li {
margin: 0px;
padding: 0px;
}

#menu ul {
background: #FFF url('/site_media/box.png') left top no-repeat;
border-top: 1px solid #6c6c6c;
border-left: 1px solid #6c6c6c;
border-right: 1px solid #6c6c6c;
margin: 0px;
padding: 0px;
}

#menu a{
display: block;
width: 123px;
border-bottom: 1px solid #6c6c6c;
margin: 0px;
padding: 5px;
}

#menu a:hover {
color: black;
background-color: #DBAB1A;
}

.s1 #op1, .s2 #op2, .s3 #op3, .s4 #op4, .s5 #op5, .s6 #op6{
font-weight: bold;
background-color: #DBAB1A;
}


/* Body styling */

#content h1 {
color: #005;
background: url('/site_media/underline.png') left bottom no-repeat;
margin-bottom: 35px;
}

#content h2 {
    visibility: hidden;
    display: none;
}

#content li {
list-style: url('/site_media/bullet.png');
margin-top: 5px;
}

em {
color: #000;
}

.box {
background: #FFF;
border: 2px solid #eaecf0;
padding: 10px;
text-align: center;
font-size: 14px;
line-height: 16px;
width: 430px;
}

/* Widgets styling*/

#head {
margin: 0; padding: 2px;
width: 776px;
height: 146px;
/*background: #DBAB1A url('/site_media/head.png') left top no-repeat;*/
background: #DBAB1A;
} 

#headslideshow {
margin: 0; padding: 0;
width: 776px;
height: 146px;
} 

#facilities {
width: 450px !important;
height: 300px !important;
border: 1px solid #6c6c6c;
z-index:5;
margin: 0 auto;
font-size: 16px;
} 

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