* {
    margin: 0px;
    padding: 0px;
}

HTML {
    height: 100%;
}

BODY {
    background-color: #B94C23;
    text-align: center;
    font-family: "Arial", "Verdana", sans-serif;
    font-size: 62.5%;
    color: #666;
    height: 100%;
}


A {
    color: #B94C23;
    text-decoration: none;
}

.ts1 {
	font-size: 0.95em;
}

#container {
    text-align: left;
    width: 760px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}

#page-header {
    overflow: hidden;
    height: 95px;
}

#page-header H1 {
    float: left;
    width: 200px;
}

#top-menu {
    float: left;
    width: 560px;
}

#top-menu .contact {
    text-transform: uppercase;
    text-align: right;
    margin: 40px 0px 10px 0px;
    font-size: 1.0em;
}

#top-menu .contact A:link, #top-menu .contact A:active,
#top-menu .contact A:hover, #top-menu .contact A:visited {
    text-align: right;
    color: #B94C23;
    border-bottom: 0px;
    font-weight: bold;
}

#top-menu UL, .contact {
    overflow: hidden;
    width: 560px;
}

#top-menu UL {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 0px 0px 2px 0px;
    font-size: 1.1em;
}

#top-menu LI {
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    padding: 2px 26px 2px 26px;
    font-weight: bold;
    
}

#top-menu A:link, #top-menu A:visited {
    text-decoration: none;
    color: #8f8f8f;
}

#top-menu A:active, #top-menu A:hover {
    border-bottom: 2px solid #B94C23;
}

#top-menu A:link.active, #top-menu A:visited.active,
#top-menu A:active.active, #top-menu A:hover.active {
    border-bottom: 2px solid #B94C23;
}

#sub-menu UL {
    padding: 0px 0px 5px 295px;
    font-size: 1.1em;
}

#sub-menu LI {
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    padding: 0px 16px 2px 16px;
    font-weight: bold;

}

#sub-menu A:link, #sub-menu A:visited {
    text-decoration: none;
    color: #8f8f8f;
}

#sub-menu A:active, #sub-menu A:hover {
    color: #B94C23;
}

#sub-menu A:link.active, #sub-menu A:visited.active,
#sub-menu A:active.active, #sub-menu A:hover.active {
    color: #B94C23;
}

#page-content {
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}

#page-content .sep {
    background: url("images/separator-line.gif") no-repeat 310px;
    width: 350px;
}

#left-column {
    float: left;
    width: 380px;
}

#left-column H3 {
    padding-left: 10px;
    margin-bottom: 10px;
}

#left-column H2 {
    padding-left: 30px;
}

#right-column {
    float: left;
    width: 380px;
    font-family: "Times New Roman", "Arial", "Verdana", sans-serif;
    padding-top: 10px;
	padding-bottom: 5px;
}

#right-column H1 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 2.6em;
}

#right-column P, UL {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 1.67em;
}

#right-column .lp {
    padding-left: 40px;
    font-style: normal;
}

#right-column .lp A {
    font-style: normal;
}

#right-column .slogan {
    text-align: center;
}

#right-column .thumb {
    margin-bottom: 0px;
}

#page-footer {
    background: url("images/dotted-line.gif") repeat-x top left;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 1.1em;
}

