@charset "utf-8";
/* CSS Document */

/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Tahoma, Arial;
	vertical-align: baseline;
	text-indent: 0;
}

html {
    background: url(../img/landing_top_gradient.png) top left repeat-x;
}

#header-wrapper {
    background: url(../img/landing_header_bg.png) top left repeat-x;
    height: auto
}

.text-logo {
    padding: 25px 0 10px 0;
    width: 862px;
    margin: 0 auto;
}

.text-area {
    padding: 20px 0;
    width: 865px;
    margin: 0 auto;
}

.text-area p {
    color: #282828;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    font-family: Helvetica, Arial;
}

.instruction {
    background: #e9e9ea;
    padding: 5px;
    width: 440px;
    margin: 0 auto 10px auto;
}

.instruction p {
    color: #b01d22;
    text-align: center;
    font-family: Helvetica, Arial;
    width: auto;
}

#content-wrapper {
    width: 100%;
    height: auto;
    background: url(../img/landing_bottom_gradient.png) bottom left repeat-x;
}

.content {
    width: 100%;
    height: auto;
    background: url(../img/landing_map.png) top center no-repeat;
    min-width: 1000px;
}


#map {
    width: 1000px;
    margin: 0 auto;
    height: 772px;
    position: relative;
}

#map a {
    position: absolute;
    display: block;
}

#map a img {
    border: none;
}

#map a.tdt {
    top: 72px;
    left: 159px;
}

#map a.hdc {
    top: 398px;
    left: 149px;
}

#map a.bnd {
    top: 212px;
    left: 313px;
}

#map a.pdc {
    top: 14px;
    left: 781px;
}

#footer {
    clear: both;
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

#footer .bottom-shadow-arc {
    background: url(../img/shadow_arc_bottom.png) top left no-repeat;
    width: 672px;
    height: 12px;
    margin-top: 10px;
    margin-left: 100px;
    float: left;
}

#footer .copyright p {
    width: 672px;
    height: 34px;
    margin-top: 10px;
    margin-left: 40px;
    float: left;
    font-size: 12px;
    color: #7d848c;
    font-family: Tahoma;
    padding-left: 43px;
    background: url(../img/boss_logo.png) top left no-repeat;
    line-height: 16px;
}

#footer .copyright p a {
    color: #7d848c;
    text-decoration: none;
}

#footer .copyright p a:hover {
    text-decoration: underline;
}