

body {
    background: url(../images/bg.png) #f4fbfc repeat-y center;
}

body, td {
    font-family: verdana;
    font-size: 12px;
    color: #292929;
    line-height: 18px;
}

h1
{
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #0f2b5b;
    padding-top: 6px;
    padding-bottom: 5px;
}

h2 {
    font-family: arial;
    font-size: 18px
    font-weight: bold;
    color: #606f44;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-family: 'palatino linotype', georgia;
    font-size: 16px;
    font-weight: bold;
    color: #606f44;
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding-left: 25px;
}

.search_criteria
{
    background: url(../images/search-input.png) no-repeat;
    width: 159px;
    height: 25px;
    border: 0px;
    padding: 0px 5px;
    line-height: 25px;
    font-family: verdana;
    font-size: 12px;
    color: #292929;
}

#top-nav-bg {
    background: url(../images/nav-bg.png) no-repeat;
    width: 776px;
    height: 45px;
}

#content-top
{
    background: url(../images/content-top.jpg) no-repeat;
    width: 896px;
    height: 5px;
}

#content-mid
{
    background: url(../images/content-mid.jpg) repeat-y;
    width: 896px;
}

#content-wrapper
{
    padding: 10px 15px;
}

#content-bot
{
    background: url(../images/content-bot.jpg) no-repeat;
    width: 896px;
    height: 5px;
}

#footer
{
    background: url(../images/footer.png) no-repeat;
    width: 896px;
    height: 38px;
}

#footer, #footer td {
    line-height: 38px;
    color: #e0dbb5;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}

#footer-wrapper
{
    padding: 0px 20px;
}

#footer-nav
{
    color: #e0dbb5;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
}

#footer-nav a
{
    color: #e0dbb5;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 5px;
}

#footer-nav a:hover
{
    color: #fff;
}

/* start unchanged styles */
/* makes sure the third tier builds off of the highlighted second tier item */
#nav, #nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 9998;
}

#nav ul {
    position: absolute;
    display: none;
    z-index: 9999;
}

#nav ul ul {
	top: auto;
}

/* makes the first tier display horizontally */
#nav li {
    float: left;
    position: relative;
}

/* makes all other tiers display vertically */
#nav li ul a {
    float: left;
}

/* hide the tiers */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}

/* show the tiers */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;
}

/* global link styles */
#nav a:link, #nav a:active, #nav a:visited {
    display: block;
}
/* end unchanged styles */

/* start changable styles */
/* style the background of the menu, height needs to be the same as the line-height in the style below */
#nav-bg {
    height: 45px;
}

/* core nav structure styles */
#nav, #nav ul {
    line-height: 45px;
}

/* global tier styles */
 #nav ul {
    width: 245px;
    top: 40px;
}

/* positions the tiers
left: needs to be the width in the style directly below + the ammount of padding in the global link styles style that. ie: 175 + 15 = 190
margin: the last margin in the list needs to be the same as the padding specified in the global link styles style */
#nav li ul ul {
    left: 245px;
    margin: 0px 0px 0px 0px;
}

/* width of drop downs */
#nav li ul a {
    width: 225px;
}

/* global link styles */
#nav a:link, #nav a:active, #nav a:visited {
    /* changable styles, enter in font attributes here to make them different than the page defaults */
    padding: 0px 10px;
    text-decoration: none;
 }

/* first tier specfic */
#nav>li>a {
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    color: #e0dbb5;
}

#nav>li>a:hover {
    color: #fff;
}

/* second tier specific */
#nav>li>ul, #nav>li>ul>li>ul {
    padding: 0px 0px;
}

#nav>li>ul>li, #nav>li>ul>li>ul>li {
    background: #0f2b5b;
}

#nav>li>ul>li a {
    color: #e0dbb5;
    text-decoration: none;
    background: #0f2b5b;
    line-height: 20px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#nav>li>ul>li a:hover {
    color: #0f2b5b;
    background: #e0dbb5;
}

/* third tier specific */
#nav>li>ul>li>ul>li a {
}

#nav>li>ul>li>ul>li a:hover {
}

/* nav seperator, width MUST be set */
.nav-sep {
    width: 2px;
    height: 30px;
    background: #ccc;
}

.nav-top {
    width: 245px;
    height: 5px;
    padding: 0px;
    margin: 0px;
    background: url(../images/nav-top.png) no-repeat;
}

.nav-bot {
    width: 245px;
    height: 5px;
    padding: 0px;
    margin: 0px;
    background: url(../images/nav-bot.png) no-repeat;
}
/* end changable styles */

#rotate
{
    height: 270px;
    width: 896px;
    z-index: 1;
    position: relative;
}

#rotate>img
{
    position: absolute;
    top: 0px;   
}

#overlay {
    background: url(../images/banner-overlay.png) no-repeat;
    width: 896px;
    height: 270px;
    z-index: 5;
    position: absolute;
}

#right-top {
    background: url(../images/right-top.jpg) no-repeat;
    width: 224px;
    height: 5px;
}

#right-mid {
    background: url(../images/right-mid.jpg) repeat-y;
    width: 224px;
}

#right-wrapper {
    padding: 5px 10px;
}

#right-bot {
    background: url(../images/right-bot.jpg) no-repeat;
    width: 224px;
    height: 5px;
}

.right-side a {
    color: #39481d;
}

.right-side a:hover {
    color: #98ac6f;
}

#tabs>div {
    width: 100px;
    margin-right: 5px;
    background: #084373;
    height: 20px;
    float: left;
    padding: 0px 5px; 
    text-align: center;
    line-height: 20px;
    border-bottom: none;
    color: #e0dbb5;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tabs>div:hover {
    cursor: pointer;
}

.tab-content {
    background: #ebf3f9;
    clear: both;
    padding: 10px;
    border: solid 1px #d0d0d0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#category-items a {
    text-decoration: none;
    color: #333;
}

#category-items a:hover {
    color: #3b6291;
}
