/* Global styles */

HTML { background: #FFF; }
BODY, HTML { padding: 0; margin: 0; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TH, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #505050; }
A { color: #012f6c; text-decoration: underline; }
IMG { border: 0; }
FORM { padding: 0; margin: 0; }
TABLE { border-collapse: collapse; border-spacing: 0; }

.f-left { float: left; }
.f-right { float: right; }

.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }

.top { vertical-align: top !important; }
.middle { vertical-align: middle !important; }
.bottom { vertical-align: bottom !important; }

.w100p { width: 100%; }
.w50 { width: 50px; }

DIV.clear1 { line-height: 0px; font-size: 1px; clear: both; height: 1px; float: none !important; }
DIV.clear2 { line-height: 0px; font-size: 1px; clear: both; height: 1px; float: none !important; background: #FFF; }
DIV.clear3 { line-height: 0px; font-size: 1px; clear: both; height: 4px; float: none !important; }

.req, .error { color: #ba0005; }
.nowrap { white-space: nowrap; }

/* Main framework */

#logo-screen, #sitetools, #menu-level-1, #subpage-col1, #logoend, DIV.search { display: none; }

#footer { font-size: 9px; }
#footer A { color: #1b2d3b; text-decoration: none; }
#footer A:hover { color: #000; text-decoration: underline; }
#footer DIV.a { border-top: 1px solid #b4bcce; padding: 5px 10px 5px 20px; margin-top: 20px; }

#logo-print { border-bottom: 1px solid #b4bcce; padding: 0 0 10px 0; margin-bottom: 20px; }


DIV.front-cols { padding: 15px 17px; font-size: 9px; }
DIV.front-cols DIV.col1 { float: left; width: 170px; margin-right: 15px; color: #42537e; line-height: 16px; }
DIV.front-cols DIV.col1 H1 { color: #549800; font-size: 14px; font-weight: bold; padding: 0; margin: 1em 0 0.5em 0; display: block; background: none; }
DIV.front-cols DIV.col2 { float: left; width: 400px; line-height: 14px; }
DIV.front-cols DIV.heading1 { font-family: Arial; margin: 0 0 0.5em 0; color: #FFF; font-size: 14px; font-weight: bold; padding: 0 0 0 3px; height: 24px; line-height: normal; }
DIV.front-cols DIV.heading1 DIV { float: left; background: #79dc00; padding: 4px 8px 4px 5px;  }

DIV.front-offers {}
DIV.front-offers A { text-decoration: none; }
DIV.front-offers A:hover { text-decoration: underline; }
DIV.front-offers DIV.img { float: left; width: 76px; margin: 0 10px 0 0; }
DIV.front-offers DIV.img IMG { border: 3px solid #FFF; }
DIV.front-offers DIV.txt { float: left; width: 300px; color: #505050; }
DIV.front-offers DIV.txt A { color: #505050; }
DIV.front-offers DIV.txt A.heading { color: #002d6b; font-weight: bold; display: block; }

/* content styles */

.img-right { float: right; margin: 2px 0 10px 10px; clear: both; }

H1 { padding: 0; margin: 0 0 1em 0; color: #012f6c; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; line-height: normal; }
H2 { padding: 0; margin: 0 0 10px 0; color: #012f6c; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; line-height: normal; }
H3 { padding: 0; margin: 1em 0; color: #012f6c; font-size: 11px; font-weight: bold; }

P { padding: 0; margin: 1em 0; position: relative; }

TABLE.data { width: 100%; }
TABLE.data TH { border: 1px solid #b4bcce; text-align: left; vertical-align: top; padding: 2px 5px; background: #f0f1f6; color: #012f6c; }
TABLE.data TD { border: 1px solid #b4bcce; text-align: left; vertical-align: top; padding: 2px 5px; }

/* Worker list */

DIV.workers { padding: 0 0 10px 0; margin: 1em 0 0 0; height: 100%; }
DIV.workers DIV.worker { width: 140px; float: left; margin-right: 5px; }
DIV.workers DIV.img { text-align: center; height: 143px; }
DIV.workers DIV.worker { text-align: center; padding: 0 10px 10px 10px; }

/* News & archive */

DIV.news { padding: 0 5px 20px 0; margin: 1em 0; position: relative; }
DIV.news DIV.item { padding: 0 0 5px 15px; }
DIV.news DIV.date { float: right; color: #a5adb1; }
DIV.news DIV.lead { font-size: 10px; padding: 2px 0 5px 0; line-height: normal; }
DIV.news A { text-decoration: none; }
DIV.news A:hover { text-decoration: underline; }

DIV.archive { color: #777; position: relative; }
DIV.archive A { color: #777; text-decoration: none; padding: 1px 5px; }
DIV.archive A:hover { color: #FFF; text-decoration: none; background: #012f6c; }
DIV.archive A.active { color: #FFF; text-decoration: none; background: #012f6c; }

/* Search */

DIV.offer { clear: both; line-height: 14px; margin: 1em 0; position: relative; }
DIV.offer A { color: #012f6c; text-decoration: none; }
DIV.offer A:hover { text-decoration: underline; }
DIV.offer A.img { margin: 0 10px 5px 0; float: left; }
DIV.offer B.red { color: #FF0000; font-size: 18px; }
DIV.offer DIV.heading { padding-bottom: 5px; color: #BA1212; font-weight: bold; }
DIV.offer DIV.heading DIV.label { float: right; color: #FFF; padding: 1px 6px; font-size: 9px; background: #79dc00; }

.w40 { width: 40px; }
.w115 { width: 115px; }
.w150 { width: 150px; }

DIV.imgs { float: right; width: 210px; position: relative; height: 100%; }
DIV.imgs IMG { float: left; margin: 0 0 5px 5px; }

TABLE.details { border-collapse: collapse; border-spacing: 0; position: relative; }
TABLE.details TD { text-align: left; vertical-align: top; padding: 0 10px 5px 0; }
