body {
	background: #dbdbdb url(../img/bg-body.png) repeat-x left top;
	padding-top: 9px;
}

h1,h2,h3 {
	color: #4e5c77;
	font-weight: normal;
}

h1 {
    font-size:192%;  
}

h2 {
    font-size:129%;
}

h3 {
    font-size:100%;
    font-weight: bold;
}

p {
	
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	clear: both;
	color: #CCC;	
	background-color: #CCC;
	margin: 15px 0 25px 0;
	padding: 0;
}

a { color: #304877; text-decoration: none; }
a:hover { text-decoration: underline; }
.raquo { color: #304877; }

.clientlogo {float:right; padding: 0 0 15px 15px}

#containerWrap {
	width: 977px;
	margin: 0 auto;
	background: url(../img/bg-container.png) repeat-y left top;
	
}

#containerPad {
	width: 842px;
	padding-left: 135px;
	background: url(../img/bg-paper.jpg) no-repeat left top;
}

#container {
	width: 100%;
	position: relative;
	z-index: 1;
}

#header {
	position: relative;
	padding-top: 184px;
}

#header h1 {
	position: absolute;
	left: -65px;
	top: 64px;
	margin: 0;
	padding: 0;
}

#header #top-menu ul {
	width: 687px;
	height: 30px;
	border-bottom: 1px solid #b3b6bc;
	font-size: 10px;
	letter-spacing: 0.14em;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #top-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 27px;
	float: left;
}

#header #top-menu li a {
	display: block;
	float: left;
	height: 30px;
}

#header #top-menu li a:hover {
	background: url(../img/top-menu-arrow.png) no-repeat center -30px;
}
#header #top-menu li.active a {
	background: url(../img/top-menu-arrow.png) no-repeat center 25px;
}

#content {
	position: relative;
	min-height: 400px;
	padding-bottom: 40px;
	margin-top: 17px;
}

	#content h1.intro {
		margin-top: 0;
		padding-bottom: 1em;
		position: relative;
		display: block;
		z-index: 2;
	}
	#content h1.intro hr {
		color: #b3b7bd;
		background-color: #b3b7bd;
		width: 478px;
		height: 1px;
		padding: 0;
		margin: 0;
		border: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}

	#content #lhs {
		width: 426px;
		float: left;
	}
	#content #rhs {
		width: 276px;
		float: left;
		clear: right;
		margin-left: 43px;
	}
		#opinions {
			width: 224px;
			padding-left: 21px;
		}
		#opinions h2 {
			margin: 4px 0 4px -16px;
		}
		#opinions small {
			color: #575859;
			font-size: 85%;
			font-style: italic;
		}
		#opinions p {
			margin-top: 0.4em;
		}
		.sidebox {
			border-top: 1px #304877 solid;
			border-bottom: 1px #304877 solid;
			margin-top: 20px;
		}

#footer {
	width: 841px;
	height: 166px;
	padding: 0px 0 20px 136px;
	background: url(../img/bg-footer.jpg) no-repeat left top;
	position: absolute;
	bottom: -166px;
	left: -135px;
}
	#footer #contact {
		color: #474848;
		font-size: 93%;
		margin-top: 28px;
	}
	#footer #botMenu {
		font-size: 85%;
		letter-spacing: 0.03em;
		list-style: none;
		padding: 0;
		margin: 0;
		margin-top: 28px;
		height: 2em;
	}
		#footer #botMenu li {
			list-style: none;
			padding: 0;
			margin: 0;
			margin-right: 15px;
			float: left;
		}
			#footer #botMenu li a {
				color: #8d94ac;
			}
			#footer #botMenu li.active a {
				color: #304877;
			}
				
			#footer #copyright {
				color: #98989a;
				font-size: 85%;
			}
				#footer #copyright a {
					color: #98989a;
				}