body {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
hr {
	border: 0;
	background: #ccc;
	color: #ccc;
	height: 1px;
	margin: 0;
	padding: 0;
}
.main {
	background: url('../images/bg-index.png') repeat-x;
}
.interior {
	background: url('../images/bg-interior.png') repeat-x;
}
/* Text & Content */

p, td {
	font: 12px/18px Tahoma, Geneva, sans-serif;
	color: #000;
}
.interior p a, .interior ul a, .interior ol a, #footer p a {
	color: #cd5110;
}
.learn-more {
	text-align: right;
	color: #666;
	padding: 0;
	margin: 5px 0 0 0;
}
.learn-more a, .learn-more a:hover {
	color: #666;
}
div#left a {
	display: block;
	width: 305px;
	height: 58px;
}
h1 {
	font: bold 26px/30px Tahoma, Geneva, sans-serif;
	color: #4170c2;
	margin:0;
}
h2 {
	font: 22px/30px Tahoma, Geneva, sans-serif;
	color: #000;
	margin: 0;
}
h3 {
	font: 20px/30px Tahoma, Geneva, sans-serif;
	color: #cd5110;
	margin: 0;
}
h4 {
	font: 16px/20px Tahoma, Geneva, sans-serif;
	color: #cd5110;
	margin: 0;
}
h5 {
	display: block;
}
.contact {
	background: url(../images/icon-contact.png) no-repeat 0px 3px;
	padding: 0 0 0 35px;
}
.contact a {
	color: #000000;
	text-decoration: none;
}
.contact a:hover {
	text-decoration: underline;
}
.program {
	background: url(../images/icon-program.png) no-repeat top left;
	padding: 0 0 7px 50px;
}
.features {
	background: url(../images/icon-features.png) no-repeat top left;
	padding: 0 0 7px 50px;
}
.tracking {
	background: url(../images/icon-tracking.png) no-repeat top left;
	padding: 4px 0 15px 50px;
	border-bottom: 1px solid #ccc;
}
#col-left ul, #col-right ul {
	list-style: none;
}
#col-right ul li {
	background: url(../images/plus-bul.png) no-repeat 2px 7px;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	color: #000;
	padding: 0 0 2px 12px;
}
#col-right #sitemap ul li {
	background: none;
	font: 12px/18px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	padding: 0 0 15px 12px;
}
#col-right #sitemap ul li ul li {
	background: url(../images/plus-bul.png) no-repeat 2px 7px;
	font-weight: normal;
	padding: 0 0 0 12px;
}
#col-right #sitemap ul li a {
	text-decoration: none;
}
#col-right #sitemap ul li a:hover {
	text-decoration: underline;
}
#col-right #sitemap ul li ul li a {
	text-decoration: underline;
}
#col-right ol li {
	font: 12px/18px Tahoma, Geneva, sans-serif;
	color: #000;
}
.right-gray {
	text-align: right;
	color: #999;
}
/* End Text & Content */


/* Page Structure */

#wrapper {
	width: 960px;
	padding: 0;
	margin: 0 auto 0 auto;
}
#header {
	width: 960px;
	height: 115px;
}
#top {
	width: 960px;
	height: 76px;
}
#left {
	width: 304px;
	height: 58px;
	margin: 10px 0 0 10px;
	display: inline;
	float: left;
	background: url(../images/logo-head.jpg) no-repeat;
}
#right {
	width: 229px;
	height: 62px;
	margin: 10px 10px 0 0;
	display: inline;
	float: right;
	background: url(../images/phone-head.jpg) no-repeat;
}

/* NAV ------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
#nav {width:960px; height:39px;}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav > ul > li {
	background: none;
	position: relative;
	margin: 0 1px 0 2px;
	z-index: 70; /* IE7 bug */
}
#nav li {float:left;}
#nav li:hover {background:url(../images/nav-right.jpg) top right no-repeat;}
#nav li.active {background:url(../images/nav-right.jpg) top right no-repeat;}
#nav li.active a {
	background: url(../images/nav-left.jpg) top left no-repeat;
	color: #000;
}
#nav a {
	color: #333;
	background: none;
	display: block;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	padding: 11px 16px 10px 13px;
	text-decoration: none;
}
#nav a.hover,
#nav a:hover {
	background: url(../images/nav-left.jpg) top left no-repeat;
	color: #000;
}

/* DROPDOWN ------------------------------------------------------------------------------------------- */
#nav ul ul {
	border: 3px solid #fff;
	background: #f2f2f0;
	background: rgba(242,242,240,.93);
	display: none;
	width: 224px;
	position: absolute;
	left: 0;
	z-index: 70;
	line-height: 18px;
	text-align: left;
	text-transform: none;
	
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.56);
	   -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.56);
	        box-shadow: 0 0 10px 3px rgba(0,0,0,.56);
}
#nav ul ul.edge {left:auto; right:0;} /* dropdown align right */
#nav li li {
	height: auto; /* override main height */
	text-indent: 0; /* override image replacement */
	position: static; /* override centered nav */
}
#nav li li.last > a {border-bottom:0;}

#nav ul ul a {
	background: none;
	width: 194px;
	float: left;
	padding: 5px 15px;
	font-weight: normal;
	text-decoration: none;
}
#nav ul ul a:hover {
	background: #8db7eb;
	text-decoration: none;
	color: #fff;
}
#nav ul ul li:first-child > a.hover,
#nav ul ul li:first-child > a:hover {
	-webkit-border-radius: 12px 12px 0 0;
	   -moz-border-radius: 12px 12px 0 0;
	        border-radius: 12px 12px 0 0;
}
#nav ul ul li:last-child > a.hover,
#nav ul ul li:last-child > a:hover {
	-webkit-border-radius: 0 0 12px 12px;
	   -moz-border-radius: 0 0 12px 12px;
	        border-radius: 0 0 12px 12px;
}

/* MORE ARROW ----------------------------------------------------------------------------------------- */
#nav li li.more > a,
#nav li li.more > a.hover,
#nav li li.more > a:hover {
	background: url(/images/arw-bul.png) no-repeat 95% 50%;
}
#nav li li.more > a.hover,
#nav li li.more > a:hover {background:#8db7eb; color:#fff;}

/* FLYOUT --------------------------------------------------------------------------------------------- */
#nav ul ul ul {top:auto; left:224px;}
#nav ul ul ul.edge {left:auto; right:224px;} /* flyout align right */

/* HIDE/SHOW CHILD MENUS ------------------------------------------------------------------------------ */
#nav ul li:hover ul ul,
#nav ul li:hover ul ul ul,
#nav ul li:hover ul ul ul ul {display:none;}

#nav ul li:hover ul,
#nav ul li li:hover ul,
#nav ul li li li:hover ul,
#nav ul li li li li:hover ul {display:block;}
/* ---------------------------------------------------------------------------------------------------- */

#apply {
	float: right;
	display: inline;
	width: 87px;
	height: 31px;
	margin: 0 25px 0 0;
	padding: 4px 0 0 0;
}
div#apply a {
	display: block;
	height: 31px;
	background: url(../images/apply-small-on.png) top left no-repeat;
	margin: 0;
	outline: none;
	text-indent: -9999px;
}
div#apply a:hover {
	border: none;
	background: url(../images/apply-small.png) top left no-repeat;
}
#head {
	width: 960px;
	height: 204px;
	background: url(../images/truck.png) top right no-repeat;
}
#col-left {
	width: 315px;
	float: left;
	padding: 17px 0 10px 0;
}
#col-right {
	width: 618px;
	float: right;
	padding: 17px 0 10px 0;
}
#contact-shell {
	width: 314px;
	padding: 10px 0 0 0;
	background: url(../images/bg-med-boxTop.png) top no-repeat;
}
#contact-body {
	width: 284px;
	padding: 0 15px 15px;
	background: url(../images/bg-med-boxBot.png) bottom no-repeat;
}
.mask {
	width: 314px;
	height: 17px;
	background: url(../images/side-top.png) top center no-repeat;
}
#box-one {
	float: left;
}
#box-two {
	float: right;
}
.box-shell {
	width: 305px;
	padding: 10px 0 0 0;
	background: url(../images/bg-sm-boxTop.png) top no-repeat;
}
.box-body {
	width: 275px;
	padding: 0 15px 15px;
	background: url(../images/bg-sm-boxBot.png) bottom no-repeat;
}
.box-body img {
	margin: 7px 0 0;
}
.para-border {
	border-bottom: 1px solid #ccc;
	margin: 7px 0 0 0;
	padding: 0 3px 7px 3px;
}
.lower-para {
	margin: 7px 0 0 0;
	padding: 0 3px 7px 3px;
}
#cta-shell {
	width: 618px;
	padding: 10px 0 0 0;
	background: url(../images/bg-lg-boxTop.png) top no-repeat;
}
#cta-body {
	width: 588px;
	padding: 0 15px 15px;
	background: url(../images/bg-lg-boxBot.png) bottom no-repeat;
}
#cta-body h3 {
	font: 18px/22px Tahoma, Geneva, sans-serif;
	color: #4170c2;
}
#col-right ul {
	padding: 0 0 0 15px;
	margin: 5px 0;
}
#large-box-shell {
	float: left;
	clear: both;
	width: 618px;
	margin: 10px 0 0;
	padding: 10px 0 0 0;
	background: url(../images/bg-lg-boxTop.png) top no-repeat;
}
#large-box-body {
	float: left;
	width: 588px;
	padding: 0 15px 15px;
	background: url(../images/bg-lg-boxBot.png) bottom no-repeat;
}
#large-box-body img {
	width: 171px;
	height: 178px;
	margin: 7px 15px 0 0;
	float: left;
}
.clear-both {
	clear: both;
	width: 960px;
}
#footer {
	width: 960px;
	height: 40px;
	border-top: 1px solid #ccc;
}
.photo-left {
	float: left;
	padding: 4px;
	background-color: #ccc;
	margin: 10px 10px 10px 0;
}
.photo-right {
	float: right;
	padding: 4px;
	background-color: #ccc;
	margin: 0 0 10px 10px;
}
.photo-center {
	padding: 4px;
	background-color: #ccc;
	margin: 0 0 0 100px;
}
.photo-left-none {
	float: left;
	margin: 0 10px 7px 0;
}
.photo-right-none {
	float: right;
	margin: 0 0 10px 10px;
}
a.sidebar-apply img {
	float: right;
	margin: 10px 1px 0 0;
	border: none;
	padding: 0;
}
#frame {
	width: 555px;
	height: 138px;
	padding:0;
	margin:0;
}
div#rotator {
	position:relative;
	width: 555px;
	height: 138px;
	padding:0;
	margin:0;
}
div#rotator ul {
	margin: 0;
	padding: 0;
}
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#rotator ul li.show {z-index:60;}
#calls {
	margin: 3px 0 0 210px;
}
a.call-button {
	outline: none;
}
a.call-button img {
	border: none;
}
.apply-left {
	float: left;
	width: 320px;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
}
.apply-right {
	float: right;
	width: 270px;
	padding: 0 0 0 10px;
}
.apply-right img {
	border: none;
}
.warn {
	font-weight: bold;
	color: #c80000;
	font: 18px/20px Tahoma, Geneva, sans-serif;
}
/* --- SIDE NAV --- */
.side-nav {
	margin-bottom: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	background: url(../images/bg-grow.png) bottom center no-repeat;
}
.side-nav h2.more {
	background: url(../images/icon-more.png) no-repeat 15px 0px;
	padding: 0 0 0 60px;
	margin-bottom: 10px;
}
.side-nav h5 {
	padding: 7px 0 7px 16px;
	margin: 0 0 0 60px;
	font: bold 14px/14px Tahoma, Geneva, sans-serif;
	color: #383838;
	background: url(../images/arw-bul.png) no-repeat 6px 10px;
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
}
.side-nav h5.list-top {
	border-top: 1px dotted #ccc;
}
.side-nav ul {
	padding: 0;
	margin: 3px 0 3px 75px;
	display: none;
}
.side-nav ul.open {
	display: block;
}
.side-nav ul li {
	padding-left: 10px;
}
.side-nav ul li.more {
	background: url(../images/plus-bul.png) 0px 7px no-repeat;
}
.side-nav li a {
	font: 11px/13px Tahoma, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
.side-nav li a:hover {
	text-decoration: underline;
}
.side-nav h6 {
	padding: 3px 0;
	margin: 0;
	font: bold 11px/13px Tahoma, Geneva, sans-serif;
	color: #333333;
	cursor: pointer;
}
.side-nav ul ul {
	padding: 0;
	margin: 0 0 8px 5px;
	display: none;
}
