/* ---- general rules --------------------------- */
* { margin: 0; padding: 0; }
body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: small; }
body.splash, body.overview, body.eservices, body.tuservices, body.sservices, body.contact { background: #000; }
a img { border: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

/* ---- headers --------------------------------- */
.overview strong, .overview h3, .eservices h3, .tuservices h3 { color: #ebbf49; }
.overview h4, .eservices h4, .tuservices h4 { color: #fff; }
.overview h4 { margin: 5px 0 5px 0; }
.eservices h2, .tuservices h2, .sservices h2 { color: #fff; text-transform: uppercase; padding: 0 0 20px 190px; clear: right; }
.contact h2 { color: #ebbf48; font-size: 100%; }
.splash h2 { font-size: 100%; }
.splash .left h2 { color: #a4b8d5; float: right; }
.splash .right h2 { color: #ebbf48; float: left; }
h3#eservices-top { padding: 0 110px 0 0; }
h3#tuservices-top { padding: 0 20px 0 0; }
h3 { font-size: 100%; }
h4 { font-size: 85%; }
h3#rely { padding: 18px 0 18px 0; margin-right: 27px; float: right; color: #fff; font-weight: bold; font-size: 85%; }
.overview h3#rely { background: url("img/rely-green.jpg") no-repeat right 19px; }
.eservices h3#rely { background: url("img/rely-brown.jpg") no-repeat right 19px; }
.tuservices h3#rely { background: url("img/rely-red.jpg") no-repeat right 19px; }
.sservices h3#rely { background: url("img/rely-yellow.jpg") no-repeat right 19px; }
h3#rely span { visibility: hidden; }

/* ---- structure & background ------------------ */
#page { margin: 9px auto 0 auto; width: 800px; }
.overview #page { border: 1px solid #fff; background: url("img/bg-line-overview.gif") repeat-y; }
.eservices #page { border: 1px solid #fff; background: url("img/bg-line-eservices.gif") repeat-y; }
.tuservices #page { border: 1px solid #fff; background: url("img/bg-line-tuservices.gif") repeat-y; }
.sservices #page { border: 1px solid #fff; background: url("img/bg-line-sservices.gif") repeat-y; }
.splash #page { border: 1px solid #fff; background: #000 url("img/splash.jpg") repeat-y; height: 600px; }
.contact #page { border: 1px solid #fff; background: #fff; }
#nav-container { width: 800px; background: #fff; } 
#navigation { height: 20px; padding: 10px 0 7px 0; width: 705px; margin: 0 auto; }
#container { width: 800px; }
.overview #content { background: url("img/bg-bottom-overview.gif") no-repeat bottom; }
.eservices #content { background: url("img/bg-bottom-eservices.gif") no-repeat bottom; }
.tuservices #content { background: url("img/bg-bottom-tuservices.gif") no-repeat bottom; }
.sservices #content { background: url("img/bg-bottom-sservices.gif") no-repeat bottom; }
.contact #content { background: url("img/bg-bottom-contact.gif") no-repeat bottom; }

/* ---- navigation ------------------------------ */
#navigation li { list-style: none; display: inline; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;}
#navigation li a { display: block; float: left; padding: 0 16px 7px 18px; text-decoration: none; color: #6d6e70; border-right: 1px solid #f1d07e; }
#navigation li a:hover { color: #333; }
#navigation li.current a { color: #000; }
#navigation li.last a { border-right: none; }
#navigation a span { visibility: hidden; }
#navigation li#nav-home a { background: url("img/home.gif") no-repeat 19px 5px; }
#navigation li#nav-home a:hover, #navigation li#nav-home.current a { background: url("img/home-b.gif") no-repeat 19px 5px; }
#navigation li#nav-overview a { background: url("img/overview.gif") no-repeat 19px 5px; }
#navigation li#nav-overview a:hover, #navigation li#nav-overview.current a { background: url("img/overview-b.gif") no-repeat 19px 5px; }
#navigation li#nav-eservices a { background: url("img/eservices.gif") no-repeat 19px 5px; }
#navigation li#nav-eservices a:hover, #navigation li#nav-eservices.current a { background: url("img/eservices-b.gif") no-repeat 19px 5px; }
#navigation li#nav-tuservices a { background: url("img/tuservices.gif") no-repeat 19px 5px; }
#navigation li#nav-tuservices a:hover, #navigation li#nav-tuservices.current a { background: url("img/tuservices-b.gif") no-repeat 19px 5px; }
#navigation li#nav-sservices a { background: url("img/sservices.gif") no-repeat 19px 5px; }
#navigation li#nav-sservices a:hover, #navigation li#nav-sservices.current a { background: url("img/sservices-b.gif") no-repeat 19px 5px; }
#navigation li#nav-contact a { background: url("img/contact.gif") no-repeat 19px 5px; }
#navigation li#nav-contact a:hover, #navigation li#nav-contact.current a { background: url("img/contact-b.gif") no-repeat 19px 5px; }


/* ---- content --------------------------------- */
#logo { margin: 27px 0 0 24px; float: left; }
.contact #logo { margin: 5px 0 0 100px; }
.contact .vcard { float: left; padding: 50px 0 0 30px; display: block; color: #ebbf48; font-size: 100%; }
.contact .vcard a { color: #ebbf48; text-decoration: none; }
#content { clear: right; }
.overview #content { padding: 0 27px 130px 220px; }
.eservices #content { padding: 0 36px 130px 270px; }
.tuservices #content { padding: 0 36px 130px 270px; }
.sservices #content { padding: 0 20px 130px 190px; }
.contact #content { padding: 0 0 130px 190px; }
.left-column { width: 195px; text-align: center; float: left; }
.images img { border: 1px solid #000; margin: 0 0 10px 0; }
.right-column { width: 310px; margin: 0 40px 0 0; float: right; }
.contact .right-column { width: 190px; margin: 50px 20px 0 0; font-size: 75%; }
.overview #content ul, .eservices #content ul, .tuservices #content ul { color: #fff; }
.eservices #content ul { padding: 10px 90px 0 50px; overflow: auto; }
.tuservices #content ul { padding: 10px 30px 0 50px; overflow: auto; }
.eservices #content li, .tuservices #content li { margin-bottom: 10px; font-size: 85%; }
.right-column strong { font-size: 100%; }
.right-column ul { margin: 10px 0 22px 0; font-size: 75%; line-height: 13px; }
.right-column ul li { list-style: none; padding: 0 0 0 7px; }
.right-column .right { width: 170px; }
.overview li { background: url("img/li-green.gif") no-repeat 0 4px; }
.sservices dl { font-size: 85%; }
.sservices dl.left { width: 300px; }
.sservices dl.right { width: 270px; }
.sservices dt { font-weight: bold; color: #fff; }
.sservices dd { margin: 9px 0 17px 25px; }

/* ---- contact form ------------------------------- */
.contact form { padding: 15px 0 0 0; clear: left; font-size: 85%; }
.contact form legend { display: none; }
.contact form fieldset { border: none; }
.contact form fieldset.right { width: 265px; }
.contact form input { width: 112px; margin: 2px 0 0 0; }
.contact form textarea { width: 180px; margin: 3px 0 0 0; }
.contact form p { margin: 2px 0 3px 0; }
.contact form select { width: 70px; margin: 2px 0 0 0; }
.contact form input.buttonSubmit { width: auto; float: right; margin: 0 80px 0 0; }

/* ---- main splash -------------------------------- */
.splash .left { margin: 154px 0 0 0; width: 380px; }
.splash .right { margin: 154px 0 0 0; width: 370px; }
.splash .left ul { text-align: right; }
.splash ul { color: #fff; font-size: 85%; clear: both; padding: 20px 0 0 0; list-style: inside; line-height: 1.75em; }
.splash .left h3 { position: absolute; top: 584px; font-size: 70%; text-transform: uppercase; padding: 0 0 0 12px; width: 388px; }
.splash .right h3 { position: absolute; top: 584px; font-size: 70%; text-transform: uppercase; }
.splash .left .button a { display: block; background: url("img/blue-button.gif") no-repeat 25px 0; padding: 28px 0 0 0; margin: 30px 0 0 0; float: right; }
.splash .right .button a { display: block; background: url("img/yellow-button.gif") no-repeat 25px 0; padding: 28px 0 0 0; margin: 30px 0 0 0; }
.splash .left .button a { text-decoration: none; color: #97aece; }
.splash .right .button a { text-decoration: none; color: #ebbf48; }
