@import url(header.css);
@import url(loginForm.css);
@import url(menu.css);
@import url(googleSearch.css);
@import url(findAnAgentForm2.css);

BODY
{
	margin: 0px 0px 0px 0px;
	background: url(../images/OuterBackground.gif); 
	background-repeat: repeat-x;
	background-color: #CFDAE3;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

A
{
	color: #003366;
	text-decoration: underline;
}

#mainContainer
{
	margin: 0 auto;
	position: relative; 
	width: 780px;
	text-align: left;
}

#mottoContainer
{
	position: relative;
	top: 90px;
	left: 0px;
	width: 780px;
	height: 280px;
	background: url(../images/HomeMain1.jpg); 
}

#topMenuContainer
{
	position: absolute;
	top: 40px;
	left: 230;
}

#logoContainer
{
	display: block; 
	width: 280px; 
	height: 125px; 
	background: url(../images/Logo.png); 
	position: absolute;
	top: 0px;
	left: -40px;
}

#loginContainer
{
	position: absolute;
	top: 100px;
	left: 593px;
}

#findAnAgentContainer
{
	position: absolute;
	top: 370px;
	left: -10px;
}

#searchContainer
{
	position: absolute;
	width: 480px; 
	top: 12px;
	left: 338px;
	font-size: 13px;
}

#contentContainer
{
	width: 780px;
	height: 190px;
	position: absolute;
	top: 410px;
	left: 0px;
	background: url(../images/HomePageInnerBackground.gif); 
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#grayLineContainer
{
	width: 240px;
	height: 160px;
	position: absolute;
	top: 15px;
	left: 270px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #CCCCCC;
}

#productsContainer
{
	width: 235px;
	height: 160px;
	position: absolute;
	top: 15px;
	left: 20px;
}

#claimsContainer
{
	width: 200px;
	height: 160px;
	position: absolute;
	top: 15px;
	left: 290;
}

#questionsContainer
{
	width: 231px;
	height: 75px;
	position: absolute;
	top: 15px;
	left: 530;
}

#amBestContainer
{
	width: 250px;
	height: 75px;
	position: absolute;
	top: 100px;
	left: 522;
	font-size:12;
}

#amBestContainer img
{
	width: 135px;
	height: 47px;
	position: absolute;
	top: 25px;
	left: 100;
}

#productBoxContainer
{
	background-color: #D9E5F1;
	position: absolute;
	width: 230px;
	height: 65px;
	top: 90px;
	left: 0px;
	padding: 8px 0px 0px 5px;
}

#productBoxContainer #stateGo
{
	height: 23px; 
	width: 38px;
	padding-top: 0px; 
	overflow: hidden; 
	position: absolute; 
	top: 31px; 
	left: 185px;
	border: 0px;
	cursor: hand;
	background: url(../images/Go.png); 
}

#productBoxContainer #state
{
	width: 170px;
	position: absolute; 
	top: 32px;
	left: 6px;
	color: #333333;
}

#footerContainer
{
	width: 780px;
	position: absolute;
	top: 600px;
	left: 0px;
	border-style: solid;
	border-color: #005596;
	border-width: 4px 0px 0px 0px;
	padding: 4px 0px 0px 8px;
	font-size: 11px;
}

#footerContainer #copyright
{
	position: absolute;
	top: 4px;
	left: 490px;
}

#footerWarning
{
	width: 780px;
	height: 30px;
	position: absolute;
	top: 600px;
	left: 0px;
	border-style: solid;
	border-color: #005596;
	border-width: 4px 0px 0px 0px;
	padding: 4px 0px 0px 8px;
	font-size: 11px;
	background-color: #FFFFAA;
	text-align: center;
}

#footerWarning a
{
	text-decoration: none;
	font-size: 11pt;
	color: #DD0000;
	font-weight: bold;
}

#headerWarning
{
	width: 816px;
	height: 30px;
	position: relative;
	top: 0px;
	left: -18px;
	border-style: solid;
	border-color: #005596;
	border-width: 3px 0px 4px 0px;
	padding: 4px 0px 0px 8px;
	font-size: 11px;
	background-color: #FFFFAA;
	text-align: center;
}

#headerWarning a
{
	text-decoration: none;
	font-size: 11pt;
	color: #DD0000;
	font-weight: bold;
}

.heading
{
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.subHeading
{
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	padding-bottom: 6px;
	text-transform: uppercase;
	align: center;
}
