﻿/*////////// General Layout //////////*/

body
{
    font-family: Arial, Verdana, 'MS Sans-Serif';
    font-size: 75%;
    text-align: center;
    line-height: 20px;
    color: #333;
    background: url(/images/bodybg.gif) repeat-x #68170D;
    margin: 0px;
}

#container
{
    width: 1000px;
    background: url(/images/contbg.gif) repeat-x #fff;
    margin: 0 auto;
    text-align: left;
}

#header
{
    width: 100%;
}

#logo, #headerright
{
    float: left;
    width: 30%;
}

#logo
{
    width: 70%;
}

#left, #center, #right
{
    float: left;
    width: 18%;
    clear: right;
}

#center
{
    width: 60%;
    margin-bottom: 10px;
}

#contentholder
{
    width: 530px;
    margin-left: 30px;
}

#right
{
    width: 22%;
    background: url(/images/rightbg.gif) no-repeat bottom;
    padding-bottom: 200px;
}

#footer
{
    width: 100%;
    height: 13px;
    background: url(/images/footerbg.gif) repeat-x;
    margin-top: 10px;
}

/*////////// Navigation Styles //////////*/

#nav
{
    width: 161px;
    background: #68170D;
    margin-left: 43px;
}

#nav ul
{
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.1px;
    margin: 0px;
    padding-bottom: 10px;
}

#nav ul li, #nav ul a
{
    list-style-image: url(/images/nav/navbullet.gif);
    padding-top: 20px;
}

#nav ul li:hover, #nav ul a:hover, #nav ul li.on
{
    list-style-image: url(/images/nav/navbullet_on.gif);
    color: #E0CA94;
}

#nav ul.secondnav
{
    font-size: 90%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    letter-spacing: normal;
}

#nav ul.secondnav li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#nav li.second_on, #nav li:hover.second_on
{
    color: #EE9329;
    font-weight: normal;
    list-style: none;
}

.tapthumb
{
    float: left;
    margin: 5px 0px 0px 0px;
}

/*////////// Text, Images, Links etc. //////////*/

a{color: #000;}
a:hover{text-decoration: none}


.navbottom
{
    margin-left: 43px;
}

#nav ul li a
{
    color: #fff;
    text-decoration: none;
}

#nav ul li a:hover
{
    color: #E0CA94;
}

#nav ul.secondnav li a
{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

#nav ul.secondnav li a:hover
{
    color: #EE9329;
    text-decoration: underline;
}

.leftpic
{
    border: 1px #9e531c solid;
    margin: 20px 18px 0px 0px;
}

.caption
{
    color: #808080;
}

.historypic
{
    border: 1px #666 solid;
}

div.galleryimgholder
{
    float: left;
    width: 108px;
    text-align: center;
    border: 1px #ccc dashed;
    margin: 0 10px;
    padding: 10px;
}
div.galleryimgholder:hover{background: #FDF8E9; border: 1px #ccc solid;}

/*/////////////////// Files Styles //////////////////// */

.file-list-left
{
	float:left;
	width:50px;
	clear: both;
}
.file-list-right
{
	float:left;
	width:350px;
	padding-top:16px;
}

/*////////// Form Styles //////////*/

form#memberlogin
{
    width: 320px;
}

form#memberlogin label
{
    float: left;
    width: 130px;
    margin-top: 10px;
}

form#memberlogin input
{
    width: 170px;
    margin-top: 10px;
    border: 1px black solid;
}

form#memberlogin input.submit
{
    float: right;
    width: 80px;
    border: 1px black solid;
    margin: 20px 18px 0px 0px;
}