﻿/**Layout. These are the common page elements that give the site it's basic layout*/
div#breadcrumb {
float:left;
margin:0;
padding:5px 0 14px 42px;
}

div#hero {
	width: 950px;
	margin: 0 11px 0 12px;
	padding: 10px 0 0 21px;
}

div#heroLeft {
    width: 230px;
    float: left;
}

div#heroRight {
    width: 720px;
    float: left;
}

div#features {
	float: right;
	width: 201px;
	margin: 0 14px 0 33px;
	display: inline;
}

div#content {
	float: right;
	width: 710px;
	margin: 0px 30px 0 15px;
	display: inline;
}

/** Hero content menu. This is featured on the homepage only*/
/** div#hero h2 {
	background: url(../images/RealInsurance/headers/getAQuoteNow.png) no-repeat left top;
	display: block;
	padding: 0 0 15px 0;
	width: 180px;
	height: 57px;
	text-indent: -9999px;
}

div#hero ul {
	display: block;
	width: 210px;
}

div#hero ul li {
	display: block
}

div#hero ul li a {
	display: block;
	width: 150px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
}

div#hero ul li a:hover {
	color: #9C248D;
}

div#hero ul li a.home {
	height: 27px;
	padding: 7px 0 6px 59px;
	margin-left: 1px;
	background: url(../images/RealInsurance/icons/home.png) no-repeat left top;
}

div#hero ul li a.car {
	height: 23px;
	padding: 8px 0 6px 58px;
	margin-left: 2px;
	background: url(../images/RealInsurance/icons/car.png) no-repeat left top;
}

div#hero ul li a.bike {
	height: 25px;
	padding: 10px 0 4px 60px;	
	background: url(../images/RealInsurance/icons/bike.png) no-repeat left top;
}

div#hero ul li a.life {
	height: 18px;
	padding: 8px 0 6px 54px;
	margin-left: 6px;
	background: url(../images/RealInsurance/icons/life.png) no-repeat left top;
} **/

/** The accordion. Styling for the collapsable content areas within the content section*/
div#accordion {
    margin: 21px 0 0 0;
	width: 710px;
}

div#accordion .accordionContent {
    display: none;
}

div#accordion h3 a {
	background: url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) repeat-x left -363px;
	display: block;
	padding: 9px 0 0 37px;
	height: 23px;
	width: 673px;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
	color: #333333;
}

div#accordion h3 a:hover {
	background: url(../images/RealInsurance/backgrounds/purpleBackgrounds.gif) repeat-x left -84px;
	color: #FFFFFF;
}

div#accordion h3.ui-state-active a {
	background: url(../images/RealInsurance/backgrounds/purpleBackgrounds.gif) repeat-x left -116px;
	color: #FFFFFF;	
}

div#accordion div.accordionContent {
	float: left;
	width: 710px;
	margin: 0 0 2px 0;
	padding: 0 0 11px 0;
	background-color: #EDEDED;
	position: relative;
	overflow: hidden;
}

div#accordion div.accordionContentBase {
	background: #EDEDED url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) no-repeat left top;
	width: 710px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

/**The basic box is a plain box with rounded corners. It has a plain grey tint and no gradient*/
div.basicBox {
	margin: 15px 0 0 50px;
	float: left;
	width: 282px;
	background-color: white;
	background-color: #F9F9F9;
	display: inline;
}

div.basicBox .boxHeader {
	background: #F9F9F9 url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) no-repeat -619px -352px;
	padding: 8px 0 0 17px;
	height: 59px;
	width: 265px;
	clear: both;
}
div.basicBox .boxHeader h3 {
	color:#5D1B7D;
	font-size: 14px;
	float: left;	
}

div.basicBox .boxHeader img {
	padding-right: 10px;
	float: left;
}

div.basicBox .boxContent a,
div.basicBox .boxContent ul li a {
	display: block;
	padding-left: 16px;
	background: url(../images/RealInsurance/icons/listItemArrow.png) no-repeat left top;	
	margin: 0 0 2px 0;
	width: auto !important;
}

div.basicBox .boxContent a {
	margin-top: 5px;
}

div.basicBox .boxContent p a {
	background: none;
	padding: 0;
	display: inline
}
div.basicBox .boxContent {
	padding: 0;
	margin: 0 15px 0 16px;
	width: 251px;
	border-top: 1px solid #DEDEDE;
	background-color: #F9F9F9;
} 

div.basicBox .boxFooter {
	background: #F9F9F9 url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) no-repeat -619px -340px;
	height: 11px;
}

/**The simple box is just a gray box with a small drop shadow in the header*/
div.simpleBox {
	float: left;
	width: 223px;
	background-color: white;
	margin: 20px 20px 0 0;
}

div.simpleBox.last {
    margin-right: 0;
}

div.simpleBox .boxHeader {
	background: url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) no-repeat -1095px -138px;
	height: 59px;
	width: 206px;
	padding: 5px 7px 0 10px;
}

div.simpleBox .boxHeader h2 {
    display: block;
    width: 138px;
	padding: 10px 0 0 8px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #531f7c;
    float: left;
    line-height: 1.3em;
}

div.simpleBox .boxHeader img {
    float: right;
}

div.simpleBox .blog {
	background: url(../images/RealInsurance/icons/icons.png) no-repeat left top;	
	height: 24px;
}

div.simpleBox .realBonus {
	background: url(../images/RealInsurance/icons/icons.png) no-repeat left -32px;	
	height: 27px;	
}

div.simpleBox .boxContent {
    height: 110px;
    overflow: hidden;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8; 
	padding-top: 2px;
} 

div.simpleBox .boxContent a.moreInfoLink,
div.fixedBox .boxContent a.moreInfoLink {
    background: url(../images/RealInsurance/backgrounds/rightArrow.gif) no-repeat left 8px;
    padding: 5px 0 0 15px;
    display: block;
}

div.simpleBox .boxContent a.getAQuoteLink {
    background: url(../images/RealInsurance/backgrounds/rightArrowGreen.gif) no-repeat left 8px;
    padding: 5px 0 0 15px;
    display: block;
    color: #05953D;
    font-weight: bold;
}

div.simpleBox .featureLink {
	background: url(../images/RealInsurance/icons/icons.png) no-repeat left -115px;
	display: block;
	text-indent: 15px;
	color: #97218F; 
	font-size: 11px;
}

div.simpleBox .boxFooter {
	background: url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) no-repeat -1095px -207px;
	height: 10px;
}

/**The filled box is filled in gray with a dual tone horizontal rule*/
div.filledBox {
	position: relative;
	clear: both;
	width: 201px;
	margin-top: 21px;
} 

div.filledBox .boxHeader {
	height: 77px;
	background:transparent url(../images/RealInsurance/backgrounds/boxes.png) no-repeat scroll -902px 0;
}

div.filledBox .boxHeader h2 {
	display: none;
}

div.filledBox .boxContent {
	background:#F4F4F4 url(../images/RealInsurance/backgrounds/boxes.png) no-repeat scroll -1105px bottom;
	background-color: #F4F4F4;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	height: 176px;
}

div.filledBox div#content-scroll {
    float:left;
    height:176px;
    overflow:hidden;
    width:167px;
}

div.filledBox div#scroller {
	background: url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) repeat-y -1003px 0;
	float:left;
	height:150px;
	left:175px;
	position:absolute;
	top: 103px;
	width: 15px;
}

div.filledBox ul {
	display: block;
	float: left;
	width: 155px;
}

div.filledBox ul li {
	background: url(../images/RealInsurance/icons/icons.png) no-repeat left -286px;
	display: block;
	float: left;
	padding: 0 0 10px 25px;
	width: 125px;
	font-size: 11px;
	line-height: 1em;
	overflow: hidden;
}

div.filledBox .boxFooter {
	background:transparent url(../images/RealInsurance/backgrounds/boxes.png) no-repeat scroll -902px -77px;
	height: 11px;
	line-height: 0;
	float: left;
}

/** The fixedBox is a big pink box of fixed dimensions. It is used for the blog feature (on the homepage) */
div.fixedBox {
    clear: both;
    float: left;
	margin: 12px 0 0 0;
	background: url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) no-repeat -1319px top;
	width: 201px;
	height: 225px;
	overflow: hidden;
}

div.fixedBox .boxHeader {
	width: 181px;
	padding: 11px 0 0 20px;
}

div.fixedBox .boxHeader h2 {
    font-size: 13px;
}

div.fixedBox .boxContent h3 {
    margin: 15px 0 6px 0;
    font-weight: bold;
}

div.fixedBox .boxContent {
	padding-left: 19px;
	padding-right: 19px;
	width: 162px;
}

div.fixedBox .boxContent a strong {
	text-decoration: underline;
	color: #FFFFFF;
}

/** The google translate box styling for the homepage */
div#googleTranslate {
	width: 299px;
	height: 54px;
	background: transparent url(../images/RealInsurance/backgrounds/greyBackgrounds.gif) no-repeat scroll -1019px -83px; 
	margin: 20px 0 0 0;	
}

div#googleTranslateElement {
	padding: 4px 0 0 115px;
	width: 184px;
}







/*  TEST 3  */

/*Main Container*/
.homepageContainer {
	width:100%;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 30px;
	height: 185px;
	text-align:center;
	background: #666;
	border-right: 1px solid #ffffff;
}
.handle3 img{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{

}
.handleOver3 img{
	
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper
{
    padding: 0px 1px 0px 0px;
    width: 727px;
}

.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 185px;	
	overflow:hidden;
}
