@charset "UTF-8";
/* CSS Document */

/*** Common CSS ***/

body {
 font-family: Arial; 
 background-position:center;
 background-position:top;
 background-repeat:repeat-x;
 margin: 0px;
 background-color: #f8f9fc;
 color:#363636;
}

#wrapper {
 width: 100%;
 margin: 0px auto;
 text-align: left;
}

/***** Header styles *****/

#header {
 width: 952px;
 height: 106px;
}

#header {
    width: 952px;
    height: 106px;
    margin: 0 auto 40px;
}

#header a.nav {
  float: left;

    border: 0 none;
    font-family: 'Lato', Helvetica, Arial;
    font-style: normal;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    font-size: 1.3em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    text-transform: uppercase;
    transition: background ease-in-out .3s;
    height: 106px;
    display: flex;
    align-items: center;
	line-height: 106px;
}

#header a.nav:hover {
  background-color: #e9e9e9;
  color: black;
}

#header a.active {
  background-color: #e9e9e9;
  color: white;
}

.topnav-right {
  float: right;
}

#header-logo {
 float: left;
 padding-top: 8px;
 padding-left: 5px;
}

#header-logo > a > img {
width: 270px;
}

#header-links-holder {
 width: 515px;
 height: 40px;
 float: right;
background-color: #333;
}

.header-links {
 color: #fff;
 float: left;
 padding-left: 12px;
 padding-top: 13px;
}


h1 {
 font-size: 20px;
 font-weight: bold;
 
}
/***** UPDATED SEPT 17-2014 *****/

h2, h2 a, h2 a:hover {
margin-top: .167em;
    margin-bottom: 0;
    border: 0 none;
    font-family: 'Lato', Helvetica, Arial;
    font-style: normal;
    font-weight: 400;
    color: #ce4000;
    font-size: 1.35em;
    text-decoration: none;
}

h2 > img {
display:none;
}

.rightColumn h2 {
    font-size: 1.67em;
}






/***** END UPDATE SEPT 17-2014 *****/


h3 {
 font-size: 1.6em; 
 font-weight: normal;
 color:#513303;
 color: #003046;
 font-family: "Rockwell", Tahoma, Verdana, Arial, Helvetica;
 margin-bottom: 0px;
 
 
}

h4 {
 font-size: 13px;  
 font-weight: bold;
 color:#513303;
}

h5 {
 font-size: 11px;  
 font-weight: bold;
 color:#513303;
}

h6 {
 font-size: 9px;  
 font-weight: bold;
 color:#513303;
}

/***** END of Header styles *****/


/***** Subpage styles *****/

#main-content {
 font-family:arial;
 border: none;
}

#subpage-theme, #homepage-theme{
 min-height: 100%;
}

#subpage-left-content {
 width: 200px;
 margin-left: 6px;
 padding-top: 30px;
 float: left;
 display: none;
}

#nav-side-bar-menu {
 text-align: left;
 padding-bottom: 60px;
}

#nav-side-bar-image {
 padding-bottom: 150px;
 text-align:center;
}

#subpage-right-content {
width: 675px;
    text-align: left;
    margin: 0 auto;
}


/***** UPDATED SEPT 17-2014 *****/

#pagetitle {
  

    background-image: url(images/2019_underline.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 1em;
    border: 0 none;
    font-family: 'Lato', Helvetica, Arial;
    font-style: normal;
    font-weight: 300;
    color: #333;
    font-size: 2.5em;
    text-decoration: none;
    text-transform: uppercase;
}

/***** END UPDATE *****/


#homepage-content {
 width: 925px;
 margin: 13px;
}

#subpage-content {
 float: left;
 background-color: #f9f2e4;
 margin-left: 15px; 
 margin-top: 20px;
 margin-right: 10px;
 width: 720px;
}

#subpage-content-inside {
 margin: 20px auto 0px;
 width: 675px;
}

#print-friendly {
 float: right;
 margin-top: 10px;
 color: #662524;
 font-size: 11px;
 width: "100px";
}

#print-friendly a:active,
#print-friendly a:link,
#print-friendly a:visited,
#print-friendly a:hover
{
 color: #662524;
 font-size: 11px;
 text-decoration: none;
}

/***** END of Subpage styles *****/

/***** Footer styles *****/

#footer {
 width: 100%;
    overflow: auto;
    background-color: #333;
    padding: 40px 0px;
    margin: 20px 0px 0px !important;
}

#footer-contents-holder {
 float: left;
 margin-top: 20px;
 margin-bottom: 30px;
 width: 100%;
}

#footer-links {
 float: left;
 /* padding-right: 50px; */
 padding-left: 40px;
}

.footer-links-list {
 float: left;
 padding-right:30px; 
 text-align: left;
}

#footer ul {
 padding-left: 0px;
 margin: 0px;
}

#footer li {
 list-style-type: none;
 color: #662524;
 font-size: 8pt;
}

#footer li a:active,
#footer li a:link,
#footer li a:visited {
 color: #fff;
 text-decoration: none;
 font-size:8pt;
 line-height:12pt;
} 

#footer li a:hover {
 color: #513303;
 text-decoration: none;
}

#footer-media-links {
 float: right;
 margin-right: 40px;
}

.media-icons {
 float: right;
 padding-left: 5px;
}

#footer-info {
 float: left;
 text align: center;
 font-size: 12px;
 color: #fff;
 width: 100%;
 text-align: center;
}

#footer-info a, #info-footer a:hover {
color: #fff;
}

/***** END of Footer styles *****/





/***** GLOBAL STYLES styles *****/
a {
	color:#ce4000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
		
}
a:visited {

	color:#ce4000;
		
}	

tbody {
	color:#222222;	
}

table {
	color:#222222;	
}


/***** end GLOBAL STYLES  *****/




BODY
{
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    background-color: #fff;
}

HR {
    color: #000;
}

H2 {
    font-size: large;
}

H3 {
    font-size: 14pt;
}

a, a:hover {
	color: #ce4000;
    text-decoration: underline; 
}

a.b, a.b:hover {
	font-weight:bold;
	color: #860000;
    text-decoration:none;
}

a.black, a.black_B {
	color:#000; 
	text-decoration: none;
}

a.black_B {
	font-weight:bold;
}

a.black:hover, a.black_B:hover {
	text-decoration: underline;
}