/* ############################ Text Styles ################################# */
body, body.htmlarea-content-body {
	margin: 0;
	padding: 0;
	font-family: Myriad Pro, Arial;
	font-size: 12px;
	line-height: 1.7;
	background-color: transparent;
	color: #1e1e1e;
}
p {
	line-height: 1.7;
}
h1 {
	margin: -10px 0 -8px 0;
	padding: 4px 0 1px 0;
	font-size: 25px;
	font-weight: normal;
	font-family: Myriad Pro, Arial;
	color: #005b9e;
}
.sIFR-active h1 {font-size: 25px; margin-top: -1px; margin-left: -1px; margin-bottom: -4px;}
h2 {
	margin: -3px 0px -2px -1px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	font-family: Myriad Pro, Arial;
	color: #005b9e;
}
.sIFR-active h2 {font-size: 16px; margin-top: 2px; margin-left: -1px; margin-bottom: -1px;}
h3, h3 a {
	margin: -5px 0px -2px -1px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: Myriad Pro, Arial;
	text-decoration: none;
}
.sIFR-active h3 {font-size: 12px; margin-top: 1px; margin-left: -1px; margin-bottom: -5px; margin-right: -5px; text-decoration: none;}
#footer p {
	font-size: 10px;
	margin-top: 9px;
}

a  { color: #003873; text-decoration: underline !important;}
a:hover { color: #1e1e1e; text-decoration: none !important;}


/* ################################# RTE ##################################### */
/* ### styles required to make RTE look correct in edit mode (Firefox fix) ### */
.mceContentBody {background: none !important;}
.mceContentBody a {color: #003873 !important; text-decoration:underline !important;}
.mceContentBody a:hover {color: #1e1e1e !important; text-decoration: none !important;}

/* ############################ Column with rounded corners ################################# */

.col-boxheader1 p {}
.col-boxheader1 {}
.col-boxheader1 td.col-top { background: url(img/boxheading_middle.png) repeat-x;}
.col-boxheader1 td.col-top h2 { margin-top: 6px; margin-left: 0;}
.col-boxheader1 td.col-topleft { background: url(img/boxheading_left.png) repeat-x;}
.col-boxheader1 td.col-topright { background: url(img/boxheading_right.png) repeat-x;}
.col-boxheader1 td.col-content { background: url(img/boxheading_middle.png) repeat-x 0 -32px;}
.col-boxheader1 td.col-left { background: url(img/boxheading_left.png) no-repeat 0 -32px;}
.col-boxheader1 td.col-right { background: url(img/boxheading_right.png) no-repeat 0 -32px;}

/* ############################ Column with background color ################################# */

td.col-color1 {
	background: #f2f2f2;
}
td.col-color1 p {
}

/* ############################ Tables ################################# */

.contenttable {
	width: 100%;
	margin: 3px 0 14px 0;
	background: url(img/table_head.png) no-repeat;
}
.contenttable th, .contenttable thead td {
	font-weight: bold;
	text-align: left;
	border: 0;
	/*border-left: 12px solid transparent;*/
	height: 36px;
}
.contenttable th, .contenttable thead td .sIFR-replaced {
	padding-left: 12px;
}

.sIFR-active .contenttable th {
	font-size: 16px;
}
.contenttable td {	
	border: 0;
	padding: 4px 11px 3px 11px;
}
.contenttable td * {	
	float: left;
}

/* ############################ Lists ################################# */

ol, ul {
	margin: -1px 0 0 10px;
	padding: 0 0 11px 15px;
}
ul li ul {
}
ul li {
	list-style-image: url(img/bock.gif);
	list-style-position: outside;
}

.csc-sitemap ul li {
	float: left;
	width: 300px;
	overflow: hidden;
}
.csc-menu-1 {
	margin: 0;
	padding: 0;
}
.csc-menu-1 li {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* ############################ Text/Image Positioning ################################# */

img {border: 0;}
p img {margin: 5px 0 0 0; padding-bottom: 5px; }
p {margin: 0; padding: 0 0 10px 0;}
.image-left {padding: 0; margin-right: 10px; float: left;}
.image-right {padding: 0; margin-left: 10px; float: right;}
.align-right {text-align: right;}
.align-center {text-align: center;}

.col-content .image-left {padding: 0; margin-right: 9px; float: left; margin-top: -1px;}