﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #4c4344;
	padding: 0px;
	margin: 0px ;
	background-position: center;
}
img {
    border: none 0px;
}

/* PAGE STYLES ------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.page_layout {
    width: 970px;
}
.page_margin_left {
    width: 10px;
    background: transparent url('../images/gradient_left.jpg') repeat-y top left;
}
.page_margin_right {
    width: 10px;
    background: transparent url('../images/gradient_right.jpg') repeat-y top left;
}
.page_header {
    width: 880px;
    height: 67px;
    background: transparent url('../images/bar_top.jpg') no-repeat top left;
    padding: 40px 35px 18px 35px;
    margin: 0px;
}
.page_flash {
    width: 950px;
    height: 362px;
    background: transparent url('../images/background_flash.jpg') no-repeat top left;
    padding: 0px;
    margin: 0px;
}
.page_news {
    background-color: #ffffff;
    width: 950px;
    padding: 19px 0px 19px 0px;
    margin: 0px;
}
.page_primarynav {
    background-color: #ffffff;
    width: 950px;
    padding: 25px 0px 39px 0px;
    margin: 0px;
}
.page_content {
    background-color: #ffffff;
    width: 860px;
    padding: 0px 50px 25px 35px;
    margin: 0px;
}
.page_footernav {
    background: transparent url('../images/gradient_bottom.jpg') repeat-x top left;
    width: 950px;
    padding: 20px 0px 0px 0px;
    margin: 0px;
}
.page_footer {
    width: 950px;
    padding: 10px 0px 20px 0px;
    margin: 0px;
}

/* NAVIGATION STYLES ------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.prinavTEXT {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #141f37;
    text-decoration: none;
}
.prinavTEXTON {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #9b721e;
    text-decoration: none;
}

/* TEXT STYLES ------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.mainTITLE {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    color: #9b721e;
    text-decoration: none;
    padding-bottom: 3px;
}
.mainSUBHEAD {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    color: #9b721e;
    text-decoration: none;
    padding-bottom: 3px;
}
.mainTEXT {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    text-decoration: none;
}
.mainTEXTbold {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #141f37;
    text-decoration: none;
}
.mainLINK {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #141f37;
    text-decoration: none;
}
.mainLINK:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #a98821;
    text-decoration: none;
}
.introTEXT {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 28px;
    color: #141f37;
    text-decoration: none;
}
.calloutTITLE {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    color: #9b721e;
    text-decoration: none;
    padding-bottom: 3px;
}
.calloutTEXT {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #141f37;
    text-decoration: none;
}
.calloutLINK {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #141f37;
    text-decoration: none;
}
.calloutLINK:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #9b721e;
    text-decoration: none;
}
.newsTEXT {
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    text-decoration: none;
}

/* COMPONENTS STYLES ------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.com_news_header {
    width: 880px;
    height: 36px;
    padding: 0px 35px 0px 35px;
    margin: 0px;
}
.com_news_body {
    width: 167px;
    padding: 0px 34px 0px 35px;
    margin: 0px;
}
.com_news_fill {
    width: 1px;
    padding: 0px;
    margin: 0px;
    border-right: solid 1px #a98821;
}

/* FOOTER  / HEADER STYLES ----------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

.footnavTEXT {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.footnavTEXTON {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #a98821;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.footerTEXT {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #ffffff;
    font-size: 9px;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
.footerLINK {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #a98821;
    font-size: 9px;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
.footerLINK:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #ffffff;
    font-size: 9px;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}

/* PAD --------------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////// */

