﻿/*Home page bg styles*/
#FnlSubSiteMain {
  background-image: none;
  margin: 0;
  padding: 0;
}

#FnlSubSitePage > .InnerPage > .PageContainer {
  margin: 0 auto;
  padding-top: 0;
  background-image: none;
}


/*** MAIN CONTENT STYLES ***/
#mainContent {
  width: 700px;
  float: right;
}

#welcomeArea {
  height: 213px;
}

#welcomeArea #frontImage {
  width: 261px;
  height: 213px;
  float: left;
  padding-right:;
}

#welcomeArea #welcomeMessage {
  height: 177px;
  padding: 21px 28px 15px;
  margin-left: 261px;
  background: rgb(255, 255, 255); /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}

#welcomeArea #welcomeMessage h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0 15px;
  color: #009999;
}

#welcomeArea #welcomeMessage p {
  line-height: 1.8em;
}

#quickLinks {
  margin: 15px 30px 40px 30px;
}

#quickLinks h4 {
  margin-bottom: 0;
}

#quickLinks .wrap {
  overflow: hidden;
}

#quickLinks .column {
  width: 46%;
  float: left;
  margin: 0;
}

#quickLinks .column.first {
  margin: 0 40px 0 0;
}

#quickLinks .item {
  margin: 10px 0 10px;
  overflow: hidden;
}

#quickLinks .item .quickLinkDetail p {
  font-size: 12px;
  line-height: 1.5em;
}

#quickLinks .item .quickLinkDetail h5 {
  font-size: 14px;
}

#quickLinks .item .quickLinkDetail h5,
#quickLinks .item .quickLinkDetail p {
  margin: 1px 0 5px;
}

#quickLinks #ContactHome h4 {
  margin-bottom: 1em;
}

#quickLinks #ContactHome .ContactHomeColumnWrapper {
	display: flex;
	align-items: flex-start;
}

#quickLinks #ContactHome .ContactHomeColumnWrapper > div {
  flex: 1 1 auto;
	padding: 0 15px;
  border-left: solid 1px #daecec;
}

#quickLinks #ContactHome .ContactHomeColumnWrapper > div:first-child {
	padding-left: 0;
	border-left: none;
}

#quickLinks #ContactHome .ContactHomeColumnWrapper > div:last-child {
	padding-right: 0;
}

#quickLinks #ContactHome div h5,
#quickLinks #ContactHome div p {
  margin: 0 0 3px;
  text-shadow: none;
  font-weight: normal;
}

#quickLinks #ContactHome a {
  text-decoration: none;
}

#quickLinks #ContactHome a:hover {
  text-decoration: underline;
}

span.PhoneNumber {
  white-space: nowrap;
}

span.PhoneNumber span {
  display: inline-block;
  width: 22px;
  padding: 0 4px 0 0;
  text-indent: -100000px;
  background: transparent url('../Media/Images/PhoneExtension.png') no-repeat left center;
}

#contentAside {
  width: 220px;
  float: left;
  margin: 0;
  padding: 0 20px;
  background: rgb(255, 255, 255) url('../Media/Images/homeColDivide.png') no-repeat right bottom; /* The Fallback */
  background: rgba(255, 255, 255, 0.8) url('../Media/Images/homeColDivide.png') no-repeat right top;
  overflow: hidden;
}

#contentAside h4 {
  margin: 20px 0 10px;
}

#contentAside ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

#contentAside ul li {
  margin: 8px 0 8px 0;
  padding: 0;
  line-height: 1.4em;
}

#contentAside ul li a {
  padding: 0 0 0 18px;
  display: block;
  background: transparent url('../Media/Images/arrowBullet.png') no-repeat left 3px;
  text-decoration: none;
}

#contentAside ul li a:hover {
  background-position: left -97px;
  text-decoration: underline;
}

.TwoColumnPageContent {
  overflow: hidden;
}

.TwoColumnPageContent .LeftColumn,
.TwoColumnPageContent .RightColumn {
  width: 45%;
  margin-right: 4%;
  float: left;
}

.TwoColumnPageContent ol.Fancy {
  padding-left: 0;
}


span.PhoneNumber span {
  background: url("../Media/Images/PhoneExtension.png") no-repeat scroll left center transparent;
  display: inline-block;
  padding: 0 4px 0 0;
  text-indent: -100000px;
  width: 16px;
}
