﻿/* This file should contain ONLY css CLASSES related to the Generic Content areas of the site */
/* General Inner Pgs */
.goldTitle
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5aa01;
}
.goldTitle16
{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5aa01;
}
.goldTitle18
{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f5aa01;
}
.maroonSub
{
    font-weight: bold;
    color: #5a2c34;
}
#Main ul.red
{
    list-style-image: url("/Images/global/search_arrow.gif");
}
/* End General Inner Pgs */
/* Generic List */
.eQXList
{
    font-size: 11px;
    margin: 30px 0 0 -30px;
    padding: 0;
}
.eQXList ul 
{
    list-style-type: none !important;
}
.eQXList a 
{
    font-weight: bold;
}
.xlstTitle
{
    display: none;
}
.xlstControls
{
    width: 800px;
    font-size: 11px;
    text-align: right;
    margin: 0;
}
.xlstControls a
{
    font-size: 11px;
    text-transform: uppercase;
}
.xlstControls .sbGold
{
    color: #f5aa01 !important;    
}
.xList
{
    width: 790px;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.expLI
{
    width: 770px;
    border-top: solid 1px #f5aa01;
    margin: 0;
    padding: 0;
}
.expAltLI
{
    width: 770px;    
    border-top: solid 1px #f5aa01;
    margin: 0;
    padding: 0;
}
h3.xlstItemTitle a
{
    display: block;
    font-size: 12px;
    color: #5a2c34;
    background: transparent url(Images/upArrow.png) no-repeat 740px 3px;
    margin: 4px 0;
    padding: 5px 10px 0 10px;
}
h3.xlstItemTitleexp a, h3.xlstItemTitleexpexp a
{
    display: block;
    font-size: 12px;
    color: #5a2c34;
    /*background: #fdf6e6 url(Images/dwnArrow.png) no-repeat 740px 3px;*/
    background: url(Images/dwnArrow.png) no-repeat 740px 3px;
    margin: 10px 0 0 0;
    padding: 5px 10px 4px 10px;
}
.xlstItemBody
{
    /*background: #fdf6e6;*/
    margin: 0;
    padding: 0 10px 10px 10px;
}
/* End Generic List */
/* Contact Us Form */
.frmLabel 
{
	font-weight: bold;
	vertical-align: top;
}
.frmReq 
{
	font-weight: bold;
	color: #ff0000;
}
/* End Contact Us Form */
/* Home Page */
.hpMsgWrap
{
    margin: 10px 0 0 10px;
}
.hpMsgSerif 
{
    font-family: Times New Roman, Times, Serif;
    font-size: 17px;
    font-weight: bold;
    color: #5a2c34;
}
.hpMsgSansSerif 
{
    font-size: 15px;
    font-weight: bold;    
    color: #fff;
}
.hpMsgText 
{
    font-size: 12px;
    font-weight: bold;
    color: #5a2c34;
}
.hpMiscLeft 
{
    float: left;
    margin: 10px 10px 0 20px;
}
.hpMiscRight
{
    float: left;
    margin: 10px 0 0 0;
}
/* End Home Page */
hr.gold
{
    height: 1px;
    text-align: left;
    color: #f5aa01;
    background: #f5aa01;
    border: 1px solid #f5aa01;
    margin-left: 0;
}