/* Styles for the pulse home page */

/* Homepage Styles */
/* Homepage Heading Styles */

#home #relatedcontent h1 { background-color: #006699; color: #FFFFFF; padding: 3px 3px 3px 5px; text-transform:uppercase;}

#home #pulsesubsections {
	margin: 0px auto 10px;
	width:99%;
}
#home #pulsesubsections a.sectiontitle {
	/*border:1px solid green;	*/
	display:block;
	padding:6px 0px 2px 5px;
}
#home #pulsesubsections #frameworkhighlight {
	width:30%;float:left;background-color:#99BC00;
}
#home #pulsesubsections #frameworkhighlight .sectiontitle {
	/*display:block;
	padding:6px 0px 2px 5px;*/
}
#home #pulsesubsections #frameworkhighlight div {
	background-color:#E0EBB2;
	border-top:2px solid #FFFFFF;
	padding:7px;
	font-size: 91%;
}
#home #pulsesubsections #frameworkhighlight div a:link, #home #pulsesubsections #frameworkhighlight div a:visited {
	background-color: #E0EBB2;
	color: #668500;
	text-decoration: underline;
}
#home #pulsesubsections #frameworkhighlight div a:active, #home #pulsesubsections #frameworkhighlight div a:hover, #home #pulsesubsections #frameworkhighlight div a:focus {
	background-color: #E0EBB2;
	color: #002A51;
	text-decoration: underline;
}
#home #pulsesubsections #frameworkhighlight .sectionlogo {
	display:block;margin-left:auto;
}
#home #pulsesubsections #beathighlight {
	width:30%;float:left;margin-left:4%;background-color:#006699;
}
#home #pulsesubsections #beathighlight .sectiontitle {
	/*display:block;
	padding:6px 0px 2px 5px;*/
}
#home #pulsesubsections #beathighlight div {
	background-color:#BFD9E5;
	border-top:2px solid #FFFFFF;
	padding:7px;
	font-size: 91%;
}
#home #pulsesubsections #beathighlight div a:link, #home #pulsesubsections #beathighlight div a:visited {
	background-color: #BFD9E5;
	color: #006699;
	text-decoration: underline;
}
#home #pulsesubsections #beathighlight div a:active, #home #pulsesubsections #beathighlight div a:hover, #home #pulsesubsections #beathighlight div a:focus {
	background-color: #BFD9E5;
	color: #002A51;
	text-decoration: underline;
}
#home #pulsesubsections #beathighlight .sectionlogo {
	display:block;margin-left:auto;
}
#home #pulsesubsections #buildingworkhighlight {
	width:30%;float:left;margin-left:4%;background-color:#FF9900;
}
#home #pulsesubsections #buildingworkhighlight .sectiontitle {
	/*display:block;
	padding:6px 0px 2px 5px;*/
}
#home #pulsesubsections #buildingworkhighlight div {
	background-color:#FFE0B2;
	border-top:2px solid #FFFFFF;
	padding:7px;
	font-size: 91%;
}
#home #pulsesubsections #buildingworkhighlight div a:link, #home #pulsesubsections #buildingworkhighlight div a:visited {
	background-color: #FFE0B2;
	color: #D47500;
	text-decoration: underline;
}
#home #pulsesubsections #buildingworkhighlight div a:active, #home #pulsesubsections #buildingworkhighlight div a:hover, #home #pulsesubsections #buildingworkhighlight div a:focus {
	background-color: #FFE0B2;
	color: #002A51;
	text-decoration: underline;
}
#home #pulsesubsections #buildingworkhighlight .sectionlogo {
	display:block;margin-left:auto;
}
#home #pulsesubsections p {
	height:3.8em;
	margin:0px;
}
#home #infobox {
	clear:both;
	padding-top:30px;
}
#home #infobox img {
	float:left;
	margin-right:-40px; 
}
#home #infobox p {
	float:left;
	margin:0px 0px 0px 40px;
	padding:3px 4px 3px 3px;
	background:#E0EBB2;
}
#home #infobox a:link, #home #infobox a:visited {
	background-color: transparent;
	color: #668500;
	text-decoration: underline;
}
#home #infobox a:active, #home #infobox a:hover, #home #infobox a:focus {
	background-color: transparent;
	color: #002A51;
	text-decoration: underline;
}
