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

* {
	font-size:12px;
    margin: 0;
    padding: 0;	
}
p {
	padding-bottom:10px;
}
#nav {
	background-color:#22272d;
	height:60px;
	border-bottom:1px solid #1c1c1c;
}
#ContentWrap {
	background-color:#000;
}
#FooterWrap {
	border-top:1px solid #3c4249;
	background-color:#1e2329;
	height:114px;
}
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#000;
	    color: #626872;
    font-family: Arial,Helvetica,sans-serif;
}
#wrap {
	min-height:100%;
	position:relative;
}
* html #wrap {
	height:100%
}
#inner-wrap {
	padding-bottom:80px;
}
#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}
* html #inner-wrap {
	height:1px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	border-top:1px solid #3c4249;
	background-color:#1e2329;
	height:114px;
	line-height:22px;
}
#footer .centerwrap {
	text-align:right;
	color:#383d43;
	margin-top:40px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
.facebooklogo {
	padding-left:10px;
}
.centerwrap {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width:980px;
	clear:both;
}
.centerwrap:after {
	content:" ";
	display:block;
	clear:both;
}

#topnavigation {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#topnavigation li {
	list-style:none;
	display:inline-block;
	font-weight:bold;
	line-height:40px;
    text-transform: uppercase;
	
}
#topnavigation a {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
	color:#cbd9e7;
	text-decoration:none;
}
#topnavigation a:hover {
	background-image:url(../images/nav_hover_bg.gif);
}
#logostrip, #logostripShort {
	background-image:url(../images/headercar.jpg);
	height:311px;
	background-position:right;
	background-repeat:no-repeat;
}
#logostripShort {
	background-image:url(../images/headercar-small.jpg);
	height:150px;
}
#logostrip-extender {
	background-image:url(../images/headercar-extender.jpg);
	height:311px;
	width:111px;
	float:right;
	left:111px;
	position:relative;
}
#logostripShort #logostrip-extender {
	background-image:none;
	height:150px;
}
#logo {
	margin-top:120px;
}
#logostripShort #logo {
		margin-top:40px;
}

#content {
	color:#67819f;
	padding-bottom:30px;
}
.tri-box {
	float:left;
	width:278px;
	margin:12px;
	padding:10px;
	position:relative;
	text-align:left;
	
}
.tri-box-focus {
	/*float:left;*/
	display:inline-block;
	width:298px;
	height:425px;
	background-image:url(../images/box-bg.jpg);
	background-position:left 220px;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin:12px;
	position:relative;
	overflow:hidden;
	text-align:left;
}
.tri-box-focus .header {
	background-image:url(../images/title-bg1.png);
	height:68px;
	position:relative;
	top:-238px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding-top:15px;
	text-indent:15px;
	font-family: Helvetiker;
    text-transform: uppercase;
	text-align:left
}
.tri-box-focus .image {
	height:238px;
}
.tri-box-focus a img{
	border:none;
}

.tri-box-focus .text {
	padding: 29px 23px 43px 27px;
	color:#7F7F7F;
}
.tri-box-focus .text h4{
padding:0px;
margin:0px;
color:#000;
}
.tri-box-focus .button {
	bottom: 0 !important;
	position: absolute;
	right: 0 !important;
}
h2{
	    color: #FFFFFF;
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 35px;
}
h4{
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 14px;
    text-transform: uppercase;
}
a{
	    color: #4D92F7;
    outline: medium none;
}
.list li a {
    background-image: url(../images/arrow.gif);
    background-position: 0 6px;
    background-repeat: no-repeat;
    font-size: 1.31em;
    padding: 0 0 0 19px;
    text-decoration: none;
}
.list li {
    line-height: 1.31em;
    padding-bottom: 15px;}
.list {
    padding-bottom: 10px;
    list-style: none outside none;
}
.text-center {
	text-align:center;
}
.contentImage {
	padding :5px;
	margin :0px 5px 10px;
	border:1px solid #626872;
}
.tri-box .contentImage {
	margin :0px;
}

.facebookBox {
    float: right;
    height: 878px;
}

#mobileService {
	background-image:url(../images/mobile-service.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-right:340px;
	margin-top:10px;
}
#mobileService h2,.inlinelist h2 {
	margin-bottom:5px;
}



blockquote {
	padding:20px;
}

.otherServices blockquote {
	padding:0px 20px;
}

blockquote cite {
	width:100%;
	display:block;
	text-align:right;
}
.inlinelist ul {
	text-align:center;
}
.inlinelist li:before  {content: "\2022 \0020";}
.inlinelist li:after  {content: "\0020 \2022";}
.inlinelist li  {
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}
