@charset "utf-8";

@import "../reset.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #231f20;
	background: #fff url(../images/bkgrnd.png) left top repeat-x;
	text-align: center;
	margin-top: 1em;
}

#mainwrapper {
	margin: 1em auto;
	width: 900px;
	text-align: left;
	padding: 0;
	background-color: #fff;
	border: 1px solid #000;
}

#header {
	/*width: 100%;*/
	padding: .75em 0 0 .75em;
	height: 122px;
	background-color: #000;
}

#headerL {
	float: left;
	width: 300px;
}

/* skip nav */
#skip {
	margin: 0;
	padding: 0 0 .5em .75em;
	text-align: left;
}

#skip a {
	color: #000;
	text-decoration: none;
	font-size: .80em;
	font-weight: bold;
}

#skip a:hover, #skip a:focus, #skip a:active {
	color: #fff;
}
/* end skip nav */

#headerL img {
	border: 0;
}

#headerR {
	float: right;
	margin-top: 72px;
	margin-right: 0;
}

/* main navigation */
#nav ul {
	list-style: none;
}

#nav  li {
	float: left;
	width: 70px;
	border-right: 2px solid #000;
}

#nav li.last {
	border: 0;
}

#nav li.ec, #nav li.dc {
	width: 140px;
}

#nav li.r {
	width: 90px;
}

#nav a {
	display: block;
	color: #000;
	font-size: .75em;
	font-weight: bold;
	padding: .75em 0;
	text-decoration: none;
	text-align: center;
	background-color: #f99c1f;
}

#nav a:hover, #nav a:active, #nav a:focus {
 	background: #d1202a;
	color: #fff;
}

#nav li ul {
	position: absolute;
	width: 160px;
	margin-left: -42px;
	left: -999em;
	z-index: 2000;
}

#nav li ul li {
	width: 160px;
	border: 1px solid #d1202a;
	border-width: 0 1px 1px;
}
#nav li.ec ul li {
	width: 141px;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover {
	background-position: 0 0;
}

#nav li ul a {
	background-color: #fff;
	text-decoration: none;
	padding: .75em;
	text-align: left;
}

#nav li ul a:hover, #nav li ul a:active, #nav li ul a:focus {
	color: #fff;
	background: #d1202a;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* end main naviagtion */

/* home page montage area & reversed layout */
#hpmontage {
	margin:  2px 0 0;
	padding: 0;
}

#montage {
	float: left;
	width: 514px;
}

.tagline {
	color: #d1202a;
	font-style: italic;
	font-weight: bold;
	font-size: .9em;
}

.interior {
	padding: .75em 0 0 1.5em;
}

#slideshow {
	margin: 0 25px 0 550px;
}

#Lcontent {
	float: left;
	margin: 1.5em 0 .5em 0;
	padding: 0;
	width: 29.5%;
	background-color: #fff;
}

#Rcontent {
	float: right;
	width: 65.5%;
	margin: .75em 0 .5em 0;
	background-color: #fff;
	font-size: .8em;
}
/* end home page specifics */

#wrapper {
	background-color: #fff;
	margin: 1em 1.5em 0;
}

#singlecol {
	padding: 2em;
	font-size: .8em;
}

#contentL {
	float: left;
	width: 65.5%;
	margin: 1.5em 0 .5em 0;
	background-color: #fff;
	font-size: .8em;
}

#contentL ul, #singlecol ul {	
	list-style-image: url(../images/bullet.gif)
}

#contentL ul li, #singlecol ul li {
	margin-top: 1em;
	padding-left: 1em;
}

#contentR {
	float: right;
	width: 29.5%;
	margin: 1.5em 0 .5em 0;
	background-color: #fff;
}

/* styles boxes */
.box img {
	position: absolute;
	margin-top: -20px;
	z-index: 1000;
}

.box {
	border: 1px solid #8ec333;
	padding: 10px;
	font-size: .8em; 
}

.boxJoin {
	margin-top: 2em;
	background-color: #f99c1f;
	padding: 10px;
	font-size: .8em;
	width: 40%;
	text-align: left;
}

.boxRed {
	margin-top: 2em;
	background-color: #d1202a;
	padding: 10px;
	font-size: .8em;
	color: #fff;
}
.boxLink {
	font-size: .8em;
	margin: -1em 0 1.5em;
}

/*.text {
	width: 95%;
	margin: .75em 0;
}*/

.box a, .box a:visited {
	color: #d1202a;
	font-weight: bold;
}

.box a:hover, .box a:focus{
	color: #8ec333;
	font-weight: bold;
}
/* end boxes */

/* 2 columns in leadership */
.left {
	float: left;
	width: 48%;
}

.right {
	margin-left: 53%;
}

/* footer area */
#footer {
	padding: .5em 0 1em;
	text-align: center;
	font-size: .75em;
}

.bar {
	background: url(../images/bar.gif) repeat-x;
	height: 12px;
	padding-top: 1em;
}

/* globals */
.clear {
	clear: both;
}

p {
	line-height: 1.6em;
}

.spec {
	font-family: 'Britannic Bold';
	font-weight: bold;
}

h1 {
	font-family: 'Britannic Bold';
	color: #d1202a;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: .5em;
}

h2 {
	font-family: 'Britannic Bold';
	color: #d1202a;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.5em 0 0;
}
h3 {
	font-family: 'Britannic Bold';
	color: #8ec333;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
}

a:link, a:visited {
	color: #d1202a;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #8ec333;
}

.imgR {
	float: right;
	padding: 0 0 .75em .75em;
}
.imgL {
	float: left;
	padding: 0 1em .75em 0;
}


.icons { /* social media at top */
	border: 0;
	/*padding: 1em 1em 0 1em;*/
	margin-bottom: -2px;
	padding-left: .25em;
}
.primo {
	padding-left: 2em;
}
.side-titles { /* red tiles in right column */
	font-family: 'Britannic Bold';
	color: #d1202a;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0;
}

.spec {
	font-weight: bold;
	font-size: 1.1em;
	color: #febc7b;
}
p.first {
	margin-top: 0;
}

/* image gallery */
img {
	border: 0;
}

.thumbnail{
	position: relative;
	z-index: 0;
	padding-left: 70px;
}

a.thumbnail {
	text-decoration: none;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300px;
left: -50px;
z-index: 1000; /*position where enlarged image should offset horizontally */
}
/* end gallery */


a[href$='.pdf'] { 
	padding:0 20px 0 0; 
	background:transparent url(../images/acrobat.gif) no-repeat center right;
}  

a[href$='.doc'],a[href$='.docx'] { 
	padding:0 20px 0 0; 
	background:transparent url(../images/word.gif) no-repeat center right; 
} 

@font-face {
    font-family: 'BritannicBold';
    src: url('britannic_bold-webfont.eot');
    src: url('britannic_bold-webfont.eot?iefix') format('eot'),
         url('britannic_bold-webfont.woff') format('woff'),
         url('britannic_bold-webfont.ttf') format('truetype'),
         url('britannic_bold-webfont.svg#webfontPd1KHCRd') format('svg');
    font-weight: normal;
    font-style: normal;
}
h2.about-spec {
	color: #d1202a;
	font-size: 2em;
}
table.stats {
	width: 100%;
	margin: .5em 0;
}
table.stats td {
	text-align: right;
	border: 1px solid #ccc;
}
table.stats th, table.stats table th {
	border: 1px solid #ccc;
	text-align: center;
}
table.stats td.first {
	text-align: left;
	width: 35%;
}
table.leaders td {
	vertical-align: top;
	padding: 1em;
	line-height: 1.6em;
}
