@charset "utf-8";
/* CSS Document */

/* Default Layout Styles - for every page */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	color: #444342;
	margin: 0;
}

a {
	text-decoration: none;
	color: #0055E3;
	cursor: pointer;
}

a:visited {
	color: #0055E3;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

h2 {
	font-size: 18px;
	margin-top: 0;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

h3, h4, h5, h6 {
	text-align: justify;
}

h6 {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

img {
	border: none;
}

ul {
	text-align: justify;
	margin-right: 10px;
	margin-bottom: 0;
}

table {
	border: 1px solid #0055E3;
	border-collapse: collapse;
	background-color: #CFE5FF;
	table-layout: fixed;
}

table.wrapAround {
	margin-left: 16px;
	margin-right: 16px;
	table-layout: auto;
}

caption {
	text-align: left;
}

th {
	border: 1px solid #0055E3;
	background-color: #0055E3;
	text-align: left;
	color: #fff;
}

td {
	border: 1px solid #0055E3;
	text-align: left;
}

tr.hoverable:hover, td.hoverable:hover {
	background-color: #56A3FF;
	color: #000;
}

em {
	font-weight: bold;
	color: #000;
}

#header {
	background-image: url(../images/layout/header.png);
	background-repeat: no-repeat;
	height: 100px;
}

#headerTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0055E3;
	margin-top: 24px;
	line-height: 1.7em;
	letter-spacing: normal;
}

#headerAddress {
	text-align: right;
	margin-top: 20px;
	margin-right: 6px;
}

#headerTitle .headerBlue {
	font-size: 28px;
	color: #2665C1;
}

#headerTitle .headerGreen {
	font-size: 28px;
	color: #00B600;
}

#headerTitle em {
	color: #0055E3;
	font-size: 16px;
	font-style: normal;
}

#headerAddress .phoneBlue {
	font-size: 14px;
	color: #0055E3;
}

#mainBackground {
	background-image: url(../images/layout/background.png);
	background-repeat: repeat-y;
	width: 1000px;
}

#navigation {
	position: relative;
	z-index: 100;
	height: 40px;
}

#pageTitleBar {
	background-color: #CFE5FF;
	color: #0055E3;
	border-bottom: 1px solid #56A3FF;
	height: 40px;
}

#pageTitle {
	margin-top: 5px;
	margin-left: 10px;
}

#footer {
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 1000px;
	color: #444342;
	font-size: 12px;
}

#footerLogo {
	text-align: right;
	margin-top: 30px;
}

#footerText p {
	text-align: right;
	margin-top: 15px;
	margin-right: 35px;
}

#footerText p + p {
	line-height: 1.2;
	font-size: 11px;
	color: #000;
	text-align: right;
	margin-right: 35px;
}

#footerText a {
	text-decoration: none;
	color: #444342;
}

#copyrightLink {
	color: #0055E3;
}

#copyrightLink:hover {
	color: #fff;
}

#footerText a:visited {
	color: #444342;
}

#footerText a:hover {
	color: #fff;
}

/* Shared Styles - not all on every page, but could be shared between two or more pages */
.mainContentImage {
	margin: 10px 10px 10px 20px;
	border: 1px solid #0055e3;
}

#publicationText {
	text-align: center;
}

#pdfRollover {
	background-image: url(../images/shared/links/pdf_rollover.png);
	background-repeat: no-repeat;
	background-position: 140px 0;
}

#pdfIcon {
	border: none;
	margin-right: 10px;
	margin-left: 140px;
}

#decreaseTextBtn {
	margin-right: 5px;
}

#introCopy {
	margin-bottom: 30px;
}

#secondCopy {
}

.infoWindowElipse {
	position: relative;
	z-index: 50;
}

.infoBar_41px {
	height: 41px;
}

.infoBar_42px {
	height: 42px;
}

.imgAlpha {
	margin-left: 5px;
}

.imgOmega {
	margin-right: 5px;
}

.copySizer {
	margin-top: 8px;
	margin-left: 0;
	font-size: 15px;
	color: #0055E3;
}

.copySizerBtns {
	margin-right: 10px;
	margin-top: 3px;
}

.copySizerTxt {
	margin-left: 15px;
}

.copySizerTxt a:hover {
	text-decoration: none;
}

.infoWindowBg {
	background-image: url(../images/shared/info_window_bg.png);
	background-repeat: repeat-y;
	width: 940px;
}

.infoWindowBgL {
	background-image: url(../images/the_office/info_window_bg_left.png);
	background-repeat: repeat-y;
	width: 460px;
}

.infoWindowBgR {
	background-image: url(../images/the_office/info_window_bg_right.png);
	background-repeat: repeat-y;
	width: 460px;
}

.infoWindowTop {
	background-image: url(../images/shared/info_window_top.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 940px;
}

.infoWindowBottom {
	background-image: url(../images/shared/info_window_bottom.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 940px;
}

.infoWindowElipseBottom {
	height: 30px;
}

.infoWindowElipseL {
	background-image: url(../images/the_office/info_window_elipse_left.png);
	background-repeat: no-repeat;
	height: 62px;
}

.infoElipseContentL {
	position: absolute;
	z-index: 25;
	margin-top: 16px;
	margin-left: 80px;
	font-size: 15px;
}

.infoElipseContentR {
	position: absolute;
	z-index: 25;
	margin-top: 16px;
	margin-left: 12px;
	font-size: 15px;
}

.infoElipseTableR {
	position: absolute;
	z-index: 25;
	margin-top: 26px;
	margin-left: 60px;
	font-size: 15px;
}

.infoWindowTopLink {
	background-color: #B7D8FF;
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
	margin-right: 6px;
	margin-left: 6px;
	color: #fff;
	border-bottom: 1px solid #56A3FF;
}

.topOfPageLink {
	height: 22px;
	width: 55px;
	margin-left: 10px;
	font-size: 12px;
}

.topOfPageLink:hover {
	cursor: pointer;
}

.topOfPageArrow {
	margin-top: 2px;
	margin-right: 0;
	margin-left: 5px;
}

.infoWindowBlock {
	padding-top: 20px;
	padding-bottom: 20px;
}

.lastInfoWindowBlock, .lastInfoWindowBlockL, .lastInfoWindowBlockR {
	padding-top: 20px;
	padding-bottom: 10px;
}

.lastInfoWindowBlockL {
	margin-right: -16px;
}

.lastInfoWindowBlockR {
	margin-left: -16px;
}

.infoWindowBlock img, .lastInfoWindowBlock img {
	border: 1px solid #0055E3;
	margin-left: 20px;
	margin-right: 16px;
}

.infoWindowBlock h3, .lastInfoWindowBlock h3 {
	display: inline;
	line-height: 1;
}

.infoWindowBg p, .infoWindowBg h4, .infoWindowBg h5, .infoWindowBg h6 {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

.lastInfoWindowBlock > table {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 20px;
	width: 908px;
}

.firstTableMargins {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: -10px;
}

.infoWindowBg ul, .infoWindowBg ol {
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
}

.infoWindowBg ol {
	text-align: justify;
}

.infoWindowBg li + li, .infoWindowBg li > ul, .infoWindowBg li > ol {
	margin-top: 10px;
}

.infoWindowBg li > p {
	margin-top: 5px;
	margin-left: 0;
}

.infoWindowBg p + ul, .infoWindowBg p + ol, .infoWindowBg ol + p, .infoWindowBg h6 + ul,
b + ul {
	margin-top: 20px;
	margin-right: 16px;
	margin-bottom: 0;
}

.infoWindowBg p + p, .infoWindowBg h3 + p, .infoWindowBg h4 + p, .infoWindowBg h5 + p, .infoWindowBg h6 + p, .infoWindowBg ul + p,
.infoWindowBg ul + h6, .infoWindowBg p + img, .infoWindowBg ul + img,
.infoWindowBg ul + img + p {
	margin-top: 20px;
}

.infoWindowBg p + h6, .infoWindowBg p + h4, .infoWindowBg ul + h4, .infoWindowBg p + h5, .infoWindowBg ul + h5 {
	margin-top: 40px;
}

.infoWindowBg p + table, .infoWindowBg h6 + table {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 20px;
	table-layout: auto;
}

.infoWindowBg table + table {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 20px;
	width: 908px;
}

.infoWindowBg blockquote, .infoWindowBgL blockquote, .infoWindowBgR blockquote {
	text-align: justify;
	margin-left: 0;
	margin-right: 16px;
}

.infoWindowBg em a {
	margin-right: 16px;
	position: absolute;
	bottom: -5px;
	left: 75%;
}

.infoWindowDivider {
	margin-left: 6px;
}

.orderedListToIndent {
	margin-left: 10px;
}

.centerCellH {
	text-align: center;
}

.centerCellV {
	vertical-align: middle;
}

.floatObjectLeft {
	float: left;
}

.floatObjectRight {
	float: right;
}

.noFloat {
	float: none;
}

.size_12px {
	font-size: 12px;
}

.size_18px {
	font-size: 18px;
}

.minHeight_300px {
	min-height: 300px;
}

.minHeight_270px {
	min-height: 270px;
}

.minHeight_220px {
	min-height: 220px;
}

.minHeight_180px {
	min-height: 180px;
}

.minHeight_160px {
	min-height: 160px;
}

.imageCaption {
	text-align: center;
	font-size: 10px;
}

.superScript {
	vertical-align: super;
	font-size: 8px;
}

.footnote {
	font-size: 11px;
}

.verticalDivider {
	background-image: url(../images/shared/vertical_divider.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 2px;
}

.verticalDividerBottom {
	background-image: url(../images/shared/vertical_divider_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 2px;
	height: 8px;
}