html, body {
    background: #222;
}

a:hover {
	text-decoration: none;
	background:transparent url('../img/arrow_link.gif') no-repeat right center;
	padding-right:8px;
	font-weight:bold;
}

a.mailto:hover {
	background:transparent url('../img/mail_link.gif') no-repeat right 1px;
	padding-right:22px;
}

a.image:hover {
	background:none;
	padding:0px;
}

a.noArrow:hover {
	background:none;
	padding: 0px;
}

#mainMenu a:hover {
    padding-right: 0;
}

p.bodytext {
	line-height: 16px;
	font-size: 12px;
	margin-top: 16px;
	text-align: justify;
}

h2, .twoCol h2 {
	font-family: futuracondensedextrabold, Arial;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #ea620e;
	border-bottom: 1px solid #e2e2e2;
	text-transform: uppercase;
}

.twoCol ul {
	padding: 0px 0px 0px 22px;
	list-style-image: url(../img/list-item_orange.png);
	font-size: 12px;
}

.twoCol li {
	padding: 5px 0px;
	line-height: 16px;
}

#wrapper {
    background: #d7d7d7;
}

.csc-textpic-caption {
	font-weight:bold;
}

#maincol {
    background: #d7d7d7;
    padding: 30px 0;
    height: auto;
}

#maincol .firstCol, #maincol .secondCol {
	margin:2%;
	width:46%;
}


#main-right, #main-left {
    width:50%;
    float:left;
}

#main-right {
    padding-top:110px;
}

.highlightBox {
    background: #fff;
    padding: 30px;
}

.highlightBox .sb-inner {
    background: #fff;
}

.contenttable ul {
	padding: 0px 0px 0px 25px;
	list-style-image: url(../img/list-item_orange.png);
}

.contenttable h3 {
	color:#ea620e;
}

.csc-textpic-image dt a:hover {
	background:none;
}