﻿/**********************************************************
 * HTML elements
 *********************************************************/
body {
	background: White;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #4d4d4d;
	line-height: 1.25em;
	/* 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.6em;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 18px 0 3px;
}

h2 + p {
	margin-top: 0;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

.georgia {
	font-family: Georgia, Serif;
}

textarea {
	font: inherit;
}

/******************************************************************************
 * Site 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;
}

#headerInnerContainer {
	padding: 6px 10px;
}

#bannerContainer {
}

.translate {
	text-align: right;
	padding-right: 15px;
	background-color: Black;
	height: 28px;
	padding-top: 4px;
}

.translate a:hover {
	text-decoration: none !Important;
}

.login-icon {
	margin-right: 3px;
	vertical-align: bottom;
}

.logo-bg {
	position: absolute;
	top: 0;
	right: 10px;
	height: 70px;
	width: auto;
}

.logo {
	position: absolute;
	top: 14px;
	right: 28px;
	width: 100px;
	height: auto;
}

.loginName {
	margin-left: 6px;
}

#logoContainer {
	display: inline-block;
	margin-right: 10px;
}

.bannerImage {
	width: 100%;
	height: auto;
	max-height: 300px;
}

#menuContainer {
}

#menuContainer ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#menuContainer ul li {
	margin: 0;
	border-bottom: 1px solid #4d4d4d;
}

#menuContainer li:last-child {
	border-bottom: none;
}

#menuContainer ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 40px;
	color: #666;
	position: relative;
}

#menuContainer ul li a:hover {
	background-color: #3296cf;
	color: White;
}

#menuContainer ul ul li:first-child {
	border-top: 1px solid #4d4d4d;
}

#menuContainer ul ul a {
	padding-left: 64px;
	text-transform: none;
}

#menuContainer ul ul a:hover {
	background-color: #4db6db;
	color: White;
}

.activeMenu {
	background-color: #3296cf;
}

.activeMenu a {
	color: White !Important;
}

.activeMenu ul {
	background-color: White;
}

.activeMenu ul a {
	color: #666 !Important;
}

.activeMenu ul a:hover {
	color: White !Important;
}

.activeSubmenu {
	background-color: #4db6db;
}

.activeMenu .activeSubmenu a {
	color: White !Important;
}

#contentContainer {
}

.content {
	background-color: #f2f2f2;
	border-top: 1px solid #4d4d4d;
	line-height: 1.25em;
	padding: 20px;
}

.content ul {
	list-style-type: disc !Important;
	padding-left: 24px !Important;
	background-color: #f2f2f2 !Important;
}

.content ul li {
	border: none !Important;
}	

.content a {
	display: inline !Important;
	padding: 0 !Important;
	text-decoration: underline !Important;
	text-transform: none !Important;
	color: #666 !Important;
}

.contentTitle {
	color: #3296cf;
	font-size: 1.5em;
	line-height: 1.0em;
	font-weight: bold;
	text-shadow: -1px 1px 0 rgba(200, 200, 200, 0.4);
}

#footerContainer {
	background-color: Black;
	color: #ccc;
	font-size: smaller;
	width: 100%;
	/* position: absolute;
	bottom: 0; */
}

#footerContainer p:first-child {
	margin-top: 0;
}

#footerContainer a {
	color: #ccc;
}

#innerFooterContainer {
	padding: 10px 0;
}

#contactContainer {
	background-color: #d6d6d6;
	color: #666;
	line-height: 1.15em;
}

#contactInnerContainer {
	padding: 15px 20px;
}

.contactLeftContainer {
	display: inline-block;
	vertical-align: top;
}

.phone-icon {
	margin: 0 15px 0 -21px;
	height: 75px;
}

.contactRightContainer {
	display: inline-block;
	vertical-align: top;
}

.contactContent {
}

.contactTitle {
	color: #3296cf;
	text-transform: uppercase;
	text-shadow: -1px 1px 0 rgba(200, 200, 200, 0.4);
	margin: 6px 0 0;
}

.contactText {
	margin: 0;
	color: #666;
}

.contactButtonContainer {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}

.contactButton a {
	display: block;
	background-color: #666;
	color: White !Important;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
	text-transform: uppercase;
}

#upperFooterContainer {
	text-align: center;
}

.fullSite {
	text-decoration: none;
}

#lowerFooterContainer {
	text-align: center;
	margin-top: 9px;
	border-top: 1px solid #4c4c4c;
	padding-top: 9px;
}

.vsgroup {
	text-decoration: none;
}
