/*================================================================
HOMEPAGE stylesheet for the website.

STYLES FOR ELEMENTS SPECIFIC TO HOMEPAGE OR
THAT NEED TO BE REDEFINED.

  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/

#Content {
  background:url(../images/mainImage2.jpg) #FFF no-repeat left top;
  padding:0;
  width:778px;
}

#ContentManaged{
  margin:325px 0 0 0px;
  float:left;
}

#Affiliates{
  padding:10px;
  text-align:center;
  border-right:1px solid #CCC;
  display:block;
  width:156px;
}

#NavBg{
	background-color: #737871;  /* the background          */
	filter:alpha(opacity=85);   /* Internet Explorer       */
	-moz-opacity:0.85;          /* Mozilla 1.6 and below   */
	opacity: 0.85;              /* newer Mozilla and CSS-3 */
	position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  z-index:1;
  width:100%;
}

#Nav a:link, #Nav a:visited, #Nav a:active{  
}

#Nav a:hover {
	background:#333;
}

#Footer{
    background:url(../images/bottom_shadow_white.jpg) no-repeat;
}

address{
    border-right:1px solid #CCC;
}