@import url("plexus_default.css");
@import url("dominion_styles.css");

h1 { /* titleBarContainer */
	color:#d79528 !important;
	font:normal 24px Helvetica,Verdana,Arial,sans-serif;
	margin:0px 0 0 28px;
	padding:0px;/* this is a firefox bug fix */
	text-transform:uppercase;
}

h2 {
	color:#d79528 !important;
	font:bold 18px Helvetica,Verdana,Arial,sans-serif;
	margin:0px 0px 0 0px;
	padding:0px;/* this is a firefox bug fix */
	text-transform:none;
}

h3 { /* block title */
	color:#d79528;
	font:bold 14px Helvetica,Verdana,Arial,sans-serif;
	margin:0px 0px 10px 0px;
	font-weight: bold;
	padding:0px;/* this is a firefox bug fix */
	text-transform:uppercase;
}

h4{/* block links  */
	color:#0e4877;
	font:bold 14px Helvetica,Verdana,Arial,sans-serif;
	margin:0px 0px 10px 0px;
	font-weight: bold;
	padding:0px;/* this is a firefox bug fix */
	text-transform:none;
}

h5{
	color:#d79528;
	font:bold 14px Helvetica,Verdana,Arial,sans-serif;
	margin:0px 0 8px 0;
	padding:0px;/* this is a firefox fix */	
}

h6 {
	color:#ffffff;
	font:bold 17px Helvetica,Verdana,Arial,sans-serif;
	font-weight: bold;
	background: #c78b24;
	padding: 10px;
	margin: -10px 0 0 0;
	text-align: center;
}
#centerZone h6 {
	margin: 0;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
		Classes used by wkst TE Drop Down
	 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */
.imgFloatLeft {
	float:left;
	margin:0px 5px 0px 0px;
}	 

.imgFloatRight {
	float:right;
	margin:0px 0px 0px 5px;
}	 
#centerZone .imgFull {
	width: 473px;
	border: 5px solid #dbb87f;
	margin: 0 0 0 -23px;
}

/* Custom CSS for Home */
#topNavContainer {
	background: url(images/bg_topNav_inside_dominion.jpg) no-repeat;
}

#topContentContainer {
	padding: 0 !important;
	margin: 0 0 -10px 0 !important;
	float: left;
	clear: both;
} 
html* #topContentContainer {
	margin: 0 0 -5px 0 !important;
}

#topContentContainer .Freeform img,
#topContentContainer .SharePage img {
	border: 7px solid #dbb87f;
}

#topContentContainer .Freeform,
#topContentContainer .SharePage {	
	margin: 0 0 0 4px;
}
#leftZone .Freeform {
	width: 190px;
	padding: 0 10px 10px 10px;
}
#leftZone .Freeform p img {
	margin: 0 0 -8px 0 !important;
}
#leftZone .Freeform h6 {
	color: #ffffff;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	background: #d79528;
	width:193px;
	margin: -19px 0 10px 0;
	padding: 0 0 6px 0;
	text-align: center;
}
#leftZone .Freeform h6 a {
	color: #ffffff;
	text-decoration: none;
}	

.IE6 .RightZone{padding-left:23px !important}