﻿/* REDEFINE COMMON STYLES FOR HOME PAGE */
#banner
{
	position:relative;
	float:left;
	width:767px;
	height:298px;
	background-color:#fafaf8;
}
#pageContent
{
	border:solid 0px red;
	position:relative;
	width:767px;
	left:165px;
}
#pageContentLeft
{
	width:404px;
}
#pageCalloutsRightBorder
{
	margin-left:434px;
	margin-bottom:0px;
}
#calloutParentCompany
{
	_margin-left:0px;
}
#calloutParentCompanyContent
{
	width:263px;
	_padding:20px 17px 20px 20px;
}
#calloutAbout
{
	_margin-left:0px;
}
#calloutAboutContent
{
	width:263px;
	_padding:20px 17px 20px 20px;
}	

#calloutServices
{
	_margin-left:0px;
}
#calloutServicesContent
{
	width:263px;
	_padding:20px 17px 20px 20px;
}	
#calloutNewsroom
{
	border:solid 0px red;
	position:relative;
	top:0px;
	margin-left:0px;
	z-index:999;
}

/*HOME PAGE SPECIFIC STYLES */
#homeBanner
{
	border:solid 0px red;
	background-image: url("../../images/home/home_main.jpg");
	background-image: no-repeat;
	height:298px;
	width:767px;
	padding-bottom:0px;
}
#widgetAbout 
{ 
    cursor:pointer;
    position:absolute;
    margin-left:564px;
    top:240px;
    width:173px;
    height:23px;
    background-image: url("../../images/home/home_btn_widgetOff_173x23.gif");
    background-repeat: no-repeat;   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height:23px;
    color: #ffffff;
    text-decoration: none;
    text-indent:20px;
    margin-top:5px;
}
