.printlink {
    position: relative;
    float: right;
    width: 60px;
    height: 16px;
    margin-top: 8px;
}


.content-container .leftnav, .content-container .right-container{
	z-index: 20;
}

.content-container .right-container{
	word-break: break-word;
	z-index: 21;
}


.mainnav{
	height: auto;
	line-height: 30px;
	overflow: hidden;
	position:relative;
	clear: both;
}

.mainnav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mainnav ul li, .mainnav ul li.act {
	float: left;
	padding: 0 0 0 30px;
}

.mainnav ul li a{
	font-weight:bold;
	text-decoration: none;
}

.content h1, .content-right h1, .smallright h1 {
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.5;
	height: auto;
	margin: 0 0 8px 0;
	padding: 11px 15px 3px 15px;
}

.right h1 {
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 8px;
	height: auto;
	padding: 11px 15px 3px 15px;
}

.content .home h1,
.right .home h1,
.content .news-list-item h1{
	background-color: transparent;
}

/* HEADER */
.header {
        position: relative;
        height: 90px;
        padding: 10px 30px 0 0;
}
.header-left {
        position: absolute;
        top: 0;
        left: 0;
        height: 90px;
}
.header .title {
        margin: 20px 0 0 20px;
        width: 190px;
        height: 64px;
}
.header .title a {
        font-size: 11px;
        font-weight:bold;
        color: #A6A5A1;
}
.header .title a:hover {
        text-decoration: none;
}
.header .topnav {
        width: 420px;
        height: 17px;
        background-color: #535353;
}
.header .topnav ul {
        float:left;
        position:relative;
        height: 17px;
        padding: 0 0 0 20px;
        margin: 0;
        list-style-type: none;
}
.header .topnav ul li {
        float: left;
        padding: 2px 30px 0 0;
}
.header .topnav a {
        color: #FFFFFF;
        font-weight:bold;
        text-decoration:none;
}
.header .topnav ul li.act a, .topnav ul li.active a, .topnav ul li a:hover {
        color: #C1C6BB;
        text-decoration:none;
}

.logo {
	position: absolute;
	top: 40px;
	right: 20px;
}
.header .printlink {
	position:relative;
	float:right;
	width: 30px;
	height: 16px;
	margin-top: 8px;
}

/* Override border for search results */
.content .tx-indexedsearch {
	padding: 0 15px 7px 15px;
}
.content .tx-indexedsearch table td, .right .tx-indexedsearch table td, .content-right .tx-indexedsearch table td, .smallright .tx-indexedsearch table td {
	border: none;
	padding: 4px 4px 0 0;
}

.content .tx-indexedsearch table,
.content .tx-indexedsearch table tr {
	border: none;
}

.content .tx-indexedsearch ul {
	margin: 0 15px 10px 0;
	padding: 5px 0 10px 0;
}

.content .tx-indexedsearch li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

.content .tx-indexedsearch p {
	padding-left: 0;
}

.content .tx-indexedsearch .tx-indexedsearch-whatis {
	display: none;
}

.content .tx-indexedsearch .tx-indexedsearch-searchbox table {
	width: auto;
}

.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a {
	font-size: 12px;
	font-weight: bold;
}
