﻿body
{
    background-color: #A9BFA8;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 0.8em;
    text-align: left;
}
.centered{margin:0 auto;width:800px}
.content
{
    padding: 3em 10px;
    width: 780;
    background-color: #f2f2f2;
}
.content a, .footer a, .dev{color: #2D592C;
    font-weight: 700;
    text-align: center;
}

.header
{
    width: 100%;
    height: 80px;
    background-color: #2D592C;
    font-size: x-large;
    color: #FFFFFF;
    font-weight: bold;
}
.footer
{
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    height: 81px;
    width: 800px;
    background-image: url('images/bmc-logo.jpg');
    background-position: right center;
    background-repeat: no-repeat;
}
.contact
{
    font-size:small;
}
img
{
    padding: 10px;
}
.map{ float:right; border: solid 1px #8C8C8C;}
.clear{ clear:both;}
.menu ul
{
	padding: 0;
	margin: 0;
	background-color: #8C8C8C;
	float: left;
	width: 100%;
	font-size: 1em;
    border-bottom: solid 1px #886869
}

.menu ul li 
{ display: inline; }

.menu ul li a
{
	padding: 0.2em 1em;
	background-color: #8C8C8C;
	color: White;
	text-decoration: none;
	float: left;
	border-right: solid 1px #DCDAA7;
    height: 16px;
}

.menu ul li a:hover
{
	background-color: #7B94A2;
	color: #fff;
}
