/* ================================
    CPF Home Page Stylesheet
   ================================ */

body
{
	background-image: url(../images/header1right.jpg);
}

#mainHeader
{
	background-image: url(../images/header1.jpg);
}

#photo
{
	background-image: url(../images/photo1.png);
}

#contentLeft
{
	padding-left: 317px;
}

#content
{
	padding-top: 10px;
	width: 683px;
}

#content h1
{
	width: 580px;
	height: 30px;
	padding-left: 48px;
	background-image: url(../images/home/header.gif);
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	line-height: 24px;
	color: #004708;
	padding-top: 8px;
}

p
{
	color: #005A24;
	font-size: 15px;
	line-height: 17px;
	margin: 10px 0px 20px 51px;
}

#featureMarginFix
{
	float: left;
	width: 40px;
	height: 101px;
}

.feature
{
	width: 303px;
	height: 101px;
	background-image: url(../images/home/feature.gif);
	float: left;
	margin-right: 10px;
}

.feature h2
{
	font-weight: normal;
	color: #004708;
	font-size: 19px;
	line-height: 21px;
}

.feature p
{
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	padding: 0px;
}

.feature a
{
	color: #004708;
	font-size: 12px;
	line-height: 14px;
	display: block;
	text-align: right;
	font-weight: bold;
}

#recentNews a, #recentNews h2, #recentNews p
{
	margin: 7px 16px 0px 21px;
}

#tip a, #tip h2, #tip p
{
	margin: 7px 5px 0px 0px;
}

.feature a:hover
{
	text-decoration: underline;
}

#tipImage
{
	padding: 10px 10px 0px 10px;
	float: left;
}

#tipContainer
{
	float: left;
	width: 200px;
}

#below
{
	background-image:url(../images/home/below.png);
	background-repeat:repeat-x;
	background-position: top left;
	height: 94px;
	width: auto;
}
