@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
#container {
	margin-top: 10px;
	width: 900px;
	text-align: center;	
	margin: 0 auto;
}
#header {
	width: 900px;
	margin: 10px;
	text-align: left;
}
#bucket {
	width: 860px;
	margin: 10px;
	float: left;
	margin: 0 auto;
}
#menu {
	width: 185px;
	height: 100%;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	text-indent: none;
}
#midmenu {
}
#menu li {
	list-style: none;
	line-height: 44px;
	background-image: url(../img/menu_button.gif);
	height: 45px;
	width: 185px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;	
}
#menu a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

#content {
	width: 69%;
	float: right;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 20px;
	clear: none;
}
#content h1 {
	font-size: 24px;
}
#quote-c-1 {
	width: 200px;
	margin-left: 10px;
	position: absolute;

}
#quote-c-2 {
	margin-left: 220px;
	width: 200px;
	position: absolute;
}
#quote-c-3 {
	margin-left: 430px;
	width: 200px;
	position: absolute;
}
#footer {
	color: #666666;
	position: relative;
	width: 870px;
	height: 175px;
	margin: 5px;
	text-align: center;
	clear: both;
	background-image:url(../img/health-care-providers.gif);
	background-repeat: no-repeat;
	
	
}
#footer a {
	color: #666666;
	text-decoration: none;
	
}
#formbg {
	background-color: #CCCCCC;
}
#contact {
	float: right;
	padding: 10px;
	margin-top: 80px;
	margin-right: 20px;
	background-color: DEEBC6;
	
	}
	
#aetna { 
		position: absolute; 
		top: 32px; 
		left: 16px; 
		width: 186px; 
		height: 54px; 
		background-color: transparent; 
}
#anthem { 
		position: absolute; 
		top: 32px; 
		left: 227px; 
		width: 186px; 
		height: 54px; 
		background-color: transparent; 	
}
#carefirst { 
		position: absolute; 
		top: 32px; 
		left: 437px; 
		width: 186px; 
		height: 54px; 
		background-color: transparent; 	
}
#golden { 
		position: absolute; 
		top: 32px; 
		left: 648px; 
		width: 186px; 
		height: 54px; 
		background-color: transparent; 	
}
#united { 
		position: absolute; 
		top: 91px; 
		left: 648px; 
		width: 186px; 
		height: 54px; 
		background-color: transparent; 	
}
	#form {
	width: 340px;
	background-color: #FFFFFF;
	text-align: right;
}
#form a {
	color: #002D56;
}
#form img {
	margin-bottom: 20px;
}
#form h1 {
	width: 650px;
	height: 34px;
	background-image:url(../img/dito_h1.gif);
	color: #FFFFFF;
	font-size: 24px;
	line-height: 33px;
	text-align: left;
}