/**
 * new CSS stuff a-la-vaughany
 */

body {
    background-color: #fff;
    text-align: center;
    min-width: 800px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#container {
    width: 800px;
    min-width: 800px;
    text-align: center;
    border: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 10px solid #fff;
    border-bottom: 20px solid #fff;
    margin: 0 auto;
    text-align: left;
}
#colorblock1 {
    background-color: #f60;
    height: 22px;
    border: 1px solid #fff;
}
#colorblock2 {
    background-color: #00c;
    height: 22px;
    border: 1px solid #fff;
}
#colorblock1 a, #colorblock1 a:link, #colorblock1 a:visited, #colorblock1 a:hover, #colorblock1 a:active,
#colorblock2 a, #colorblock2 a:link, #colorblock2 a:visited, #colorblock2 a:hover, #colorblock2 a:active {
    text-decoration: none;
    font-size: 0.6em;
    font-weight: bold;
    color: #fff;
}
#colorblock1 a:hover,
#colorblock2 a:hover {
    text-decoration: underline;
}
.separate {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}
#masthead {
    height: 60px;
}
#masthead p {
    margin: 0;
    padding: 0;
}
#masthead img {
    border: 0;
}
#footer {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;

    text-align: center;
    text-decoration: none;
    font-size: 0.6em;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000;
    background-color: #fff;
}
#footer p {
    margin: 0.5em 0px;
    color: #777;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #999;
    text-decoration: none;
}
#content .imgcenter, #masthead .imgcenter {
    text-align: center;
    border: 0;
}
#fadeshow {
    border: none;
    padding: 0 2em 1em 2em;
    float: right;
    width: 200px;
}
#content h1, #content h2, #content p, #content li {
    font-weight: normal;
    font-size: 0.8em;
    color: #000;
}
#content h1 {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}
#content h2 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding-left: 1em;
}
#content p {
    padding-left: 2em;
    padding-right: 2em;
    text-align: justify;
}
#content li {
    padding-left: 2em;
    margin-left: 2em;
    padding-right: 2em;
    text-align: left;
}
.special {
    height: 175px;
}
.special img {
    position: absolute;
    border: 0;
    padding: 0 1em 0 2em;
}
.special p {
    margin-left: 230px;
    position: relative;
}
.asales {
    height: 65px;
}
.asales img {
    position: absolute;
    border: 0;
    padding: 0 1em 0 2em;
}
.asales p {
    margin-left: 90px;
    position: relative;
}
.asales .right {
    position: relative;
    border: 0;
    float: right;
    padding: 0 2em 0 1em;
}
.stronger {
    font-weight: bold !important;
}
.mapcenter {
    text-align: center !important;
}
#autodirector {
    font-size: 0.8em;
}

table#tgmot {
    text-align: center;
    margin: 0 auto;
}
table#tgmot th {
    text-align: right;
    font-weight: normal;
    font-size: 0.8em;
}
table#tgmot td {
    text-align: left;
}
.required {
    font-size: 0.8em;
    font-weight: bold;
    color: #f00;
}