/*CSS Created by Craig Erskine - buildmyownsite.com*/
body {
 margin: 0;
 padding: 0;
 background: #C1C1C1;
 color: #000;
 font-family: Arial, sans-serif;
 text-align: center;
}

a {
 color: #069;
 text-decoration: underline;
}

a:hover {
 color: #F33;
 text-decoration: none;
}

a:focus,a:active {
 overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
 margin: 0 0 15px;
 color: #ED1C24;
 font-weight: bold;
 font-size: 18px;
}

h3,h4 {
 font-size: 15px;
 color: #693;
}

h5,h6 {
 font-size: 13px;
}

.Content,th,td,p,ul,ol,li,input,select,textarea,blockquote {
 font-size: 12px;
}

p {
 margin: 0 0 1.5em;
 line-height: 1.5em;
}

ul,ol {
 margin: 0 2em 1.5em;
}

li {
 line-height: 1.5em;
}

.Error {
 background: #FF0;
 color: #C00;
}

.Status {
 color: #C00;
}

.OddRow {
}

.EvenRow {
}

.WinBorder td.Content {
}

.WinBorder td.Content,.WinBorder td.Content p,.WinBorder td.Content ul,.WinBorder td.Content ol,.WinBorder td.Content li {
}

td.WinBorder {
}

.WinBorder,.WinBorder p,.WinBorder ul,.WinBorder ol,.WinBorder li {
}

#PageContainer {
 margin: 0 auto;
 width: 760px;
 text-align: left;
 position: relative;
 background: #FFF;
}

#HeaderContainer {
}

#Nav {
 width: 760px;
 height: 30px;
}

#ContentContainer {
 width: 100%;
 overflow: hidden;
}

#Content {
 padding: 10px 20px;
}

#SectTestimonials p {
 margin-left: 120px;
 position: relative;
 font-style: italic;
}

#SectTestimonials p strong {
 font-style: normal;
}

#SectTestimonials p img {
 position: absolute;
 top: 0;
 left: -120px;
}

#FooterContainer {
 padding: 10px 0;
 text-align: center;
}

#FooterContainer p#FooterNav {
 margin: 0 0 .5em;
 color: #0058A9;
 font-size: 11px;
}

#FooterNav span {
 margin: 0 10px 0 0;
 border-right: 1.3em solid #CCC;
 padding: 0 10px 0 0;
}

#FooterNav span#CName {
 border-color: #9C6;
}

#FooterNav span#CLoc {
 border-color: #FF9C04;
}

#FooterNav span#CCity {
 border-color: #0058A9;
}

#FooterNav span#CPhone {
 margin: 0;
 padding: 0;
 border: 0 none;
}

#FooterContainer p#FooterCopy {
 margin: 0;
 color: #999;
 font-size: 10px;
}