<style>



/*reset
-------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/*fonts
-------------------------------------------------------------------------------------------*/
/*body {
	/*font:13px arial,helvetica,clean,sans-serif;*/
	*font-size:small;
	*font:x-small;
	color:#404040;
}*/
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font:115% monospace;
	*font-size:100%;
}
body * {
	line-height:1.22em;
}


body {
	background:#8e9565 url(http://emersoncommunity.com/images/body-bg.gif) left top repeat-x;
	background-position:top;
	background-color:#8e9565;
}
/*Navigation
------------------------------------------------------------------------------------------*/	
#navigation {
	float:inherit;
}
ul#auxNav {
margin: 0;
padding: 0;
text-align: center;
font-family:Myriad,Arial;
font-size:13px;
color:#FFFFFF;
float:right;
margin-right:30px;
padding-top:5px;
vertical-align:middle;
list-style-type:none;
}

ul#auxNav li {
display: inline;
margin: 0;
padding: 0;
text-align: center;
list-style-type: none;
padding:0 5px 0 5px;
color:#FFFFFF;
}
ul#aux li a:link span,
ul#aux li a:active span,
ul#aux li a:visited span,
ul#aux li a:hover span {
color:#FFFFFF;
padding:0px 10px 0px 10px;
display: block;
}
#aux  a:hover {
color:#FFFFFF;
}
ul#aux li a:link,
ul#aux li a:active,
ul#aux li a:visited,
ul#aux li a:hover {
color:#FFFFFF;
/*background:url(http://emersoncommunity.com/images/menu_bg.gif) top right no-repeat;*/
text-decoration: none;
float: left;

}
#aux li.menu-current a:link span,
#aux li.menu-current a:active span,
#aux li.menu-current a:visited span{
color:#FFFFFF;
}
.menu-current, .menu-parent {
color:#FFFFFF;
}
#search {
	float:right;
	color:#4E8AA8;
	font-size:77%;
	margin:20px 4px 0 0;
	line-height:19px;
}
#searchgo {
	
}
#searchform {
	float:right;
	margin:20px 20px 0 0;
	font-size:100%;
}
.searchfield {
	background-color:transparent;
	border:none;
	background: url(http://emersoncommunity.com/images/searchfield.gif) left top no-repeat;
	width:133px;
	height:17px;
	font-size:85%;
	padding:4px 4px 0px 4px;
}
ul#mainNav {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
font-size: 13px;
font-family:Helvetica,Arial;
float:right;
margin-right:30px;
margin-top:60px;
vertical-align:middle;
list-style-type:none;
}

ul#mainNav li {
display: inline;
margin: 0;
padding: 0;
text-align: center;
list-style-type: none;
}
#mainNav  li{
	display:inline;
	margin:0 -5px 0 0px;
	border-left:#fff solid 1px;
	border-right:#000000 solid 1px;
	float:left;
}
#mainNav .first{
	border-left:none;
}
#mainNav .menu-first{
	border-left:none;
}
#mainNav .last{
	border-right:none;
}
#mainNav .menu-last{
	border-right:none;
}
ul#mainNav li a:link span,
ul#mainNav li a:active span,
ul#mainNav li a:visited span{
color: #000000;
padding:0px 10px 0px 10px;
display: block;
}
ul#mainNav li a:hover span {
color: maroon;
padding:0px 10px 0px 10px;
display: block;
}
#mainNav  a:hover {
color: #6E1C1E;
}
ul#mainNav li a:link,
ul#mainNav li a:active,
ul#mainNav li a:visited{
color: #000000;
/*background:url(http://emersoncommunity.com/images/menu_bg.gif) top right no-repeat;*/
font-weight: bold;
text-decoration: none;
float: left;

}

ul#mainNav li a:hover {
color: maroon;
/*background:url(http://emersoncommunity.com/images/menu_bg.gif) top right no-repeat;*/
font-weight: bold;
text-decoration: none;
float: left;

}

#mainNav li.menu-current a:link span,
#mainNav li.menu-current a:active span,
#mainNav li.menu-current a:visited span{
    color: #6E1C1E;
}
/*.menu-current, .menu-parent {
	color: #6E1C1E!important;
}*/
#sitetools {
	/*clear:right;*/
	float:right;
	margin:8px 0 0 0;
}
#searchtool, #emailtool, #printtool {
	float:left;
}
#searchtool a, #emailtool a, #printtool a {
	display:block;
	height:13px;
	float:left;
	margin-left:10px;
}
#searchtool a {
	background: url(http://emersoncommunity.com/images/searchicon.gif) left top no-repeat;
	width:12px;
}
#emailtool a {
	background: url(http://emersoncommunity.com/images/emailicon.gif) left top no-repeat;
	width:14px;
}
#printtool a {
	background: url(http://emersoncommunity.com/images/printicon.gif) left top no-repeat;
	width:16px;
}
#searchtool a:hover, #emailtool a:hover, #printtool a:hover {
	background-position:right top;
}
/* General Styles
-------------------------------------------------------------------------------------------*/	
input{
	
}
/*h1 {
	font-weight:bold;
	color:#003f5f;
	font-size:107%;
}
*/
#wrapper {
	text-align:left;
	width:900px;
	margin:10px auto;
	/*border:1px solid #E6E6E7;
	border-bottom-width:4px;
	background-color:#FFF;*/
}
.clear {
	clear:both;
}
#topMenu {
	height:30px;
	margin-left:21px;
	/*width:900px;*/
	width:898px;
	background-color:#5d612f;
	text-align:right;
	font-family:Myriad-Pro,Arial; 
	font-size:14px;
}
#topMenu  p{
	text-align:right;
	vertical-align:text-bottom;
	padding-top:5px;
	margin:0px  50px 0 10px;
}
#headline {
	height:98px;
}
#logo {
	padding:0 20px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(http://emersoncommunity.com/images/logo.gif);
	width:900px;
	height:140px;
}
#content {
	float:center;
	width:900px;
	margin-left:21px;
	margin-top:-2px;
    padding-bottom:20px;
	background-image:url(http://emersoncommunity.com/images/content-bg.gif);
	background-repeat:repeat-y;
	}
#content {
	font-family:verdana;
	font-size:11px;
}
#content a {
	color:#4F8AA8;
}
/*edit for WYSIWYGO
________________________________________________________________*/
#content .head1 {
        color:#6E1C1E;
        font-family:Arial;
        font-size:24px;
        /*font-weight:bold;*/
}
#content .head2 {
        color:black;
        font-family:Arial;
        font-size:18px;
}
#content .head3 {
        color:#5D612F;
        font-family:Arial;
        font-size:18px;
}
#content a.head4:link,
#content a.head4:visited{
        color:#6E1C1E;
        font-family:Arial;
        font-size:15px;
}
#content .head4 {
        color:#5D612F;
        font-family:Arial;
        font-size:15px;
}
.quote_word{
        font-style:italic;
        font-weight:bold;
}
#content a:link,
#content a:visited {
        color:#6E1C1E;
        text-decoration:underline;
        font-size:11px;
}
#content a.link2gallery:link,
#content a.link2gallery:visited,
#content a.link2gallery:active
{
       font:Helvetica;
        font-size:12px;
        color:#6E1C1E;
        text-align:right;
        padding-left:695px;
}
#content a:hover {
        color:#5D612F;
}
 #content a.anchorLink:link,
 #content a.anchorLink:visited,
 #content a.anchorLink:active
{
        color:#000000;
        font-size:13px;
        font-family:helvetica;
        text-decoration:none;
}
#content a.anchorLink:hover {
        color:#6E1C1E;
}
/*Footer
------------------------------------------------------------------------------------------*/		
#bottomlogo {
	position:relative;
	clear:both;
	width:180px;
	float:left;
	margin-top:-47px;
}
#footer {
	clear:both;
	background-color:#5D612F;
	/*width:860px;*/
	width:858px;
	height:20px;
	margin:0px 20px;
	/*margin:0px 20px;*/
	padding:10px 21px 10px 21px;
	}
#footer {
	font-size:12px;
	font-family:Arial;
	margin-left:20px;
	color:#ffffff;
	}
/*#subfooter {
	clear:both;
	}
#subfooter p {
	float:right;
	font-size:12px;
	font-family:Arial;
	color:#ffffff;
	}
*/
</style>
