body {
	margin: 0;
	padding: 0;
	background: #341419;
	color: #000;
	min-width: 850px;
	font: 0.8em "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
}

#header {
	margin: 25px auto;
	width: 850px;
	overflow: hidden;
	color: #fff;
	align: center;
}

/*a { font-weight: bold; } */
a:hover { text-decoration: underline; }

#header a, #header a:visited { text-decoration: none; color: #FFFFFF; }

h1 { padding: 0.3em 0.2em; margin: 0; font-size: 2em; font-weight: bold; }
#header h1 { display: none; }
#header img { display: block; margin: 0 auto; }
#header span { position: absolute; right: 0; bottom: 0; margin: 0 0.5em 0.2em 0; font-size: 0.8em; font-weight: normal; }


#menu {
	background-color: #b80018;
	width: 100%;
	overflow: hidden;
}

#menu ul {
	width: 59.5em;
	border: 0;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0.5em 0.25em 0 0.25em;
	width: 8em;
}

#menu ul li a {
	background-color: #b80018;
	width: 100%;
	padding: 0.45em 0;
	/*margin: .25em 0 .25em 0.1em;*/
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
}

#menu ul li a:hover {
	background-color: #e6c0c2;
	color: #341419;
}

#body-home #menu li#menu-home a,
#body-members #menu li#menu-members a,
#body-about #menu li#menu-about a,
#body-calendar #menu li#menu-calendar a,
#body-testimonials #menu li#menu-testimonials a,
#body-blog #menu li#menu-blog a,
#body-contact #menu li#menu-contact a {
	background-color: #e6c0c2;
	color: #341419;
}

#body-home #menu li#menu-home a:hover,
#body-members #menu li#menu-members a:hover,
#body-about #menu li#menu-about a:hover,
#body-calendar #menu li#menu-calendar a:hover,
#body-testimonials #menu li#menu-testimonials a:hover,
#body-blog #menu li#menu-blog a:hover,
#body-contact #menu li#menu-contact a:hover {
    /*background-color: #99B3CC;*/
    /*color: #fff;*/
    text-decoration: underline;
}

#header img {
	border: 0;
}

#main {
	margin: 0 auto;
	width: 820px;
	padding: 10px 15px;
	background: #fff;
	margin-bottom: 10px;
}

h2,h3,p {
	margin: 0;
	padding: 10px 0;
}

#main h2, #main h3, #main h4 { color: #341419; /*color: #b80018;*/ font-weight: normal; }
#main h2 img, #main h3 img, #main h4 img { margin-left: 5px; }
#main h2 { font-size: 1.4em; }
#main h3, #main h4 { font-size: 1.3em; }

p {
	font-size: 1em;
	padding: 8px 20px 8px 0;
	line-height: 1.6;
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
}

#main a, #main a:visited { color: #b80018; text-decoration: none; }
#welcome a, #welcome a:visited { color: #fff; text-decoration: none;}
#main a:hover, #welcome a:hover { text-decoration: underline; }

#main ul {
	margin: 15px 40px;
	padding: 0;
}

#main li {
	margin: 5px 0;
	padding: 0;
	list-style-type: disc;
}

#map {
	float: right;
	margin-bottom: 20px;
	padding-left: 30px;
	width: 500px;
}

#map h2, #map p, #homestrip p {
	margin-top: 0px;
	padding-top: 0px;
}

#map h3 { margin-top: 1.4em; }
#map h3 img { margin-left: 0; margin-right: 5px; }
#map select { width: 300px; }

#homestrip { float: left; width: 260px; padding-right: 29px; border-right: 1px dotted #341419; margin-bottom: 20px;}
#homestrip h3 img, #homestrip h4 img { vertical-align: middle; margin-left: 10px; }
#homestrip h4 {	border-top: 1px dotted #341419;	padding-top: 15px; padding-bottom: 0; margin-bottom: 10px; }

#chapterMap table {	margin: 0; }

#footer {
	width: 810px;
	border-top: 1px solid #777;
	margin: 5px auto;
	margin-top: 20px;
	clear: both;
}

#footer p {
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: center;
	color: #777;
	font-size: 0.85em;
}

#footer a,#footer a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

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

#tools li {
	font-weight: bold;
	list-style-type: none;
}

#tools ul li {
	font-weight: normal;
	list-style-type: disc;
}

#tools ul li ul li {
	font-weight: normal;
	list-style-type: circle;
}

img.headerimg {
	clear: right;
	padding: 10px 1px 20px 0;
}

#infobox {
	float: right;
	width: 200px;
	border: 2px dotted #e56005;
	margin: 10px 20px;
	padding: 0px 5px 10px 10px;
	font-size: 1em;
}

#infoxbox h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#infobox ul {
	padding: 0;
	margin: 0;
}

#infobox p {
	margin: 15px 5px 0 0;
	padding: 0;
	line-height: 1.4;
}

#infobox li {
	margin: 2px 5px 2px 20px;
	list-style-type: disc;
}

blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
}

.attribution { text-align: right; line-height: 1.1; font-size: 1.1em; }
.attribution span { font-size: 0.7em; color: #000; }

#welcome {
	width: 420px;
	margin: 2.5em auto;
	padding-left: 331px;
	background-image: url('/img/professionals_you_can_trust.png');
	background-repeat: no-repeat;
	background-position: center left;
	color: #fff;
}
#welcome h2 { display: none; }

#welcome p {
	line-height: 1.4;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

table.sassy-table td.colheader {
	border-bottom: 2px solid #341419;
	border-left: 1px solid #341419;
	background-color: #341419;
	text-align: left;
	text-indent: 5px;
	font-size: 1em;
	color: #fff;
}

table.sassy-table td {
	border-bottom: 1px solid #341419;
	border-top: 0px;
	border-left: 1px solid #341419;
	border-right: 0px;
	text-align: left;
	text-indent: 10px;
	font-weight: normal;
	font-size: 0.9em;
	color: #404040;
}

table.sassy-table {
	margin-left: 25px;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	color: #404040;
	border: 1px #341419 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.list {
    width: 750px;	
}

table.phone-list { width: 90%; }

table.profile, table.leadership {
    padding-left: 40px;
    margin-top: 10px;
    border: none;
    border-collapse: separate;
    font-size: 0.85em;
}

table.leadership { font-size: 1em; margin-bottom: 15px; }

table.profile tr td.key, table.leadership tr td.key {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

#profile-head {
    margin-bottom: 15px;
}

#profile-head h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#profile-head h3 {
    margin: 0;
    padding: 0;
}

#profile-head img#logo { float: right; margin: 10px 35px 20px 10px; }

#profile-head span {
    margin: 5px 0 0 0;
    padding: 0;
    font-style: italic;
}

#profile-photo {
    float: left;
    margin: 10px 12px 0 0;
}

label {
    font-weight: bold;
}

#body-members h3 { clear: left; }
#body-members div#profile-head h3 { clear: none; }

#main ul.profile-addresses li { list-style-type: none; margin: 0 0 1.5em 0; }

div#outlined-content-menu { float: right; width: 150px; }

div#outlined-content { float: left; width: 659px; padding-right: 10px; border-right: 1px dotted #341419; margin-bottom: 15px; }