body			{background-color:#50201C; font-family:arial,verdana; font-size:12px}
p				{text-align:justify; line-height:17px; margin:0 0 10px 0; padding:0;}
address			{font-style:normal}
img				{border:0px;}
hr				{height:1px; border:1; color:#ffffff; width:100%;}
a				{color:#8B5D52; font-weight:bold; text-decoration:none;}
a:hover			{color:#8B5D52; font-weight:bold; text-decoration:underline;}
#rightBox a		{color:#ffffff; font-weight:bold; text-decoration:none;}
#rightBox a:hover	{color:#ffffff; font-weight:bold; text-decoration:underline;}
h1				{font-weight:normal; font-family:'arial narrow'; margin:0px 0px 10px 0; padding:0; font-size:180%;}
h2				{font-weight:normal; margin:0px 0px 10px 0; padding:0; font-size:150%;}
h3				{font-weight:normal; text-decoration:underline; margin:0px 0px 10px 0; padding:0; font-size:130%;}
ul,ol			{margin:0; padding:0px 0 10px 30px;}
li				{line-height:20px;}
#mainContainer	{width:800px; border:1px solid #c0c0c0; margin:0 auto; background-image:url(../images/background.jpg); background-color:#B28475;}
#headerLinks	{margin:3px 14px 3px 14px;}
#headerLinks img	{margin-right:37px;}
#headerImage	{margin:3px 14px 3px 14px; height:219px; width:774px; background-image:url(../images/headerMontageBackground.gif); background-repeat:no-repeat; padding-left:50px;}
#mainBody		{margin-top:10px;}
#leftBox		{float:left; width:260px; height:314px; background-image:url(../images/leftbox.gif); background-repeat:no-repeat; margin:0 0 0 14px;}
#leftBoxTitle	{margin:2px 0 0 10px;}
#leftBoxImage	{margin:10px 35px;}
#leftBoxDetails	{list-style:none; margin:0 14px; padding:0;}
#leftBoxDetails th {text-align:left; width:150px; height:22px;}
#rightBox		{float:left; width:500px; color:#ffffff; margin:0 14px 0 7px;}
#footer			{width:800px; margin:0 auto; margin-top:5px; color:#ffffff;}
#footer a		{color:#FE9901}
.question		{font-weight:bold}
.answer			{font-style:italic}
.testimonialName	{font-weight:bold; font-style:italic;}
/* following styles accomplish the suckerfish drop downs*/
#headerLinks ul{list-style:none;margin:0;padding:0; font-size:10px}
#headerLinks li{float: left;
  position: relative;
  width: 154px;
  line-height:10px;
}
#headerLinks ul li ul {
  display: none;
  position: absolute; 
  top: 28px;
  left: 0;
  background-color:#50201C;
  border:2px solid #78524F;
  width:180px;
  }
#headerLinks ul li ul li {border-bottom:1px dotted #78524F;width:180px;line-height:30px}
#headerLinks ul li:hover ul {display:block}
#headerLinks ul li ul a {padding-left:5px;color:#fff;display:block;width:175px;}
#headerLinks ul li ul a:hover{background-color:#6D3E38}
