﻿*{padding:0;}

img{border:none;}
h1,h2,h3,h4,h5{font-size:12px; margin:0px; padding:0px;}
p{margin:10px 10px 10px 10px;}
body
{
    background-color:#000000;
    background-image:url('../images/body-bg.jpg');
    font-family:Arial;
    font-size:12px;
 margin:0 auto;
}

#container
{
    width:980px;
    margin:auto;
    position:relative;
}

.adminLinks
{
    position:absolute;
    top:0px;
    right:15px;
    color:#996600;
    z-index:3;
}
.adminLinks a{color:#996600;}

#header
{
    width:1039px;
    height:136px;
    position:relative;
    left:-29px;
    top:0px;
    background-image:url('../images/header.jpg');
    background-repeat:no-repeat;
}
#banner
{
    width:1039px;
    height:304px;
    position:relative;
    left:-29px;
    background-image:url('../images/banner.jpg');
    background-repeat:no-repeat;
}

#main
{
    width:980px;
    background-image:url('../images/main-bg.jpg');
    background-repeat:repeat-x;
    min-height:604px;
    position:relative;
    background-color:#f7f5e9;
}


#nav
{
    position:absolute;
    top:110px;
    left:200px;
    font-weight:bold;
}  
#nav ul li
{
    display:inline;
    margin-right:10px;
}
#nav ul li a{color:#ffffff; text-decoration:none;}
#nav ul li a:hover{color:#996600; text-decoration:none;}
.nav-selected{color:#996600; text-decoration:none;}

.nav-spacer{color:#996600;}

/****Footer***************************************************/
#footer
{
    position:relative;
    width:980px;
    height:29px;
    background-image:url('../images/footer-bg.jpg');
    background-repeat:no-repeat;
    margin-bottom:40px;
}

#footer-links{margin-left:500px; margin-top:7px;}
#footer-links ul li
{
    display:inline;
    margin-right:10px;
}
#footer-links ul li a{color:#996600; text-decoration:none;}
#footer-links ul li a:hover{color:#996600; text-decoration:underline;}
/*************************************************************************/

/************Home Page******************************/
#home-welcome
{
    position:absolute;
    top:10px;
    right:50px;
    width:350px;
}

#home-images
{
    margin-top:0px;
    margin-left:45px;
}
#home-images img
{
    /*margin-right:5px;*/
}

#home-content-top
{
    margin-top:10px;
    margin-left:45px;
    background-image:url('../images/content-area-top.jpg');
    background-repeat:no-repeat;
    width:669px;
    height:10px;
}


#home-content-body
{
    margin-top:0px;
    margin-left:45px;
    background-image:url('../images/content-area-bg.jpg');
    background-repeat:repeat-y;
    width:669px;
    height:370px;
}


#home-content-footer
{
    margin-top:0px;
    margin-left:45px;
    background-image:url('../images/content-area-footer.jpg');
    background-repeat:repeat-y;
    width:669px;
    height:26px;
}

.h1
{
    color:#1f0600;
    font-family:Georgia;
    font-size:24px;
    font-weight:100;
    margin:5px;
    margin-left:0px;
}
.h2
{
    color:#1f0600;
    font-family:Georgia;
    font-size:21px;
    font-weight:100;
    margin:10px;
    margin-left:0px;
}

.home-red-text
{
    margin-left:10px;
    position:relative;
    top:5px;
    font-weight:bold;
    color:#741700;
    font-size:12px;
}

#news-area
{
    position:absolute;
    top:10px;
    left:720px;
}

.low-top-margin-text
{
    margin-left:10px;
    position:relative;
    top:-10px;
    font-weight:bold;
    color:#975c2a;
    font-size:12px;
}
/********************************/

/*********translations**************/
#translations-area{    margin-left:20px;}
#translations-area p
{
    width:730px;
    text-align:justify;
}

#translations-area img
{
    float:right;
    margin:20px;
}
/**************************************/
/********tourism area********/
#tourism-area{    margin-left:20px;}
#tourism-area p
{
    width:650px;
    text-align:justify;
}

#tourism-area img
{
    margin:30px 20px 100px 20px;
    
}
#tourism-area ul
{
    margin-left:40px;
}

/***************************************/
/********Downloads*********************/
#download-area{    margin-left:20px;
 width:850px;}
#download-area p
{
    /*width:800px;*/
}


.pdfLink
{
    background-image:url(../images/pdf.gif);
    background-repeat:no-repeat;
    line-height:20px;
    padding-left:14px;
}

textarea
{
    font-family:Arial;
    font-size:12px;
    overflow:auto;
}

.saveBtn
{
    position:absolute;
    top:0px;
    right:200px;
}

.mapedit
{
    position:absolute;
    top:610px;
    left:500px;
    z-index:10;
}