@charset "UTF-8";
/* CSS Document */

/***** Jen creds area *****/
#jen-creds-container {
	position: relative;
	width: 940px;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	height:460px;
	background-image:url(../images/jen.png);
	background-position: top center;
	background-repeat:no-repeat;
}

	#jen-creds-container h3 {
		font-size: 36px;
		font-weight:300;
		letter-spacing:-1px;
		color: #FFF;
		text-align:left;
		padding: 50px 0px 0px 510px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

	#jen-creds-container p {
		padding: 45px 0px 0px 490px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

	ul {
			margin: 0px 0px 0px 490px; /*top, right, bottom, left*/
			padding: 20px 0px 0px 0px; /*top, right, bottom, left*/
			list-style:none;
			font-weight:600;
		}

	ul li{
			margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
			padding: 0px 0px 5px 20px; /*top, right, bottom, left*/
			background-image:url(../images/bullet.png);
			background-repeat:no-repeat;
			background-position:left top;
		}
