@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3c4b4f;
}

h1{
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1em;
	white-space:nowrap
	}

h3{
	text-transform:uppercase;
	font-size:1em;
	white-space:nowrap;
	}
h3 A {
  background: url("../img/but-arrow-accordion-no.png") center left no-repeat;
  padding-left: 14px;
  min-height: 16px;
  text-decoration: none;
}
h3 A:hover, h3 A:focus {
  background-image: url("../img/but-arrow-accordion-hover.png");
}
	
/* Form************************************************/
FORM {
  margin: 0;
  padding: 0;
}

FIELDSET {
	border: 0;
	margin: 0;
	padding: 0;
}
LABEL {
	width: 10em;
	float: left;
	font-weight: bold;
}
LEGEND {
	margin: 0;
	padding: 0;
}

LEGEND {
	border: 0;
	margin: 0.8em 0 0.2em 0;
	padding: 0;
	font-weight: bold;
}
INPUT, TEXTAREA, SELECT {
	border: 1px solid #CCE9EE;
	font-size: 0.9em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	width: 272px;
	_width: 270px;
	min-height: 18px;
}
INPUT, TEXTAREA {
	padding-left: 2px;
	padding-right: 2px;
	width: 266px;
	_width: 270px;
}

OPTION {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
INPUT.submit, INPUT.reset, INPUT.csc-mailform-submit {
	background-color: #00A7D8;
	color: #000;
	width: 130px;
	margin: 0 12px 0 0;
	padding: 2px 4px;
	border: none;
	margin-bottom: 0.4em;
}
INPUT.submit:hover, 
INPUT.reset:hover, 
INPUT.csc-mailform-submit:hover,
INPUT.submit:focus, 
INPUT.reset:focus, 
INPUT.csc-mailform-submit:focus  {
	background-color: #00A7D8;
	color: #FFF;
}

INPUT.csc-mailform-check {
	width: 14px;
	border: 0;
	margin: 0;
	padding: 0;
}
.tx-macinasearchbox-pi1 INPUT {
	padding-left: 0;
	padding-right: 0;
}
.csc-mailform-field {
	clear: both;
	margin: 0 0 0.4em 0;
}
.submitField {
  margin-left: 10em;
}
SPAN.csc-mailform-check {
	float: left;
	margin-right: 5px;
}
DIV.checkBox {
	padding-bottom: 15px;
}


/* Sitemap
*****************************************************************************************/
.csc-sitemap A {
  display: block;
  text-decoration: none;
}
.csc-sitemap UL {
  margin: 0;
  padding: 0;
}
.csc-sitemap UL UL {
  margin: 5px 0 20px;
}
.csc-sitemap UL A {
  text-transform: uppercase;
  font-weight: bold;
}
.csc-sitemap UL LI {
  list-style: none;
  line-height: 180%;
}
.csc-sitemap UL LI LI A {
  text-transform: none;
  padding-left: 5%;
  border: none;
  font-weight: normal;
}
.csc-sitemap A:hover,
.csc-sitemap A:focus {

}

/* Content UL */
#content UL, #content OL {
  padding: 0 0 0 1.4em;
  margin: 0:
}
#content UL LI {
  list-style: square;
  list-style-position: outside;
  padding-left: 1em;
}
#content OL LI {
  list-style-position: outside;
  padding-left: 1em;
}


#content .csc-textpic .csc-textpic-imagewrap UL {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#content .csc-textpic .csc-textpic-imagewrap UL LI {
    list-style: square outside none;
    padding-left: 0;
}

/* Image Border */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, 
div.csc-textpic-border div.csc-textpic-single-image img {
  border: 1px solid #00A7D8;
}

/* Filelinks
*****************************************************************************************/
.filelinks .filecount {
  display: none;
}

	