
/* ==================================================================================== */

/* ==IMPORT STYLES FOR OLD BROWSERS: */
/*\*//*/
@import "ie5mac.css";
/**/

/* =IE5 PC - 'MID PASS FILTER': */ 
@media tty {
i{content:"\";/*" "*/}} @import 'ie5pc.css'; /*";}
}/* */

/* ==================================================================================== */

/* ==UNDO DEFAULT BROWSER STYLING: tantek.com/log/2004/undohtml.css */

ul { list-style-type: none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; font-weight: lighter; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
a { text-decoration: none; }
address { font-style: normal; }

/* ==UNIVERSAL: (overall body and content formatting) ======================================================= */
body
{
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 62.5%;
color: #333;
background: #333;
text-align: center;
}

a
{
color: #333;
text-decoration: underline;
}

/* ==LEGO: (the main divs used to build the layout) ======================================================= */
#container
{
margin: 0 auto;
width: 702px;
padding: 30px 26px;
background: #fff;
text-align: left;
}
body > #container
{
padding: 30px;
}

#logo-nav
{
padding: 20px 0;
}

#content
{
margin: 20px 0;
}

#content-wide
{
margin: -15px -30px -40px -30px;
border-top: 1px dotted #ccc;
background: url(../images/contentwide-bg.gif) no-repeat top right;
}

#products
{
height: 476px;
background: url(../images/products-bg.gif) no-repeat bottom left;
}
#content-wide > #products
{
height: auto;
min-height: 476px;
}

#recruitment
{
height: 476px;
background: url(../images/recruitment-bg.gif) no-repeat bottom left;
}
#content-wide > #recruitment
{
height: auto;
min-height: 476px;
}

#support
{
height: 1px;
padding: 15px;
background: #eeeeed;
}
#content > #support
{
height: auto;
}

#disclaimer
{
height: 476px;
background: url(../images/disclaimer-bg.gif) no-repeat bottom left;
}
#content-wide > #disclaimer
{
height: auto;
min-height: 476px;
}

#footer
{
clear: both;
margin: 40px -30px;
padding: 10px 30px;
background: #eeeeed;
font-size: 1.1em;
}

/* ==PAINT: (styling of items within the main divs) ======================================================= */
#logo-nav h1
{
float: left;
}

#logo-nav ul
{
float: right;
margin-top: 5px;
}
#logo-nav ul li
{
display: inline;
padding: 7px 7px 7px 13px;
/* background: url(../images/nav-bg.gif) no-repeat top right; */
}
#container> #logo-nav ul li
{
padding: 7px 13px 7px 7px;
}
#logo-nav ul .last
{
padding-right: 0;
background: none;
}

#content .homecall
{
float: left;
width: 219px;
height: 202px;
background: url(../images/homecall-foot.gif) no-repeat bottom #eeeeed;
}
#container > #content .homecall
{
height: auto;
min-height: 202px;
}
#content #middle
{
margin: 0 23px 0 22px;
}
#content .homecall dt img
{
margin-top: -2px;
}
#content .homecall dd p
{
padding: 5px 10px 15px 10px;
font-size: 1.1em;
line-height: 1.3em;
}
#content #support h2
{
margin: -15px;
margin-bottom: 15px;
}
#content #support h3
{
margin-bottom: 5px;
font-size: 1.2em;
font-weight: bold;
color: #336699;
padding-top: 15px;
border-top: 1px solid #999;
}
#content #support strong
{
color: #336699;
}
#content #support p
{
margin-bottom: 15px;
font-size: 1.2em;
line-height: 1.4em;
}

#content-wide #contents
{
padding: 100px 0 20px 388px;
font-size: 1.1em;
}
#content-wide #contents h2
{
margin-bottom: 115px;
}
#content-wide #contents p
{
margin: 15px 20px;
line-height: 1.4em;
}
#content-wide #contents ul
{
margin: 15px 35px;
list-style-type: disc;
}
#content-wide #contents ul li
{
margin: 3px 0;
}
#content-wide #recruitment #contents h2
{
margin: 3px 0 115px -6px;
}
#content-wide #disclaimer #contents h2
{
margin: 3px 0 115px -4px;
}

#footer #copyright 
{
float: left;
}
#footer #disclaim
{
float: right;
font-weight: bold;
}

/* ==EXTRANEOUS: (default hacks, etc.) ======================================================= */
.clear
{
clear: both;
}

.accessibility
{
position: absolute;
left: -10000px;
}