* {
	//outline: 1px solid gray; 
}
div {
    //outline: 1px dotted gray;
}
body {
	color: #7C6E54;
}

#content h1 {
  	letter-spacing: .1em;
	text-transform: uppercase;
  	border-bottom: 1px solid;
	font-size: 153.9%;
}
.row {
	margin-bottom: 1em;
}

#hd {
	margin-bottom: 1em;
}

#footlogo h1 {
	font-family: century gothic, sans-serif;
  	font-size: 250%;
    text-align: center;
}

#footlogo h2 {
        text-align: center;
	text-transform: uppercase;	
	font-size: 75%;
	letter-spacing: 0.2em;
    
}


td, th {
	vertical-align: top;
	padding: 0.5em;
}

/* subnav */
#subnav li {
	list-style: none;
	float: left;
}
#subnav li a {
	margin: 1em;
	color: brown;
	text-decoration: none;
}
#subnav li a:hover {
	color: maroon;
	text-decoration: underline;
}

/* navigation menu */
#menu {
	width: 100%;
	margin-bottom: 1em;
}
#menu table {
	width: 100%;
}
#menu td {
	border: 1px solid #7C6E54;
	height: 3em;
	width: 9.49em;
	text-align: center;
	background-color: #F8EEE5;
}
#menu td a {
	height: 3em;
	width: 100%;
	line-height: 3em;
  	text-decoration: none;
  	display: block;
	color: #7C6E54;
}
#menu td.double a {
	line-height: 1.5em;
}
#menu td.selected, #menu td.selected:hover {
        background-color: #7C6E54;
}
#menu td.selected a {
        color: #F8EEE5;
}
#menu td:hover {
    background-color: #FAE3C3;
}
#bd {
	border: 1px solid #7C6E54;
	padding: 1em;
}

/* page content */
#content {

}

#text {
	border: 1px solid;
	padding: 0 1em 1em;
}
p {
	margin-top: 1em;
	text-align: justify;
}
#ft {
	margin-top: 1em;
	text-align: center;
}

/* contact */

div.field {
	margin-bottom: 1em;
}
span.formlabel {
	display: block;
}

ul {
	margin-top: 1em;
	margin-left: 2em;
}
ul li {
	list-style: disc outside;
}
div#map {
	border: 1px solid;
	padding: 1em;
	margin: 1em 0; 
}
div.contact iframe {
	margin: 0 auto;
	width: 425px;
	display: block;
}
form {
	margin-top: 1em;
}