/* global.css
==========================================================*/
body	{
margin: 10px;
padding: 0;
background: rgb(160,160,160);
font-family: verdana, arial, sans-serif;
color: rgb(52,52,52);
}
a:link,
a:visited,
a:hover,
a:active {color: rgb(164,85,0);}
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;
margin: 0;
}
h1, h2, h3,	{
font-weight: bold;
}
h1	{
margin: 0 0 .7em 0;
font-size: 20px;
line-height: 20px
}
.reviewRating {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h2	{
margin: .2em 0;
font-size: 14px;
}
h3	{
margin: 0;
padding: 0;
font-size: 11px;
}
ul, ol {
margin-top: 0px;
}
li {
font-size: 11px;
line-height: 14px;
}
/* special cases */
.hide	{
display: none;
}
img.link	{
border: none;
}
/* ================================================== */
/* apply the .noEscape class to any object that needs
to contain a float object.  see documentation: 
http://www.positioniseverything.net/easyclearing.html */
.noEscape:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.noEscape {display: inline-table;}
/* Hides from IE-mac \*/
* html .noEscape {height: 1%;}
.noEscape {display: block;}
/* End hide from IE-mac */
/* ================================================== */
/* shadowShell */
#shadowShell {
width: 775px;
margin: 10px;
}
#shadowShell {background: url(../images/side_shadows.gif) repeat-y;}
#topshadow img, #botshadow img {display: block;}
#topshadow {background: url(../images/top_shadow_bg.gif) repeat-x;}
#botshadow {background: url(../images/bot_shadow_bg.gif) repeat-x;}
/* 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	{
width: 753px;
margin: 0 1px;
border-top: 5px solid rgb(255,255,255);
background: rgb(102,102,102);
}
/* begin box model hack: http://tantek.com/CSS/Examples/boxmodelhack.html */
#navBar	{
height: 35px;
voice-family: "\"}\""; 
voice-family:inherit;
height: 30px;
}
html>body #navBar {
height: 30px;
}
/* end box model hack: http://tantek.com/CSS/Examples/boxmodelhack.html */
#navBar ul	{
margin: 0;
padding: 0;
font-size: 12px;
}
#navBar ul li	{
display: inline;
margin-top: 7px;
}
#navBar li.left	{
float: left;
margin-left: 15px;
}
#navBar a:link, #navBar a:visited	{
text-decoration: none;
color: rgb(255,255,255);
}
#navBar a:hover, #navBar a:active	{
text-decoration: none;
color: rgb(232,161,0);
}

#supportBar {
padding-top: 3px;
color: rgb(52,52,52);
font-size: 11px;
}

#supportBar .dropdown {
position: relative;
top: -6px;
}         

#supportBar .dropdown {
font-size: 10px;
}

#globalnav {
margin-right: 180px;
}



/* footer */
#footer, #footerNav {
height: 40px;
}
#footer	{
width: 755px;
margin-bottom: 1px;
background: rgb(90,90,90) url(../images/footer_bg_gradient.gif);
}
#footerNav	{
width: 753px;
margin: 0 1px 0 1px;
font-size: 11px;
color: rgb(255,255,255);
background: url(../images/footer_bg_chex.gif);
}
#footerNav a:link, #footerNav a:visited	{
text-decoration: none;
color: rgb(255,255,255);
}
#footerNav a:hover, #footerNav a:active	{
text-decoration: none;
color: rgb(232,161,0);
}
#footerNav ul	{
margin: 0;
padding: 0;
}
#footerNav ul li	{
display: inline;
margin-top: 13px;
}
#footerNav li.left	{
float: left;
margin-left: 15px;
}
#footerNav li.right	{
float: right;
margin-right: 10px;
}
#footerNav .plus	{ 
margin-right: 3px;
color: rgb(232,161,0);
}
/* 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(164,85,0);
text-decoration: underline;
}

/**************** MDC ADDED *****************/
.sideItem {
width: 235px;
margin: 0 0 5px 0;
}
.sideItem ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 11px;
line-height: 14px;
color: rgb(90,90,90);
}
.sideItem li {
margin: 10px;
}

/* column floats and inner containers */
#colOne	{
float: left;
width: 500px;
}
#colOne .inner	{
width: 495px;
margin: 0 0 0 5px;
}
#colTwo	{
float: left;
width: 250px;
}
#colTwo .inner	{
width: 245px;
margin: 0 0 0 5px;

}
/* sideItem */
#last	{
border: none;
}

/* begin contactForm style */
#contactForm	{
width: 205px;
margin: 0 15px;
}
.contactForm { margin: 0 15px; width: 205px }
.contactForm li { }
/* stolen for table on company page */
#sitemap .box {
float: left;
margin: 0 10px 0 0;
width: 130px;
}h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.addreviewTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
.compareTable {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
}
