#boxDiv
{
    background: white url('images/box_header_background.jpg') repeat-x;
    border: 1px solid #1E78AC;
    border-top: 3px solid #1E78AC;
    overflow: hidden;
    margin: 13px;
    width: 835px;
}

#boxDiv h1
{
    border-bottom: 1px solid #1E78AC;
    color: #16567b;
    font-size: 1.6em;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 5px;
}

#contentDiv
{
    clear: both;
    overflow: hidden;
    padding: 20px;
}

#contentDiv h2
{
    color: #1E78AC;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 1.3em;
}

#contentDiv img
{
	float: left;
    padding: 0px 25px 0px 15px;
}

#emailLink
{
	color: #1E78AC;
	text-decoration: none;
}

#footerDiv
{
	clear: both;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid white;
	color: grey;
	font-size: small;
	font-variant: small-caps;
}

#headerDiv
{
	background: white url('images/viaduct.png') no-repeat scroll left center;
	border: 1px solid white;
    border-bottom: 0px;
	color: #1e78ac;
    font-family: Book Antiqua, Palatino Linotype, serif;
	height: 100px;
    text-align: center;
}

#headerDiv h1
{
	margin: 20px auto 0px auto;
	padding-bottom: 0px;
}

#headerDiv h3
{
    font-style: italic;
	margin-top: 0px;
	padding-bottom: 0px;
}

#headerDiv hr
{
	background-color: #1e78ac;
	color: white;
	margin: 0px auto 0px auto;
	width: 395px;
}

#indexBoardroom
{
    clear: both;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.industriesList
{
    margin-top: 0px;
    padding-top: 0px;
}

.listHeader
{
    color: #1E78AC;
}

#mainDiv
{
	background-color: white;
	border: 1px solid #1E78AC;
	font-family: Veranda, sans-serif;
	font-size: 	0.875em;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#mainPageBlurb
{
    color: grey;
    font: italic 2.0em serif;
    margin-top: 0px;
    padding: 0px;
    text-align: center;
}

#navDiv
{
	background: url('images/nav_bg.jpg') repeat-x;
	border: 1px solid white;
    height: 40px;
	overflow: hidden;
	text-align: center;
}

#navDiv ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navDiv li
{
	background: url('images/nav_divider.jpg') no-repeat 0 0;
	display: inline-block;
    margin: inherit auto inherit auto;
	padding: 12px 12px 12px 12px;
}

#navDiv li:first-child { background: none; }

#navDiv a
{
	color: white;
	font-size: 0.9em;
	font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#navDiv a:hover, #navDiv a:focus
{
	color: SkyBlue;
	text-decoration: underline;
}

#printLogo
{
    display: none;
}

#sectionHeader
{
	color: #1E78AC;
	font-size: 1.7em;
	margin-top: 0px;
	text-transform: uppercase;
}

#sectionDescription
{
    padding: 0px;
}

#tombstone
{
    border: 1px solid #1E78AC;
    border-top: 3px solid #1E78AC;
    float: left;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 13px;
    text-align: center;
    width: 258px;
}

.tombstoneAction
{
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    top: 125px;
}

.tombstoneActionNoLogo
{
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
    top: 70px;
}

.tombstoneDuties
{
    font-size: 0.75em;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 0px;
    position: absolute;
    top: 240px;
    width: 100%;
}

.tombstoneAquirer
{
    position: absolute;
    top: 150px;
    width: 100%;
}

.tombstoneAquirerNoLogo
{
    position: absolute;
    top: 170px;
    width: 100%;
}

#tombstone h2
{
    color: #1E78AC;
    font-size: 1.2em;
    height: 45px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#tombstone img
{
    display: block;
    height: 45px;
    margin: 0px auto 0px auto;
    float: none;
    padding: 0px 0px 0px 0px;
    width: auto;
}

.tombstoneAquirerLogo
{
    position: absolute;
    top: 180px;
    width: 100%;
}

.tombstoneAquireeLogo
{
    position: absolute;
    top: 65px;
    width: 100%;
}

.tombstoneCJLogo
{
    position: absolute;
    bottom: 10px;
    width: 100%;
}

a
{
	text-decoration: none;
}

body
{
	background: white url('images/body_background.png') repeat-x fixed;
}

h4
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

hr
{
	background-color: #1E78AC;
	height: 3px;
	width: 75%;
}

p
{
    color: black;
    line-height: 20px;
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 15px;
}


.blackText
{
    color: black;
    line-height: 25px;
}