/* Reset */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, font, img, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    background: #716558;
}

body {
    line-height: 1;
    background: #716558;
    font: 11px / 17px arial, sans-serif;
    color: #584E47;
    padding: 94px 0 20px 0;
}

ul, ol {
    list-style: none;
}

p {
    margin: 12px 0;
}

a, a:link, a:visited, a:hover {
    color: #584E47;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

#bg {
    height: 230px;
    background: #584E47 url(../images/global/blocks.png) center 80px repeat-x;
    top: 70px;
    left: 0;
    width: 100%;
    position: absolute;
    padding-top: 24px;
}

#header {	
    width: 706px;
	height: 137px;
    margin: 0 auto;
    position: relative;
	z-index: 99;	
}

#header h1 a {
    overflow: hidden;
    display: block;
    width: 209px;
    height: 21px;
    text-indent: -500px;
    height: 21px;
    background: url(../images/global/logo.png) no-repeat;
}

#header ul {
    position: absolute;
    right: 60px;
    top: 90px;
}

#header li {
    float: left;
    margin-left: 5px;
    position: relative;
}

#header li a {
    display: block;
    padding: 8px;
    float: left;
    color: #fff;
    font: 12px / normal arial, sans-serif;
    text-decoration: none;
    text-transform: lowercase;
}

#header li.current_page_item a, #header li.current_page_ancestor a, #header li a:hover {
    color: #D8D524;
}

/*dropdown*/
#header li ul {
    background: #584E47;
    padding: 10px 0 10px 0;
    margin: 0 0 0 -5px;
    display: none;
    right: auto;
    top: 30px;
    left: 0;
}

.home #header li ul {
    padding: 2px 0 0 0;
}

#header li li {
    float: none;
    margin: 0;
    padding: 1px;
    display: block;
}

#header li li a {
    float: none;
    padding: 1px 15px 1px 15px;
    display: block;
}

#header li.current_page_ancestor li a:hover, #header li li.current_page_ancestor a {
    color: #fff !important;
}

#content {
    width: 668px;
    height: 384px;
    margin: 0 auto;
    background: #fff url(../images/global/content-bg.png) no-repeat;
    position: relative;
    padding: 22px 0 0 40px;
}

.interior #content {
    padding-right: 465px;
    width: 203px;
    /*	width: 203px;
     
     height: 325px;
     
     background: url(../images/global/interior-bg.png) no-repeat;	*/
}

.about #content {
    margin-bottom: 60px;
}

#left-col {
    position: absolute;
    height: 340px;
    width: 160px;
    z-index: 2;
	left: 40px;
}

#caption {
    color: #231F20;
    font: 9px / 14px arial, sans-serif;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 160px;
}

#right-col {
    width: 460px;
    position: relative;
    text-align: center;
    height: 375px;
    margin-left: 180px;

}

#slideshow {
    height: 320px;
    overflow: hidden;
}

#slideshow li {
    height: 320px;
    display: table !important;
    width: 460px;
    overflow: hidden;
    float: left;
}

#slideshow li div {
    display: table-cell;
    vertical-align: middle;
}

#content h1 {
    text-transform: lowercase;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 10px;
}

#secondary-nav li {
    padding: 4px 0;
    line-height: 15px;
}

#secondary-nav a {
    text-decoration: none;
    color: #584E47;
}

#secondary-nav a:hover, #secondary-nav li.current_page_item a {
    color: #98988D;
}

#pagination {
    position: absolute;
    bottom: 10px;
    width: 480px;
    left: 0;
}

#pagination a {
    padding: 0 3px;
}

#pagination img {
    margin: 0 0 -4px 0;
}

#credit {
    position: absolute;
    bottom: -60px;
    left: 30px;
    color: #C6C8CA;
    width: 600px;
}
