@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* main styles */
body {
  	color: #333636;
	font-family: Arial, Helvetica, sans-serif;
	background: #333 url(../images/body_back.gif) 0 0 repeat-x;
	font-size:12px;
	line-height: 1em;
}

#header {
	width: 986px;
	height: 99px;
	margin: 0 auto;
}

#logo {
	width: 311px;
	height: 99px;
	float: left;
	padding-left: 17px;
	display: block;
}

#logo a {
	float: left;
	margin-top: 45px;
}

/* Menu */
ul.menu {
	border-left: 1px solid #fff;
	height: 99px;
	float: left;
}

ul.menu li {
	float: left;
	width: 90px;
	height: 99px;
	border-right: 1px solid #fff;
	text-align: center;
}

ul.menu li a {
	padding-top: 62px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: "Century Gothic", sans-serif;
	font-size: 13px;
	line-height: 15px;
	float: left;
	height: 37px;
	width: 90px;
}

ul.menu li.active a, ul.menu li a:hover {
	background-color: #dc241f;
}

/* Teasers */
#teasers {
	width: 986px;
	margin: 0 auto;
	height: 170px;
}

#leftTeaser {
	float: left;
	width: 328px;
}

#rightTeaser {
	float: right;
	width: 658px;
	height: 170px;
	overflow: hidden;
}

.leftImage {
	float: left;
	width: 132px;
	height: 170px;
	overflow: hidden;
}

.leftText {
	float: right;
	width: 151px;
	color: #fff;
	background: url(../images/quote-up.gif) 16px 9px no-repeat;
	padding: 12px 22px 0px 22px;
	height:120px;
}

.leftText p {
	line-height: 16px;
	text-indent: 18px;
	/*background: url(../images/quote-down.gif) right bottom no-repeat;*/
	padding-bottom: 18px;
}

.leftSource {
	height:18px;
	float:right;
	font-size:10px;
	width:181px;
	color:#fff;
}

/* Center */
#wrapper {
	width: 100%;
	background: #666;
}

#container {
	width: 986px;
	margin: 0 auto;
}

/* Footer */
#footer {
	width: 986px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}

#footer a {
	color: #dc241f;
	text-decoration: none;
	font-weight: bold;
}

/* Content */
#columnLeft {
	float: left;
	width: 328px;
	padding-top: 36px;
	position: relative;
}

#contact #columnLeft {
	height: 215px;
}

#columnRight {
	float: right;
	width: 618px;
	background-color: #fff;
	padding: 13px 16px 13px 24px;
}

.subContainer {
	float: right;
	width: 167px;
	padding-bottom: 10px;
}

.subContainer p {
	color: #ccc;
	line-height: 13px;
	font-weight: bold;
	padding:10px 10px 18px 5px;
}

.breadcrumb {
	color: #dc241f;
	font-size: 16px;
	padding-bottom: 14px;
	line-height: 18px;
}

#content .breadcrumb a {
	color: #333636;
	text-decoration: none;
	background: url(../images/arrow-breadcrumb.gif) right 2px no-repeat;
	padding-right: 13px;
	font-weight: normal;
}

#content {
	float: left;
	width: 440px;
	overflow: hidden;
}

#content h1 {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
}

#content h2 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
}

#content h3 {
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

#content blockquote {
	padding: 0 0 10px 5px;
	line-height: 1.2em;
}

#content p {
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 30px;
}

#content a {
	color: #dc241f;
	text-decoration: none;
	font-weight: bold;
}

#content dt {
	padding-top: 10px;
}

#content dd {
	padding-left: 10px;
	display: block;
}

#content table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content table td, #content table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

#content caption {
	font-weight: bold;
	padding-bottom: 5px;
}

#content input {
	border: 1px solid #666;
	padding: 2px;
	font-size: 12px;
	margin-bottom: 2px;
}

#columnContact {
	float: right;
	width: 143px;
	background: #dc241f url(../images/contact-top.gif) 0 0 no-repeat;
	color: #fff;
	padding-top: 11px;
	position: relative;
}
#columnContact a {
	position:absolute;
	float:left;
	width:143px;
	height:90px;
	background: #fff; opacity: .01; filter:alpha(opacity=01) ;
}
#home #columnContact a {height:290px;}

#columnContact img {
	margin-bottom: -3px;
}

#columnContact h2 {
	padding: 0 8px 8px 8px;
	font-size: 18px;
	font-weight: bold;
}

#columnContact p {
	padding: 0 8px 8px 8px;
	font-size: 12px;
	line-height: 15px;
}

#columnContact h3 {
	padding: 0 8px 8px 8px;
	font-size: 18px;
}

a.frontBtn1 {
	position: absolute;
	left: 0px;
	top: 49px;
}

a.frontBtn2 {
	position: absolute;
	left: 0px;
	top: 113px;
}

/* Sub menu */
ul.subMenu li {
	padding: 7px 9px;
	border-bottom: 1px solid #ccc;
	width: 138px;
}

ul.subMenu li a {
	color: #ccc;
	font-size: 14px;
	text-decoration: none;
}

ul.subMenu li.active a, ul.subMenu li a:hover {
	color: #fff;
}

/* Styles */
#content ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 5px 10px;
}

#content ul {
	padding-top: 5px;
}

#content ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 0 5px 10px;
}

/* Contact */
.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 label {
	float: left;
	width: 130px;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	padding-bottom: 5px;
	display: block;
}

input.powermail_contact, textarea.powermail_textarea {
	border: 1px solid #666;
	padding: 2px;
	font-size: 12px;
	width: 200px;
}

input.powermail_submit_uid4 {
	margin-left: 130px !important;
	width: auto !important;
}

.powermail_mandatory_js {
	color: #c30;
	padding-left: 130px;
}
	
table.contenttable {
border: none;
border-style: hidden;
}

table.contenttable td {
vertical-align: top;
width: 100%;
border-style: hidden;
}

#content .bodytext {
	display:block;
	text-align: justify;
}

#content .align-right {
	text-align:right;
}
#content .align-left {
	text-align:left;
}
#content .align-center {
	text-align:center;
}
.trailingQuote {
	padding-left:4px;
}