﻿@charset "utf-8";
/* Styles for only the "Our Clients" section of the website. */

@import url(/CSS/BELM08/GlobalStyles.css);

h1,
#PrimaryNavigationRegion ul li ul li a.navActive,
#LeftColumnRegion,
h2, h3, h4 {
	color: #bccb32;
}
#BodyContentRegion,
#LeftColumnRegion,
#RightColumnRegion {
	border: none;  
}
#ContentRegion {
	border-top: solid 2px #BCCB32;
	padding-top: 20px;
}
#FooterRegion {
	border-top: solid 2px #BCCB32;
}
p.Quote {
	color: #B1B1B1;
}
p.QuoteName {
	color: #a55295;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;	
}
p.QuoteTitle {
	color: #fff;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: italic;
}
p.QuoteCompany {
	color: #fff;
	margin-top: 0px;
	padding-top: 0px;	
}
#Contact {
	background-color: #2f2822;
	border: solid 1px #231e19;
	padding: 10px;
	margin-top: 20px;
}
#Contact p {
	margin-top: 0px;
	margin-bottom: 4px;
}
#Contact a {
	color: #BCCB32;
}
#Contact h3 {
	margin-top: 0px;
}

.listItems, a.listItems { 
	width:300px;
	height: 18px;
	font: 12px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color: #b1b1b1;
	display: block;
	margin-top: 6px;
	margin-left: 0; 
	padding-bottom: 2px;
	padding-left: 17px; 
	background-image: url(/userfiles/image/common/listArrows/listArrow_green.png);
	}
	
.listItems a { 
	color: #b1b1b1;
	display: block; 
	text-decoration: none;
	}
	
.listItems a:hover { 
	color: #ffffff;
	display: block; 
	text-decoration: underline;
	}
	

