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

/* Main html elements */
body {
	background-color:#fff;
	/* background-image:url(../images/main-background.jpg); */
	background-position:top center; 
	background-repeat:no-repeat;
	margin:0; 
	-webkit-text-size-adjust:none;
	width:100%;
	height: auto;
}

p, ul, li, h1, h2, h3, h4, a {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
}

p, ul, li {
	font-size:14px;
}

h1 {
	font-size:32px;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font-size:17px;
	font-weight: bold
}

h4 {
	font-size:14px;
}

a:link {
	color:#ed1d24;
	text-decoration:none;
	}
a:visited {
	color:#ed1d24;
	text-decoration:none;
	}
a:hover {
	color:#888;
	text-decoration:none;
	}
a:active {
	color:#ed1d24;
	text-decoration:none;
	}

.small {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:10px;
	text-transform:uppercase;
	}

.CH {
	font-weight: bold;
	font-size: 1.2em;
}
/* Page layout components */

/* Header */
.holiday {
	background-color:#ed1d24;
	width:100%;
	margin-bottom:10px;
	margin-top:-15px;
	text-align:center;
	display: block;
}
.holiday p {
	text-align: center;
	padding:10px;
	color:#fff;
}
.holiday p a {
	color:#fff;
	font-weight:bold;
	text-decoration: underline;
}

#header-container {
/*
	top: 0px;
*/
	margin:0px;
	width:100%;
	position:relative;
	z-index:100;
	}
.header-cent {
	width:100%;
	max-width:904px;
	margin:0px auto;
	position: relative;
	height:auto;
}
	#header-red-banner {
		position:absolute;
		top: 70px;
		margin-left:0px;
		margin-right:0px;
		width:100%;
		height:50px;
		background-color:#ed1d24;
		z-index:105;
		}
		
/*
	#header-logo-graphic {
		position:relative;
		top:15px;
		width:100%;
		max-width:904px;
		margin:0px auto;
		padding:15px 0px 0px;
		height:100px;
		background-image:url(../images/header.gif);
		background-repeat: no-repeat;
		background-color:#ed1d24;
		z-index:120;
		}
*/
	#header-logo {
		position:absolute;
		top:32px;
		z-index: 300;
	}
	#tagline-position {
		position:absolute;
		top:50px;
		left:200px;
		width:175px;
		z-index:130;
		}
	.tagline {
		font-size:18px;
		font-weight:bold;
		margin-top:0px;
		margin-bottom:0px;
		}
	#linkedin {
		position:absolute;
		top:15px;
		right: 5px;
		width:160px;
		height:20px;
		text-align:right;
		float:right;
		z-index:240;
		}

	#flag-container {
		position:absolute;
		top:45px;
		right: 0px;
		width:160px;
		height:20px;
		text-align:right;
		z-index:140;
		float:right;
		}
		
	#header-menu-position {
		position:relative;
		top:75px;
		margin-right:auto;
		padding-left:235px;
		width:calc(100% - 225px);
		max-width:700px;
		z-index:500;
		height: auto;
		} 
/*
		.header-menu-text {
			font-weight: bold;
			font-size:18px;
			color: #fff;
			text-decoration: none;
			text-shadow: 3px 3px 3px rgba(0,0,0, 0.5);
			text-align:right;
			margin-top:0px;
			margin-bottom:0px;
			}
			a.header-menu-text:link {
				color:#fff;
				text-decoration:none;
				}
			a.header-menu-text:visited {
				color:#fff;
				text-decoration:none;
				}
			a.header-menu-text:hover {
				color:#888;
				text-decoration:none;
				}
			a.header-menu-text:active {
				color:#fff;
				text-decoration:none;
				}
*/
/* Body copy area */

#body-copy-wrapper {
	position:relative; 
	margin:85px auto 0px;
	width:100%;
	max-width:904px;
/*	min-height:474px;*/
	background-color:#e1e1e7;
	padding:0px 35px;
	z-index:100;
	}
	#main-search-container {
		position:absolute;
		top:0px;
		left:50%;
		margin-right:auto;
		margin-left:170px;
		width:280px;
		z-index:600;
		}
	#body-copy-container {
		position:relative;
		width:100%;
		max-width:904px;
		background-color:#fff;
		margin:0px auto;
		border-bottom:7px solid #ed1d24;
		z-index:120;	
		}
		.indexbox {
			width:100%; 
			border:1px; 
			border-style:solid; 
			border-color:#bbb; 
			margin-top:15px;
			margin-bottom:20px;
			-webkit-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
			-moz-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
			box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
			}
		.righthand-imagebasics {
			border:1px;
			border-color:#888;
			border-style:solid;
			margin-bottom:15px;
			-webkit-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
			-moz-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
			box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
			}
		.caption {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-style:italic;
			margin-top:0px;
			}
		.topborder {
			border-top:1px;
			border-top-color:#888;
			border-top-style:solid;
			}
		.chart-copy {
			font-size:12px;
			margin-top:0px;
			margin-bottom:0px;
			margin-left:5px
			}
		.red-table-row {
			text-align:center; 
			background-color:#ed1d24; 
			border:1px; 
			border-style:solid; 
			border-color:#ed1d24;
			border-collapse:collapse;
			}
		.white-table-row {
			text-align:center; 
			background-color:#fff; 
			border:1px; 
			border-style:solid; 
			border-color:#ed1d24;
			border-collapse:collapse;
			}
		
/* Footer areas */ 
#lower-section-area-wrapper {
	position:relative; 
	margin:0px auto;
	width:100%;
	max-width:904px;
	background-color:#e1e1e7;
	padding:0px 35px;
	z-index:100;
	overflow: hidden;
	}
	#lower-section-upper-area {
		background-color:#4b4a51;
		padding: 15px 0px;
		width:100%;
		max-width:904px;
		margin:0px auto;
		z-index:120;		
		}
		#table-position {
			width:100%;
			max-width:884px;
			margin:25px auto;
			z-index:130;		
			}
			.white-footer-heading {
				color:#fff;
				font-size:14px;
				font-weight:bold;
				margin-top:0px;
				margin-bottom:0px;
				}
			.white-footer-copy {
				color:#fff;
				font-size:12px;
				font-weight:normal;
				margin-top:0px;
				margin-bottom:0px;
				float:left;
				padding-left:5px;
				}
				a.white-footer-copy:link {
					text-decoration:none;
					color:#fff;
					}
				a.white-footer-copy:visited {
					text-decoration:none;
					color:#fff;
					}
				a.white-footer-copy:hover {
					text-decoration:none;
					color:#888;
					}
				a.white-footer-copy:active {
					text-decoration:none;
					color:#fff;
					}

			.icon-headings {
				text-align:center;
				font-size:16px;
				font-weight:bold;
				margin-top:0px;
				margin-bottom:5px;
				}
				a.icon-headings:link {
					color:#000;
					text-decoration:none;
					}
				a.icon-headings:visited {
					color:#000;
					text-decoration:none;
					}
				a.icon-headings:hover {
					text-decoration:none;
					color:#ed1d24;
					}
				a.icon-headings:active {
					color:#000;
					text-decoration:none;
					}
			.icon-frame-shadow {
				border:1px;
				border-color:#888;
				border-style:solid;
			-webkit-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
			-moz-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
			box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.5);
				}
				a.icon-frame-shadow:link {
					border-color:#888;
					}
				a.icon-frame-shadow:visited {
					border-color:#888;
					}
				a.icon-frame-shadow:hover {
					border-color:#ed1d24;
					}
				a.icon-frame-shadow:active {
					border-color:#888;
					}

#footer-wrapper {
		position:relative;
		margin:0px;
		width:100%;
		background-color:#000;
		z-index:200;
		}
		#footer-menu {
			margin-right:auto;
			width:100%;
			max-width:550px;
			z-index:220;
			float:left;
			}
			.footer-menu-text {
				font-weight:bold;
				color:#fff;
				margin-top:0px;
				margin-bottom:0px;
				padding:20px 0;
				}
				a.footer-menu-text:link {
					text-decoration:none;
					color:#fff;
					}
				a.footer-menu-text:visited {
					text-decoration:none;
					color:#fff;
					}
				a.footer-menu-text:hover {
					text-decoration:none;
					color:#888;
					}
				a.footer-menu-text:active {
					text-decoration:none;
					color:#fff;
					}
		#footer-logo-position {
			float:left;
			margin-right:auto;
			z-index:230;
			}
		#footer-address-position {
			float:left;
			margin-right:auto;
			z-index:340;
			}
		#footer-LI-position {
			width:50px;
			float:right;
			text-align: right;
			z-index:400;
			}
		#footer-phone-position {
			width:200px;
			z-index:250;
			float:right;
			text-align: right;
			padding:20px 0;
			}
			.footer-phone-text {
				font-family: Verdana, Geneva, sans-serif;
				font-size:18px;
				color:#fff;
				margin-top:0px;
				margin-bottom:0px;
			}
		#copyright-position {
			margin:0px auto;
			width:100%;
			text-align: center;
			z-index:260;
			padding:10px;
			}
			.copyright-text {
				font-size:10px;
				color:#fff;
				text-align:center;
				margin-top:0px;
				margin-bottom:0px;
				}
				a.copyright-text:link {
					text-decoration:none;
					color:#fff;
					font-weight:bold;
					}
				a.copyright-text:visited {
					text-decoration:none;
					color:#fff;
					font-weight:bold;
					}
				a.copyright-text:hover {
					text-decoration:none;
					color:#888;
					font-weight:bold;
					}
				a.copyright-text:active {
					text-decoration:none;
					color:#fff;
					font-weight:bold;
					}
/* holiday shut down message */
#temporary{
	font-family: Helvetica, Arial, sans-serif;
	border:2px solid #ED1D24;
	background-color:black;
	font-weight:bold;
	color:white;
	width:358px;
	height: 60px;
	text-align:center;
	padding:1px 0;
	position:absolute;
	top: 1px;
	left: calc(50% - 75px);
	z-index: 1000;
}
#temporary p {
	z-index: 1001;
	color:#ffffff;
	text-align:center;
	padding: 0;
	margin: 0;
	font-size: .75em;
	
}
#temporary b {
	font-size:1.1em;
	text-decoration:underline;
}
#temp-footer{
	font-family: Helvetica, Arial, sans-serif;
	width:350px;
	position:absolute;
	top:35px;
	left:50%;
	margin-right:auto;
	margin-left:-120px;
	z-index:260;
	
}
#temp-footer p{
	color:white;
	background-color:#ED1D24;
	border:1px solid white;
	font-size:11px;
	text-align:center;
	padding:5px 0;
}
#temp-footer b{
	font-size:1.1em;
}
#temporary2 {
	height:0px;
	width:0px;
	visibility: hidden;
	display: none;
}

/* PRINT */
@media print,  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*,  *:before,  *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content:none /*" (" attr(href) ")"*/;
}
abbr[title]:after {
	content:none /* " (" attr(title) ")"*/;
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}

/* Mobile */
@media (min-width: 250px) and (max-width:975px){
	#body-copy-wrapper {
		min-height:0px;
		height:auto;
	}
	#lower-section-area-wrapper {
		padding:0px;
	}
	#tagline-position {
		top:5px;
		left: 5px;
	}
	#header-menu-position {
		top:70px;
	}
	#header-logo-graphic {
		width:100%;
		height:90px;
	}
	.header-cent {
		margin:0px auto;
		position: relative;
		padding: 0px;
		height: auto;
	}
	#body-copy-wrapper {
		position:relative; 
		margin:0px auto;
		width:100%;
		max-width:904px;
		min-height:0px;
		background-color:#e1e1e7;
		padding:0px;
		z-index:100;
	}
	#body-copy-container {
		margin:0px auto;
		z-index:120;	
		min-height:0px;
		height:auto;
	}
	#header-container {
		display: block;
		min-height:120px;
		height: auto;
	}
	#main-search-container {
		position:relative;
		top:0px;
		margin: 0px;
		padding: 0px;
		left:5px;
	}
	#temporary {
		top:0px;
		left:180px;
		z-index:130;
	}
}

@media (min-width: 250px) and (max-width:700px){
	#temporary {
		height:0px;
		width:0px;
		visibility: hidden;
		display: none;
	}
	#temporary2{
		font-family: Helvetica, Arial, sans-serif;
		border:2px solid #ED1D24;
		background-color:black;
		font-weight:bold;
		color:white;
		width:auto;
		height: auto;
		text-align:center;
		padding:3px ;
		position:absolute;
		top:0px;
		left:180px;
		z-index:1001;
		visibility: visible;
		display: block;
	}
	#temporary2 p {
		z-index: 1001;
		color:#ffffff;
		text-align:center;
		padding: 0;
		margin: 0;
		font-size: .75em;

	}
	#temporary2 b {
		font-size:1.1em;
		text-decoration:underline;
	}
}	

@media (min-width: 250px) and (max-width:400px){
	#flag-container {
		position: relative;
		top:150px;
		right:5px;
		z-index: 500;
	}
	.header-cent {
		height: auto;
	}
	#header-red-banner {
		position:absolute;
		width:100%;
		height:10px;
		z-index:10;
		}
	#header-menu-position {
		top:90px;
		padding-left:0px;
		width:100%;
		height: auto;
	}
	#header-container {
		height: auto;
	}
	#copyright-position {
		padding:20px 0px;
	}
}


