@charset "utf-8";

/* #################### standard declarations #################### */

body {
	margin: 0; 
	padding: 0;
	background-color: #000;
	background: #000 url('../images/template/bg.jpg') left top repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%; 
	color: #000;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.8em;
	color: black;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	color: black;
}

h5 {
	font-size: 1.0em;
	color: #ffd51c;
}

h6 {
	font-size: 1.0em;
	color: #000;
}

form {
	margin: 0; 
	padding: 0;
	font-size: 1.0em;
}

ul, ol {
	margin: 0 0 0 20px; 
	padding: 10px;
}

p, figure {
	margin: 0;
	padding: 0;
	line-height: normal;
}

a img {
	border: none;
}

sup, sub {
	line-height: 0;
}

a, a:link, a:active, a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
	font-size: 0.9em;
}

td p {
	font-size: 0.9em;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear{
	clear: both;
}

.mtop5 {
	margin-top: 5px;
}

.mtop10 {
	margin-top: 10px;
}

.mbot10 {
	margin-bottom: 10px;
}

.mleft15 {
	margin-left: 15px;
}

.bold {
	font-weight: bold;
}

.smaller09 {
	font-size: 0.9em;
}

.smaller08 {
	font-size: 0.8em;
}

.smaller07 {
	font-size: 0.7em;
}

.pad_right_5 {
	padding-right: 5px;
}

.pad_left_5 {
	padding-left: 5px;
}

.hidden {
	display: none;
}

/* #################### site specific declarations #################### */

/* #################### template #################### */

.h25 {
	height: 20%;
}

.h50 {
	height: 45%;
}

.h75 {
	height: 70%;
}

#screenTop {
	height: 27px;
	background: #000 url('../images/template/topStripe.png') left top repeat-x;
	padding: 25px 0 0 0;
}

#topNav {
	margin: 0 auto;
	width: 980px;
	color: #ffd51c;
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
}

#fatHeader {
	position:absolute; 
	width:980px; 
	height:200px; 
	margin-top:20px; 
	background-color:white; 
	display:none;
}
a.topLink:link, a.topLink:active, a.topLink:visited {
	color: #fff;
}

a.topLink:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	background-color: #ffd51c;
}

#topBarLeft {
	float: left;
	width: 540px;
	height: 153px;
	background: #fff url('../images/template/cpaLogo.png') 10px top no-repeat;
	padding: 0px 0 0 200px;
}

#topBarRight {
	float: left;
	width: 220px;
	height: 153px;
	background-color: #ffd51c;
	padding: 0 0 0 20px;
	font-size: 0.9em;
}

#breadcrumb {
	
}

#bcrumbHome {
	float: left;
	margin-right: 0px;
	padding: 2px 10px;
	background-color: #000;
	color: #fff;
	font-size: 0.7em;
}

.bcrumbBox {
	float: left;
	margin-right: 0px;
	padding: 2px 0px 2px 10px;
	background-color: #fff;
	color: #818181;
	font-size: 0.7em;
}

a.bchLink:link, a.bchLink:active, a.bchLink:visited {
	color: #fff;
}

a.bchLink:hover {
	text-decoration: none;
}

a.bcLink:link, a.bcLink:active, a.bcLink:visited {
	color: #818181;
}

a.bcLink:hover {
	text-decoration: none;
}

#content {
	padding: 15px 0 0 15px;
	background-color: #ffd51c;
}

#adverts {
	margin: 0 15px 20px 15px;
	padding: 15px 0;
	background-color: #fff;
	border-top-left-radius:  5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-top-left-radius:  5px 5px;
	-moz-border-top-right-radius: 5px 5px;
	border-bottom-left-radius:  5px 5px;
	border-bottom-right-radius: 5px 5px;
	-moz-border-bottom-left-radius:  5px 5px;
	-moz-border-bottom-right-radius: 5px 5px;
	text-align: center;
}

#social {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #ffd51c;
}

#footer {
	background-color: #fff;
	padding: 10px 0;
	font-size: 0.7em;
	text-transform: uppercase;
}

a.footerLink:link, a.footerLink:active, a.footerLink:visited {
	color: #000;
}

a.footerLink:hover {
	text-decoration: underline;
}

#footerL {
	float: left;
	width: 40%;
	padding-left: 10px;
}

#footerR {
	float: right;
	width: 50%;
	padding-right: 10px;
	text-align: right;
}

#mk {
	padding: 8px 3px 3px 3px;
	text-align: right;
	text-transform: none;
}

.topBarForm {
	width: 200px;
	height: 19px;
	margin-top:3px;
	font-size: 0.8em;
}

/* pages */

.navBox {
	float: left;
	width: 215px;
	height: 170px;
	margin-bottom:20px;
	padding: 5px;
	border-top-left-radius:  5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-top-left-radius:  5px 5px;
	-moz-border-top-right-radius: 5px 5px;
	border-bottom-left-radius:  5px 5px;
	border-bottom-right-radius: 5px 5px;
	-moz-border-bottom-left-radius:  5px 5px;
	-moz-border-bottom-right-radius: 5px 5px;
	-moz-box-shadow: -2px 2px 2px 0px #888;
	-webkit-box-shadow: -2px 2px 2px 0px #888;
	box-shadow: -2px 2px 2px 0px #888;
	color: #fff;
	cursor: pointer;
}

.navBoxBlank {
	float: left;
	width: 215px;
	height: 170px;
	margin-bottom:20px;
	padding: 5px;
	border-top-left-radius:  5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-top-left-radius:  5px 5px;
	-moz-border-top-right-radius: 5px 5px;
	border-bottom-left-radius:  5px 5px;
	border-bottom-right-radius: 5px 5px;
	-moz-border-bottom-left-radius:  5px 5px;
	-moz-border-bottom-right-radius: 5px 5px;
	color: #000;
}

.navBox h1 {
	padding: 0;
	font-size: 1.3em;
	line-height: normal;
	font-weight: bold;
}

.navBox p {
	padding: 2px 0;
}

.navBox img {
	border-top-left-radius:  4px 4px;
	border-top-right-radius: 4px 4px;
	-moz-border-top-left-radius:  4px 4px;
	-moz-border-top-right-radius: 4px 4px;
	border-bottom-left-radius:  4px 4px;
	border-bottom-right-radius: 4px 4px;
	-moz-border-bottom-left-radius:  4px 4px;
	-moz-border-bottom-right-radius: 4px 4px;
}

.navBox1 {
   /* fallback/image non-cover color */
   background-color: #ff3c55; 
   /* fallback image */
   background-image: url(images/fallback-gradient.png); 
   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff252a), to(#ff3c55));
   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(right, #ff252a, #ff3c55); 
   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(right, #ff252a, #ff3c55);
   /* IE 10+ */
   background-image: -ms-linear-gradient(right, #ff252a, #ff3c55);
   /* Opera 11.10+ */
   background-image: -o-linear-gradient(right, #ff252a, #ff3c55);
}

.navBox2 {
   background-color: #abd25a; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#85c032), to(#abd25a));
   background-image: -webkit-linear-gradient(right, #85c032, #abd25a); 
   background-image: -moz-linear-gradient(right, #85c032, #abd25a);
   background-image: -ms-linear-gradient(right, #85c032, #abd25a);
   background-image: -o-linear-gradient(right, #85c032, #abd25a);
}

.navBox3 {
   background-color: #00c4e9; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00aae1), to(#00c4e9));
   background-image: -webkit-linear-gradient(right, #00aae1, #00c4e9); 
   background-image: -moz-linear-gradient(right, #00aae1, #00c4e9);
   background-image: -ms-linear-gradient(right, #00aae1, #00c4e9);
   background-image: -o-linear-gradient(right, #00aae1, #00c4e9);
}

.navBox4 {
   background-color: #bd29ba; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a1219e), to(#bd29ba));
   background-image: -webkit-linear-gradient(right, #a1219e, #bd29ba); 
   background-image: -moz-linear-gradient(right, #a1219e, #bd29ba);
   background-image: -ms-linear-gradient(right, #a1219e, #bd29ba);
   background-image: -o-linear-gradient(right, #a1219e, #bd29ba);
}

.navBox5 {
   background-color: #0095de; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0069d1), to(#0095de));
   background-image: -webkit-linear-gradient(right, #0069d1, #0095de); 
   background-image: -moz-linear-gradient(right, #0069d1, #0095de);
   background-image: -ms-linear-gradient(right, #0069d1, #0095de);
   background-image: -o-linear-gradient(right, #0069d1, #0095de);
}

.navBox6 {
   background-color: #efae18; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e88f04), to(#efae18));
   background-image: -webkit-linear-gradient(right, #e88f04, #efae18); 
   background-image: -moz-linear-gradient(right, #e88f04, #efae18);
   background-image: -ms-linear-gradient(right, #e88f04, #efae18);
   background-image: -o-linear-gradient(right, #e88f04, #efae18);
}

.navBox7 {
   background-color: #f62ab6; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f02397), to(#f62ab6));
   background-image: -webkit-linear-gradient(right, #f02397, #f62ab6); 
   background-image: -moz-linear-gradient(right, #f02397, #f62ab6);
   background-image: -ms-linear-gradient(right, #f02397, #f62ab6);
   background-image: -o-linear-gradient(right, #f02397, #f62ab6);
}

.navBox8 {
   background-color: #00c1b8; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00a89b), to(#00c1b8));
   background-image: -webkit-linear-gradient(right, #00a89b, #00c1b8); 
   background-image: -moz-linear-gradient(right, #00a89b, #00c1b8);
   background-image: -ms-linear-gradient(right, #00a89b, #00c1b8);
   background-image: -o-linear-gradient(right, #00a89b, #00c1b8);
}

.navBox9 {
   background-color: #3edc6c; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#14d03c), to(#3edc6c));
   background-image: -webkit-linear-gradient(right, #14d03c, #3edc6c); 
   background-image: -moz-linear-gradient(right, #14d03c, #3edc6c);
   background-image: -ms-linear-gradient(right, #14d03c, #3edc6c);
   background-image: -o-linear-gradient(right, #14d03c, #3edc6c);
}

.navBox10 {
   background-color: #ef1c75; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6113c), to(#ef1c75));
   background-image: -webkit-linear-gradient(right, #e6113c, #ef1c75); 
   background-image: -moz-linear-gradient(right, #e6113c, #ef1c75);
   background-image: -ms-linear-gradient(right, #e6113c, #ef1c75);
   background-image: -o-linear-gradient(right, #e6113c, #ef1c75);
}

.navBox11 {
   background-color: #ff7f8e; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff4758), to(#ff7f8e));
   background-image: -webkit-linear-gradient(right, #ff4758, #ff7f8e); 
   background-image: -moz-linear-gradient(right, #ff4758, #ff7f8e);
   background-image: -ms-linear-gradient(right, #ff4758, #ff7f8e);
   background-image: -o-linear-gradient(right, #ff4758, #ff7f8e);
}

.navBox12 {
   background-color: #7991f4; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3061f1), to(#7991f4));
   background-image: -webkit-linear-gradient(right, #3061f1, #7991f4); 
   background-image: -moz-linear-gradient(right, #3061f1, #7991f4);
   background-image: -ms-linear-gradient(right, #3061f1, #7991f4);
   background-image: -o-linear-gradient(right, #3061f1, #7991f4);
}

.navBoxBlack {
   background-color: #000; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4d4d4d), to(#000000));
   background-image: -webkit-linear-gradient(right, #4d4d4d, #000000); 
   background-image: -moz-linear-gradient(right, #4d4d4d, #000000);
   background-image: -ms-linear-gradient(right, #4d4d4d, #000000);
   background-image: -o-linear-gradient(right, #4d4d4d, #000000);
   cursor: default;
}

.navBoxBlack a {
	color: #fff;
}

#whiteDiv {
	margin: 0 15px 20px 0;
	padding: 0 20px;
	background-color: #fff;
	border-top-left-radius:  5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-top-left-radius:  5px 5px;
	-moz-border-top-right-radius: 5px 5px;
	border-bottom-left-radius:  5px 5px;
	border-bottom-right-radius: 5px 5px;
	-moz-border-bottom-left-radius:  5px 5px;
	-moz-border-bottom-right-radius: 5px 5px;
	-moz-box-shadow: -2px 2px 2px 0px #888;
	-webkit-box-shadow: -2px 2px 2px 0px #888;
	box-shadow: -2px 2px 2px 0px #888;
}

.whiteSmallLeft {
	float: left;
	width: 190px;
	padding: 10px 10px 10px 0;
	font-size: 0.9em;
}

.whiteSmallRight {
	float: left;
	width: 190px;
	padding: 10px 0 10px 10px;
}

.whiteLarge {
	float: left;
	width: 510px;
	padding: 10px 0;
	font-size: 0.9em;
}

.whiteLarger {
	float: left;
	width: 710px;
	padding: 10px 0;
	font-size: 0.9em;
}

.yellowLine {
	height: 2px;
	background-color: #ffd51c;
}

.backBox {
	float: left;
	width: 170px;
	padding: 10px;
	border-top-left-radius:  5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-top-left-radius:  5px 5px;
	-moz-border-top-right-radius: 5px 5px;
	border-bottom-left-radius:  5px 5px;
	border-bottom-right-radius: 5px 5px;
	-moz-border-bottom-left-radius:  5px 5px;
	-moz-border-bottom-right-radius: 5px 5px;
	-moz-box-shadow: -2px 2px 2px 0px #888;
	-webkit-box-shadow: -2px 2px 2px 0px #888;
	box-shadow: -2px 2px 2px 0px #888;
	color: #fff;
	cursor: pointer;
	background-color: #000; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#000));
    background-image: -webkit-linear-gradient(right, #000, #000); 
    background-image: -moz-linear-gradient(right, #000, #000);
    background-image: -ms-linear-gradient(right, #000, #000);
    background-image: -o-linear-gradient(right, #000, #000);
}

.downloadBox {
	float: left;
	width: 170px;
	margin: 0 0 15px 0;
	padding: 10px;
	border-top-left-radius:  5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-top-left-radius:  5px 5px;
	-moz-border-top-right-radius: 5px 5px;
	border-bottom-left-radius:  5px 5px;
	border-bottom-right-radius: 5px 5px;
	-moz-border-bottom-left-radius:  5px 5px;
	-moz-border-bottom-right-radius: 5px 5px;
	-moz-box-shadow: -2px 2px 2px 0px #888;
	-webkit-box-shadow: -2px 2px 2px 0px #888;
	box-shadow: -2px 2px 2px 0px #888;
	color: #fff;
	cursor: pointer;
	background-color: #434343; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#434343), to(#818181));
    background-image: -webkit-linear-gradient(right, #434343, #818181); 
    background-image: -moz-linear-gradient(right, #434343, #818181);
    background-image: -ms-linear-gradient(right, #434343, #818181);
    background-image: -o-linear-gradient(right, #434343, #818181);
}

.downloadBox a {
	font-size: 1.0em;
	color: #ffd51c;
}

.halfBox {
	float: left;
	width: 45%;
	padding: 5px;
}

.orderCost {
	float: right;
	width: 100px;
	margin: 0 0 5px 0;
	text-align: right;
}

.orderItems {
	margin: 10px 0 0 0;
	padding: 0 0 10px 10px;
	background-color: #e6e6e6;
	border: 1px solid #ffd51c;
	border: 1px solid black;
}

.orderAddress {
	float: left;
	width: 48%;
	min-height: 280px;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 10px;
	background-color: #e6e6e6;
	border: 1px solid #ffd51c;
	border: 1px solid black;
}

.addthis {
	float: right;
	margin: 10px 0;
}

/* form elements */

label{
	width: 250px;
	float: left;
	text-align: left;
	margin-right: 3px;
	display: block;
	font-size: 1.0em;
}

.formText {
	width: 200px;
	height: 20px;
	margin: 0px;
	color: #2c2c8c;
	background-color: #ffffff;
	border: 0px;
}

.formTextSmall {
	width: 200px;
	height: 20px;
	margin: 0px;
	
	color: #2c2c8c;
	background-color: #ffffff;
	border: 0px;
}

.formTextNormal {
	width: 250px;
	height: 20px;
	margin: 0px;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000;
}

.formTextareaBuy {
	width: 550px;
	height: 100px;
	margin: 5px 0;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

/* grey bg elements */
.formTextTinyGrey {
	width: 50px;
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 1.0em;
}

.formTextLarge {
	width: 300px;
	color: #000;
	background-color: #e6e6e6;
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 1.0em;
}

.formSelect {
	width: 400px;
	background-color: #e6e6e6;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.formSelectSmaller {
	width: 300px;
	background-color: #e6e6e6;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.formTextareaSmallGrey {
	width: 300px;
	background-color: #e6e6e6;
	height: 100px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.tickBox {
	background-color: #e6e6e6;
}

.formTextareaSmall {
	width: 250px;
	height: 100px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.formSubmit {
	font-family: Verdana, Geneva, sans-serif;
	width: 250px;
	height: 25px;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	font-size: 0.9em;
}

.formInput {
	width: 200px;
	height: 20px;
	font-size: 0.8em;
	color: #414141;
	border: 1px solid #cccccc;
}

.formTextarea {
	width: 250px;
	height: 100px;
	border: 1px solid #cccccc;
	color: #414141;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

/* colours */

.yellow {
	color: #ffd51c;
}

.red {
	color: #ed1c24;
}

.green {
	color: #063;
}

.blue {
	color: #006;
}

.addthis-holder .at_flat_counter {

  height: auto!important;

}

.conference-row {padding: 0 20px 10px 20px;font-family:"chunk", Georgia, "Times New Roman", Times, serif; font-weight: 400; }

.conference-row:after { 
content: "";
  display: table;
  clear: both;}
  
  .conference-logo {float: left; width: 380px;}
  
  .conference-grey-box {float: left; background-color: #6e6f71; padding: 10px; color: #fff; width: 440px; text-align: right; margin-left: 20px;font-weight: 400;}
   .conference-grey-box h1 {font-family:"chunk", Georgia, "Times New Roman", Times, serif; font-size: 23px; color: #ffd62b;font-weight: 400;}
    .conference-grey-box h2 {font-family:"chunk", Georgia, "Times New Roman", Times, serif; font-size: 23px; margin: 5px 0;font-weight: 400;}
	 .conference-grey-box h3 {color: #fff; font-family:"chunk", Georgia, "Times New Roman", Times, serif;font-weight: 400;}
	  .conference-grey-box p {font-family:"chunk", Georgia, "Times New Roman", Times, serif;margin: 5px 0;font-size: 16px; font-weight: 400;}
  
  .conference-left-column {width: 140px; float: left;  margin-left: 46px;}
  
   
  
  .conference-right-column { float: left; width: 650px;} 
  
    .conference-right-column h2 {font-size: 20px; color: #6e6f71; font-family:"chunk", Georgia, "Times New Roman", Times, serif; font-weight: 400;}
  .conference-right-column ul {color: #cc131e;}
  
  .conference-right-column ul li {font-weight: bold;}
	 .conference-right-column ul li div {color: #000; text-transform:uppercase; font-family:"chunk", Georgia, "Times New Roman", Times, serif; font-size: 17px; font-weight: 400; margin-bottom: 20px;}
	 
	 .conference-left-partition {float: left;}
	 
	 	 .conference-left-partition h3 {font-family:"chunk", Georgia, "Times New Roman", Times, serif; font-size: 20px; color: #6e6f71; margin-bottom: 20px;}
		 
		  .conference-left-partition h3 strong {color: #000;}
	 
	 .book-now {float: left; margin-left: 50px;}
	 
	
	 
	  .conference-buttons:after { content: ""; display: table; clear: both;}
  
   .conference-buttons ul {float: right; background-color: #6e6f71; list-style-type: none; padding: 5px;}
   
      .conference-buttons ul li {display: inline-block; border-left: solid 1px #fff;}
	  .conference-buttons ul li:first-child {border-left: none;}
	        .conference-buttons ul li a {color: #fff; font-family:"chunk", Georgia, "Times New Roman", Times, serif; font-size: 20px; font-weight: normal; padding: 5px 20px; display: block;}
			
			 .conference-buttons ul li a:hover {text-decoration: none;}
			 
			 .cantrack-overview {font-size: 12px; line-height: 18px; padding-top: 20px; margin-top: 20px; border-top: solid 1px #eaeaea;}
			 
			  .cantrack-overview h2 {padding-bottom: 12px;}
			   .cantrack-overview ul {color: #0071B2;}
			   
			    .cantrack-overview li div {color: #000;}
				
				.cantrack-overview a {font-weight: bold; color: #000;}
   
   
	 
	 
	 
	 