/* CSS Document */

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
} 

#Content {
    margin: 0 auto;
    text-align: left;
    width: 740px;
    height: 100%;
    background: #000000;
} .small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #BCBBA4;
	text-decoration: none;
}
.main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #483B34;
}

.sm_main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #483B34;
}

.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.lighter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #91827A;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2E2520;
	text-decoration: underline;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2E2520;
	text-decoration: underline;
}

a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #84746B;
	text-decoration: underline;
}

a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2E2520;
	text-decoration: underline;
}

.header_light {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3B3731;
}

.header_light_red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #330000;
}
a.white:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF888;
	text-decoration: underline;
}

a.white:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF20D;
	text-decoration: underline;
}
td.homeTestimonials {
  border-bottom: 1px solid #390F13;
}
td.homeTestimonials ul {
  color: #9D080A;
  list-style-type: none;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 2em 0 1em 5em;
}
td.homeTestimonials ul li {
  margin-bottom: 1em;
  line-height: 16px;
}
td.homeTestimonials ul li small {
  font-size: 12px;
  margin-left: 2em;
}

td.footer,
td.footer a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #BAB9A4;
	font-size: 14px;
}
td.footer a:link,
td.footer a:visited {
  text-decoration: none;
}
td.footer a:hover,
td.footer a:active {
  text-decoration: underline;
}
h2.white {
  color: white;
  font-size: 14pt;
}
.right {
  float: right;
}
.left {
  float: left;
}

.photo {
  padding: 5px;
  margin: 3px 5px 5px 5px;
  border: 1px solid #483B34;
  background-color: #EBE9DC;
}