@import url("plexus_default.css");
@import url("prosperus_styles.css");

h1 { /* titleBarContainer */
	color:#8c0b05 !important;
	font:bold 24px "Times New Roman", Times, serif;
	margin:0px 0 15px 0;
	padding:0px;/* this is a firefox bug fix */
}

h2 {
	color:#8c0b05 !important;
	font:bold 20px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;/* this is a firefox bug fix */
}

h3 { /* block title */
	color:#0b2876;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	margin:0px 0px 5px 0px;
	padding:0px;/* this is a firefox bug fix */
}

h4{/* block links  */
	color:#8c0b05;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;/* this is a firefox bug fix */	
}


h5{
	color:#0b2876;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;/* this is a firefox fix */	
}

h6 {
	color:#666;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;/* this is a firefox bug fix */	
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
		Classes used by wkst TE Drop Down
	 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */
.imgFloatLeft {
	float:left;
	margin:0px 10px 0px 0px;
}	 

.imgFloatRight {
	float:right;
	margin:0px 0px 0px 10px;
}	 



/* Custom CSS for Home */
#contentContainer {
	background: url(images/bg_insideContent_plexus.gif) repeat-y;
}
#centerZone {
	float:left; /* floats left of rightContent */
	width:500px; 
	margin:0 0 0 0;
	padding:0 15px 10px 0;
}
*html #centerZone {
	padding: 0 20px 0 0;
	margin: 0 10px 0 0;
}
#centerZone .Freeform {
	margin-bottom: 15px;
}
#centerZone .Freeform img {
	padding: 5px;
	border: 1px solid #aaaaaa;
}
#rightZone {
	float:right; /* floats right of centerContent */	
	width:220px; 

}
#rightZone div {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaaaaa;
}
#rightZone p {
	margin: 0 0 5px 0;
}
#rightZone .SharePage {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#rightZone h3 {
	padding-top: 5px;
}