/******************************************************
# BASE
#******************************************************/
html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0; 
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: .8em;
    line-height: 1.4;
    color: black;
    background: #2a2a2a;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
	margin: 1em 0 .5em 0; 
    line-height: 1.2;
    font-weight: bold; 
    font-style: normal;
}

h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader,
h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin: 0 0 .5em 0;
}


h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1em;
}

ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

p {
    margin: .75em 0; 
}

a {
    text-decoration: underline;
}

a:link {
    color: #c6091e;
}

a:visited {
    color: #c6091e;
}

a:hover, a:focus, a:active {
    color: #c6091e;
	text-decoration: none;
}

a img {
    border: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle; 
}

*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content2cols, .content3cols {
  width: 590px;
}

.content2cols .left {
  width: 290px;
  float: left;
}

.content2cols .right {
  width: 290px;
  float: right;
}

.content3cols .left {
  width: 190px;
  margin-right: 10px;
  float: left;
}

.content3cols .middle {
  width: 190px;
  float: left;
}

.content3cols .right {
  width: 190px;
  float: right;
}

p.label {
  margin: 0;
  font-weight: bold;
}

input.radio {
  position: relative;
  top: -4px;
}

.align-left {
  text-align:left;
}

.align-center {
  text-align:center;
}

.align-right {
  text-align:right;
}

.align-justify {
  text-align: justify;
}

div.indent { 
	margin-left: 2em;
}

p.plarge, td.plarge, th.plarge, h1.plarge, h2.plarge, h3.plarge, h4.plarge, h5.plarge, h6.plarge {
	font-size: 1.2em;
}

span.slarge {
	font-size: 1.2em;
}

p.pcoratel, td.pcoratel, th.pcoratel, h1.pcoratel, h2.pcoratel, h3.pcoratel, h4.pcoratel, h5.pcoratel, h6.pcoratel {
	color: #C6091E;
}

span.scoratel {
	color: #C6091E;
}

.csc-textpic-caption {
  font-size: .95em;
  font-style: italic;
}

.tx-wecmap-pi1 h1 {
	width: 146px;
	height: 35px;
	background: url(../images/logosmall.gif) no-repeat left top;
	margin: 0 0 10px 0;
	padding: 0;
}

.tx-wecmap-pi1 h1 span {
	display: none;
}

/******************************************************
# STRUCTURE
#******************************************************/
#headerWrapper, #bannerWrapper, #contentWrapper, #footerWrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}


#header, #banner, #content, #footer {
	width: 900px;
	margin: 0 auto;
}

#banner {
	position: relative;
}

/******************************************************
# HEADER
#******************************************************/
#header {
	position: relative;
	height: 100px;
	width: 880px;
}

#header h1 {
	width: 209px;
	height: 50px;
	background: url(../images/logo.gif) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header h1 a:link, #header h1 a:visited,
#header h1 a:hover, #header h1 a:active {
  display: block;
  width: 209px;
  height: 50px;  
}

#header h1 span {
	display: none;
}

/******************************************************
# MAIN_MENU
#******************************************************/
#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 60px;
	right: 0px;
}

#header ul li {
	display: inline;
}

#header ul li a:link, #header ul li a:visited,
#header ul li a:hover, #header ul li a:active {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 0 5px;
	text-transform: lowercase;
}

#header ul li a:hover, #header ul li a:active,
#header ul li a.act:link, #header ul li a.act:visited,
#header ul li a.act:hover, #header ul li a.act:active {
	color: #c6091e;
}

/******************************************************
# SUB_MENU
#******************************************************/
#subMenu {
	width: 900px;
	margin: 0 auto;
}

#subMenu {
	height: 24px;
	background: #000;
}

#subMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subMenu ul li {
	display: inline;
}

#subMenu ul li a:link, #subMenu ul li a:visited,
#subMenu ul li a:hover, #subMenu ul li a:active {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 224px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}

#subMenu ul li.last a:link, #subMenu ul li.last a:visited,
#subMenu ul li.last a:hover, #subMenu ul li.last a:active {
	width: 225px;
	border-right: 0;
}

#subMenu ul li a:hover, #subMenu ul li a:active,
#subMenu ul li a.act:link, #subMenu ul li a.act:visited,
#subMenu ul li a.act:hover, #subMenu ul li a.act:active {
	background-color: #fff;
	color: #000;
}

/******************************************************
# CONTENT
#******************************************************/
#content {
	/*width: 900px;*/
	width: 880px;
	padding: 30px 0;
}

#content #main {
	width: 550px;
	padding-right: 10px;
	float: left;
}

#main a:link, #main a:visited,
#main a:hover, #main a:active {
	/*color: #000;*/
}

#content #sidebar {
	float: right;
	/*width: 300px;*/
	width: 280px;
}

#sidebar a:link, #sidebar a:visited,
#sidebar a:hover, #sidebar a:active {
	font-size: 1.2em;
	font-weight: bold;
}


/******************************************************
# FOOTER
#******************************************************/
#footerWrapper {
	background: #fff url(../images/footer.gif) repeat left top;
	height: 109px;
	overflow: hidden;
}

#footer {
	line-height: 1.2em;
	color: #666;
	width: 880px;
	margin: 0 auto;
	height: 109px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #666;
}

#leftFooter {
	width: 550px;
	float: left;
}

#rightFooter {
	width: 280px;
	float: right;
}