/*---------- Home Page ----------*/
/*Large Promo Box */
#homePageLargePromo {
	min-height		: 286px;
	height			: auto;
	color			: #005288;
	background		: url(../../../images/stories/panfan/photos/home_page_large.jpg) no-repeat left top;
}
#homePageLargePromo h2 {
	padding			: 60px 0 0 488px;
}
#homePageLargePromo ul {
	padding			: 6px 0 0 490px;
}
/*Small Promo Box */
.smallPromoBox {
	width			: 233px;
	min-height		: 122px;
	height			: auto;
	float			: left;
	margin			: 20px 5px 0 5px;
	color			: #141313;
	background		: #EFF6FB url(../images/small_promo_box_btm.gif) no-repeat left bottom;
}
.smallPromoBox h3 {
	padding			: 10px;
	background		: #EFF6FB url(../images/small_promo_box_top.gif) no-repeat left top;
}
.smallPromoBoxContent {
	padding			: 0 10px;
}
.smallPromoBoxContent img {
	margin			: 0 3px 0 0;
}
.testimonialHome {
	color			: #005288;
}
.testimonial {
	clear			: both;
	margin			: 10px 2px -10px 0;
	color			: #005288;
}
.testimonialContent {
	font-style		: italic;
}
/*---------- Contact Panfan ----------*/
#contactDetails {
	width			: 206px;
	float			: left;
	text-align		: right;
}
#contactDetails, #contactForm, #contactFormBtm {
	color			: #00578D;
}
#contactForm {
	width			: 454px;
	float			: right;
	margin			: 15px 0 0 0;
	padding			: 25px 20px 0 30px;
	background		: #F4F9FC url(../images/contact_form_bckrnd_top.gif) no-repeat left top;
}
#contactFormBtm {
	width			: 467px;
	float			: right;
	padding			: 15px 0 20px 37px;
	background		: #F4F9FC url(../images/contact_form_bckrnd_btm.gif) no-repeat left bottom;
}
#contactForm select, #contactForm input {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
}
#contactForm label {
	width			: 300px;
	display			: block;
	margin			: 0 0 5px 0;
}
.txtboxContact {
	width			: 200px;
	padding			: 4px;
	border			: 1px solid #8DBEDD;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #000;
}
#contactForm textarea {
	width			: 300px;
}