@charset "utf-8";
/* CSS Document */

body{
	background-color:#2d2d2d;
	margin:0px;
}
.cti-holder{
	margin:auto;
	width:800px;
	margin-top:10px;
}
.cti-holder .header{
	background:url(../images/road-way.gif) right no-repeat white;
	height:136px;
	position:relative;
}
.cti-holder .header .commercial-trucking-insurance-logo{
	background:url(../images/commercial-trucking-insurance-logo.gif);
	width:138px;
	height:97px;
	position:absolute;
	top:17px;
	left:18px;
}
.cti-holder .header .insured-diesel-truck{
	background:url(../images/insured-diesel-truck.jpg);
	width:270px;
	height:106px;
	position:absolute;
	left: 280px;
	top: 15px;
}
.cti-holder h1{
	display:block;
	color:white;
	background-color:black;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	padding:5px;
	text-align:center;
	letter-spacing:1px;
}
.cti-holder .body-content{
	background-color:white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#232323;
}
.cti-holder .body-content .left-navigation{
	float:left;
	width:115px;
	padding-top:10px;
}
.cti-holder .body-content .left-navigation ul, .cti-holder .body-content .left-navigation ul li{
	padding:0px;
	margin:0px;
	list-style:none;
}
.cti-holder .body-content .left-navigation ul{
	margin-top:10px;
}
.cti-holder .body-content .left-navigation ul li a{
	background:url(../images/navigation-seperator.gif) top no-repeat;
	display:block;
	color:#151112;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:7px;
	text-align:center;
}
.cti-holder .body-content .left-navigation ul li a:hover{
	color:#54832a;
}
.cti-holder .body-content .content-area{
	float:right;
	width:625px;
	padding:35px 25px 2px 0;
}
.cti-holder .body-content .content-area a{
	color:#3971B1;
	text-decoration:none;
}
.cti-holder .body-content .content-area h2{
	color:#54832a;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:21px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:21px;
}
.clear{
	clear:both;
}