@charset "utf-8";
/* CSS Document */


html
{
margin: 0px;
border: 0px;
font-size: 12px;
font-family: Arial, Geneva, sans-serif;
font-weight: none;
text-decoration: none;
}

body
{
background-color: #baced9;
margin: 0px 0px 30px 0px;
padding: 0px;
border: 0px;
}

img
{
border: none;
}

#container
{
position: relative;
background-color: #eeebdc;
width: 860px;
margin: auto;
border: 1px solid #cecece;
color: #494949;
margin-top: 20px;
}

#header
{
position: relative;
background-image: url(images/headerBG.jpg);
background-repeat: repeat-x;
height: 140px;
border-bottom: 3px solid #395f86;
}

#footer
{
position: relative;
background-image: url(images/headerBG.jpg);
background-repeat: repeat-x;
background-position: bottom;
height: 30px;
border-bottom: 3px solid #395f86;
}

#logo
{
position: relative;
left: 30px;
}

#slogan
{
font-size: 14px;
position: absolute;
bottom: 12px;
left: 190px;
color: #010134;
}

#menu
{
position: absolute;
bottom: -3px;
right: 20px;
color: #ffffff;
}

#menu a
{
display: block;
width: 145px;
height: 100%;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #ffffff;
background-image: url(images/menuTabOff.gif);
background-repeat: no-repeat;
margin-right: 10px;
}

#menu a:hover
{
display: block;
height: 100%;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #494949;
background-image: url(images/menuTabOn.gif);
background-repeat: no-repeat;
margin-right: 10px;
}

a#menuActive
{
display: block;
height: 100%;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #494949;
background-image: url(images/menuTabOn.gif);
background-repeat: no-repeat;
margin-right: 10px;
}

a:hover#menuActive 
{
display: block;
width: 145px;
height: 100%;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #494949;
background-image: url(images/menuTabOn.gif);
background-repeat: no-repeat;
margin-right: 10px;
}

#languages
{
position: absolute;
top: 20px;
right: 30px;
color: #ffffff;
}

#languages a
{
color: #ffffff;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}

#languages a:hover
{
color: #ffffff;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
}


#languages a:active
{
color: #395f86;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
}

/*
#languages a:visited
{
color: #ffffff;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}
*/

div#bar
{
background-image: url(images/barBG.jpg);
background-repeat: repeat-x;
height: 30px;
}

div#banner
{
position: relative;
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
height: 246px;
}

div#bannerCaption
{
position: relative;
top: 40px;
left: 25px;
font-size: 20px;
color: #ffffff;
line-height: 28px;
}

div#body
{
}

div#factsBox
{
background-color: #d4cfbc;
margin: 18px 0px 18px 18px;
}

div#factsTitle
{
background-color: #484543;
color: #ffffff;
font-size: 18px;
padding: 14px 0px 14px 14px;
}

div#factsBody
{
padding: 10px 26px 10px 30px;
}

div#factsBody ul 
{
margin: 0px;
padding: 0px;
}

div#factsBody li 
{
padding: 4px 0px 4px 0px;
}

div#informationBox
{
background-color: #ffffff;
margin: 18px;
padding: 10px 26px 20px 26px;
}

div#informationTitle
{
color: #636442;
font-size: 18px;
padding: 14px 0px 14px 0px;
border-bottom: 1px solid #c4c4c4;
margin-bottom: 14px;
}

div#informationBody
{
}

.orangeText
{
color: #ff5a00;
}

.orangeText a
{
color: #ff5a00;
text-decoration: underline;
}

.orangeText a:hover
{
color: #ff5a00;
text-decoration: underline;
}

#galleryTable img
{
border: 1px solid #b1b2bf;
}



