/**********************************************************/
/*      CSS Copyright 2005 Webroot Software, Inc.         */
/**********************************************************/
/* global.css
==========================================================*/
/* general styles */
body    {
margin: 10px;
padding: 0;
background: rgb(160,160,160);
font-family: verdana, arial, sans-serif;
color: rgb(52,52,52);
}
/* master link colors */
a:link,
a:visited,
a:hover,
a:active {color: rgb(164,85,0);}
/* p tags */
p    {
font-size: 11px;
text-align: left;
}
p.bold    {
font-weight: 600;
}
p.legal {
font-size: 9px;
font-weight: 100;
text-align: center;
color: rgb(120,120,120);
}
p.zdnote {
display: none;
}
/* h tags */
h1, h2, h3,    {
font-weight: bold;
}
h1    {
margin: 0 0 .7em 0;
font-size: 20px;
line-height: 16px;
}
h2    {
margin: .2em 0;
font-size: 14px;
}
h3    {
margin: 0;
padding: 0;
font-size: 11px;
}
/* ul li tags */
ul, ol {
margin-top: 0px;
}
li {
font-size: 11px;
line-height: 14px;
}
/* special cases */
.hide    {
display: none;
}
img.link    {
border: none;
}
.quote {
color: rgb(90,90,90);
font-size: 11px;
font-style: italic;
margin: 0px;
}
.quoted {
color: rgb(90,90,90);
font-size: 11px;
margin: 0 0 10px 10px;
}
.plus    { 
margin-right: 3px;
color: rgb(232,161,0);
}
/* wrap */
#wrap {
width: 755px;
margin: 0 10px;
background: rgb(255,255,255);
}
/* contentWrap sets the top and bottom padding of content between nav bar and footer */
#contentWrap {
background: rgb(255,255,255);
padding: 5px 0;
}
/* navBar sets all navBars to have a border-top of 5 px - should be overridden for company pages */
#navBar    {
display: none;
}
/* footer */
#footer, #footerNav {
display: none;
}
/* subFooter */
#subFooter    {
width: 755px;
margin: 10px;
text-align: center;
}
/* contentWrap link colors - overrides link inheritance */
#contentWrap a:link,
#contentWrap a:visited,
#contentWrap a:hover,
#contentWrap a:active {
color: rgb(0,0,0);
text-decoration: none;
}
/*========================================================*/