/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
.content * {
	line-height: 14px;
}
 
.content h3 {
	margin: 0 0 12px 0;
	color: #fe9500;
}

.content h4 {
	margin: 0;
	color: #3b5984;
}

.content h5 {
	margin: 0 0 2px 0;
}

.content h6 {
	margin: 0 0 0 0;
	font-weight: normal;
	font-style: italic;
}

.content hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.content ul {
	margin: 5px 0 5px 2px;
}
	
.content ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.contentElement {
	margin-bottom: 12px;
	padding-bottom: 1px;
}

/* -----------------------------------------------
	Homepage
----------------------------------------------- */

.homepage .contentElement {
	background: #fff;
	border: 2px solid #3a5a83;
	height: auto !important;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 0 9px;
}

.homepage #address .contentElement {
	background: #3a5a83;
}

.homepage #address .contentElement * {
	color: #fff;
}


/* -----------------------------------------------
	Link Styles
----------------------------------------------- */

.content a {
	color: #3b5984;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------
	Table Styles
----------------------------------------------- */

.content .contenttable {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable th,
.content .contenttable td {
	padding: 2px 4px;
	border: 1px solid #ccc;
}

.content .csc-textpic-caption {
	font-style: italic;
}

/* -----------------------------------------------
	Indexed Search
----------------------------------------------- */
.tx-indexedsearch .browsebox {
	height: 18px;
	margin: 10px 0 -10px 0;
}

.tx-indexedsearch .browsebox li {
	float: left;
	margin-right: 5px;
}	

.tx-indexedsearch-res h4 {
	clear: both;
	position: relative;
	margin-top: 20px;
	padding: 2px 0;
	line-height: 16px;
	background-color: #ccc;
}	

.tx-indexedsearch-res h4 a {
	padding-left: 20px;
}	

.tx-indexedsearch-res h4 img {
	position: absolute;
	top: 2px;
	left: 4px;
}	

.tx-indexedsearch-res h4 .percent {
	position: absolute;
	top: 2px;
	right: 4px;
}

.tx-indexedsearch-res dl {
	margin-top: 10px;
}

.tx-indexedsearch-res dt,
.tx-indexedsearch-res dd {
	display: inline;
}

.tx-indexedsearch-res dt {
	font-weight: bold;
}

.tx-indexedsearch-res dd {
	padding-right: 5px;
}


/* -----------------------------------------------
                tt_news
----------------------------------------------- */
.content .news .newsItem {
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.content .newsList img,
.content .newsLatest img {
	float: left;
	margin-right: 5px;
}

.content .news .browse li {
	background: none;
	float: left;
	padding: 0 5px 0 0;
}

.content .news .news-single-additional-info dt {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -----------------------------------------------
			please do not remove
----------------------------------------------- */

.content p,
.content ul,
.content ol,
.content hr,
.content table,
.content form {
	margin-bottom: 12px;
}