/**********************************************************************************************

	Title: Bulletin Intelligence
	Web: www.bulletinintelligence.com

***********************************************************************************************



/* Global Reset
===============================================================================================*/	

* { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: top; }

ol, ul, nav {
	list-style: none;
}
	
table {	
	border-collapse: separate; 
	border-spacing: 0;
}


caption, th, td {
	text-align: left; 
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {font-weight: normal;
}

strong {
	font-weight: 700;	
}

b {
	font-weight: 700;	
}

em, i {
	font-style: italic;
}


/* General Elements
===============================================================================================*/	

html {
}

*::selection { background:#ffa300; color:#002c4b; /* Safari and Opera */ }
*::-moz-selection { background:#ffa300; color:#002c4b; /* Firefox */ }

body {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .05em;
}

h1, h2#Testimonials {
	font-size: 30px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: dotted 1px #ffa300;
	padding-bottom: 4px;
	margin: 74px 0 10px 0px;
	color: #ffa300;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin: 20px 0 4px 0px; 
	color: #ffa300;
	letter-spacing: .05em;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 18px 0 2px 0px; 
	color: #002c4b;
	letter-spacing: .05em;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 14px 0 6px 0px; 
	color: #ffa300;
	letter-spacing: 0;
}

.h2underline {
	border-bottom: dotted 1px #002c4b;
	padding-bottom: 4px;	
}

p.metaLead, li.metaLead {
	display: none;
}

p, li, td {
	margin: 2px 0 14px 0px;
	font-size: 13px;
	line-height: 1.55em;
	color: #555555;
	letter-spacing: .05em;
	text-align: left;
}

#wrapper {
	max-width: 962px;
	margin: 0 auto 0 auto;
}

.blue {
	color: #002c4b;	
}

.gold {
	color: #ffa300;
}

.gray {
	color: #464540;	
}

.bold{
	color: #002c4b;
}

.bold_blue {
	font-weight: 700;
	color: #002c4b;
	text-align: right;	
}

.clear {
	clear: both;	
}

.left {
	float: left;	
}

.normal {
	font-weight: normal;	
}

a {
	color: #002c4b;
	text-decoration: underline;
}

a:hover {
	color: #ffa300;
}

.highlight {
	color: #F0F;	
}

.indent {
	margin-left: 40px;	
}

.sidetext {
	position: fixed;
}

input, textarea, select {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
}

input, textarea {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

input[type='checkbox'] {
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
}


/* Subscriber Forms
===============================================================================================*/

.option-box
{
	max-width: 540px;
	width: 100%;
	border: 1px solid #999999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	margin: auto;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.option-box thead
{
	color: #002C4B;
}

.option-box th
{
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #999999;
}
.option-box tbody td 
{
	font-size: 9pt;
	background-color: #ffffff;
}
.option-box tbody td.label
{
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
}

.option-box tfoot td
{
	height: 3px;
}

/* Splash Page Body
===============================================================================================*/

div#home {
	background: url(../images/BI_background-home.jpg) no-repeat #000000 top center fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
}

#homeHeader {
	width: 100%;
}

#homeWrapper {
    background-color: black;
}

#splashLogo {
	margin: 0 auto 0 auto;
/*	width: 962px; */
	z-index: 100;
}

#splashLogo img {
	padding: 20px 0 0 60px;
}

#splashDiv {
	background-image: url('../images/BI_background-home.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000000;
/*	width: 100%; */
	height: 100%;
	width: 1024px;
	opacity: 0.0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#splashPageLinks {
	position: absolute;
	width: 340px;
	top: 60px;
	right: 60px;
}

p#moreLink {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	text-align: right;
}

p#moreLink a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: solid 1px #ffa600;
}

p#moreLink a:hover {
	color: #ffa300;
	text-decoration: none;
}

#moreLink span {
	display: none;	
}

#greeting {
	position: absolute;
    z-index: 99;
}


#main_content {
	margin: 0px auto;
	max-width: 962px;
}

#headerWrapperSub {
	background-color: #FFF;
}

#homeSection {
	margin: 0 0 0 8%;
	position: fixed;
	bottom: 34%;
}

#homeSection img {
	margin: 40px auto 0 140px;	
}

#homepageHeader {
	font-size: 42px;
	padding: 6px 0 0 0;
	color: #ffffff;
	margin: 80px 0 10px 0;
	text-shadow: black 0.1em 0.1em 0.2em;
	border: none;
	line-height: 52px;
}

#more {
	margin: 20% 400px;	
}

img#homeBig {
	display: block;
	margin: auto;
}

img#homeTab {
	margin: 200px 0 30px 30px;
	display: none;	
}

img#homeMob {
	margin: 200px 0 30px 30px;
	display: none;	
}

#quotesWrapper {
	margin: 0 auto 0 auto;
	max-width: 962px;
}

#homeQuote {
	width: 100%;
	float: left;	
}

#homeQuote p {
	width: 80%;
	padding: 10px;
	font-size: 22pt;
	text-align: left;
	color: #ffffff;
	float: left;
	margin: 20px 0 0 0;
}

#contactInfo {
	float: right;
	width: 220px;
}

#contactInfo img {
	margin-top: 8px;	
}

#googleMap {
	float: left;
	padding-right: 20px;
	width: 340px;
}


/* Header
===============================================================================================*/

#headWrapper {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 99;
    background: #000000;
    margin-top:0px; /* -120px; */
	top: 0px;
	left: 0px;
	display: block;
}

#mobi-headWrapper {
	display: none;
}

#header {
	margin: 0 auto 0 auto;
	max-width: 962px;
	height: 100px;
	background: url(../images/BI_background.jpg) no-repeat #000000 top right;
}

#mobi-header {
	display: none;
}	

#header img {
	padding: 20px 0 0 10px;
}

#print-logo {
	margin: 0;
	padding: 0;
	display: none;	
}

ul#mainNav {
	color: #ffa300;
	float: right;
	margin: 0px 20px 0 0;
	padding-top: 50px;
	height: 50px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
}

ul#mainNav li {
	float: left;
	list-style: none;
	color: #ffa300;
	font-size: 17px;
	margin: 10px 0 0 0;
}

ul#mainNav li a {
	color: #ffa300;
	height: 100px;
	text-decoration: none;
	cursor: pointer;
	padding: 60px 24px 16px 24px;
}

ul#mainNav li a.active,
ul#mainNav > li:hover > a {
	color: #ffa300;
	height: 100px;
	background: #041d2d;
	cursor: pointer;
}

#subNavWrapper {
	width: 100%;
	height: 40px;
	top: 100px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	position: fixed;
	background: #ffffff;
	/*border-top: solid 2px #666666;*/
	border-bottom: solid 1px #041d2d;
}

#subNav-right {
	clear: right;
	max-width: 962px;
	margin: 0 auto 0 auto;
	padding: 0;
}

ul#subNav {
	position: relative;
	float: right;
	clear: right;
	margin: 0 20px 0 0;
	padding: 0px;
	background: #ffffff;
	z-index: 10;
	height: 40px;
	letter-spacing: .1em;
	font-weight: normal;
}

ul#subNav li {
	text-align: right;
	float: left;
	list-style: none;	
	font-size: 14px;
	margin: 12px 4px 0px 0px;
	line-height: 1.15em;
	color: #ffa300;
}

ul#subNav li a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

ul#subNav li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#subNav p {
	padding: 6px;
	font-size: 14pt;
	margin: 2px 0 2px 0;
	color: #ffffff;
	line-height: 1.25em;
}

ul#mainNav li ul.dropdown {
	display: none;
	background: #041d2d;
	position: absolute;
	top: 99px;
	color: #ffa300;
	width: 220px;
	list-style: none;
	z-index: auto;
}

ul#mainNav li ul.dropdown li {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	margin: 10px 0 4px 0;
	padding: 4px 0px 4px 0px;
	width: 220px;
	border-bottom: solid 2px #666666;
}

ul#mainNav li ul.dropdown li:hover {
	border-bottom: solid 2px #ffffff;
}

ul#mainNav li ul.dropdown li a {
	padding: 8px 8px 8px 20px;
}

ul#mainNav li ul.dropdown li a:hover {
	padding: 8px 8px 8px 20px;
	color: #ffffff;
}

ul#mainNav > li:hover > ul.dropdown {
	display: block;
}

.mobileNavDropdown {
	display: none;	
}

#mobBackground {
	background-color: #002c4b;	
}

ul#mobNav {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12pt;
	display: none;
	color: #ffa300;
	width: 100%;
}

ul#mobNav li {
	list-style: none;
	float: left;
	padding: 4px 0 4px 0;
}

ul#mobNav li a {
	color: #ffa300;
	text-decoration: none;
}

ul#mobNav li a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* Main Body
===============================================================================================*/

#mainBody {
	width: 100%;	
}

#section {
	width: 100%;	
}

#topText {
	width: 100%;
	padding: 80px 10px 10px 10px;
	text-align: left;
	margin: 0;
	float: left;
}

#topLine {
	padding-top: 45px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 24px;
	text-align: left;
}
#topLineImage {
	padding-top: 80px;
	width: 50%;
	float: right;
}

#mainText {
	width: 62%;
	padding: 80px 10px 10px 10px;
	text-align: left;
	margin: 0;
	float: left;
}

ul#mainBullets {
	padding-left: 40px;
	margin-bottom: 20px;
}

ul#sidebarBullets {
	padding-left: 40px;
	margin-bottom: 20px;
	display: none;
}

.quotes_ClientReview {
	width: 100%;
}

.quotes_ClientReview p {
	margin: 0px;
	font-size: 13px;
	font-style: italic;
}

.quotes_ClientReview .quoteContainer {
	width: 98%;
	margin: 0px;
	padding: 12px 0;
	border-top: 1px dotted #c4c4c4;
}

li.quoteCitation:before {
	content: "- " !important;
	color: #002c4b;
	font-weight: bold;
}

li.quoteCitation {
	list-style: none !important;
	margin-left: 60px;
	font-size: 13px;
	color: #949496;
	margin: 10px 6px 0 0;
	margin-left: 1em;
    padding-left: 1em;
	text-indent: -.6em;
}

p#moreTestimonials {
	text-align: right;
	font-size: .8em;
	margin: 4px 6px 0 0;	
	font-family: Helvetica, Arial, sans-serif;
}

p#moreTestimonials a {
	color: #ffa300;	
}

p#moreTestimonials a:hover {
	color: #002c4b;	
}

#mainText ul {
	margin-left: 10px;
	line-height: 1.45em;
}

ul.first {
	margin-top: 10px;	
}

#mainText li {
	list-style: url(../images/bullet.png);
	margin: 2px 0 8px 14px;
}

#mainText li.secondary {
	list-style: disc;
	margin-left: 40px;
}

ul#overview {
	margin-top: 68px;
	margin-left: 0;
	padding: 0;
	/*box-shadow: 0px 0px 20px #cccccc;*/
	border-radius: 0px;
	background: #f5f5f5;
	border: solid 1px #cccccc;
	padding: 0 20px 0 20px;
}

#overview li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;	
	list-style: disc;
	line-height: 1.35em;
	margin: 16px 10px 16px 10px;
	padding: 0;
}

p#overview {
	margin: 56px 0 14px 0px;	
}

p#learnMore {
	float: right;
	margin: -30px 0 0 0;
	font-size: 14pt;
	padding: 0px;
}

ul#openingCallouts {
	background: rgba(0, 44, 75, .5);
	color: #ffffff;	
	font-size: 12pt;
	list-style: none;
	padding: 12px;
	margin: 10px 0 0px 0;
	line-height: 1.25em;
	box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, .7);
}

ul#openingCallouts li {
	list-style: none;
	border-bottom: dotted 1px #ffa300;
	padding-bottom: 8px;
	margin: 0 0 10px 0;
}

ul#openingCallouts li.lastCallout {
	border: none; 
	padding-bottom: 0; 
	margin-bottom: 0;
}

ul#openingCallouts li a {
	color: #ffffff;	
}

ul#openingCallouts li a:hover {
	color: #ffa300;	
}

#sidebar {
	width: 300px;
	top: 140px;
	position: fixed;
	left: -100px;
}

#sidebar p {
	font-size: 20pt;
	text-align: center; 
}

#sidebar img {
	margin: 0 auto 0 auto;	
}

#pagesidebar, #careersidebar {
	width: 30%;
	margin-top: 156px;
	float: right;
	padding-bottom: 14px;
	border-left: solid 1px #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#pagesidebar h2, #careersidebar h2 {
	color: #ffa300;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 5px 0 0px;
	padding-left: 24px;
}

#pagesidebar h3, #careersidebar h3 {
	font-size: 17px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002c4b;	
}

#pagesidebar h4, #careersidebar h4 {
	margin: 12px 0 4px 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #002c4b;
	font-weight: 700;
	font-size: 13px;
}

#pagesidebar p, #careersidebar p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 10px 0 10px;
	color: #555555;
	letter-spacing: .05em;
}

#pagesidebar ul, #careersidebar ul {
	 padding: 0px 20px 4px 20px; 
 }
 
#pagesidebar ul li, 
#careersidebar ul li {
	margin: 0 0 2px 20px;
	font-size: 13px;
	line-height: 1.3em;
	letter-spacing: .05em;
	font-family: Arial, Helvetica, sans-serif;
	list-style: square;
}

#pagesidebar ol li {
	margin: 10px 0px 2px 20px;
	font-size: 13px;
	line-height: 1.3em;
	letter-spacing: .05em;
	font-family: Arial, Helvetica, sans-serif;
	list-style: decimal;
}

#pagesidebar ol li span {
	
}

#pagesidebar ol {
	margin-left: 10px;
}

#pagesidebar .quotes_ClientReview .quoteContainer p {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}
#pagesidebar li.quoteCitation:before {
	content: "- " !important;
	color: #949496;
	font-weight: bold;
}
#pagesidebar li.quoteCitation {
	color: #949496;
	font-size: 10px;
	list-style: none outside none !important;
	margin: 0px 6px 0 1em;
	padding-left: 1em;
	text-indent: -0.6em;
}

ul#currentOpenings {
	margin: 0px;
}

ul#currentOpenings li {
	font-size: 14px;
	margin: 2px 0px 14px 6px;
	color: #555555;
	list-style: none;
}

ul#currentOpenings a {
	text-decoration: none;
	color: #002c4b;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.55em;
    margin: 2px 0 14px;
    text-align: left;
}

ul#currentOpenings a:hover {
	text-decoration: underline;
	color: #ffa300;
}

#request_sample {
	display: block;
	width: 240px;
	height: 52px;
	background:url(../images/request-a-sample.png) no-repeat 0 0;
}

#request_sample:hover {
	background:url(../images/request-a-sample.png) no-repeat 0 -52px;
}

#request_sample span {
	display: none;	
}

img.link {
	margin-top: 6px;	
}

#dictonary {
	border: 1px #cccccc solid;
	padding: 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	background: #f5f5f5;
}

#title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 	18px;
	color: #000000;
	padding: 0;
	margin: 0;
}

#pronunciation {
	font-size: 14px;
	color: #555555;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#definition {
	font-size: .85em;
	color: #000000;
	margin: 10px 0 0 0;
}

ul#quickFacts-list {
	margin: 0;	
}

ul#quickFacts-list li {
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
}

tr.timelineTitle {
}

tr.timelineTitle th {
	color: #002c4b;
	font-size: 20px;
	padding: 8px;
	letter-spacing: .05em;
	font-weight: normal;
	border-bottom: solid 2px #002c4b;	
}

.titleDate {
	text-align: right; 
}

td.date {
	vertical-align: middle;
	border-right: solid 1px #002c4b;
	background: #ffffff;
	/*background: -ms-linear-gradient(left, #ffffff 0%,#fff7ea 85%); /* IE10+ */
	/*background: linear-gradient(to right, #ffffff 0%,#fff7ea 85%); /* W3C */
}

.dateUnderline {
	font-weight: bold;
	color: #002c4b;
	margin-left: 10px;
	padding-right: 0;
	text-align: right;
}

.dateDash {
	text-decoration: line-through;
	color: #002c4b;
}

td.date p {
	font-size: 22px;
}

td.significance {
	padding: 8px;
	border-bottom: solid 1px #002c4b;
	background: #ffffff;
	background: -ms-linear-gradient(left, #eaeef0 0%,#ffffff 20%); /* IE10+ */
	background: linear-gradient(to right, #eaeef0 0%,#ffffff 20%); /* W3C */	
}

table.tableBottom {
	border-bottom: solid 1px #002c4b;	
}

#topScroll {
	margin: 0;	
}

.subsidiaries {
	margin-bottom: 40px;
	clear: both;
}

.subsidiaries img {
	padding-top: 6px;	
}

.subsidiaries .logo {
	border-right: solid 1px #002c4b;
}

.subsidiaries p {
	padding-left: 10px;
	margin: 0;
}


/* Press Release
===============================================================================================*/

p.headline {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 2px 0px; 
	color: #333333;
	letter-spacing: .05em;
}

p.headline a {
	text-decoration: none;	
}

p.headline a:hover {
	text-decoration: underline;	
}

p.date {
	font-size: .85em;
	margin: 0 0 6px 0px;	
}

/* Footer
===============================================================================================*/

#footer {
	margin: 0 auto 0 auto;
	clear: both;
	color: #ffffff;	
	font-size: 10pt;
	text-align: center;
	padding-top: 38px;
}

#footer p {
	margin: 0 0 4px 0;
	color: #afafaf;
	text-align:center;
}

#footer a {
	color: #afafaf;
	text-decoration: underline;	
}

#footer a:hover {
	color: #ffa300;	
}



/* Media Queries
=============================================================================================== */
@media screen and (min-width: 889px) and (max-width: 1024px) {
	
}

@media screen and (min-width: 727px) and (max-width: 928px) {
	.hide {
		display: none;
	}
	
	#homepageHeader {
		font-size: 24pt;
		padding-left: 10%;
		margin-top: 164px;
	}
	
	#header img {
		width: 230px;
		height: auto;
		margin-top: 10px;	
	}
	
	#splashDiv {
		min-width: 100%;	
	}
	
	ul#mainNav li {
		font-size: 15px;
	}
	
	ul#mainNav li a {
		color: #ffa300;
		height: 100px;
		text-decoration: none;
		cursor: pointer;
		padding: 60px 20px 20px 20px;
	}
	
	#pagesidebar {
		margin-top: 156px;
		float: right;
		padding-top: 20px;
	}
	
	#contactInfo {
		float: none;
		width: 100%;
	}
	
	#googleMap {
		margin-top: 20px;
		width: 100%;	
	}
	
	#googleMap iframe {
		width: 450px;	
	}
}

@media screen and (min-width: 0px) and (max-width: 726px) {
	.hide {
		display: none;
	}

	#wrapper {
		width: 100%;
		padding: 2px 0 2px 0;
	}
	
	#homeWrapper {
		display: none;
	}
	
	#homepageHeader {
		display: none;
	}
		
	#headWrapper {
		width: 100%;
		height: 60px;
		position: fixed;
		z-index: 99;
		background: #000000;
		margin-top:0px;
		top: 0px;
		left: 0px;
		display: block;
	}
	
	#header {
		margin: 0 auto 0 auto;
		width: 100%;
		height: 100px;
		background: url(../images/BI_background.jpg) no-repeat #000000 top left;
		display: block;
	}	
	
	#header img {
		padding: 10px 0 0 0;
		margin: 0 0 0 10px; 
		width: 200px;
		height: 45px;
	}
	
	
	ul#mainNav {
		color: #ffa300;
		float: none;
		margin: 10px auto 0 auto;
		width: 100%;
		padding: 0;
		height: 60px;
		display: block;	
		font-family: Helvetica, Arial, sans-serif;
		position: relative;
		display: block;
		clear: both;
		top: 10px;
		min-width: 320px;
	}
	
	ul#mainNav li {
		float: left;
		list-style: none;
		color: #ffa300;
		font-size: 13px;
		margin: 10px 0 0 0;
	}
	
	ul#mainNav li a {
		color: #ffa300;
		height: 40px;
		text-decoration: none;
		cursor: pointer;
		padding: 10px 8px 7px 8px;
	}
	
	ul#mainNav li a.active,
	ul#mainNav > li:hover > a {
		color: #ffa300;
		height: 40px;
		background: #041d2d;
		cursor: pointer;
	}
	
	#subNavWrapper {
		display: none;
	}
	
	ul#mainNav li ul.dropdown {
		display: none;
		background: #041d2d;
		position: absolute;
		top: 34px;
		color: #ffa300;
		width: 140px;
		list-style: none;
		z-index: auto;
	}
		
	ul#mainNav li ul.dropdown li {	
		font-family: Helvetica, Arial, sans-serif;
		font-size: .8em;
		width: 140px;
		margin: 10px 0 4px 0;
		padding: 4px 0px 4px 0px;
		border-bottom: solid 1px #666666;
	}
	
	ul#mainNav li ul.dropdown li:hover {
		border-bottom: solid 1px #ffffff;
	}
	
	ul#mainNav li ul.dropdown li a {
		padding: 8px 8px 8px 8px;
	}
	
	ul#mainNav li ul.dropdown li a:hover {
		padding: 8px 8px 8px 8px;
		color: #ffffff;
	}
	
	ul#mainNav > li:hover > ul.dropdown {
		display: block;
	}
	
	.mobileNavDropdown {
		position: absolute; 
		z-index: 99; 
		width: 72px; 
		height: 20px;
		display: block;
	}
		
	p, li, td {
		font-size: 14px;
		line-height: 1.35em;
	}
	
	.boldBlue {
		font-size: 16px;	
	}
	
	#mainText {
		width: 95%;
		float: none;
		padding: 78px 8px 10px 8px;	
	}
	
	#section img.responsive {
		width: 90%;
		height: 90%;	
	}
	
	#section img.link {
		margin-top: 3px;	
	}
	
	#pagesidebar img {
		display: none;
	}	
	
	#pagesidebar, #careersidebar {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
		padding-top: 4px;
		border: none;
	}
	
	#pagesidebar {
		margin-top: 20px;
		float: right;
		padding-top: 20px;
	}
	
	#contactInfo {
		float: none;
		width: 100%;
	}
	
	#googleMap {
		display: none;	
	}
	
}