/* global */
body {
background: #ffffff url('../images/bg-index.jpg') repeat-x;
margin: 0px;
text-align: center;
}
h1.white {
color: #ffffff;
font-size: 35px;
}
h1.green {
color: #009A64;
font-size: 35px;
}
h2.red {
color: #73270D;
font-size: 25px;
}
a:link, a:active, a:visited {
color: #72270D;
text-decoration: none;
}
a:hover {
color: #ffffff;
}

/*list nav*/
#page_left ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: georgia, serif;
}
#page_left a {
display: block;
padding: 3px;
width: 200px;
color: #ffffff;
background-color: #72270D;
border-bottom: 1px solid #ffffff;
}
#page_left a:link, #list a:visited {
color: #ffffff;
text-decoration: none;
}
#page_left a:hover {
color: #B39C80;
}
li#active a {
font-weight: bold;
}

/*wrapper*/
#wrapper {
width: 80%;
margin: 0 auto;
text-align: left;
color: #72270D;
font-family: georgia, times new roman, serif;
font-size: 14px;
filter:alpha(opacity=100)!important;
opacity:1.0!important;
}
#wrapperbg {
width:100%;
background-image: url(../images/bg_logo2.png);
background-repeat: repeat!important;
z-index: -500;
}

/*header*/
#header {
width: 100%;
height: 215px;
}
#logo {
border: 0px;
width: 333px;
}
#header_extra {
width: 650px;
color: #72270D;
font-family: georgia, times new roman, serif;
font-size: 14px;
padding-left: 50px;
}
#topnav a:link, #topnav a:active, #topnav a:visited {
color: #B39C80;
font-size: 22px;
font: georgia, times new roman, serif;
font-weight: bold;
text-decoration: none;
}
#topnav a:hover {
color: #009A64;
}

/*content*/
#main {
width: 900px;
margin: 50px 0px;
color: #8A442C;
filter:alpha(opacity=100)!important;
opacity:1.0!important;
}

#index_left {
float: left;
width: 275px;
filter:alpha(opacity=100)!important;
opacity:1.0!important;
}
#index_right {
float: right;
width: 500px;
filter:alpha(opacity=100)!important;
opacity:1.0!important;
}
#index_bottom {
clear: both;
width: 100%;
height: 400px;
filter:alpha(opacity=100)!important;
opacity:1.0!important;
}


#page_left {
float: left;
width: 200px;
}
#page_right {
float: left;
width: 660px;
margin-left: 30px;
}

/*js*/
#fadeshow1 {
float: right;
width: 600px;
}
.contentdiv {
background-image: url(../images/bg_news.png);
width: 304px;
height: 220px;
padding: 10px;
}
#paginate-slider, #paginate-slider a img, #paginate-slider a img:hover, #paginate-slider a.selected img {
border: 0px;
}

/*footer*/
#footer {
clear: both;
width: 100%;
height: 100px;
text-align: center;
color: #72270D;
font-family: georgia, times new roman, serif;
font-size: 11px;
}
#bottomnav a:link, #bottomnav a:active, #bottomnav a:visited {
color: #72270D;
font-family: georgia, times new roman, serif;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}
#bottomnav a:hover {
color: #009A64;
}