/* Borrowed from Timmy. */
/* START RESET normalize the playing field between browsers*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td {margin:0;padding:0;}
table{font-size: 12px;border-collapse:collapse;border-spacing:0;}
img{border:0;}
cite,address,dfn,var {font-style:normal;}
/* END RESET */

/* START CLEAR FIX */
/* This fixes IE has layout bug */
/* http://positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* This causes a warning with Firefox. */
/* .clearfix {display: inline-table;} */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END CLEAR FIX */

#commonNavigation
{
    background-color: #000;
}

.commonNavigationItemContainer
{
    float: left;
 }

.commonNavigationItem
{
    float: left;
}

.commonNavigationItemContainer .container
{
    padding: 5px;
}

.commonNavigationItemContainer .container a
{
    text-decoration: none;
    font-size: 12px;
    font-weight: heavy;
}

.commonNavigationItemContainer .selected
{
    background-color: #333;
}

.commonNavigationItemContainer .selected a
{
    cursor: default;
}

/**
* This style is applied to the div that acts as the placeholder
* for the commonNavigationItem and is the element whose opacity
* changes from 0 (zero) to maxOpacity.
*/
.commonNavigationItem .hoverOn
{
    background-color: #666;
}

a 
{
    text-decoration: underline;
    color: #9baacc;
}

a:hover
{
    color: #ccc;
}

.navLink
{
    color: #fff;
}

.navLink:hover
{
    color: #ffc571;
}

body
{
  font-family: arial, sans serif;
  font-size: 12px;
  background-color: #666;
  background-image: url('images/mls-bg1.gif'); */
  color: #222;
}

li
{
  color: #9baacc;
}

h1, h2, h3
{
  color: #5376c7;
}

h3
{
  color: #f1a518;
}

.footer
{
    font-size: 10pt;
}

.largeHeading
{
  color: #9baacc;
  font-weight: bold;
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 5px;
}
.smallHeading
{
  color: #f1a518;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 0px;
  margin-bottom: 5px;
}

.commonText
{
   color: #555;
  font-size: 9pt;
}

.commonSubheading
{
    background-color: #2f2f2f;
    padding: 15px;
    color: #fff;
}

.commonBody
{
    background-color: #fff;
}

.commonContent
{
    padding: 15px;
}

.commonFooter
{
    width: 800px;
    height: 40px;
    background-color: #2f2f2f;
}

.commonFooterNavItem
{
    margin: 10px;
    font-size: 8pt;
    float: left;
}


