/* Defaults */

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}
img.inline {
	display: inline;
}

body {
    font-size:100%;
    line-height:1.125em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

img.left {
	float: left;
	border: 1px solid #611e31;
	margin: 3px 10px 5px 0;
}
img.left-noborder {
	float: left;
	margin-top: 5px;
}
a img {
	border: none;
}

/* Structure */
div#mastercontainer {
	width: 760px;
	margin: 0 auto;
}

div#headercontainer {
	height: 70px;	
}
ul#contact {
	float: right;
	list-style-type: none;
	text-align: right;	
}
#logo {
	margin: 5px 0;
	float: left;
	width: 250px;
	height: 60px;
	background: #fff url(../images/bda_logo.gif) no-repeat;
}
#logo span {
	display: none;
	height: 60px;	
}

ul#contact {
	margin: 5px 0;
}
ul#contact li.space_above {
	margin-top: 5px;
}

div#navcontainer {
	width: 759px;
	clear: both;
}
#navcontainer ul#nav {
	width: 759px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}
#navcontainer ul#nav li {
	display: block;
	float: left;
	width: 100px;	
	border-right: 1px solid #feeed4;	
}
#navcontainer ul#nav li a {
	height: 15px;
	display: block;
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #feeed4;
}

div#postcardcontainer {
	width: 759px;
	clear: both;
	margin-bottom: 3px;
}
img.postcard {
	background-color: #8b2843;
}

div#contentcontainer {
	clear: both;
	width: 759px;
	border-bottom: 1px dotted #414233;
	overflow: hidden;
	background: #fff url(../images/contentcontainer-bg.gif) repeat-y;	
}
#contentcontainer .col-left {
	float: left;
	width: 490px;
	padding: 10px 10px 20px 0;
}
#contentcontainer .col-right {
	float: left;
	width: 220px;
	padding: 10px 0 20px 10px;
	
}
#contentcontainer .col-wide {
	width: 739px;
	padding: 10px 10px 20px 10px;
}

div#footercontainer {
	clear: both;
	margin-top: 10px;
}
#contentcontainer ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#map {
	border: 1px solid #611e31;
}

img.construction {
	margin: 150px auto;
}

/* Fonts */
ul#contact li {
	font-size: 0.70em;
	line-height: 1em;
}
ul#contact li strong {
	font-weight: bold;
}
h1#logo {
	height: 60px;
}
h1 {
	font: bold 1.4em/1.1em "Georgia", "Times New Roman", Times, serif;
}
h2 {
	font: bold 0.90em/1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.col-left p {
    font-size: 0.80em;
	line-height: 1.1em;
}
.col-right p {
    font-size: 0.80em;
	line-height: 1.1em;
}
.col-right ul li {
    font-size: 0.95em;
	line-height: 1.1em;
}
.col-right h1 {
	font-size: 1.0em;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
.col-right h2 {
	font-size: 0.75em;
}
h3 {
	font-size: 0.80em;
	line-height: 1.1em;
	font-weight: bold;
}
#navcontainer ul#nav li a {
	font: 0.80em Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

#contentcontainer .col-left p,
#contentcontainer .col-right p {
	margin-bottom: 5px;
}
#contentcontainer ul {
	font-size: 0.80em;
	line-height: 1.1em;
}
#contentcontainer ul li.header {
	font-weight: bold;
}
div#footercontainer {
	text-align: center;
}
div#footercontainer p {
	font-size: 0.75em;
	line-height: 1em;
	margin-bottom: 5px;
}
span.small {
	font-size: 0.7em;
}
/* Colors */
a:link,
a:visited,
a:active {
	color: #8b2843;
	text-decoration: underline;
}
a:hover {
	color: #c1868d;
	text-decoration: underline;	
}
body {
	color: #414233;
	background-color: #cacd98;
}
h1 {
	color: #611e31;
}
h2 {
	color: #8b2843;
}
#contact strong {
	color: #8b2843;
}
div#contentcontainer {
	background-color: #cacd98;
}
#navcontainer ul#nav {

}
#navcontainer ul#nav li {
	background-color: #611e31;	
}
#navcontainer ul#nav li a:hover,
#navcontainer ul#nav li a#selected {
	background-color: #8b2843;
	border-bottom: 1px solid #8b2843;
	color: #fff;
	font-weight: bold;
}
div#footercontainer p {
	color: #414233;
}
