@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: none;
}

a img {
	text-decoration: none;
	border: 0 none;
}
	
p{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#666;	
	font-size:14px;
}

a{
	text-decoration:none;
	color:#fe000c;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	color:#666;	
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	color:#666;	
}

#wrapper{
	width:940px;
	margin:0 auto;
}

#header{
	width:940px;
	/*height:141px;*/
	margin:0;
	padding:0;
	background-image:url(../images/navigation/citybg.jpg);
	background-repeat: no-repeat;
}

#logo{
	width:379px;
	/*height:65;*/
	margin:0;
	padding: 20px 0 50px 0;
}


#centerDisplay{
	width:940px;
	height:280px;
}

#homeContent{
	width:620px;
	margin:0 0 0 0;
	padding:10px 20px 20px 0;
	float:left;
}

#lmpToday{
	float:right;
	margin:30px 0 20px 0;
	padding:0 0 0 20px;
	width:278px;
	    height: 500px;
	border-left:solid 1px #666;
}

#lmpTodayImage{
	margin:2px 0 10px 0;
	padding:0;
	width:278px;
	border-bottom:solid 1px #FE000C;
	
}

#lmpToday h2{
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin:-5px 0 10px 0;
	color:#666;
}

#lmpToday h3{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin:-5px 0 0 0;
	color:#666;
}

#lmpToday p{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin:0 0 -10px 0;
	padding:0;
	color:#666;
}

#footer{
	clear:both;
	width:940px;
	height:50px;
	background-image:url(../images/footer_bar1.gif);
	background-repeat:no-repeat;
	text-align:center;
}

#footer p{
	padding:30px 0 0 0;
	font-size:10px;	
}

#footer p a{
	color:#666;
	text-decoration:none;
}
#footer p a:hover{
	color:#FE000C;
}

/* Testimonial
================================================== */
.quote {
	font-style: italic;
	position: relative;
	background: #f5f5f5;
	padding: 15px;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.quote:after {
	content: "";
	position: absolute;
	left: 12px;
	bottom: -15px;
	width: 0px;
	height: 0px;
	border-bottom: 15px solid rgba(255,255,255,0);
	border-top: 15px solid rgba(255,255,255,0);
	border-right: 15px solid #f5f5f5;
	font-size: 0px;
	line-height: 0px;
}

.quoteCredit {
	font-size: 1em;
	margin-top: 25px;
	margin-left: 15px;
	color: #000;
	font-weight: bold;
}
#home-clients {
	border-top: solid 1px #C0BABA;
	border-bottom: solid 1px #C0BABA;
	margin-top: 10px;
	
}
.bx-viewport {height: 48px !important;}
#home-clients h2 {float: left; width: 120px; padding-left: 17px; color: #fff; font-weight:bold;}
.client-list {
	
}
.client-list ul li {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 15px;
	font-weight: 700;
	width: auto !important;
	text-transform: uppercase;
	border-left: 1px solid;
	padding-left: 18px;
}