/* This file contains generic css for landing pages */
	/* Blurb section */
#divBlurb {
	background: url(../../images/indexcolumn.png) repeat-y 0 0;
	color: #797979;;
	margin-top: 15px;;
	height: 1%;
}

#divBlurb h4 {
	background: none;;
	font-weight: bold;
	border-bottom: solid 1px #d6d6d6;;
	padding-bottom: 0.3em;
}

#divBlurb strong {
	color: #333;
}

/* Steps */
#divSteps {
	float: left;
	width: 527px;;
	padding: 10px 15px;;
	overflow: hidden;
}

#olSteps {
	margin-top: 13px;
}

#olSteps li {
	width: 120px;
	height: 200px;
	list-style-type: none;;
	background: url(../../images/stepbox.png) no-repeat;
	margin-right: 10px;;
	text-align: center
}

#olSteps li.large {
	background: url(../../images/stepboxlarge.png) no-repeat !important;;
	width: 184px;
}

#olSteps li.large {
	background: url(../../images/stepboxlarge.png) no-repeat !important;;
	width: 184px;
}

#olSteps li.largetall {
	background: url(../../images/stepboxlargetall.png) no-repeat !important;;
	width: 190px;
	height: 235px;
}

#olSteps li.tall {
	background: url(../../images/stepboxtall.png) no-repeat !important;;
	height: 235px;
}

#olSteps li.last {
	margin-right: 0;
}

#olSteps span.step {
	display: block;;
	padding: 3px 0 0 8px;;
	text-align: left
}

#olSteps span.stepnumber {
	padding-right: 0.4em;
}

#olSteps img {
	margin-top: 10px;
}

#divSteps p {
	clear: left;
}

/* No Account */
#divNoAccount {
	float: left;;
	width: 142px;;
	margin-left: 18px;;
	padding: 10px 5px 10px 5px;;
	overflow: hidden;
}

#divNoAccount h4 {
	margin-bottom: 0;
}

#divNoAccount img {
	margin-top: 14px;;
	position: relative;;
	left: -1px;
}

#divNoAccount p {
	margin-top: 3px;
}

/* Photo gallery */
#divPhotoProject {
	background: url(../images/fade.png) repeat-x;
	height: 110px;;
	padding: 15px;;
	margin: 0 2px;
	width: 736px;;
	position: relative;
	left: -20px;;
	overflow: hidden
}

#divPhotoProject h4 {
	font-weight: bold;
	background: none;
	border-bottom: solid 1px #d6d6d6;;
	padding-bottom: 0.3em;
}

#ulPhotoProject {
	height: 35px;;
	padding-left: 12px;;
	margin-top: 15px;
}

#ulPhotoProject li {
	margin-right: 16px;
}

#ulPhotoProject li img {
	margin-right: 10px;
}

#divPhotoProject p {
	position: relative;
	top: 5px;;
	clear: left;;
	margin-top: 0;
}

#pLinkToGroup {
	text-align: center;;
	padding: 0;;
	margin: 0;
}