@import url("plexus_default.css");
@import url("prosperus_styles.css");

h1 { /* titleBarContainer */
	color:#8c0b05 !important;
	font:bold 20px "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;/* this is a firefox bug fix */
}

h2 {
	color:#8c0b05 !important;
	font:bold 20px "Times New Roman", Times, serif;
	margin:0px 0px 10px 0px;
	padding:0px;/* this is a firefox bug fix */
}

h3 { /* block title */
	color:#8c0b05;
	font:bold 20px "Times New Roman", Times, serif;
	margin:0px 0px 10px 0px;
	padding:0px;/* this is a firefox bug fix */
}

h4{/* block links  */
	color:#8c0b05;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;/* this is a firefox bug fix */	
}

h5{
	color:#333;
	font:bold 12px 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 5px 0px 0px;
}	 

.imgFloatRight {
	float:right;
	margin:0px 0px 0px 5px;
}	 



/* Custom CSS for Home */
#contentContainer {
	background: url(images/bg_homeContent_plexus.gif) repeat-y;
}
#centerZone {
	float:left; /* floats left of rightContent */
	width:380px; 
	margin:0;
	padding:0 30px 0 0;
}
*html #centerZone {
	padding: 0 20px 0 0;
	margin: 0 10px 0 0;
}
#centerZone .Freeform {
	margin-bottom: 30px;
}
#centerZone .Freeform img {
	float: left;
	padding: 5px;
	border: 1px solid #aaaaaa;
	margin: 3px 13px 5px 0;
}
#rightZone {
	float:right; /* floats right of centerContent */	
	width:325px; 
}

.FreeformContact {
	padding: 10px;
	width: 299px;
	height: 98px;
	overflow: hidden;
	background: url(images/bg_freeformContact_prosperus.jpg) no-repeat;
}
.FreeformContact h1,
.FreeformContact h2,
.FreeformContact h3,
.FreeformContact h4,
.FreeformContact h5 {
	color:#9098cb;
	font:bold 13px "Times New Roman", Times, serif;
}
.FreeformContact p {
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.FreeformContact p a:active,
.FreeformContact p a:visited,
.FreeformContact p a:link {
	color: #9098cb;
	float: right;
	margin: 5px 30px 0 0;
	padding: 0;
	text-decoration: underline;
}
.FreeformContact p a:hover {
	color: #ffffff;
	float: right;
	margin: 5px 30px 0 0;
	padding: 0;
	text-decoration: underline;
}	
