/* Heading Style for creating a destinct heading */

/*____________________________________________________
  Classes
  ____________________________________________________
*/



.textBox {
	background-color: #EEEBE4;
	border: solid 1px #D3CCBF;
	padding: 10px;
}

.heading_Large {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #245F90;
	font-size: 220%;
	line-height: 150%;
	margin-top: 0px;
}

.heading_Medium ,h1{
	font-weight: bold;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #245F90;
	font-size: 150%;
	line-height: 170%;
}

.heading_Small ,h2 ,h3 {
	font-size: 100%;
	font-weight: bold;
	color: #245F90;
}
.subHeading_Small {
	color: #999999;
}

.subHeading_Medium {
	color: #999999;
	font-size: 130%;
	line-height: 170%;
}

.borderBottom {
	border-bottom: #666666 1px dashed;
	padding-bottom: 10px;
	padding-top: 5px;
}

li {
list-style-image: url(../../images/bullet.gif);
}


.learnMore {
	background: url(../../images/littleArrow_right.gif) no-repeat;
	background-position: right;
	padding-right: 17px;
	padding-top: 0px;
	padding-bottom: 1px;
}

.pdf {
	background: url(../../images/pdf-icon.gif) no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
}