/* =============================================================================
  The Respiratory Group 
    respiratorygroup.com/css/styles.css

  Simple style sheet viewable by all browsers
============================================================================= */

body 
{
	background: #fff;
  font-family: Arial, helvetica, sans-serif;
  font-size: .8em;
}

table
{
  padding: 0px;
  margin: 0px;
  b order: solid 1px #f00;
}

td
{
	font-family: Arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

div
{
  padding: 0px;
  margin: 0px;
}

span
{
  padding: 0px;
  margin: 0px;
}

a:link
{
	color: #00f;
	text-decoration: none;	
}

a:visited
{
	color: #808;
	text-decoration: none;	
}

a:hover
{
	color: #f00;
	text-decoration: underline;	
}

a:active
{
	color: #f00;
	text-decoration: underline;
}

.header
{
  margin-top: 16px;
  padding-left: 11px;
}

.headerFix
{
  margin-top: 16px;
  p adding-left: 11px;
}

#floatingPage
{
  margin: 48px auto 48px auto;
}

#formPage
{}

#topMenu
{
  font-size: 13px;
  font-weight: bold;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  width: 756px;
}

* html #topMenu
{
  width: 758px;
}

#topMenu
{
  margin-top: -8px;
  height: 28px;
  background: #fff;
}

#topMenu a
{
  color: #666;
}

#topMenu a:link
{
  text-decoration: none;
}

#topMenu a:visited
{}

#topMenu a:hover
{
  color: #009;
  text-decoration: none;
}

#topMenu a:active
{}

#banner
{
  height: 98px;
}

.menuLink
{
  padding-top: 3px;
  text-align: center;
  float: right;
  height: 20px;
}

.menuLink a
{
  margin-top: 4px;
  padding: 2px 14px 3px 14px;
  margin-bottom: 2px;
}

.clear
{
  clear: both;
}

.menuDivider
{
  background: url("../images/menudivider.gif") no-repeat;
  float: right;
  display: block;
  height: 22px;
  width: 1px;
}