/*royal green*/
body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#7c865f;
}
.contentBackground{
	background-color:#333f0d;
}
.text,.title {
	color:#212121;
}
a {
	color:#212121;
}
a:hover {
	color:#171717;
}
.customLinks a {
	color:#787f56;
	text-decoration:none;
}
.customLinks a:hover {
	text-decoration:underline;
}
.logoWordsAlign {
	font:normal normal bold 15px/20px Arial, Helvetica, sans-serif;
	color:#fff;
	width:200px;
	margin:20px 10px 10px 10px;
	text-align:center;
}
.propertySolutionsLink {
	font:normal normal normal 9px/15px arial;
	color:#787f56;
	margin-top:10px;
	text-align:left;
	padding:0px 20px 10px 15px;
}
.propertySolutionsLink a {
	color:#787f56;
	text-decoration:none;
}
.propertySolutionsLink a:hover {
	color:#787f56;
	text-decoration:underline;
}
.titleBar {
	color:#c5c5c6;
	border-bottom:1px dotted #495c0e;
}
.residentPortalLogin input {
	color:#c5c5c6;
	background-color:#39480e;
	border:1px solid #495c0e;
	width:135px;
	height:19px;
}
.residentPortalLogin button {
	border:1px solid #495c0e;
	background-color:#333f0c;
	color:#c5c5c6;
	padding:2px;
	font-size:11px;
}
.residentPortalLogin .formText {
	color:#c5c5c6;
}
.residentPortalLogin .extraLinks a {
	color:#c5c5c6;
}
.residentPortalLogin .extraLinks a:hover {
	color:#c5c5c6;
	text-decoration:underline;
}
.websiteDrillDown select {
	color:#D7D7D7;
	border:1px solid #494a48;
	background-color:#2C2E2C;
}
.propertyButton {
	border-color:#fff;
	background-color:#352F29;
	color:#fff;
}
.propertyButtonOver .propertyButton {
	background-color:#212121;
}
.propertyButtonBorder {
	border-color:#352F29;
}
.propertyButtonOver .propertyButtonBorder {
	border-color:#212121;
}
.propertyButtonShadow {
	border-color:#E9E5DD;
}
.floorplans td strong {
	color:#443E37;
}
.floorplans td a {
	background-color:#443E37;
}
.floorplans td a:hover {
	color:#fff;
}
.gmapIconColor {
	/*
	Orange: #F56712;
	Red: #C50202;
	Blue: #0E6388;
	Green: #70A100;*/
	background: #70A100;
}