﻿img 
{
    border: none;
}

.clear 
{
    clear: both;
}

#content
{
    margin: 0 auto; 
    background-color: #ffffff;
    padding-top: 15px; 
    width: 1000px; 
    height: 500px; 
    text-align: left;
}

#main
{
    float: left;
    background: transparent url(../images/HomePage/bgHero.png) no-repeat top left; 
    width: 781px; 
    height: 375px;
    margin: 0 5px 10px;
    }


#main h1 
{
    font: bold 24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    letter-spacing: -2px;
    margin: 0;    
    color: #ce1126;
}

#main p 
{
    font: 14px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #3f3f3f;
}

#main ul#hero 
{
    color: #3f3f3f;
    margin-left: -25px;
}
    
#main ul#hero li 
{
    list-style: none;
    background: transparent url(../images/HomePage/bulletRed.gif) no-repeat 0 6px;
    margin-left: -15px;
    padding-left: 10px;
}

#left 
{
    float:left; 
    width: 330px; 
    padding: 25px 10px 25px 25px;
}

#phones 
{
    background: transparent url(../images/HomePage/bgHeroTopRight.gif) no-repeat top right; 
    padding-top: 4px;
}

#phones div 
{
    background: transparent url(../images/HomePage/bgHeroRight.gif) repeat-y top right;
}

#bottom 
{
    background: transparent url(../images/HomePage/bgHeroBottom.gif) no-repeat -2px 0; 
    height: 15px; 
    width:771px; 
    margin-top: -9px;
}

#side-column 
{
    margin-left: 787px;
    margin-top: -12px;
    width: 205px;
}

#side-column h2 
{
    font-size: 16px;
    padding-top: 18px;
}

#video 
{
    background: transparent url(../images/HomePage/bgSecondaryGray.jpg) no-repeat right top;
    width: 205px;
    height: 269px;
    }
    
#video h2, #video a 
{
    color: #ce1126;
}

#video h2 
{
    font-size: 14px;
    padding-left: 10px;
}

#video p 
{
    margin-top: -5px;
    padding-left: 10px;
}

#video img 
{
    margin-bottom: 10px;
}

#video a 
{
    padding-left: 5px;
}

#social
{
    background: transparent url(../images/HomePage/bgSocial.gif) no-repeat -2px top;
    width: 210px;
    height: 83px;
    margin-top: -7px;
}

#social h2 
{
    margin-bottom: 5px;
    padding-left: 15px;
    padding-top: 15px;
}

#social ul 
{
    display: inline;
    margin-left: -30px;
}

#social li 
{
    display: inline;
    list-style: none;
    padding-right: 5px;
}

#pod1, #pod2, #pod3
{
    background: transparent url(../images/HomePage/bg_pod.gif) no-repeat 0 0;
    width: 333px;
    height: 131px;
    margin-top: -20px;
    margin-bottom: -20px;
    text-align: center;
}

#pod1 
{
 float: left;
 margin-left: 10px;
 width: 326px; 
}

#pod2
{
    float:left;
    width: 325px;
    margin-left: 2px;
    }
    
#pod3
{
    float:left;
    width: 325px;
    margin-left:5px;
    }

#pod1 h2, #pod2 h2, #pod3 h2
{
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: -12px;
}

#pod1 h3 
{
    font-size: 20px;
    margin-top: -16px;
}

#pod1 h3 span 
{
    color: #ce1126;
}
    

#pod2 img 
{
    margin-bottom: 10px;
    margin-top: 10px;
}

#redBanner 
{
    background: transparent url(../images/HomePage/bgBannerRed2.png) no-repeat top right; 
    width: 240px; 
    position: absolute; 
    top:135px; 
    left: 876px; 
    color: #ffffff; 
    text-align: right;
    }
#redBanner h2 
{
    padding-top: 55px;
    height: 0;
    overflow: hidden;
}

#redBanner p 
{
    height: 0;
    overflow: hidden;
}

#redBar 
{
    margin-top: -4px;
}

/* slider images */
.spotlight_window {
	height:350px;	
	width: 771px;
	overflow: hidden; 
	position: relative;
	top: 5px;
	left: 5px;
}
.spotlight_image_reel {
	position: absolute;
	top: 0; left: 0;
}
.spotlight_image_reel img 
{
    float: left;
    border:none;
    }

.spotlight_paging {
	position:relative;
	z-index: 600; 
	display: none;
	bottom:15px;
	left:32px;
}

.spotlight_paging a {
	background-image:url(../images/HomePage/box-white.gif);
	color:#000;
	height:13px;
	width:13px;
	display:inline-block;
}
.spotlight_paging a.active {
	background-image:url(../images/HomePage/box-red.gif);
}
.spotlight_paging a:hover {
	background-image:url(../images/HomePage/box-red.gif);
}
