/* 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 h3,
.htmlarea-content-body h3 {
	margin: 12px 0 9px 0;
	font-size: 18px;
	color: #0468b6;
	font-weight: bold;
}

.content h4,
.htmlarea-content-body h4,
.tx-indexedsearch-title {
	margin: 10px 0 2px 0;	
	height: 20px;
	color: #0468b6;
	font-weight: bold;
	background: #fff url(../images/title_back.png) repeat-x 0 18px; 
}

	#col3 .content h4 {
		background-image: none;
		background-color: #d9e3ee;
	}
.content h5,
.htmlarea-content-body h5 {
	margin: 5px 0 2px 0;
}

.content h6,
.htmlarea-content-body h6 {
	margin: 3px 0 0 0;
	font-weight: normal;
}

.content p,
.htmlarea-content-body p {
	margin-bottom: 10px;	
}

.htmlarea-content-body b {
	font-weight: bold;
}

/* Fixed Margin Bug for IE/FF with Intext-Images*/
.content .csc-firstHeader,
.content .csc-textpicHeader h3,
.content .csc-textpicHeader h4,
.content .csc-textpicHeader h5,
.content .csc-textpicHeader h6 {
	margin-top: 0;
}

.content hr,
.htmlarea-content-body hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.content a,
.htmlarea-content-body a {
	color: #0468b6;
	text-decoration: underline;
}

.content a:hover,
.htmlarea-content-body a:hover {
	text-decoration: none;
}

.content ul, 
.htmlarea-content-body ul {
	margin: 5px 0 5px 2px;
}
	
.content ul li,
.htmlarea-content-body ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.content .contenttable,
.htmlarea-content-body table {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even,
.htmlarea-content-body .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable th,
.htmlarea-content-body th,
.content .contenttable td,
.htmlarea-content-body td {
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.content .csc-textpic-caption {
	font-style: italic;
}

.content ul.csc-sitemap li a {
	font-weight: bold;
}

.content ul.csc-sitemap li ul {
	margin: 0 10px 10px;
}

.content ul.csc-sitemap li li a {
	font-weight: normal;
}

.content ul.csc-sitemap li li ul {
	margin-bottom: 5px;
}

.filelinks dt {
	height: auto !important;
	height: 1px;
	margin-bottom: 2px;
	padding-left: 20px;
}

/* -----------------------------------------------
	Right Content
----------------------------------------------- */
#rightContent h3 {
	font-size: 14px;	
	background: #afc4d7 url(../images/header_col3_back.gif) repeat-x;
	padding: 6px 9px;
	margin: 0 -13px 10px -9px;
	width: 182px !important; 
	width: 100%;
	height: auto;
}

#rightContent .contentElement {
	margin-right: 13px !important;
	margin-right: 0;
	background: #d9e3ee;
	padding: 0 13px 15px 9px;
	margin-bottom: 15px;	
}



#mainContent .csc-sitemap ul li {
	background-image: none;
}