/* Sets the style for unvisited links. */
a,  a:link {
  color: #2170bd;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #4870aa;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #900;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #2170bd;
	font-weight: bold;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #039;
}
.modifiedH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4970AB;
	line-height: normal;
}
.blueMedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4970AB;
	line-height: normal;
	font-weight: bold;
}

.whiteLargeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.headerLeftText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFC4;
}
.modifiedH2LeftColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E0660C;
	line-height: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#map {
	margin-left: 60px;
}
#outerWrapper #footer #altamonteAddress {
	background-color: #b8d5db;
	color: #333; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.comingSoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #669ACC;
	text-align: center;
}
.comingSoon2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height: normal;
}

