/* PAGE DEFAULTS */

html { background: transparent; }

body {
	background: url(../images/body-bg.jpg) top center no-repeat;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
body#home {
	background: #fff;
}
body.interior {
	background: #fff;
}

strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
strong em, em strong {
    font-weight: bold;
    font-style: italic;
}
.clear-both {
	clear: both;
}

#document-wrapper {

}

#page-content,
.container {
	width: 928px;
	margin: 0px auto;
	position: relative;
}


/* Main */

#header {
	background: url(../images/nav-bg.png) left bottom repeat-x;
	overflow: hidden;
}

#header a.logo {
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 252px;
	height: 124px;
	display: block;
	margin: 0;
	text-indent: -10000px;
}

#header .social-media {
	float: right;
	overflow: hidden;
	padding-top: 86px;
}
.social-media  li {
	margin-left: 16px;
}
#header ul li {
	float: left;
}
#header ul li.first { margin: 0px 0px 0px 0px; }

#header ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
#header ul li a:hover { text-decoration: underline; }
.main-nav {
	clear:both;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	padding-top: 15px;
}
.main-nav li {
	border-right: 1px solid #fff;
	padding: 0 37px;
}
.main-nav li:first-child,
.main-nav li.first {
	padding-left: 0;
}
.main-nav li:last-child,
.main-nav li.last {
	border-right: 0;
	padding-right: 0;
}
.hero-wrap {
	background: url(../images/hero-bg.png) left top repeat-x;
	height: 356px;
}
#main {
	float: left;
	text-align: left;
	width: 928px;
        position: relative;
}

.home-image {
	float: left;
	width: 425px;
	height: 356px;
}
.home-image .slides {
	margin: 40px 80px;
	height: 272px;
	overflow: hidden;
}
.home-image .slides a {
	width: 200px;
	height: 272px;
	overflow: hidden;
}

.home-text {
	float: left;
	width: 503px;
	height: 356px;
}

.home-left, .home-right {
	width: 462px;
	float: left;
	margin: 47px 0px 0px 0px;
	color: #666666;
}
.home-right {
	width: 440px;
	margin: 47px 0px 0px 26px;
}

.home-left h2 {
	background: url(../images/title-latest-news.jpg) no-repeat;
	width: 142px;
	height: 15px;
	font-size: 1px;
	text-indent: -10000px;
	float: left;
	display: block;
}

.home-left span.date {
	text-transform: uppercase;
	margin: 2px 27px 0px 0px;
}

.home-left .home-dotted-border, .home-right .home-dotted-border {
	background: url(../images/home-dotted-border.jpg) no-repeat;
	width: 437px;
	height: 1px;
	font-size: 1px;
	float: left;
	display: block;
	margin: 13px 0px 0px 0px;
}
.home-right .home-dotted-border { margin: 15px 0px 0px 0px; }

.home-left p, .home-right p {
	margin: 18px 0px 0px 0px;
	width: 435px;
	line-height: 20px;
}

.home-left a.post-title-link{
	color: #109cb3;
    font-size: 14px;
    font-weight: bold;
	text-decoration:none;
}
.home-left a.post-title-link:hover{
	text-decoration:underline;
}

.home-right p { width: 440px; }

a.read-more {
	background: url(../images/btn-read-more.jpg) no-repeat;
	width: 132px;
	height: 28px;
	float: right;
	display: block;
	text-indent: -10000px;
	margin: 15px 27px 0px 0px;
}

.home-right h2 {
	background: url(../images/title-about-us.jpg) no-repeat;
	width: 105px;
	height: 15px;
	font-size: 1px;
	text-indent: -10000px;
	float: left;
	display: block;
}

p.home-about-us {
	color: #109cb3;
	font-weight: bold;
	font-size: 14px;
}

.home-right a.read-more { margin: 5px 0px 0px 0px; }

.gray-solid-border {
	border-top: 1px solid #e5e5e5;
	width: 928px;
	float: left;
	font-size: 1px;
	margin: 25px 0px 0px 0px;
}

.slide-gallery-wrapper {
	width: 928px;
	height: 123px;
	float: left;
	margin: 25px 0px 0px 0px;
}

.slide-gallery-wrapper a.left-arrow {
	background: url(../images/show-gallery-arrow-left.jpg) no-repeat;
	width: 26px;
	height: 123px;
	float: left;
	text-indent: -10000px;
	cursor: pointer;
}

.slide-gallery-wrapper .show-gallery-wrapper {
	width: 875px;
	height: 123px;
	background: url(../images/show-gallery-bg.jpg) no-repeat;
	float: left;
	overflow: hidden;
	position: relative;
}
/*
.show-gallery-wrapper ul {
	position: absolute;
	width: 8000px;
	height: 123px;
	left: 0px;
	top: 13px;
}
*/
.show-gallery-wrapper ul li a {
	width: 77px;
	height: 99px;
	display: block;
	float: left;
	text-indent: -10000px;
	margin: 0px 0px 0px 14px;
}
.show-gallery-wrapper ul li { float: left; }

.slide-gallery-wrapper a.right-arrow {
	background: url(../images/show-gallery-arrow-right.jpg) no-repeat;
	width: 26px;
	height: 123px;
	float: left;
	text-indent: -10000px;
	cursor: pointer;
}

/* Show */

#show-wrapper {
	float: left;
	width: 928px;
	margin: 25px 0px 0px 0px;
}

#show-left {
	float: left;
	width: 201px;
}

#show-left span.show-image-thumb-large {
	float: left;
	margin: 4px 0px 0px 0px;
	/*border: 1px solid #ccc;*/
}
#show-left span.show-image-thumb-large .poster {
	border: 1px solid #ccc;
	padding: 7px;
}

a.btn-link {
	width: 188px;
	height: 28px;
	float: left;
	display: block;
	color: #666666;
	font-size: 12px;
	font-family: Palatino;
	background: #e9e6e2;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 13px 0px 0px 7px;
}

a.btn-link span {
	width: 188px;
	text-align: center;
	float: left;
	margin: 6px 0px 0px 0px;
}

#show-left ul {
	float: left;
	margin: 16px 0px 0px 7px;
}

#show-left ul li {
	float: left;
}

#show-left ul li.social-facebook,
#show-left ul li.social-youtube,
#show-left ul li.social-instagram
{ margin: 8px 0px 0px 0px; }


#show-left ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#show-left ul li a:hover { text-decoration: underline; }

#show-left ul li.social-twitter a {
	background: url(../images/social-sprite.jpg) no-repeat 0px 0px;
	height: 32px;
	padding-left: 40px;
	display: block;
}

#show-left ul li.social-facebook a {
	background: url(../images/social-sprite.jpg) no-repeat 0px -40px;
	height: 32px;
	padding-left: 40px;
	display: block;
}

#show-left ul li.social-youtube a {
	background: url(../images/social-sprite.jpg) no-repeat 0px -80px;
	height: 32px;
	padding-left: 40px;
	display: block;
}

#show-left ul li.social-instagram a {
	background: url(../images/social-sprite.jpg?20151105) no-repeat 0px -120px;
	height: 32px;
	padding-left: 40px;
	display: block;
}

#show-left ul li a span {
	float: left;
	margin: 6px 0px 0px 0px;
}

#show-right {
	float: left;
	width: 697px;
	margin: 0px 0px 0px 29px;
}

#show-right h1 {
	float: left;
	font-family: Palatino;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #333333;
}

#show-right p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 20px 0px 0px 0px;
}
#show-right p a {
	color: #0271c1;
	font-size: 14px;
	text-decoration: underline;
}
#show-right p a:hover { text-decoration: none; }

div.show-dotted-border {
	background: url(../images/show-dotted-border.jpg) no-repeat;
	width: 691px;
	height: 1px;
	font-size: 1px;
	float: left;
	margin: 15px 0px 0px 3px;
}
.purchase_tix{
	background: url(../images/purchase_tickets.jpg) no-repeat top left;
	width: 176px;
	height: 27px;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #666;
	line-height: 27px;
	padding:0 0 0 40px;
	margin: 20px 0 0 0;
}
.purchase_tix:hover {
	background-position: 0 -27px;
	color: #fff;
}


/* About */

#about-wrapper {
	width: 928px;
	float: left;
}

#about-wrapper h1 {
	font-size: 24px;
	font-family: Palatino;
	float: left;
	margin: 28px 0px 0px 0px;
	color: #333333;
}

.dotted-border-long {
	background: url(../images/dotted-border-long.jpg) no-repeat;
	width: 928px;
	height: 1px;
	font-size: 1px;
	float: left;
	display: block;
	margin: 20px 0px 0px 0px;
}
.about-dotted-border-short {
	background: url(../images/about-dotted-border-short.jpg) no-repeat;
	width: 706px;
	height: 1px;
	font-size: 1px;
	float: left;
	display: block;
	margin: 20px 0px 0px 0px;
}
.about-dotted-border-short.in-between {
	margin: 0px 0px 0px 0px;
}

#about-left {
	width: 710px;
	float: left;
}

#about-left p, #about-right p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin: 20px 0px;
	text-align: left;
}

#about-right p {
	margin:0;
	line-height: 18px;
	font-size: 12px;
}

#about-left p a {
	color: #109cb3;
	font-size: 14px;
	text-decoration: underline;
}
#about-left p a:hover { text-decoration: none; }

.about-bio {
	float: left;
	width:
}

.about-bio .headshot {
	float: left;
	margin: 35px 0px 0px 0px;
	width: 128px;
}

.about-bio .bio-copy {
	float: left;
	width: 560px;
	margin: 32px 0px 0px 20px;
	}

.about-bio .bio-copy h3 {
	color: #109cb3;
	font-size: 18px;
}

.about-bio .bio-copy h3 span {
	font-size: 14px;
	color: #666666;
}

#about-wrapper #about-left .about-bio.next .bio-copy {
	margin: 24px 0px 0px 20px;
}

#about-wrapper #about-left .about-bio.next .headshot {
	margin: 27px 0px 0px 0px;
}

#about-right {
	float: left;
	width: 170px;
	margin: 20px 0px 0px 30px;
}

#about-right h2 {
	font-size: 18px;
	font-family: Palatino;
	color: #666666;
}

#about-right ul {
	float: left;
	margin: 12px 0px 0px 13px;
}

#about-right ul li {
	background: url(../images/list-bullet-gray.jpg) no-repeat 0em .9em;
	padding-left: 15px;
	line-height: 24px;
}

#about-right ul li a {
	color: #109cb3;
	font-size: 14px;
	text-decoration: underline;
}
#about-right ul li a:hover { text-decoration: none; }

/* Press */

#press-wrapper, #contact-wrapper, #internships-wrapper {
	width: 928px;
	float: left;
}

#press-wrapper h1, #contact-wrapper h1, #internships-wrapper h1, #our-team-wrapper h1, .our-team-row h2 {
	font-size: 24px;
	font-family: Palatino;
	float: left;
	margin: 28px 0px 0px 0px;
	color: #333333;
}

#press-wrapper p, #contact-wrapper p, #internships-wrapper p {
	margin: 20px 0px 0px 0px;
}

/* End Press */

/* Footer */

#footer {
	width: 100%;
	height: 71px;
	background: url(../images/footer-bg.png) top center repeat-x #109cb3;
	float: left;
	margin: 31px 0px 0px 0px;
}

#footer-wrapper {
	width: 928px;
	margin: 0px auto;
}

#footer ul {
	float: right;
	margin: 26px 0px 0px 0px;
}

#footer ul li {
	float: left;
	padding-left: 18px;
	margin: 0px 0px 0px 14px;
}
#footer ul li.first {
	background: transparent;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

#footer a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }

a.logo-footer {
	display: block;
	margin: 26px 0px 0px 0px;
	float: left;
}

/* show drop menu on homepage */
.show-dropdown-wrapper {
    position: absolute;
    top: 274px;
    left: 660px;
    z-index: 1;
	width: 240px;
}
.show-dropdown-wrapper .dd_title {
	background:url(../images/drop-menu-bgsm.jpg) no-repeat;
	border:0px;
	text-indent:0;
	cursor:pointer;
	overflow:hidden;
	height:36px;
	width: 240px;
}

.show-dropdown-wrapper.override .dd_title {
	background:url(../images/drop-menu-bg-whitesm.jpg) no-repeat;
}
.show-dropdown-wrapper.override-about .dd_title {
	background:url(../images/drop-menu-bg-whitesm.jpg) no-repeat;
}
.show-dropdown-wrapper .dd_title h4 {
	color: #666;
	font-family: Palatino;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 16px;
	text-indent: 1px;
	text-transform: uppercase;
	padding: 10px 0 0 47px;
}
.show-dropdown-wrapper #show_dd {
	display:none;
	position: absolute;
	height: 160px;
	width: 240px;
	background-color: #EEE;
	border: 1px solid #C3C3C3;
	overflow-x: hidden;
	overflow-y: auto;
}
.show-dropdown-wrapper #show_dd ul {

}
.show-dropdown-wrapper #show_dd ul li {
	padding: 3px 4px;
	text-align: left;
}
.show-dropdown-wrapper #show_dd ul li a {
	color: #666;
	font-family: Palatino;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 16px;
	text-indent: 1px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}
.show-dropdown-wrapper #show_dd ul li:hover {
	background: #66CCFF;
}

/* PHOTOS */
#images #gallery_link, #videos #video_link, #documents #docs_link {
	background: #0271c1;
	color: #fff;
}

ul.photos{
	width:740px;
	float: left;
	list-style-type: none;
}
ul.photos li{
	float: left;
	margin:3px 8px 9px 4px;
	border: 1px solid #cccccc;
}

ul.photos li div{
margin-top:9px;
margin-right:9px;
margin-left:9px;
float:left;}

a.download-hi-res {
float:left;
margin:10px 0 4px 12px;
}
/* END PHOTOS */

.sub-title {
	font-family: Palatino;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #0271c1;
<<<<<<< .mine
}


.show-dropdown-wrapper.override {
	position: relative;
right: 0px;
top: 0px;
width:240px;
margin-bottom:20px;
}

.show-dropdown-wrapper.override-about {
position: absolute;
right: 0px;
top: 0px;
width:240px;
margin-bottom:20px;
margin-top:18px;
}

/* PRESS DOCUMENTS & LINKS */
ul.docs {

}
ul.docs .section_title {
	color: #0271C1;
	font-weight: bold;
    font-family: Palatino;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 10px 0;
}
ul.docs a:link, ul.docs a:visited, ul.docs a:active {
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}
ul.docs a:hover {
	text-decoration: underline;
}
ul.docs li {
	margin-left: 35px;
	line-height: 20px;
	height: 20px;
}
ul.docs li.pdf {
	list-style-image: url(/images/icon-pdf.gif);
}
ul.docs li.doc {
	list-style-image: url(/images/icon-doc.gif);
}
ul.docs li.link {
	list-style-image: url(/images/icon-link.gif);
}

/* END PRESS DOCUMENTS & LINKS */=======
}


.show-dropdown-wrapper.override {
	position: relative;
right: 0px;
top: 0px;
width:240px;
margin-bottom:20px;
}

.show-dropdown-wrapper.override-about {
position: absolute;
right: 0px;
top: 0px;
width:240px;
margin-bottom:20px;
margin-top:18px;
}


/* MORNING LINE PAGES */
#morningline #header ul {
	margin: 100px 0 40px 0;
}
#morningline #header ul li {
	margin: 0 20px;
}

.morningline {
	text-align:center;
	margin: 30px;
}
.morningline a:link, .morningline a:visited {
	font-size: 14px;
	margin: 10px;
	font-weight: bold;
	display: block;
}
.morningline a:hover {
	text-decoration: none;
}

/* PRESS KIT */

a.btn-presskit{
		background:url(../images/btn-presskit.gif) no-repeat 0 0;
		display:block;
		width:314px;
		height:26px;
		border:0;
		margin:0 0 0 0;
		padding:0;
		text-indent:-999999px;
		}
a.btn-presskit:hover {background: url(../images/btn-presskit.gif) no-repeat 0px -26px;}

/* MEDIA TRAINING */
.media-content {
	font-size: 14px;
	color:#666;
	line-height: 24px;
	padding:33px 118px;
}
.media-content h1,
.media-content h2 {
	font-size: 24px;
	font-family: Palatino;
	color:#333;
	border-bottom: 1px solid #109cb3;
	margin-bottom: 20px;
	padding-bottom: 9px;
	text-transform: uppercase;
}
/* OUR TEAM */
.our-team-row {
	overflow: hidden;
	margin-bottom: 39px;
}
.our-team-row:first-child {
	padding-top: 40px;
}
.our-team-row h2 {
	background: url(../images/dotted-border-long.jpg) no-repeat center bottom;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-left: 80px;
}
.our-team-img {
	float: left;
	width:128px;
	margin-left: 80px;
}
.our-team-content {
	float: right;
	width: 700px;
}
.our-team-content h3 {
	font-size: 18px;
	color:#109cb3;
	margin-bottom: 20px;
}
.our-team-content h3 a {
	color:#109cb3;
	text-decoration: none;
}
.our-team-content p {
	font-size: 15px;
	color:#6f6f6f;
	line-height: 20px;
	padding-right: 90px;
}
.our-team-row h2 {
	float: none;
}
