body {
  background-color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}

div#leftcol p#phone, span.phone {
    font-size: 16px !important;
    text-align: center;
    font-weight: bold !important;
    color: #3c424e;
    margin-top: 15px;
    font-family: arial,Verdana,sans-serif;
}

div.spacer {
  clear: both;
}
/* Although this tag looks redundant, it is necessary for IE */
div#wrapper {
  font: 11pt/16pt georgia, serif;
  color: #3D2704;
  background-color: #E4DECE;
  /* width: auto; */
  /*height: 98%; */
  /*margin: 0px 5% 0px 5%;*/
  margin: 0 auto;
  /*margin: 0px 10px 0px 10px;*/
  padding: 10px 10px 0 0;
  text-align: left;
  border-right: 1px solid #7C3628;
  border-left: 3px double #7C3628;
  /* This width should be the sum of this margin + content width and margin */
  width: 855px;
}
div#mainbody {
  padding: 0px 10px 10px 10px;
  margin: 0 0 0 10px;
  /* width: 95%; */
  border: 0px solid purple;
}
div#leftcol {
  float: left;
  border: 0px dashed blue;
  width: 120px;
  text-align: center;
  padding: 0 15px 10px 5px;
}
div#leftcol #logo {
	padding-left: 5px;
}
div#leftcol a {
  background-color: transparent;
}
div#navbar {
  border: 0px dashed red;
  margin: 0px 0 17px 15px;
  padding: 0;
  /* width: 95%; */
}
div#navbar ul {
  border: 0px dashed blue;
  display: inline;
  text-align: left;
  margin: 0;
  padding: 0px 5px 0px 15px;
  border-bottom: 2px ridge #333333;
  border-left: 2px ridge #333333;
}
div#navbar li {
  margin-right: -5px;
  display: inline;
  padding: 0px;
  border: 0px solid red;
  font: 12pt/12pt Arial,Verdana,sans-serif;
}
div#navbar li a {
  cursor: Hand;
  text-decoration: none;
  padding: 0 17px 0 17px;
  margin: 0;
  border-top: 1px none #333;
  font-weight: bold;
  color: #990033;
}
div#navbar li a:visited {
  text-decoration: none;
  color: #990033;
}
div#navbar li a:hover {
  text-decoration: none;
  border-top: 1px solid #333;
}
div#content {
  text-align: left;
  /* Right margin needs to be slightly larger than width of div#leftcol */
  margin: 0 0 0 150px;
  padding: 0 10px 0 0px;
  border: 0px dotted blue;
  /* META: This must be a fixed size for IE to display the page correctly (no %)*/
  width: auto;
}
div#footer {
  /* width: 100%; */
  clear: both;
  text-align: center;
  margin-top: 15px;
}
div#footer p {
  font: 9pt/12pt arial,Verdana,sans-serif;
  text-align: center;
  padding: 0;
  margin: 0 0 3px 0;
}
p {
  font: 12pt/16pt arial,Verdana,sans-serif;
  margin-top: 0px;
  text-align: justify;
}
h1{
  text-align: center;
  font: 20pt/24pt "Georgia", serif;
  font-weight: bold;
  font-style: none;
  /* adjust top by using div#navbar */
  margin: 0px 0 5px 0;
  padding: 0;
  color: #00386b;
}
h2{
  font-family: "Georgia", serif;
  font-size: 15pt;
  margin: 15px 0 5px 0;
  text-align: center;
  color: #00386b;
}
h3 {
  text-align: center;
  font-size: 11pt;
  font-family: "Georgia", serif;
  color: #00386b;
}
hr {
	background-color: #3c424e;
	color: #3c424e;
	border: 1px solid #3c424e;
}
a:link {
  /*color: #990033;*/
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  /*color: #3d2704;*/
  color: #333;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #333;
  background-color: #efc39c;
}
div.quote_box {
  border: 1px dotted #333333;
  padding: 5px 0 0 0;
  margin: 10px 5px 50px 0px;
  color: black;
  background-color: #ccc4b7;
  width: 115px;
  font: 10pt/14pt georgia, serif;
}
div.quote_box h3 {
  margin: 5px 0 5px 0;
  font: 8pt/10pt arial, sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-style: italic;
}
div.quote_box p {
  text-align: left;
  margin: 5px 5px 0 0;
  padding: 3px;
  font: italic 10pt/12pt georgia, serif;
}
span.customer {
  text-align: left;
  padding: 0 10px 0 0;
  margin: 5px 5px 5px 10px;
  font: 10pt/12pt georgia, serif;
  display: block;
}
img.right {
  float: right;
  margin: 1px 3px 5px 15px;
}
img.left {
  float: left;
  margin: 5px 15px 5px 1px;
}
div.highlight_box {
  border: 1px dotted #333333;
  padding: 5px 0 0 15px;
  margin: 5px;
  color: black;
  float: right;
  background-color: #ccc4b7;
  width: 150px;
  font: 10pt/14pt georgia, serif;
}
div.highlight_box h3 {
  margin: 0 0 5px 0;
  font-size: 10.5pt;
  font-weight: bold;
  display: inline;
}
div.highlight_box p {
  margin-bottom: 5px;
  display: inline;
}
div.highlight_box ul {
  margin: 2px 2px 2px 9px;
  padding: 0;
  border: 0px dashed #7C3628;
}
div.highlight_box ul li {
  margin: 5px 0 2px 3px;
  padding: 0;
  border: 0px solid #7C3628;
}
#damons_box {
  width: 655px;
  margin: 0;
  height: 230px;
}
#damons_box h2 {
  text-align: center;
  margin-left: -50px;
}
#damons_box p {
  width: 200px;
  float: left;
}
#damons_box img {
  margin-bottom: 0px;
  width: 200px;
  height: 209px;
}
#contact_photo_box {
  float: right; 
  width: 200px; 
  padding:0;
}
#contact_photo_box li {
  padding-top: 5px;
  float: right;
  list-style-type: none;
}
#guild_quality_box {
  margin: 0 auto;
  text-align: center;
  }
#guild_quality_box a {
  display: block;
}
#guild_quality_box a:hover {
  color: #e4dece;
  background-color: #e4dece;
}
#guild_quality_box img {
  border: 2px solid #002952;
}
#damon_quotes {
  border-top: 1px solid black;
}
#damon_quotes_list {
  border-bottom: 1px solid black;
  margin-left: 0px;
}
#damon_quotes_list li {
  margin-left: 12px;
}
#cs_hr {
  background-color: #3d2704;
  color: #3d2704;
  width: 100%;
  height: 1px;
}
.feature p {
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
	font-family: "Georgia", serif;
	color: #00386b;
}

p.drop span.drop-cap {
	font-size: 500%;
	font-weight: bold;
	font-family: "Georgia", serif;
	color: #00386b;
	float: left; 
    *line-height: 0.5em;
    line-height: 1em;
}

p.drop span.drop-cap {
    /* line-height: 1em; */
}

p.drop {
	/* margin-top: 1.5em; */
	margin-top: 0;
}

#address p, #qualifications p {
	margin-bottom: 0;
	font-size: 0.95em;
}

#supers {
    clear: both;
    margin-top: 30px;
}

#certifications {
    clear: both;
}

#certifications img {
	margin-bottom: 15px;
}

#community {
    margin-bottom: 30px;
}

ul {
    margin-top: 0;
}

#community p {
    margin-bottom: 0;
}

#community h3 {
    margin-top: 15px !important;
}

/*
#community ul {
    list-style-type: none; 
    padding: 0 !important;
}

#community li {
	margin-bottom: 1em;
}
*/

#community #historic_charlotte img { float: left; margin: 0 10px 10px 0; }

#community #christmas_in_april { clear: both; }

#community .left { float: left; margin-right: 10px; width: 50%;}

#community .right { float: left; width: 45%; }

.license {
	width: 215px;
	margin-right: 10px;
	float: left;
}

.license p {
	text-align: center;
}

.license.last {
	margin-right: 0;
}
