﻿@import url("../../Custom/css/layout.css");
@import url("../../Custom/css/base.css");

/*		featuredContainer
----------------------------------------------------------*/
div#featuredContainer
{
	background-color:White;
	margin-bottom:20px;
}
div#featuredContent div.leftSide
{
	float:left;
	width:500px;
	margin-bottom:10px;
}
div#featuredContent div.rightSide
{
	float:right;
	width:500px;
	text-align:center;	
}
div#featuredContent div.bottom
{
	height:38px;
	width:500px;
	line-height:38px;
	float:left;
}

/*		showcaseContainer
----------------------------------------------------------*/
div#showcaseContainer div.topLeftContent
{
	float:left;
	width:200px;
}
div#showcaseContainer div.topRightContent
{
	float:right;
	width:824px;
}
div#showcaseContainer div.bottomRightContent
{
	float:right;
	width:324px;
}
div#showcaseContainer div.centerContent
{
	margin:0 auto;
	float:left;
	width:500px;
}

/*		enterZipContainer
----------------------------------------------------------*/
div#enterZipContainer
{
	margin:80px auto 0 auto;
	width:250px;
}
div#enterZipContainer div.enterZipContent
{
	text-align:center;
}
div#enterZipContainer div.enterZipContent span
{
	font-size:14px;
	font-weight:bold;
	color:#AF0404;
}
div#enterZipContainer div.enterZipFormElementsContent div.label span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:40px;
	color:Black;
}
div#enterZipContainer div.enterZipFormElementsContent div.label
{
	float:left;
	margin-top:5px;
	margin-left:15px;
}
div#enterZipContainer div.insuranceQuestion
{
	display:none;
}

/*		bodyContainer
----------------------------------------------------------*/
div#bodyContainer div.threeCol-leftContent
{
	float:left;
	width:280px;
	padding-right:10px;
}
div#bodyContainer div.threeCol-middleContent
{
	margin-left:10px;
	float:left;
	width:280px;
}
div#bodyContainer div.threeCol-rightContent
{
	float:right;
	width:280px;
}
div#bodyContainer div.twoCol-leftContent
{
	float:left;
	width:470px;
	margin-left:15px;
}
div#bodyContainer div.twoCol-rightContent
{
	float:right;
	width:470px;
	margin-right:15px;
}

/*		footerContainer
----------------------------------------------------------*/
div#footerContainer div.footerImage
{
	background-image:url('images/LifeFooterBg.jpg');
	background-repeat:no-repeat;
	float:left;
	width:164px;
	height:36px;
}
div#footerContainer
{
	background-image:url('images/LifeFooterBgRepeat.jpg');
	background-repeat:repeat-x;
}
div#footerContainer ul.rmHorizontal
{
	float:right;
	margin-left:5px;
	margin-top:6px;
	font-size:9px;
	font-weight:bold;
}
div#footerContainer ul.rmHorizontal li.rmItem
{
	list-style-type: none;
	float:left;
	line-height: 1.1em;
	margin: 5px .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	border-left:1px solid #fff;
}
div#footerContainer ul.rmHorizontal li.selectedItem
{
	color:Red;
}
div#footerContainer ul.rmHorizontal li.rmItem:first-child
{
	border-left:0px;
}
div#footerContainer ul.rmHorizontal li.rmItem a
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	font-weight:bolder;
}