@charset "utf-8";

@font-face {
	font-family: 'AlexBrush-Regular-OTF';
	src: url('AlexBrush-Regular-OTF.eot');
	src: local('☺'), url('AlexBrush-Regular-OTF.woff') format('woff'), url('AlexBrush-Regular-OTF.ttf') format('truetype'), url('AlexBrush-Regular-OTF.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

article {
	min-width: 350px;
	max-width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
}

body {
	font-family: "Calibri", Arial;
}

h2 {
	font-family: "Trajan Pro";
	font-size: 22px;
	color: #1C2326;
}

a, a:visited {
	color: #611327;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	color: #808080;
	margin-bottom: 5px;
	min-width: 350px;
}

header a {
	text-decoration: none;
}

header a:hover {
	color: #036;
}

header img {
	border: none;
}

header a, a:visited {
	text-decoration: none;
}

#tagline {
	font-family: "AlexBrush-Regular-OTF";
	font-size: 28px;
	text-align: right;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

#logo {
}

#nav {
	clear: both;
	font-size: 19px;
	border-bottom: solid 1px #CACACA;
	border-top: solid 1px #CACACA;
	padding-bottom: 5px;
	margin-bottom: 15px;
	height: 30px;
    z-index:5;
	list-style: none;
	text-align: center;
}



#nav li {
	text-align: left;
	position:relative;
}

#nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	position: absolute;
}

#nav a, #nav a:visited {
	margin-right: 15px;
	margin-left: 15px;
	color: #808080;
	text-decoration: none;
}

#nav a:hover {
	color: #611327;
	border-bottom: solid 2px #611327;
}

.dropdown {
	margin-left: 0px;
	font-size: 18px;
	list-style: none;
	background-color: #611327;
	position: relative;
	display: block;
	left: 15px;
	width: 176px;
	z-index: 1000;
}

.dropdown li {
	float: none;
	border-bottom: solid 1px #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 215px;
	margin-left: -40px;
}

.dropdown li:first {
	border-top: solid 1px #FFF;
}

.dropdown li a, dropdown li a:visited {
	color: #FFF !important;
}

.dropdown li a:hover {
	color: #808080 !important;
}

#smallNav {
	clear: both;
	font-size: 19px;
	margin-bottom: 15px;
	height: auto;
    z-index:5;
	text-align: center;
	min-width: 350px;
}

#smallNav ul {
	list-style: none;
	background-color: #CACACA;
	padding-left: 0px;
}

#smallNav li {
	text-align: center;
	height: 1.5em;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	width: 100%;
}

#topNav {
	/*font-size: 19px;*/
	margin-bottom: 10px;
}

#topNav a, nav a:visited {
	color: #808080;
}

#topNav a:hover {
	color: #611327;
}

footer {
	/*width: 1024px;*/
	height: 90px;
	text-align: center;
	color: #979797;
	clear: both;
	border-top: solid 1px #CACACA;
	width: 100%;
	min-width: 350px;
}

.subpageHeader {
	background-color: #1C2326;
	height: 120px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-right: 10px;
}

#midtownParkTitle {
	background-color: #FFF;
	height: 120px;
	text-align: center;
}

#midtownParkDesc {
	font-size: 30px;
	color:#FFF;
}

#shelbyPinesTitle {
	height: 120px;
	background-color: #FFF;
	text-align: center;
}

#shelbyPinesDesc {
	font-size: 30px;
	color:#FFF;
}

#gradeurVillasTitle {
	height: 120px;
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
}

#gradeurVillasDesc {
	font-size: 30px;
	color:#FFF;
}

#parkPlaceTitle {
	height: 120px;
	background-color: #FFF;
	text-align: center;
}

#parkPlaceDesc {
	font-size: 30px;
	color:#FFF;
}

#sterlingProfTitle {
	height: 120px;
	background-color: #FFF;
	text-align: center;
}

#sterlingProfDesc {
	font-size: 30px;
	color:#FFF;
}

#harvardOaksTitle {
	height: 120px;
	background-color: #FFF;
	text-align: center;
}

#harvardOaksDesc {
	font-size: 18px;
	color:#FFF;
	text-align: justify;
}

#clintonVillagesTitle {
	height: 120px;
	background-color: #FFF;
	text-align: center;
}

#clintonVillagesDesc {
	font-size: 30px;
	height: 60px;
	color:#FFF;
}

#ourCompanyTitle {
	height: 120px;
	background-color: #FFF;
	text-align: center;
}

#ourCompanyDesc {
	font-size: 17px;
	color:#FFF;
}

#contactTitle {
	height: 120px;
	text-align: center;
}

#contactDesc {
	font-size: 30px;
	color:#FFF;
}

#middleText {
	font-size: 15px;
	text-align: justify;
}

#middleContent {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

#bottomContent {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

.buildings {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 40px;
}

.buildingDesc {
	margin-left: 40px;
}

.buildings table {
	border-top: solid 1px #611327;
}

#mapCanvas {
	height: 200px;
}

.mapBalloon {
	width: 200px;
}