@charset "utf-8";
:focus {
	outline: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Noto Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	overflow: auto;
}
h1, h2, h3, h4 {
	font-weight: 700;
}
p {
	font-size: 16px;
	font-weight: 400;
}
#content {
	padding: 0px;
	clear: none;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content #masthead {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#content #masthead h1 {
	color: #333;
	clear: both;
	float: left;
	height: 40px;
	width: 60%;
	min-width: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 38px;
	background-image: url(../public/images/siteimgs/clarity-consultants-logo.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 64px;
}
#content #nav {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	background-color: #3d82cd;
}
#content #nav ul, #content #nav ul li {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#content #nav ul li {
	width: auto;
	clear: none;
	list-style-type: none;
	border-right:1px solid #ffffff;
}
#content #nav ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	clear: none;
	float: left;
	height: 32px;
	width: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 32px;
	vertical-align: middle;
	display: block;
}
#content #nav ul li a:hover {
	text-decoration: none;
	b/ackground-color: #83cee1;
	b/ackground-color: #53bdd5;
	background-color: #5ac134;
}
#content #panel {
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content #panel #left {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 63%;
	max-width: 630px;
}
#content #panel #left h2, #content #panel #left h3, #content #panel #left p {
	color: #333;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content #panel #left p {
	color: #333;
}
#content #panel #left p a {
}
#content #panel #left p a:hover {
}
#content #panel #left .pane {
	width: 100%;
	height: auto;
}
#content #panel #left .pane #solutions {
	clear: both;
	float: left;
	height: auto;
	width:400px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10%;
}
#content #panel #left .pane #solutions a {
	text-decoration: none;
}
#content #panel #left .pane #solutions a:hover {
	text-decoration: none;
}
#content #panel #left .pane a.green, #content #panel #left .pane #solutions a.blue {
	clear: none;
	float: left;
	height: 140px;
	width: 196px;
	margin: 0px;
	padding: 0px;
	border: 2px solid #fff;
}
#content #panel #left .pane #solutions a.green {
	background-color: #5ac134;
}
#content #panel #left .pane #solutions a.green:hover {
	background-color: #80D560;
}
#content #panel #left .pane #solutions a.blue {
	background-color: #3d82cd;
}
#content #panel #left .pane #solutions a.blue:hover {
	background-color: #53bdd5;
}
#content #panel #left .pane #solutions a.green h3, #content #panel #left .pane #solutions a.blue h3 {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #panel #left .pane #solutions a.green h3 span, #content #panel #left .pane #solutions a.blue h3 span {
	font-size: 16px;
	display: block;
	clear: both;
}
#content #panel #left .pane img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #panel #left .pane code {
	font-family: "Courier New", Courier, monospace;
	clear: both;
	float: left;
	height: auto;
	width: 90%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 20px;
	background-color: #E4E4E4;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	white-space: normal;
	display: block;
	font-size: 14px;
}
#content #panel #left .pane code span {
	width: 160px;
	float: left;
}
#content #panel #left ul {
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content #panel #left ul li {
	width: auto;
	margin-left: 40px;
	color: #3d82cd;
	font-weight: 700;
}
#content #panel #left ul li a {
	color: #5ac134;
	text-decoration: none;
}
#content #panel #left ul li a:hover {
	text-decoration: underline;
}
#content #panel #right {
	clear: none;
	float: right;
	height: auto;
	width: 30%;
	max-width: 300px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #panel #right h2 {
	color: #333;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content #panel #right img, #content #panel #right p a, #content #panel #right p a#linkedin img {
	width: 100%;
	height: auto;
	border: none;
	max-width: 300px;
}
#content #panel #right p {
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#content #panel #right p span {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 54px;
}
#content #panel #right p a {
	color: #3d82cd;
	text-decoration: none;
	font-weight: 700;
}
#content #panel #right p a:hover {
	text-decoration: underline;
}
#content #panel #right a#linkedin {
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: none;
}
#content #panel #right p#address {
	font-weight: 700;
	color: #3D82CD;
}
#content #panel #right p#address span {
	color: #333;
	width: 100%;
	float: left;
	clear: both;
}
/******************* footer *******************/
#fwrap {
	clear: both;
	float: left;
	height: auto;
	overflow: auto;
	background-color: #7b858b;
}
#fwrap #footer {
	padding: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;	
}
#fwrap #footer .fbox {
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#fwrap #footer #fwide {
	clear: none;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#fwrap #footer .fbox h3, #fwrap #footer #fwide h3, #fwrap #footer #fwide p {
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #FFF;
	font-size: 18px;
}
#fwrap #footer #fwide p {
	font-size: 14px;
	margin-top: 0px;
}
#fwrap #footer #fwide p span {
	clear: none;
	float: left;
	height: auto;
	width: 100px;
}
#fwrap #footer #fwide p a.flink, #fwrap #footer #fwide p a {
	text-decoration: none;
	color: #FFF;
}
#fwrap #footer #fwide p a.flink:hover, #fwrap #footer #fwide p a:hover {
	text-decoration: underline;
}
#fwrap #footer .fbox ul, #fwrap #footer .fbox ul li {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	list-style-type: none;
}
#fwrap #footer .fbox ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 14px;
}
#fwrap #footer .fbox ul li a:hover {
	text-decoration: underline;
}
#fwrap #copy {
	background-color: #58676d;
	margin: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#fwrap #copy p {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
	height: auto;
	width: 300px;
}