html, body {
	height: 100%;
	text-align:center;
	background: #fff url(../img/bg.jpg) repeat-x;	
} 

#container {
	width:860px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto; /* ADJUST FOR FOOTER */
	text-align:left;
}

#header {
	margin-top: 22px;
	width: 860px;
	height: 83px;
}

#mainPhoto {
	width: 860px;
	height: 261px;
	background: url("../img/amsinsure_mainPhoto.png") no-repeat;	
}

#servicesCapTop {
	clear: both;
	float: left;
	display: inline;
	width: 860px;
	height: 20px;
	background: url("../img/services_topCap.png") no-repeat;	
}

#subPageCapTop {
	clear: both;
	float: left;
	display: inline;
	width: 860px;
	height: 6px;
	background: url("../img/subpage_topCap.png") no-repeat;	
}

#columnContainer {
	margin:0;
	width: 860px;	
	background: url("../img/bg_mainServices.png") repeat-y left top;
}

#leftColumn, #centerColumn, #rightColumn {
	float:left;
	display:inline;	
	padding: 0;
	margin: 0px 10px 20px 10px;
	text-align: left;	
}

#leftColumn {
	/* Total Width: 279px */
	width:259px;
}

#centerColumn {
	/* Total Width: 290px */
	width:270px;
}

#rightColumn {
	/* Total Width: 291px */
	width:271px;
}

#subPageContainer {
	margin:0;
	width: 860px;	
	background: #fff;
}

#subPageContainerContent {
	width: 549px;
	padding: 10px 20px;
	float: left;
}
#subPageContainerFullContent {
	width: 840px;
	padding: 10px 0 0 20px;
}
#subPageContainerContent p {vertical-align:text-top;}
#subPageContainerContent img {margin: 0 15px 0 0; float: left;}
#footer {
	clear:both;
	text-align: center;
	background: #1A4B7B url('../img/footer_topCap.png') top left repeat-x;
	padding: 20px 10px 0 10px;
	border-bottom: 2px #002b5c solid;
	font-size:11px;
	color: #fff;
}
/* Instant Quotes Button & Misc Buttons & Images */
.instantQuotes {
	width: 250px;
	height: 105px;
	margin: 20px 0 0 15px;
	padding-top: 35px;
	padding-left: 45px;
	background: url('../img/instantQuotesBTNBG.gif') no-repeat;
	float: right;
	}
.firstParagraph {margin-top: 25px;}
.standardList { margin: 0 0 0 50px; list-style-type: square;}
#tableContentTitles {height: 25px; background: #c0ecff; font-weight: 900;}
.requestAQuote {
	width: 250px;
	height: 195px;
	margin: 0 0 0 15px;
	padding: 0 10px 0 10px;
	float: right;
	}
	.instantQuotes2 {
	width: 205px;
	height: 70px;
	padding-top: 35px;
	padding-left: 45px;
	background: url('../img/instantQuotesBTNBG2.gif') no-repeat;
	float: left;
	}
.requestAQuote2 {
	width: 230px;
	height: 105px;
	margin: 0 15px 15px 15px;
	float: right;
	}	
#annuityContainer p{width: 500px;}
