﻿/*****************************************************************************/
/* Banner
/*****************************************************************************/

.banner
{
}

.banner-image
{
	height: 268px;
}

.banner-image img
{
	display: block;
	margin: 0px;
}

.banner-image a
{
	text-decoration: none;
	color: rgb(38, 44, 38); /* #444444; */
}

.banner-image-left a
{
/*	color: #E5428C; */
/* 	font-family: Arial !important;  */
	text-decoration: none;
	letter-spacing: 1px; 
	line-height: 27px;
}

.banner-image-left a:hover
{
	text-decoration: none;
}

.banner-text
{
	font-size: 10px;
	margin-top: 9px;
	margin-left: 15px;
}

.banner-text a
{
	font-weight: bold;
	font-size: 14px;
}

.full-header
{
	font-size: 14px;
	float: right;
	margin-bottom: 10px;
}

.home-greybar {
	 height:28px;
	 width:537px;
	 background-image:url("/Company2/Images/HomeGreybar.png");
	 color:#e5428c;
	 text-align:center;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:13px;
	 line-height:28px;
	 vertical-align:top;
}

.home-flash { padding:0; margin:0; }

.home-banner { padding:0; margin:0; }		

/*****************************************************************************/
/* Features
/*****************************************************************************/

.features
{
	margin-top: 15px;
	font-size: 12px;
}

.features-image
{
}

.features-check
{
	padding-right: 5px;
}

.features-text td
{
	width: 125px;
	padding-left: 145px;
	font-size: 12px;
}

/*****************************************************************************/
/* Quotes
/*****************************************************************************/

.quotes
{
}

.quotes-text
{
	font-size: 16px;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 30px;
}

.quotes-person
{
	float: right;
	text-align:center;
}

.quotes-person-name
{
	font-size: 18px;
	color: #E5428C;	
}

.quotes-person-title
{
	font-size: 12px;
}

.quotes-person-image
{
	float: right;
	margin-right: 10px;
}

/*****************************************************************************/

#quotebox {
    position:relative;
    height:145px;
    margin:auto;
    
}

#quotebox div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    background-color:#FFF;
    width:437px;
    background-image:url('/Company2/Images/QuoteBig.png');
    background-repeat:no-repeat;
    background-position:15px 10px;
    padding:20px 85px;
}

#quotebox div.active {
    z-index:10;
}

#quotebox div.last-active {
    z-index:9;
}

.homequote {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#222;
	background-color:#FFF;
	font-style:italic;
	height:105px;
}

.home-quote-auth {
	color:#999;
	font-style:normal;
	float:right;
	position:relative;
	margin:auto;
	width:auto;
	display:block;
	margin-right:-15px;
}