* {
	margin: 0px;
	padding: 0px;
}
.clearFloat {
	clear: both;
}
.bold {
	font-weight: bold;
}
body {
	background-color: #FFF;
	background-image: url(images/bgPattern.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	font-weight: normal;
}
h2 {
	color: #bf2e1a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 15px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}
p {
	margin-bottom: 20px;
}
#wrapper {
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 19px;
	padding-left: 19px;
}
#logoHeader {
	height: 132px;
	width: 919px;
}
#navHeader {
	background-image: url(images/mainNavHeader.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 919px;
}
#navHeaderHome {
	background-image: url(images/homeNavHeader.jpg);
	background-repeat: no-repeat;
	height: 333px;
	width: 919px;
}
#headHomeContent {
	width: 213px;
	margin-left: 496px;
	padding-left: 17px;
	padding-top: 10px;
}
#headHomeContent p {
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 14px;
}
#nav {
	text-align: right;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	height: 50px;
	display: inline;
}
#contentWrapper {
	width: 919px;
	background-color: #000;
}
#leftCol {
	width: 691px;
	float: left;
	background-color: #FFF;
	padding: 30px;
}
#leftColHome {
	width: 751px;
	float: left;
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
#homeContentBox {
	width: 235px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #464646;
	float: left;
	padding-top: 17px;
	padding-right: 14px;
	height: 165px;
	position: relative;
}
#homeContentBoxMid {
	width: 234px;
	height: 165px;	
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #464646;
	float: left;
	padding-top: 17px;
	padding-left: 14px;		
	padding-right: 14px;
	position: relative;
}
#homeContentBoxNoBorder {
	width: 208px;
	height: 165px;	
	float: left;
	padding-top: 17px;
	padding-left: 14px;		
	padding-right: 14px;
	position: relative;	
}
.contentImage {
	float: left;
	height: 102px;
	width: 105px;
}
.homeShortText {
	width: 117px;
	float: right;
	font-size: 11px;
	height: 140px;
	line-height: 13px;
}
#homeShortTextNarrow {
	width: 88px;
	font-size: 11px;
	height: 140px;
	float: right;
	line-height: 13px;
}
.moreButton {
	height: 10px;
	width: 100%;
	text-align: right;
	clear: both;
}
#floatImage {
	height: 158px;
	width: 126px;
	float: right;
}

#mainContent {
	width: 676px;
}
#mainContentMeet {
	width: 554px;
}
#serviceList {
	margin-bottom: 20px;
}
#serviceList ul {
	list-style-type: none;
	font-weight: normal;
}
#serviceList li {
	margin-bottom: 3px;
}
#serviceList ul li .innerList {
	list-style-type: disc;
	padding-top: 5px;
	padding-left: 35px;
}
#rightCol {
	width: 168px;
	float: right;
	background-image: url(images/eNewsBg.gif);
	background-repeat: no-repeat;
	height: 200px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}
#rightCol p {
	margin-bottom: 0px;
}
#eNewsContact {
	color: #FFF;
	font-size: 11px;
	text-align: center;
}
#footer {
	height: 36px;
	width: 889px;
	background-color: #000;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	padding-top: 32px;
	padding-right: 30px;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 10px;
}

#footer #clearBorder {
	border-right-style: none;
	padding-left: 10px;
	padding-right: 0px;
}
#btmInfo {
	width: 889px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#btmInfo a:link, #btmInfo a:visited {
	color: #464646;
	text-decoration: none;
}
#btmInfo a:hover, #btmInfo a:active {
	color: #bf2e1a;
	text-decoration: none;
}
#mainContent a:link, #mainContent a:visited, .homeShortText a:link, #homeShortTextNarrow a:link, .homeShortText a:visited, #homeShortTextNarrow a:visited, #wrapper a:link, #wrapper a:visited {
	color: #464646;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active, .homeShortText a:hover, .homeShortText a:active, #homeShortTextNarrow a:hover, #homeShortTextNarrow a:active, #wrapper a:hover, #wrapper a:active {
	color: #bf2e1a;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #bf2e1a;
	text-decoration: none;
}
#copyright {
	width: 40%;
	float: left;
}
#ciInfo {
	width: 40%;
	float: right;
	text-align: right;
}
#leftCol #testimonialSidebar {
	float: right;
	width: 180px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 30px;
}
#testimonialSidebar p.testimonial {
	font-style: italic;
}
#testimonialSidebar p.author {
	text-align: right;
}
#leftCol #mainContent.narrowLeft {
	width: 450px;
}
