/* -----------------------------------------------------------------------
OVERRIDING - Default Styles
----------------------------------------------------------------------- */
body {
    background: #e7ddd9 url(../graphics/bg.png) repeat-x top;
    margin-bottom:35px;
}
h1 {
    letter-spacing:-1px;
    color: #d47b22;
}
h2 {
    font-size:1.75em;
    letter-spacing:-1px;
    line-height:100%;
    font-weight:bold;
    color: #601800;
}
h3 {
    letter-spacing:-1px;
    line-height:100%;
    font-weight:bold;
    color: #000;
}

a {
    color: #d47b22;
    text-decoration: none;
    outline:none;
}
a:hover {
    color: #601800;
    text-decoration: none;
    outline:none;
}
/* -----------------------------------------------------------------------
STYLISH Table
----------------------------------------------------------------------- */
.stylish {
	clear: both;
	border: 1px solid #f9ebde; /* outer border color & style */
    width: 100%;
	overflow: hidden;
}
.stylish table {
	border-collapse: collapse;
	border-spacing: 0;
}

.stylishh th, .stylish td {
	padding: 3;
	vertical-align: top;
	border-style: solid;    /* inner border style */
	border-color: #f9ebde;     /* inner border color */
	border-width: 1px 0 0 1px;
	}

.stylish th {
	border-top: 0;
	background: #601800;
    color: #f9ebde;
	}


/* -----------------------------------------------------------------------
OVERRIDING - Grid / Layout Classes
----------------------------------------------------------------------- */
.container {  }
.column { float: left; margin-right: 10px; }
.last { margin-right: 0; }

/* -----------------------------------------------------------------------
CUSTOM Classes
----------------------------------------------------------------------- */
.proxycontainer {
    background-color:#fff;
}

.header {
    background: #fff;
    padding: 10px;
    border-bottom:5px #fff solid;
}
.footer {
    color: #000;
    padding: 20px;
    font-size:0.9em;
}

.normalheight {
    line-height:100%;
}
.highlightbox {
    padding:20px;
    padding-top:0px;
}
.highlightseperator {
    border-left:1px #f9ebde solid;
    border-right:1px #f9ebde solid;
}
.titlebox {
    padding:20px;
    padding-bottom:0px;
}
.contentbox {
    padding:20px;
    padding-top:0px;
}

.highlightbox a {
    font-weight:bold;
}

.menubar {
    background-color:#e7ddd9;
    border-bottom:1px #fff solid;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
    display: block;
	margin:0;
    padding:0;
}
#menu li a {
    display:block;
	float:left;

    background:#e7ddd9;
    color: #601800;
    font-size:1.2em;
    height:40px;
	padding-top:6px;
    padding-left:13px;
    padding-right:12px;
    text-decoration: none;
	text-transform: uppercase;
	text-decoration:none;
    font-weight:bold;
    line-height:100%;
    border-left:1px #fff solid;
}
#menu ul li a.current {
    background:#601800;
    color: #fff;
}
#menu ul li a.lastitem {
    padding-right:19px;
    border-right:1px #fff solid;
}
#menu li a:hover {
    background:#601800;
    color: #fff;
    text-decoration: none;
}

#menu li div {
    margin:0px;
    padding:0px;
    font-size:0.60em;
    line-height:100%;
}

#toplinks {
    float:right;
    margin:25px;
}

#toplinks ul {
	list-style:none;
	margin:0;
	padding:0;
}
#toplinks li {
	float:left;
    display: block;
	margin:0;
    padding:0;
}
#toplinks li a {
    display:block;
	float:left;

    color: #000;
    font-size:1.0em;
    padding-left:20px;
    text-decoration: none;
	text-transform: uppercase;
	text-decoration:none;
    font-weight:bold;
    line-height:100%;
}
#toplinks li a:hover {
    color: #d47b22;
    text-decoration: none;
}

a.lightbox img {
    border:5px #f9ebde solid;
}

a.lightbox img.floatleft {
    margin-top:5px;
    margin-right:10px;
    float:left;
}
a.lightbox img.floatright {
    margin-top:5px;
    margin-left:10px;
    float:right;
}

a.gallery img {
    border:5px #f9ebde solid;
    margin:11px;
    float:left;
}

/* -----------------------------------------------------------------------
Easy Slider
----------------------------------------------------------------------- */
#slidercontainer{
    margin-top:30px;
    margin-left:135px;
    margin-bottom:30px;
    position:relative;
}

	#slider{}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:700px;
		height:350px;
		overflow:hidden;
		}
	#prevBtn, #nextBtn{
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:135px;
		}
	#nextBtn{
		left:700px;
		}
	#prevBtn a, #nextBtn a{
		display:block;
		width:30px;
		height:77px;
		background:url(../graphics/btn_prev.gif) no-repeat 0 0;
		}
	#nextBtn a{
		background:url(../graphics/btn_next.gif) no-repeat 0 0;
		}

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
