html, body {
    background-color: #FFF;
    color: #000;
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background: center top repeat-y url(../images/body.jpg);
}

.body {
    /*text-align: left;*/
    background: center bottom no-repeat url(../images/body_bottom.jpg);
    padding-bottom: 60px;
}

.body2 {
    width: 960px;
    margin: 0 auto;
    background: center bottom no-repeat url(../images/body_bottom.jpg);
}

a {
    color: #002157;
}

div.hdr1 {
    background: #FFF left bottom repeat-x url(../images/hdr1_bg.gif);
    border-bottom: 1px solid #FFF;
    width: 100%;
    overflow: hidden;
}

div.nav1 {
    float: left;
    background: #E7E7E7 repeat-x url(../images/nav1_bg_middle.gif);
}

div.nav1 div {
    background: left top no-repeat url(../images/nav1_bg_left.gif);
}

div.nav1 ul {
    background: right top no-repeat url(../images/nav1_bg_right.gif);
    margin: 0;
    padding: 25px 25px 21px 25px;
    height: 36px;
    list-style: none;
}

div.nav1 li {
    float: left;
    font: 11px/36px Verdana, sans-serif;
    background: #FFF right top repeat-y url(../images/nav1_div.gif);
}

div.nav1 a,
div.nav1 strong {
    text-decoration: none;
    font-weight: normal;
    color: #000;
    display: block;
    padding: 0 16px;
}

div.nav1 li.current a,
div.nav1 li.current strong {
    background: #C00000 right bottom repeat-x url(../images/nav1_bg_current.gif);
    color: #FFF;
}

div.hdr1 address {
    font: 12px/16px Verdana, sans-serif;
    text-align: right;
    float: right;
    padding: 20px 25px 0 0;
}

div.hdr1 address strong {
    display: block;
    font: 18px/26px Verdana, sans-serif;
}

div.hdr2 {
    background: #DADADA left top repeat-x url(../images/hdr2_bg.gif);
    height: 197px;
    border-bottom: 1px solid #FFF;
}

div.hdr2 div.left {
    margin: 0 325px 0 0;
    padding: 0;
    height: 197px;
}

div.hdr2 div.left table {
    border-collapse: collapse;
    height: 197px;
    margin: 0 auto;
}

div.hdr2 div.left p.title {
    margin: 0;
    font: 36px/48px Arial, sans-serif;
    color: #790000;
    text-align: center;
}

div.hdr2 div.left p.slogan {
    margin: 0;
    font: 24px/36px Arial, sans-serif;
    color: #002157;
    background: left top repeat-x url(../images/hdr2_div.gif);
    text-align: center;
}

div.hdr2 div.right {
    width: 300px;
    height: 197px;
    float: right;
    background: center center no-repeat url(../images/logo.gif);
}

div.content {
    background: #FFF left top repeat-x url(../images/content_bg.gif);
    padding: 25px 0;
    width: 100%;
    overflow: hidden;
}

div.content div.column {
    width: 275px;
    float: right;
    padding: 0 25px 0 0;
    text-align: justify;
}

div.content div.main {
text-align: left;
    padding: 0 0 0 25px;
    margin: 0 325px 0 0;
}

div.content div.main-wide {
    padding: 0 25px;
    margin: 0 0 0 0;
}

div.footer {
    background: #FFF left top repeat-x url(../images/footer_div.gif);
    color: #000;
    font: 11px/40px Verdana, sans-serif;
}

div.footer p {
    margin: 0;
	   font: 11px/40px Verdana, sans-serif;
}

div.footer p.license {
    text-align: center;
}

div.footer p.copyright {
    float: left;
    padding-left: 25px;
}

div.footer p.nav {
    float: right;
    padding-right: 25px;
}

div.content h2 {
    margin: 1.5em 0 0.5em 0;
    font: 18px Arial, sans-serif;
    color: #790000;
}

div.content h3 {
    margin: 1.5em 0 0.5em 0;
    font: bold 14px Arial, sans-serif;
    color: #000;
}

div.content p {
    margin: 0.6em 0;
}

div.content p, div.content dl, div.content li, div.content table {
    font: 12px/19px Verdana, sans-serif;
}

dl.faq {
    margin: 0;
    padding: 0;
}

dl.faq dt {
    margin: 1em 2em 0.5em 0;
    font-style: italic;
    font-weight: bold;
}

dl.faq dd {
    margin: 0.5em 0 3em 2em;
}

table.services {
    border: 1px solid #EEE;
    border-collapse: collapse;
    margin: 0 auto;
}

table.services th {
    background-color: #E0E0E0;
    border: 1px solid white;
    padding: 0.5ex 2ex;
}

table.services tr.odd {
    background-color: #EEE;
}

table.services td {
    padding: 0.5em 1em;
}

table.services td.title {
}

table.services td.price {
    text-align: right;
}

ul.testimonials {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

ul.testimonials li {
    float: left;
    width: 41%;
    padding: 1em 0 1em 6%;
}

ul.testimonials img {
    float: right;
    margin: 0 0 1em 1em;
}

ul.toc {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul.toc a, ul.toc strong {
    display: block;
    padding: 0.2ex 1ex;
}

ul.toc strong {
    font-weight: normal;
    color: #FFF;
    background-color: maroon;
}

.gallery_index {
    margin: 0 0 1.5em 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.gallery_index li {
    float: left;
    padding: 3px;
}

.gallery_index li img {
    display: block;
    border: 1px solid silver;
}

