﻿/**** Frame Setup **************************************************************/
#content { width: auto; overflow: hidden; }
#footer { background-color: #09244c; }
#footer .content { width: 960px;padding-left: 0; padding-right: 0; }

/**** Fonts ********************************************************************/
#findBroker label, #featuredServices h3 
{
    font-family: "Gill Sans MT", "Gill Sans", "Times New Roman";
}
#findBroker label 
{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
#featuredServices .calloutPane div.content {
	font-family: "Arial Narrow", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 17px;
}
#featuredServices h3 
{
    color: #333;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

/**** Main Image Rotation *****************************************************/
#mainImage 
{
    height: 364px;
    position: relative;
    z-index: 50;
    overflow: hidden;
}
#featuredServices h2 
{
    min-width: 960px;
    width: 100% !important;
    width: 960px;
}
#mainImage a.image 
{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -595px;
}

/**** Find a Broker Box ****************************************************/
#findBroker 
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 80;
}

#findBroker select { margin-left: 5px; }
#findBroker fieldset 
{
    border: 0;
    margin: 0;
    padding: 0;
    width: 930px;
    margin: 0 auto;
    text-align: left;
    background: url(/App_/ROOT/PageFrame/Index/FindBroker/Bg.png) top left no-repeat;
    padding: 7px 15px 20px 15px;
    position: relative;
    left: -5px;
}
/**** Featured Services callout *********************************************/
#featuredServices 
{
    background: #09244c url(/App_/ROOT/PageFrame/Index/Featured/BgSync.gif) top repeat-x;
    position: relative;
}
#featuredServices a { text-decoration: none; color: #e79c25;}
#featuredServices .calloutPane 
{
    width: 955px;
    margin: 0 auto;
    overflow: hidden;
    height: 225px;
}
#featuredServices .calloutPane .callout 
{
    width: 205px;
    height: 175px;
    float: left;
    margin: 0 18px 0 0;
    padding: 10px 10px 40px 10px;
    background: #fff url(/App_/ROOT/PageFrame/Index/Featured/CalloutBg.jpg) top left no-repeat;
    overflow: hidden;
}
#featuredServices .calloutPane .callout .wrap 
{
    height: 190px;
    overflow: hidden;
}
#featuredServices .calloutPane .callout a.more 
{
}
#featuredServices .calloutPane .callout .description { height:60px; }
#featuredServices .calloutPane .callout .twoLineDescription { height:44px; }
#featuredServices .calloutPane .callout p { margin-bottom: 10px; }
#featuredServices .calloutPane div.content {
	width: 10000px;
}
#featuredServices .fb_controls 
{
    position: relative;
    width: 960px;
    margin: 0 auto;
}
#featuredServices .fb_controls .backward, #featuredServices .fb_controls .forward 
{
    display: block;
    width: 25px;
    height: 45px;
    position: absolute;
    top: 85px;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    text-indent: -9999px;
}
#featuredServices .fb_controls .backward { left: -30px; background-image: url(/App_/ROOT/PageFrame/Index/Featured/LeftArrow.gif); }
#featuredServices .fb_controls .forward { right: -25px; background-image: url(/App_/ROOT/PageFrame/Index/Featured/RightArrow.gif); }
#featuredServices h3 
{
    padding: 0 0 5px 0;
}
#featuredServices h2 
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 33px;
    position: relative;
    text-align: center;
    /*font-family: "Gill Sans MT", "Gill Sans", "Times New Roman";
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 19px;
    padding: 10px 0 0 0;
    line-height: 22px;*/
}
#featuredServices h2 span 
{
    display: block;
    height: 34px;
    background: url(/App_/ROOT/PageFrame/Index/Featured/HeaderBg.jpg) top center no-repeat;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}
