﻿body{
        overflow:auto;
        background:#fff;
        background:#fff url(/web/design/img/body-bg.png) repeat-x;
}

body, div, td, th, input, textarea
{
	color: #000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:150%;
	/**/
}

/* NO SCRIPT */

.noScript
{
	width:100%;
	border-bottom:solid 1px #FFCC00;
    background-color:#FFFF99;
    color:#000;
    height:28px;
}
.noScript img
{
	float:left;
	margin-top:2px;
	margin-left:2px;
}
.noScript span
{
	display:block;
	padding-top:6px;
}

/* ELEMENTS */

h1
{
	font-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
}

h2
{
	font-size:18px;
	font-weight:normal;
	color:#BD080C;
	margin:0 0 20px 0;
}

h3
{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

h4
{
	font-size:14px;
	font-weight:bold;
	color:#BD080C;
	margin:0 0 10px 0;
}

#col3 h1, #col3 h2, #col3 h3, #col3 h4
{
	margin:0 0 3px 0;
}

#col2 ul, #col2 ol, #col2 dl, #col3 ul, #col3 ol, #col3 dl
{
	padding:14px;
}

#col2 ol, #col3 ol
{
	padding-left:18px;
}

#col2 ul li
{
	list-style:disc;
}

#col2 ol li
{
	list-style:decimal;
}

strong
{
	font-weight:bold;
}

em
{
font-style:italic;
}

table.table1
{
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	margin-left:1px;
}

table.table1 td
{
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	padding:10px;
}

table.table2
{

	margin-left:1px;
}

table.table2 td
{
	padding:10px;
}




.main a
{
	color:#BD080C;
	text-decoration:none;
}

.main a:hover
{
	text-decoration:underline;
}

/* HANDY STUFF */

.clearFix
{
    line-height:0px;
    clear:both;
    height:0px;
    font-size:0px;
}

.padAbove
{
	padding-top:14px;
}

.padRight
{
	padding-right:14px;
}

.padBelow
{
	padding-bottom:14px;
}

.padLeft
{
	padding-left:14px;
}


/* MASTER LAYOUT */

.canvasWrapper 
{
	text-align:center;
	background:transparent url(/web/design/img/canvas-bg.png) no-repeat top center;
}

.canvas
{
	width:966px;
	margin:0 auto;
	
}

.toprow_cont
{
	text-align:left;
}

.main_cont
{	
	text-align:left;
	margin:0 0 0 14px;
	padding:0 0 30px 0;
	width:949px;
	background:transparent url(/web/design/img/main-cont-bottom-bg-new.png) no-repeat bottom;
}

.main
{
	background:transparent url(/web/design/img/main-cont-top-bg-new.png) no-repeat;
	float:left; /* IE 6 NEEDS THIS */
	width:949px;
	margin-left:1px;
}


.col1_cont, .col2_cont, .col3_cont
{
	float:left;
	overflow:hidden;
}

.col1_cont
{
	width:150px;

}

.col2_cont
{
	width:600px;

}

.col3_cont
{
	width:198px;
}

.footer_cont
{
	text-align:left;
	width:948px;
	margin:0 auto;
}

/* TOP CONT */

#krd
{
	color:#fff;
	font-size:9px;
	height:12px;
	overflow:hidden;
	margin:0 14px;
}

.languageLinks_cont
{
	float:right;
	margin:29px 47px 0 0;
}

.languageLinks_cont a
{
	display:block;
	float:left;
	text-decoration:none;
	color:#fff;
	font-size:9px;
	width:40px;
}

.languageLinks_cont a:hover
{
	color:#000;
}

.languageLinks_cont a img
{
	display:block;
}

.logoLink
{
	width:118px;
	height:45px;
	display:block;
	margin:26px 0 26px 36px;
}

.logoLink img
{
}

#contactLink
{
	float:right;
	margin:4px 70px 0 0;
}

/* LEFT COL */

.col1
{
	padding:0;
}

/* CENTER COL */

.col2
{
	padding:0;
}

.introCopy
{
	padding:0 0 16px 0;
}

.mainCopy
{
	padding:0 0 16px 0;
}

/* BREADCRUMBS */

.breadCrumbs_cont
{
	
	padding:8px 0 14px 0;
}

.breadCrumbs a, .breadCrumbs span, .breadCrumbs a:hover
{
	font-size:10px;
	text-decoration:none;
	color:#e2001a;
}

.breadCrumbs a, .breadCrumbs span.chev
{
	color:#ccc;
}

/* RIGHT COL */

.col3
{
	padding:0;
}

div.homeRightAppletCopy
{
	line-height:120%;
	font-size:12px;
}

/* FOOTER */

div.footerRight
{
	float:right;
	color:#666;
}

span.footerSep
{
	padding:0 10px;
	position:relative;
	top:-7px;
}

a.footerLink
{
	color:#666;
	text-decoration:none;
}

.footerRight a.footerLink
{
	color:#666;
	text-decoration:none;
	position:relative;
	top:-7px;
}

a.footerLink:hover
{
	text-decoration:underline;
}
.footerRight a.linkedIn 
{
	top:-1px;
}