@charset "UTF-8";
/* CSS Document */

#mid_nav a { color:#FFFFFF;}

#mid_nav {

    color: #db9497;
}

.active {
    color: #000000 !important;
}

hr.dotted {
	border-top: 1px dotted #c4c3c3;
	border-bottom: 1px dotted #fff;
	margin: 1em auto;
}

.greybox	{
	background-color: #dfdcdc;
	margin-top: 1em;
	padding: 1em;
	min-width: 30%;
	float: right;
}

.greybox p	{
	font-size:1em;
}
footer {
    background-color: #333333;
    padding-top: 1em;
	color:#C0C0C0;
}

footer a {
	color:#FFFFFF;
}

footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#upper_nav {
    width: 80%;
}

.anchor{
  display: block;
  height: 30px; /*same height as header*/
  margin-top: -30px; /*same height as header*/
  visibility: hidden;
}

#open-house	{
	width:30%;
	float:right;
	background-color:#DFDFDF;
	padding:1em;
	font-size:0.8em;
}

@media screen and (min-width: 320px) and (max-width: 479px) {

#open-house	{
	width:90%;
	float:none;
	font-size:1em;
}

#mid_nav {
    margin-top: 3px !important;
}

#mid_nav li {
	font-size:15px !important;
}

#mid_nav a {
	line-height:1.4em;
}

#red-bkg	{
	height:60px;
}
.greybox	{
	float: none;
	widows:80%;
}

#main-content p	{
	font-size:1em;

}

#main-content ul li	{
	font-size:1em;
}