﻿/*===== HOME INTRO AREA =====*/

#introwrap{
	background:url("/SiteCollectionImages/ah/bg-intro-rx.png") repeat-x top left;
}

	#introcontent{
		width:740px;
		margin:0px auto;
		padding:10px 0px;
		overflow:auto;
	}
	
		#introcontent h1{
			color:#645246;
			width:410px;
		}	
		
			#introcontent h1 strong{
				color:#322823;
			}	

		#introcontent p{
		}	

		#introcontent div img{
			float:right;
			border:10px solid #c0afa5;
			padding:1px;
			margin-left:20px;
		}
		
	#introfooter{
		background:url("/SiteCollectionImages/ah/bg-intro-footer-rx.png") repeat-x bottom left;		
		padding-top:10px;
	}		
	
	
	/*===== HOME INLINE QUOTE BOX =====*/

.quotebox{
	float:right;
	width:171px;
	margin:0px 0px 10px 10px;
	border:1px solid #d7cdca;
	background:#efebe8;
	padding:6px;
}

	.quotebox blockquote{
		background:url("/SiteCollectionImages/ah/bg-quotebox-close.png") no-repeat bottom right;
		margin-bottom:5px;
		color:#322823;
		padding-bottom:6px;
	}
	
		.quotebox blockquote p{
			display:block;	
			background:url("/SiteCollectionImages/ah/bg-quotebox-open.png") no-repeat top left;				
			font-size:0.625em;
			line-height:1.5em;			
			padding-top:6px;
			margin-bottom:0px;
			color:#322823;
		}
	
	.quotebox cite{
		font-size:0.625em;
		line-height:1.5em;	
		font-style:normal;
		color:#816e61;
	}

/*===== HOME SERVICE BOXES =====*/
	
.featurebox{
	width:360px;
	margin-bottom:10px;
}

	.featurebox h2{
		height:0px;
		width:360px;
		padding-top:45px;
		overflow:hidden;
		margin-bottom:5px;
	}
	
	.featurebox img{
		float:left;
		width:130px;
		height:109px;				
		border:1px solid #b1a7a1;
		padding:3px;
		margin:0px 10px 10px 0px;
	}
	
	.featurebox p{
		float:right;
		width:212px;
		font-size:0.625em;
		line-height:1.5em;
	}
	
	.featurebox a{
			/*clear:both;*/
		font-size:0.625em;
		line-height:2em;
		padding-left:12px;
		position:absolute;
			/*margin-top:-37px;
			margin-left:110px;*/
			margin-top:12px;
			margin-left:260px;
			
			font-weight:bold;
			z-index:1; /*Fix for Safari */
	}
		

#clinical{
	float:left;
	clear:left;
}

	#clinical h2{
		background-image:url("/SiteCollectionImages/ah/bg-clinical.png");
	}	
	
	#clinical a{
		background:url("/SiteCollectionImages/ah/bg-bulletred.png") no-repeat left;
		color:#d31818;
	}								

#personal{
	float:right;
}

	#personal h2{
		background-image:url("/SiteCollectionImages/ah/bg-personal.png");			
	}
	
	#personal a{
		background:url("/SiteCollectionImages/ah/bg-bulletgreen.png") no-repeat left;
		color:#2cabaa;
	}											

#overseas{
	float:left;
	clear:left;
}

	#overseas h2{
		background-image:url("/SiteCollectionImages/ah/bg-overseas.png");			
	}
	
	#overseas a{
		background:url("/SiteCollectionImages/ah/bg-bulletorange.png") no-repeat left;
		color:#ff6600;
	}											

#catastrophic{
	float:right;
}

	#catastrophic h2{
		background-image:url("/SiteCollectionImages/ah/bg-catastrophic.png");						
	}
	
	#catastrophic a{
		background:url("/SiteCollectionImages/ah/bg-bulletpurple.png") no-repeat left;
		color:#28509f;
	}											

#buttonlinks{
	clear:both;
}	

	#claimbutton{
		float:left;
		display:block;
		height:0px;
		width:159px;
		padding-top:96px;
		overflow:hidden;
		background:url("/SiteCollectionImages/ah/bt-claim.png") no-repeat top left;
		margin-right:10px;
	}
	
	#forumbutton{
		float:left;			
		display:block;
		height:0px;
		width:159px;
		padding-top:96px;
		overflow:hidden;
		background:url("/SiteCollectionImages/ah/bt-forum.png") no-repeat top left;	
		margin-right:10px;						
	}
	
	#factbutton{
		float:left;			
		display:block;
		height:0px;
		width:159px;
		padding-top:96px;
		overflow:hidden;
		background:url("/SiteCollectionImages/ah/bt-fact.png") no-repeat top left;			
		margin-right:10px;				
	}
	
	#contactbutton{
		float:left;			
		display:block;
		height:61px;
		width:378px;
		background:url("/SiteCollectionImages/ah/bt-contact.png") no-repeat top left;	
		padding:43px 10px 0px;		
	}
	
		#contactbutton p{
			font-size:0.625em;
			line-height:1.5em;
			color:#645246;
			margin:0px auto;
			width: 230px;
			text-align:center;
		}
		
		#contactbutton a{
			color:#336699;
		}

/*===== HOME HEADLINES =====*/

#headlineswrap{
	clear:both;
	background:#382f29 url("/SiteCollectionImages/ah/bg-headlines-rx.png") repeat-x top left;
	border-bottom:10px solid #322a24;
}

	#headlinescontent{
		width:740px;
		margin:0px auto;
		padding:20px 0px 10px;
		overflow:auto;
	}	
	
		#headlinescontent h3{
			font-size:1em;
			line-height:1.25em;
			margin-bottom:10px;	
			color:#ffffff;
			font-family: "Futura Medium", "Century Gothic", AppleGothic, sans-serif;
			text-transform:uppercase;			
		}
				
		#headlinesleft{
			float:left;
			width:360px;
		}
		
		#headlinesright{
			float:right;
			width:360px;
		}
							
			#headlinescontent li{
				color:#ffffff;
				margin-bottom:5px;
				padding-bottom:5px;
				border-bottom:1px dotted #564e49;
			}		
			
				#headlinescontent li p{
					font-size:0.833em;
					line-height:1.5em;
					margin:0px;

						text-align:left;
				}								

					#headlinescontent a{
						color:#ffffff;
						font-weight:bold;
					}		
		
				#headlinescontent span{
					color:#ffff99;
				}		

		#headlinescontent p{
			clear:both;
			font-size:0.625em;
			line-height:2em;
			text-align:right;
			margin:0px;
		}

