
a {
color: #e5bf6a;
text-decoration: underline;
}

a:hover {
color: #e5bf6a;
text-decoration: none;
}

h1 {} /* Reserved for logo */

h2 {
margin: 0 0 0.8em 0;
font-family: times new roman, times, georgia, serif;
font-size: 2em;
font-variant: small-caps;
font-weight: normal;
}

h3 {
margin: 0 0 0.8em 0;
font-family: times new roman, times, georgia, serif;
font-size: 1.6em;
font-variant: small-caps;
font-weight: normal;
color: #888;
}

h4 {
margin: 0 0 0.8em 0;
/*font-family: times new roman, times, georgia, serif;*/
font-size: 1.2em;
font-weight: bold;
color: #fff;
}

h5 {
margin: 0;
font-size: 1em;
font-weight: bold;
color: #fff;
}

h6 {

}

.block-header {
padding: 0.2em 0.4em;
background: #333;
color: #fff;
}

.gray {
color: #999;
}

.red {
color: #cc0000;
}

.all-caps {
text-transform: uppercase;
}

.no-caps {
text-transform: none;
}

.lowercase {
text-transform: lowercase;
}

.no-italics {
font-style: normal;
}

.no-bold {
font-weight: normal;
}

.align-left {
float: left;
margin: 0 1.5em 1.5em 0;
}

.align-right {
float: right;
margin: 0 0 1.5em 1.5em;
}

ul ul {
margin-bottom: 0;
}

dl {
margin: 0;
padding: 0;
}

dt {
margin: 0 0 0.1em 0;
font-weight: bold;
}

dd {
margin: 0 0 1.5em 0;
}


/*========== Icons ==========*/
.pdf {
padding: 0 0 0 16px !important;
background: transparent url(../../images/icons/pdf-icon-tiny.gif) no-repeat left center !important;
}

.email {
padding: 0 0 0 18px !important;
background: transparent url(../../images/icons/email-icon-tiny.gif) no-repeat left center !important;
}

.top-of-page {
padding: 0 0 0 16px !important;
background: transparent url(../../images/icons/arrow-up.gif) no-repeat left center !important;
}
/*========== END: Icons ==========*/



/*========== thumbs ==========*/
ul.thumbs {
clear: both;
list-style: none;
margin: 0;
padding: 0;
}

ul.thumbs li {
width: 140px;
float: left;
margin: 0 100px 1.5em 0;
}

ul.thumbs li.last {
margin: 0;
}

ul.thumbs li h3 {
/*height: 2.5em;*/
margin: 0;
font-family: arial, univers, sans-serif;
font-variant: normal !important;
font-weight: bold;
font-size: 1em;
text-transform: uppercase;
color: #fff;
}

ul.thumbs li h3.short-header {
padding: 1.2em 0 0 0;
}

ul.thumbs li h4 {
font-size: 0.9em;
font-weight: normal;
color: #999;
}

ul.thumbs img {
margin: 0.5em 0;
}

ul.thumbs li ul {
list-style: none;
margin: 0;
padding: 0;
}

ul.thumbs li li {
float: none;
/*display: block;*/
width: auto;
margin: 0 0 0.75em 0;
font-size: 0.9em;
}
/*========== END: thumbs ==========*/


table {

}

table tr {

}

table th {
border-bottom: 1px solid #fff;
padding: 0.4em;
font-weight: bold;
}

table td {
border-bottom: 1px solid #333;
padding: 0.4em;
}

div.highlight-box {
margin: 0 0 1.5em 0;
padding: 1em;
background: #111;
border: 1px solid #222;
color: #fff;
}

div.highlight-box-02 {
margin: 0 0 1.5em 0;
padding: 1em;
background: #222;
border: 4px solid #333;
color: #fff;
}

div.posters-button {
width: 150px;
}

div.posters-button a {
display: block;
background: #111;
border: 1px solid #222;
padding: 0.75em 1em;
text-align: center;
font-weight: bold;
}

div.posters-button a:hover {
background: #262626;
border: 1px solid #363636;
}


/*========== News ==========*/
.news-date {
/*color: #666;*/
}

.news-source {
font-weight: bold;
}

.news-headline {

}
/*========== END: News ==========*/



/*========== subnav ==========*/
ul.subnav {
list-style: none;
margin: 0 0 1.5em 0;
padding: 0;
height: 30px;
border-bottom: 1px solid #333;
}

ul.subnav li {
display: inline;
}

ul.subnav li.first {
padding-left: 0;
}

ul.subnav li.last {
border-width: 0;
}

ul.subnav li a {
float: left;
display: block;
width: 130px;
height: 25px;
margin: 0 2px 0 0;
padding: 5px 5px 0 5px;
text-align: center;
background: #000;
}

ul.subnav li a:hover {
}

ul.subnav li.current a {
background: #333;
font-weight: bold;
color: #fff;
text-decoration: none;
}
/*========== END: subnav ==========*/





