/* CSS Document */

body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
}
img
{
	margin:10px;
}
#header
{
	width:100%;
	height:185px;
	position:relative;
	float:left;
	background:url(../images/bg_header.gif) left repeat-x;
	margin:0px;
	padding:0px;
}
h1
{
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	color:#36a884;
}
h2
{
	font-size:24px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	color:#f00;
}
#headerText
{
	width:500px;
	height:50px;
	position:relative;
	float:left;
	margin:0px;
	padding-left:290px;
	font-size:24px;
	color:#003333;
	font-style:italic;
}
#Logo
{
	width:100%;
	height:135px;
	position:relative;
	float:left;
	left:0px;
	top:0px;
	background:url(../images/allstate_logo.gif) no-repeat left top;
}

#header2
{
	width:100%;
	height:130px;
	position:relative;
	float:left;
	background:url(../images/bg_header2.gif) left top repeat-x;
	margin:0px;
	padding:0px;
}
#headerText2
{
	width:500px;
	height:25px;
	padding-top:3px;
	position:relative;
	float:left;
	margin:0px;
	padding-left:290px;
	font-size:14px;
	color:#003333;
	font-style:italic;
}
#Logo2
{
	width:100%;
	height:95px;
	position:relative;
	float:left;
	left:0px;
	top:0px;
	background:url(../images/allstate_logo2.gif) no-repeat left top;
}
#Content
{
	width:100%;
	position:relative;
	float:left;
	min-height:400px;
}
#ContentLeft
{
	width:100%;
	position:relative;
	float:left;
	min-height:400px;
	background-color:#009900;
}
#ContentRight
{
	width:98%;
	height:400px;
	left:282px;
	padding-right:25px;
	border:3px double #36a884;
	text-align:justify;
	line-height:20px;
}
#Footer
{
	width:100%;
	font-size:10px;
	text-indent:290px;
	padding-top:15px;
	position:relative;
	float:left;
	height:30px;
}
#MenuTop
{
	width:240px;
	height:21px;
	background:url(../images/menu_top.png) no-repeat;
}
#MenuBtm
{
	width:240px;
	height:20px;
	background:url(../images/menu_btm.png) no-repeat;
}
#Menu
{
	width:220px;
	height:25px;
	background:url(../images/menu_bg.png) repeat-y;
	padding-left:40px;
}
#Menu ul
{
	list-style:none;
	display:inline;
	float:none;
}
#Menu ul li
{
	width:160px;
	height:25px;
	border-bottom:1px dashed #78c6ad;
	margin-left:0px;
	float:left;
	text-indent:15px;
}
#Menu ul li a
{
	display:block;
	width:160px;
	height:20px;
	padding-top:5px;
	color:#bce5d8;
	text-indent:25px;
	text-decoration:none;
	background:url(../images/menu.png) no-repeat center;
}
#Menu ul li a:hover
{
	display:block;
	width:160px;
	height:20px;
	padding-top:5px;
	color:#fff;
	
	text-decoration:none;
	background:url(../images/menu_mo.png) no-repeat center;
}
.ImageBox
{
	width:216px;
	height:216px;
	padding:20px;
	border:1px solid #ccc;

	float:left;
	position:relative;
}
#CallUs
{
	width:400px;
	height:100px;
	padding-top:100px;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-top:20px;
}
