﻿/*---------------------------------------------------------------------------*/
/*-------------------------------General--------------------------------*/
/*---------------------------------------------------------------------------*/

#home #mainContent 
{
	padding: 0;
	background: url(images/mainContentAreaHome_Bg.png) right top repeat-y;
}

#homeHeader{
	position: absolute;
	z-index: 500;
	top: 0px;
	width: 770px;
	height: 165px;
}



/*---------------------------------------------------------------------------*/
/*-------------------------------Top Banner--------------------------------*/
/*---------------------------------------------------------------------------*/
.homeHeader, #topbannerPhoto
{
	width: 770px;
	height: 175px;
}


/*---------------------------------------------------------------------------*/
/*-------------------------------Rotator--------------------------------*/
/*---------------------------------------------------------------------------*/

#homeRotator
{
	float: left;
	position: relative;
	top: -16px;
	left: 0px;
	width: 549px;
	height: 200px;
}

#homeRotatorContent, #rotatorPhoto
{
	width: 549px;
	height: 176px;
}

/*
#homeRotatorContent a
{
	display: block;
	width: 547px;
	height: 176px;
}
*/


/*--------------------------Rotator Navigation---------------------------*/

#homeRotator .navigation 
{
	height: 20px;
	background: url(images/rotatorControl_bg.gif) left bottom repeat-x;
	vertical-align: bottom;
}

#homeRotator .navigationControls 
{
	float: right;
	padding-right: 10px;
}

#homeRotator .navigation a
{
	float: left;
	text-decoration: none;
	color: #000;
	height: 10px;
	padding: 2px 10px 8px;
	line-height: 16px;
	font-size: 11px
}

#homeRotator .navigation a.off
{
	background: url(images/rotatorControl_bt.gif) left bottom no-repeat;
}

#homeRotator .navigation a.on
{
	background: url(images/rotatorControl_bt_on.gif) left bottom no-repeat;
	font-weight: bold;
	color: #fff;
}

#homeRotator .navigation a.pause
{

	background: url(images/rotatorControl_pause.gif) left top no-repeat;
	text-indent: -9999px;
	width: 8px;
}

#homeRotator .navigation a.pause:active
{
	background: url(images/rotatorControl_pause_on.gif) left top no-repeat;
}

#homeRotator .navigation a.play
{

	background: url(images/rotatorControl_play.gif) left top no-repeat;
	text-indent: -9999px;
	width: 6px;
}

#homeRotator .navigation a.play:active
{
	background: url(images/rotatorControl_play_on.gif) left top no-repeat;
}


/*---------------------------------------------------------------------------*/
/*-------------------------------Home Resources--------------------------------*/
/*---------------------------------------------------------------------------*/

#homeResource
{
	clear: left;
	width: 519px;
	height: 200px;
	margin-top: 20px;
	padding-top: 40px;
	background: url(images/resource_header.gif) left top no-repeat;
	margin-left: 30px;
}

#homeResource li
{
	list-style: none;
	padding-left: 10px;
	color: #065fb1;
	font: bold 10pt arial; 
	background: url(images/resource_bullet.gif) left 7px no-repeat;}

#homeResource a:link, #homeResource a:visited {
    color: #065FB1;
	text-decoration: none;
}
#homeResource a:hover {
    color: #065FB1;
	text-decoration: underline;
}


/*---------------------------------------------------------------------------*/
/*-------------------------------Testimonial (Center)--------------------------------*/
/*---------------------------------------------------------------------------*/

#testimonial_center
{
	position: absolute;
	top: 570px;
	width: 520px;
	height: 200px;
	padding-top: 40px;
	background: url(images/testimonial_header.gif) left top no-repeat;
	margin-left: 30px;

}

#testimonial_center li
{
	float: left;
	list-style: none;
	padding-left: 10px;
	color: #065fb1;
	font: bold 10pt arial; 
	background: url(images/resource_bullet.gif) left 7px no-repeat;
	width: 200px;
	margin-right: 20px;
}

#testimonial_center a:link, #testimonial_center a:visited {
    color: #065FB1;
	text-decoration: none;
}
#testimonial_center a:hover {
    color: #065FB1;
	text-decoration: underline;
}




/*---------------------------------------------------------------------------*/
/*-------------------------------Right Side--------------------------------*/
/*---------------------------------------------------------------------------*/

#homeSideRight
{
	float: right;
	position: relative;
	right: 0px;
	top: -16px;
	width: 221px;
	padding: 60px 0px 30px;
	background: transparent url(images/phonelist_bg.png) left top no-repeat;
}

#homeSideRight p {padding: 10px 15px; color: #d4edff; font: normal 8pt Arial;}
#homeSideRight .homeRightBold {font-weight: bold;}
#homeSideRight .homeNumber {display: block; color: #ffffff; padding-left: 13px; padding-top: 5px; background: url(images/phonelist_dot.gif) left 8px no-repeat; }
#homeSideRight .addHotlines{color: #ffce59; border-top: dotted 1px #85aec8;border-bottom: dotted 1px #85aec8; padding: 5px; margin: 5px 15px;}
.addHotlines #hotlineButton{display:inline-block; background: url(images/hotline_button.gif) left top no-repeat; height: 11px; width: 11px;}



/*---------------------------------------------------------------------------*/
/*-------------------------------Progress Indicator--------------------------------*/
/*---------------------------------------------------------------------------*/

.progIndicatorBG
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=30);
    opacity: 0.7;
    z-index: 999999;
    text-align: center;
    height: 100%;
    width: 100%;
    
}

.progIndicator
{
    filter: alpha(opacity=100);
	opacity: 0.7;
	height: 128px;
	margin: 20% auto;
	z-index: 99999;
}



