@font-face {
    font-family: "folio";
    src: url("fonts/Folio BT-Bold.otf");
}
@font-face {
    font-family: "swiss721bold";
    src: url("fonts/Swiss 721 BT-Bold.ttf");
}
@font-face {
    font-family: "swiss721";
    src: url("fonts/Swiss721 BT-Roman.ttf");
}

body, html { background-color:#3c508d; color: #ffffff; margin-left:0; margin-top:0; font-family: "swiss721", sans-serif; font-size: 13px; }

.inner { position:absolute; margin: auto; padding: 140px 35px 40px; left: 0; right: 0; top: 0; bottom: 0; width: 800px; height: 600px; text-align: center; background: url('images/bg.jpg') 13px -4px no-repeat; }
.inner div { text-align: left; }

.main > div { float: left; }
.main { display: table; height: 425px; }
.left { width: 200px; }
.content { width: 595px; }
.content-block { width: 50%; float: left; }
.content-block > * { float: left; }

.title { font-family: "folio", sans-serif; font-size: 32px; font-weight: 500; color: #FDD000; line-height: 1em; margin: -5px 0 0; }
.subtitle { font-family: "swiss721bold", sans-serif; color: #FDD000; padding: 5px 0; }
.contact-info { line-height: 1.5em; margin: 15px 0; }
.label { font-family: "swiss721bold", sans-serif; }
.time { font-size: 34px; }

#weather { white-space: normal; }
.content-row { padding: 20px 0; clear: both; }
.links-block { margin: -2px 0 0 16px; line-height: 1.25em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 210px; }
.alt-block { background-color: #ffffff; height: 49px; width: 65%; padding: 5px; margin-top: 1px; }
.alt-block div { vertical-align: top; line-height: 1em; }
.alt-title { font-family: "swiss721bold", sans-serif; color: #3c508b; }

.footer { width: 50%; float:left; }
.login-block > div { clear:both; display: inline-block; line-height: 1.8em; }
.login-block { margin-top: 7px; }
.login-block INPUT { width: 130px; margin-right: 20px; }
INPUT.btn { width: 50px; background-color: #6072A4; color: #fff; border: 1px solid #000; font-family: "swiss721bold", sans-serif; padding: 2px; cursor: pointer; margin-right: 0px; }
.bottom-right { height: 86px; position: relative; }
.bottom-right .btn { right: 20px; bottom: 15px; position: absolute; }
.asso-links-block { margin-top: 18px; }

.btn-back { width: 50px; background-color: #6072A4; color: #fff; border: 1px solid #000; font-family: "swiss721bold", sans-serif; padding: 2px; cursor: pointer; float: right; margin-top: 8px; margin-right: 15px; }

.inline { display: inline-block; }
.alt-title.inline { width: 30%; }
.subcontent-block { width: 70%; }
.alt-content.inline { width: 50%; }
.subcontent { width: 50%; color: #000; }
.subcontent.condense { line-height: 1em; }

a { color: #ffffff; text-decoration: none; }
a:hover { color: #079fe8; }

@media print, screen and (max-height: 600px) {
	.inner { margin-top: 0; }
}
@media print, screen and (max-width: 800px) {

}
