@charset "UTF-8";

/*
 * @version $Id: content.css 52 2008-08-25 08:52:38Z postnikova $
 */
 
/* ### TAGS ### */
 
body, select, textarea, input, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	line-height: 1.2em;
}
p {
	margin: 0 0 .5em 0;
}
a {
	color: #ba001b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a .protect {
	display: none;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* paragraph, pre, blockquote */
pre {
	font-family: courier;
}
blockquote {
	margin: 0 0 auto 2.5em;
}
/* headlines [h1-h6] */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5, h6 {
	font-size: 100%;
}

/*** GENERAL CSS CLASSES ***/

.clearer {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
/* headlines [h1-h6] */
.csc-header-date {
	float: right;
	font-size: 0.7em;
}
.csc-subheader {
	margin-top: 0.5em;
	font-weight: bold;
}
/* text, textpic, pic */
.csc-textpic-caption {
	padding-top: 0.5em;
}
/* disable the padding for image rendering */
.csc-textpic-imagewrap dl {
	padding: 0;
}

/* csc-mailform */

.csc-mailform-field {
	clear: both;
	padding-bottom: 10px;
}
.csc-mailform-label {
	display: block;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #A6A6A6;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
.csc-mailform-field label {
	display: block;
	float: left;
	padding-top: 2px;
	width: 200px;
}
.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	border: 1px solid #A6A6A6;
	width: 280px;
}
.csc-mailform-field input.csc-mailform-check {
	border: 0;
	width: auto;
}
.csc-mailform-field .csc-mailform-submit {
	float: right;
	margin-right: 3px;
	width: 120px;
}

/* csc-sitemap */

.csc-sitemap ul li a {
	display: block;
	padding: 2px 0 3px 0;
	margin-bottom: 4px;
	color: #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
}
.csc-sitemap ul li a:hover {
	text-decoration: none;
	color: #cb001d;
}
.csc-sitemap ul li li a {
	padding: 2px 0 3px 25px;
	margin: 0;
	background: transparent url('../gfx/icons/icon_arrow.gif') 14px 5px no-repeat;
	border: none;
}
.csc-sitemap ul li li li a {
	padding: 2px 0 3px 50px;
	background: transparent url('../gfx/icons/icon_plus.gif') 36px 6px no-repeat;
	border: none;
}


/* csc-frame */
#mainContent .csc-frame-rulerAfter {
	border-top: 1px solid #6789AA;
}
#mainContent .csc-frame-rulerBefore {
	border-bottom: 1px solid #6789AA;
}
#mainContent .csc-frame-invisible {
	display: none;
}



.buttonLink {
	padding: 6px 14px;
	background: #a6a6a6;
	text-decoration: none;
	color: white;
}
.buttonLink:hover {
	background: #7d7d7d;
	text-decoration: none;
}


#mainContentHeader h1 {
	margin: 0;
	padding: 4px 0 0 13px;
	color: #344c67;
}

#mainContent h1 {
	color: #37516C;
	margin: 0.5em 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
}
#mainContent h1.csc-firstHeader {
	margin-top: 0;
}

#newsContainer {
	color: white; 
}

#newsContainer a {
	color: white;
	font-weight: bold;
	text-decoration:none;
}

#newsContainer a:hover {
	text-decoration: underline;
}

#newsContainer .newsContainerDate {
	color: #6d0010;
}

#searchBox {
	margin: 0 2px;
	float: left;
}

#searchBox .inputText {
	border: 1px solid #a6a6a6;
	float: left;
	width: 122px;
	height: 16px;
}

#searchBox .inputImage {
	background: transparent url('../gfx/searchBoxSubmit_bg.gif') left bottom no-repeat;
	width: 59px;
	height: 20px;
}


/* ### FCEs ### */

/*** columns ***/
.columns .column {
	float: left;
	margin-right: 2%;
	overflow: hidden;
}
/* two-columns */
.two-columns {
	margin-top: 13px;
}
.two-columns .column {
	width: 48%;
}
.two-columns .column2 {
	margin-right: 0;
}
.two-columns .column h1 {
	padding-bottom: 2px;
	margin-bottom: 13px;
	font-style: italic;
	border-bottom: 1px solid #6c6c6c;
}
/*** FCE end here ***/