@charset "utf-8";
/* CSS Document */

body
{
margin:0;
padding:0;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size:12px;
color:#fff;
background-image:url(images/layout/background-repeat.jpg);
background-repeat:repeat-y;
background-position:center;
}

table
{
font-size:12px;
color:#fff;
}

a:link, a:active, a:visited
{
color:#c4df21;
text-decoration:none;
font-size:12px;
outline::none;
}

a:hover
{
color:#e9ff01;
text-decoration:underline;
outline::none;
}

.background
{
background-image:url(images/layout/background.jpg);
background-position:center top;
background-repeat:no-repeat;
min-height:805px;
}



.logo
{
width:360px;
height:150px;
float:left;
background-image:url(images/layout/header-back.png);
background-position:top;
background-repeat:repeat-x;
padding-top:30px;
}

.top-navigation
{
width:530px;
}

a.top-navigation-link:link, a.top-navigation-link:active, a.top-navigation-link:visited
{
width:106px;
height:80px;
margin:0 0 0 5px;
background-image:url(images/layout/header-back.png);
display:block;
float:left;
font-size:18px;
text-decoration:none;
font-weight:normal;
color:#fff;
text-align:center;
line-height:110px;
outline::none;
}

a.top-navigation-link:hover
{
width:106px;
height:80px;
background-image:url(images/layout/top-navigation-hover.png);
color:#000;
display:block;
outline::none;
}


.top-line
{
background-image:url(images/layout/header-gradient.png);
height:40px;
background-repeat:no-repeat;
background-position:right;
display:block;
width:558px;
}

.vertical-separator
{
background-image:url(images/layout/vertical-separator.png);
background-repeat:repeat-y;
height:20px;
padding:0 0 0 5px;
width:21px;
background-position:center;
}

h1
{
font-size:28px;
line-height:28px;
margin:0 0 10px 0;
font-weight:normal;
}

h2
{
font-size:24px;
line-height:24px;
margin:0 0 10px 0;
font-weight:normal;
}

h3
{
margin: 0 0 0 0;
}

.news-separator
{
background-image:url(images/layout/news-separator.png);
width:309px;
background-position:center;
background-repeat:no-repeat;
}

a.newstitle:link, a.newstitle:active, a.newstitle:visited
{
color:#c4df21;
text-decoration:none;
font-size:14px;
outline::none;
}

a.newstitle:hover
{
color:#e9ff01;
text-decoration:none;
outline:none;
font-size:14px;
outline::none;
}

a.newstext:link, a.newstext:visited, a.newstext:active
{
text-decoration:none;
outline:none;
font-size:12px;
color:#e1b788;
outline::none;
}

a.newstext:hover
{
text-decoration:underline;
outline:none;
outline::none;
}

.padding-bottom
{
padding-bottom:10px;
}

.padding-left
{
padding-left:10px;
}

.padding-left40
{
padding-left:30px;
}

li
{
background-image:url(images/layout/bullet.png);
background-repeat:no-repeat;
font-size:14px;
line-height:15px;
padding-left:25px;
list-style:none;
margin:7px 0 7px 0;
}

a.thumb:link, a.thumb:active, a.thumb:visited
{
border:4px #b8894f solid;
display:block;
width:83px;
outline::none;
}

a.thumb:hover
{
outline::none;
border:4px #ebdecd solid;
}

#footer
{
widows:890px;
margin:auto
}

.horizontal-separator
{
background-image:url(images/layout/horizontal-separator.png);
height:1px;
padding-top:5px;
padding-bottom:5px;
background-repeat:repeat-x;
background-position:center;
}

.footer-back
{
background-image:url(images/layout/footer-gradient.png);
height:49px;
padding:0 10px 0 10px;
background-repeat:repeat-x;
}

a.footer-link:link, a.footer-link:active, a.footer-link:visited
{
color:#fff;
font-size:14px;
line-height:49px;
outline::none;
}

a.a.footer-link:hover
{
color:#fff;
text-decoration:underline;
outline::none;
}

.map-border
{
border: 5px #b8894f solid;
}