/*** HOME PAGE ***/

#homeLeftCol {
	padding-left:30px;
	padding-top:30px;
	width:420px;
}

#homeRightCol {
	padding-left:20px;
	padding-top:30px;
	width:230px;
}

#homeQuestion {
	background-image:url("../img/home/questionBg1.png");
	height:175px;
	padding-left:25px;
	padding-top:25px;
	width:395px;
}

#homeQuestionText {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	margin-bottom:20px;
	padding-right:145px;
	width:250px;
}

#homeQuestionLink {
	color:#ff0000;
}

#homeQuestionAnswer {
	margin-left:10px;
	margin-right:25px;
	margin-top:20px;
	width:385px;
}

#homeQuestionForm {
	background-color:#d3e7f2;
	margin-top:30px;
	padding:15px 0px 15px 15px;
	width:405px;
	
	background-image: url("../img/home/formShadow.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

#homeQuestionForm #questionFormLeftCol {
	width:190px;
}

#homeQuestionForm #questionFormRightCol {
	padding-left:11px;
	width:174px;
	padding-left:15px;
}

#questionFormText {
	width:405px;
	margin-bottom:4px;
	margin-top:8px;
}

#homeQuestionForm div.inputWrapper {
	background-image:url("../img/home/formInputBg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom:11px;
}

#homeQuestionForm input {
	background-color: #ffffff;
	border:0px;
	color:#666666;
	height:19px;
	padding-left:5px;
	padding-top:2px;
	width:188px;
}

#homeQuestionForm textarea {
	border:0px;
	color:#666666;
	height:51px;
	padding-left:5px;
	padding-top:2px;
	width:183px;
}

#homeTestimonialQuote {
	border-left: #deedf5 1px solid;
	color:#377bb7;
	font-family: Georgia, serif;
	font-size:14px;
	line-height: 21px;
	margin-top:20px;
	padding-left:15px;
	width:185px;
}

#homeTestimonialQuoteSymbol {
	margin-right:5px;
}

#homeTestimonialQuoteName {
	font-weight: bold;
	margin-top:20px;
}
