﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

/***** END RESET *****/

body {
    background: url('../siteart/page-bg.jpg') repeat-x top center #fdf9dc;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/***** TEXT/LINK FORMATTING *****/

a:link,
a:visited {}

a:hover,
a:active {}



/***** SITE FRAMEWORK *****/

table.main-table-wrapper {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 970px;
    /** Change to appropriate table width **/
}

table.main-table-wrapper tr td {
    vertical-align: top;
}

.header {
    background: url('../siteart/header-bg.jpg') no-repeat top center;
    height: 172px;
}

.header table {
    color: #ffd905;
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    margin: 42px 80px 0 0;
}

.header table .number {
    color: #faed93;
    padding: 0 0 0 5px;
}

.header h1 {
    background: url('../siteart/gre-logo.png') no-repeat top center;
    height: 90px;
    float: left;
    margin: 42px 0 0 15px;
    width: 320px;
}

.header h1 span {
    visibility: hidden;
}

.body-content {
	height: auto!important;
}

.parts-title {
    background: #fff;
    width: 950px;
    padding: 10px 0px 0px 20px;
}

.list-title {
    background: #fff;
    width: 950px;
}

.nav {
    background: url('../siteart/nav-bg.jpg') no-repeat top center;
    height: 35px;
    padding: 0 0 0 15px;
}

.nav ul li {
    float: left;
    text-align: center;
}

.nav ul li a:link,
.nav ul li a:visited {
    background: url('../siteart/nav-btn-bg.jpg') no-repeat top center;
    color: #111d0d;
    display: block;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    height: 28px;
    margin: 0 10px 0 0;
    padding: 7px 0 0 0;
    text-decoration: none;
    width: 200px;
}

.nav ul li a:hover,
.nav ul li a:active {
    background: url('../siteart/nav-btn-bg_over.jpg') no-repeat top center;
    color: #22640c;
}

.content-top {
    background: url('../siteart/content-top.jpg') no-repeat top center;
}

.content-btm {
    background: url('../siteart/content-btm.png') no-repeat top center;
    height: 10px;
}

.content-wrapper {
    background: url('../siteart/content-bg.png') repeat-y center center;
}

.content-table-01 {
    margin: 0 15px;
}

.home-intro {
    background: url('../siteart/home-graphic-bg2.jpg') no-repeat left top;
    height: 678px;
    width: 620px;
}

.home-intro p {
    color: #FFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.8em;
    /*margin: 134px 0 0 60px;*/
    margin-top: 104px;
    padding: 0 40px 0 40px;
    width: 540px;
}

.home-intro p span {
    font-size: 20px;
}


.slideshow {
    padding: 5px 40px;
}

.sidebar {
    padding: 0 0 0 10px;
    width: 310px;
}

.sidebar h3 {
    border-bottom: 2px solid #ffd905;
    color: #2d4525;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 20px 0;
}

.sidebar p {
    color: #2d4525;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 1.4em;
    padding: 0 0 0 10px;
}

.sidebar a:link,
.sidebar a:visited {
    color: #2d4525;
    font-size: 11px;
}

.scrolling-inv {
    padding: 0 0 10px 0;
}

.footer {
    padding: 25px 0;
    text-align: center;
}

.footer table {
    margin: 0 auto;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/***** CONTENT PAGE FRAMEWORK *****/