﻿/**********************************************************
 * HTML elements
 *********************************************************/
body {
	background: White;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .85em;
	line-height: 1.0em;
	color: #4d4d4d;
	height: 100%;
}

html {
	height: 100%;
}

a {
	color: #4d4d4d;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-align: left;
}

h1 {
	font-size: 1.65em;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 18px;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.2em;
}

textarea{font:inherit}

/**********************************************************
 * Site.Master Page Layout Elements
 *********************************************************/
#outerPageContainer {
	min-height: 100%;
	position: relative;
}

#headerContainer {
	background-color: Black;
	color: White;
}

#headerContainer a {
	color: White;
	text-decoration: none;
	text-transform: uppercase;
}

#headerContainer a:hover {
	text-decoration: underline;
}

#headerContent {
	width: 960px;
	height: 36px;
	margin: 0 auto;
	position: relative;
}

.headerContentPadding {
	padding: 6px 0;
}

.headerContentLeft {
	display: table-cell;
	vertical-align: top;
	width: 820px;
}

.loginContainer {
	margin-left: 10px;
	margin-right: 40px;
	display: inline-block;
}

.login-icon {
	margin-right: 9px;
	vertical-align: bottom;
}

.searchContainer {
	display: inline-block;
	margin-right: 40px;
}

.search-icon {
	vertical-align: top 3px;
	margin-left: 6px;
}

.translate {
	display: inline-block;
}

.translate a {
	color: Black !Important;
	text-transform: none !Important;
}

.translate a:hover {
	text-decoration: none !Important;
}

.headerContentRight {
	display: table-cell;
	vertical-align: top;
	width: 140px;
	text-align: center;
	padding-top: 3px;
}

.logoBackground {
	position: absolute;
	top: 0;
	right: 90px;
	z-index: 99;
}

.logoContainer {
	position: absolute;
	top: 33px;
	right: 135px;
	z-index: 99;
}

#bannerContainer {
	background: Black;
}

#pageBanner {
	width: 960px;
	margin: 0 auto;
	border-bottom: 8px solid Black;
}

#middleContainer {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 280px;
}

#bannerNavigationContainer {
	width: 960px;
	margin: -8px auto 0;
	background-color: White;
}

#middleLeftContainer {
	display: table-cell;
	vertical-align: top;
	padding-right: 80px;
}

#menuContainer {
	margin: 18px 0;
}

#menuContainer ul {
	list-style-type: none;
	border-right: 1px solid #4d4d4d;
	width: 225px;
	padding: 15px 0;
	margin: 0;
}

#menuContainer li {
	white-space: nowrap;
	border-bottom: 1px solid #4d4d4d;
	margin: 0;
}

#menuContainer li:last-child {
	border-bottom: none;
}

#menuContainer li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #666;
	position: relative;
}

#menuContainer li a:hover {
	background-color: #3296cf;
	color: White;
}

#menuContainer li a:hover:after {
	position: absolute;
	top: 0%;
	left: 100%;
	content: "";
	height: 0;
	width: 0;
	border: 17px solid transparent;
	border-left-color: #3296cf;
}

#menuContainer ul ul {
	padding: 0;
	border-right: none;
}

#menuContainer ul ul li:first-child {
	border-top: 1px solid #4d4d4d;
}

#menuContainer ul ul a {
	padding-left: 48px;
	text-transform: none;
}

#menuContainer ul ul a:hover {
	background-color: #4db6db;
	color: White;
}

#menuContainer ul ul li a:hover:after {
	position: absolute;
	top: 0%;
	left: 100%;
	content: "";
	height: 0;
	width: 0;
	border: 17px solid transparent;
	border-left-color: #4db6db;
}

.activeMenu {
	background-color: #3296cf;
}

.activeMenu a {
	color: White !Important;
}

.activeMenu a:after {
	position: absolute;
	top: 0%;
	left: 100%;
	content: "";
	height: 0;
	width: 0;
	border: 17px solid transparent;
	border-left-color: #3296cf;
}

.activeMenu ul {
	background-color: White;
}

.activeMenu ul a {
	color: #666 !Important;
}

.activeMenu ul a:hover {
	color: White !Important;
}

.activeMenu ul a:after {
	border: none;
}

.activeSubmenu {
	background-color: #4db6db;
}

.activeMenu .activeSubmenu a {
	color: White !Important;
}

.activeMenu .activeSubmenu a:after {
	position: absolute;
	top: 0%;
	left: 100%;
	content: "";
	height: 0;
	width: 0;
	border: 17px solid transparent;
	border-left-color: #4db6db;
}

#middleRightContainer {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}

#contentContainer {
	background-color: White;
}

#contentContainer h2 + p {
	margin-top: 6px;
}

.contentPadding {
	padding: 25px 0;
	line-height: 1.35em;
}

.contentTitle {
	color: #3296cf;
	font-size: 1.65em;
	line-height: 1.0em;
	font-weight: bold;
	text-shadow: -1px 1px 0 rgba(200, 200, 200, 0.4);
	margin-bottom: 36px;
}

#footerContainer {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0 0 20px 0;
	background-color: Black;
	color: #ccc;
}

#footerContainer a {
	color: #ccc;
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
}

#contactContainer {
	padding-top: 10px;
	background-color: #d6d6d6;
	position: relative;
	z-index: 99;
}

#contactInnerContainer {
	width: 960px;
	margin: 0 auto;
}

.phone-icon {
	margin: 10px 30px 0 -100px;
	display: inline-block;
	vertical-align: top;
}

.contactContent {
	display: inline-block;
	vertical-align: top;
	color: #666;
	line-height: 1.25em;
	margin-top: 10px;
}

.contactTitle {
	color: #3296cf;
	text-transform: uppercase;
	text-shadow: -1px 1px 0 rgba(200, 200, 200, 0.4);
	margin: 6px 0 0;
}

.contactText {
	margin: 0 80px 0 0;
	width: 555px;
}

.contactButtonContainer {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.contactButtonText {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.10em;
	width: 144px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0px;
	cursor: pointer;
}

.contactButtonText a {
	color: White;
	text-decoration: none;
}

.contactButtonText a:hover {
	text-decoration: underline;
}

#contactInformationContainer {
	background-color: #d6d6d6;
	border-top: 1px solid #666;
}

#contactInformationContainer a {
	color: #666;
	text-decoration: none;
}

#hideContainer {
	width: 133px;
	margin-left: 756px;
	background-color: #666;
	text-align: center;
	padding: 6px 0;
	border-top: 1px solid #d6d6d6;
}

#hideContainer a {
	color: #d6d6d6;
	text-decoration: none;
}

#hideContainer a:hover {
	text-decoration: underline;
}

#contactInformationContainer a:hover {
	text-decoration: underline;
}

#contactInformationInnerContainer {
	width: 960px;
	margin: 0 auto;
	color: #666;
}

.contactInfoPadding {
	padding: 10px 0;
}

.contactInfoLeft {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin-right: 70px;
	line-height: 1.15em;
}

.contactInfoRight {
	display: inline-block;
	vertical-align: top;
}

#contactInformationInnerContainer p:first-child {
	margin-top: 0;
}

#contactInformationInnerContainer p:last-child {
	margin-bottom: 0;
}

#innerFooterContainer {
	width: 960px;
	margin: 0 auto;
}

.upperFooterContainer {
	font-size: smaller;
	padding-left: 175px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4c4c4c;
	margin-top: 30px;
}

.sitemapColumn {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.sitemapColumn ul {
	list-style-type: none;
}

.lowerFooterContainer {
	font-size: smaller;
	text-align: center;
	margin-top: 3px;
}
