@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;
}

#testimonials p	{
	 padding-bottom:10px;
	 line-height:1.3em;
}

footer {
    background-color: #333333;
    padding-top: 0.5em;
	color:#C0C0C0;
}

footer a {
	color:#FFFFFF;
}

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

#upper_nav {
    width: 80%;
}


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

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