@import url("../../hive/css/style.css");
@import url("textimage.css");

/********************
* Overidden Styles   *
********************/ /* overidden link colour with page colour */
a {
	color: #e6bb84;
}

/***********************************************
******* END OVERIDES ***************************
***********************************************/

#contentTop {
	background-image: url("../images/header.png");
}

#contentBottom {
	background-image: url("../images/contentbottombg.gif");
}

#contentBottomPad {
	height: 12px;
	background-image: url("../images/contentbottompad.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

#contentBottomLeft {
	margin: 0;
	padding: 0;
	margin-right: 0;
	padding-top: 20px;
	padding-left: 26px;
	width: 490px;
}

#contentBottomLeft h3 {
	font-size: 16px;
}

#contentBottomRight {
	float:right;
	margin: 0;
	padding: 0;
	margin-right: 26px;
	padding-top: 20px;
	width: 365px;
}

ol {
	padding-left: 20px;
}

ol li {
	font-size: 16px;
	color: #e6bb84;
	font-weight: bold;
}

.module-segmentation-finding {
	border-bottom: 3px solid #bdbec0;
}

.module-currentsitesearches {
	padding: 20px 0 0 0;
}

/* navigation */
#navigation ul li.active {
	background-color: #fbf5ed;
	font-weight: bold;
	color: #e6bb84;
}

#navigation ul li.active a {
	color: #e6bb84;
}

#navigation ul li#current {
	background-color: #fbf5ed;
	color: #e6bb84;
}

#navigation ul li>ul {
	background-color: #fbf5ed;
}

#navigation ul li ul li:after {
	content: "|";
	color: #e6bb84;
}

#navigation ul li ul li a {
	color: #e6bb84;
}
