/* Reset */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* Global Styles */
* {
	font-family: Calibri, Arial, sans-serif;
}
em {
	font-style: italic;
}
body {
	background: #e1e1e1;
}
#container {
	display: block;
	margin: auto;
	width: 1010px;
	background: #ffffff;
    
}
#column {
	display: block;
	float: left;
	width: 1010px;
	background: #ffffff;
    box-shadow: 5px 5px 5px 5px #888;
    margin-top: 10px;
}
#header {
	display: block;
	float: left;
	width: 1010px;
	height: 136px;
	background: #ffffff url(MeazureLogoSimpleTransparentBackground.png) no-repeat left;
}
#header #utility {
	display: block;
	float: left;
	width: 1010px;
	height: 44px;
}
#header #utility ul {
	float: 					right;
	list-style-type: 		none;
	margin:					15px 0px 0px 0px;
}
#header #utility ul li {
	display: 				block;
	float: 					left;
	font-size: 				13px;
	height: 				17px;
	line-height: 			17px;
}
#header #utility ul li a {
	color: #999999;
	display: block;
	float: left;
	height: 44px;
	text-decoration: none;
}
#header #utility ul li.contact a {
	margin-right: 9px; 
}
#header #utility ul li.login a {
	margin-right: 9px; 
}
#header #utility ul li.active a {
    color: 							#ec2d37;
}
#header #utility ul li.linkedin a {
	background: url(header-linkedin.png) no-repeat left 0px;
	border-left:					1px solid #dddddd;
	height: 						17px;
	text-indent: 					-10000px;
	width: 							25px;
}
#header #utility ul li.twitter a {
	background: 					url(header-twitter.png) no-repeat left 0px;
	border-left:					1px solid #dddddd;
	height: 						17px;
	text-indent: 					-10000px;
	width: 							25px;
}
#header #utility ul li.search a {
	background: 					url(header-search.gif) no-repeat left 0px;
	height:				 			44px;
	text-indent: 					-10000px;
	width: 							25px;
}
#header #utility ul li a:hover {
	color: #ec2d37;
}
#header #logo {
	display: block;
	float: left;
	width: 428px;
	height: 92px;
}
#header #logo a {
	display: block;
	float: left;
	width: 232px;
	height: 92px;
	text-decoration: none;
}
#header #navigation {
	display: block;
	float: Right;
	width: 142px;
	height: 92px;
}
#header #navigation ul {
	display: block;
	float: left;
	width: 142px;
	list-style-type: none;
	position: relative;
}
#header #navigation > ul{
	border-left: 1px solid #ccc;
	height: 75px;
	padding-left: 15px;
}
#header #navigation ul li {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 10px;
}
#header #navigation ul li.active a {
    color: #ec2d37;
}
#header #navigation ul li a {
	color: #58585a;
	text-decoration: none;
}
#header #navigation ul li a:hover,
#header #navigation ul li.hover a {
	color: #ec2d37;
}
#header #navigation ul li .drop-container {
	display: none;
	float: left;
	background-image: url(navigation-drop-triangle.png);
	background-repeat: no-repeat;
	width: 210px;
	position: absolute;
	top: -4px;
	left: -195px;
	z-index: 100000;
}
#header #navigation ul li.about .drop-container {
	height: 157px;
	background-position: 200px 8px;
}
#header #navigation ul li.solutions .drop-container {
	height: 187px;
	background-position: 200px 32px;
}
#header #navigation ul li.kc .drop-container {
	height: 217px;
	background-position: 200px 56px;
}
#header #navigation ul li .drop {
	background: 			#919194;
	display: 				block;
	float: 					left;
	padding: 				0px 0px 10px 0px;
	width: 					200px;
}
#header #navigation ul li.about .drop {
	-moz-box-shadow:		0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:		0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow:			0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow:				0px 1px 2px rgba(0, 0, 0, 0.3);
}
#header #navigation ul li.solutions .drop {
	-moz-box-shadow:		0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:		0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow:			0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow:				0px 1px 2px rgba(0, 0, 0, 0.3);
}
#header #navigation ul li.kc .drop {
	-moz-box-shadow:		0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:		0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow:			0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow:				0px 1px 2px rgba(0, 0, 0, 0.3);
}
#header #navigation ul li .drop h2 {
	background: 			url(navigation-drop-dotted-border.gif) repeat-x left bottom;
	color:	 				white;
	font-size: 				20px;
	line-height: 			20px;
	margin: 				11px 18px 5px 18px;
	padding: 				0px 0px 10px 0px;
}
#header #navigation ul li .drop ul {
	list-style-type: none;
	margin: 8px 18px 0px 18px;
}
#header #navigation ul li .drop ul li {
	font-size: 15px;
	line-height: 15px;
	padding-left: 14px;
	margin-bottom: 10px;
	background: url(navigation-drop-arrow.gif) no-repeat left 4px;
}
#header #navigation ul li .drop ul li a {
	line-height: 15px;
	color: white;
	text-decoration: none;
}
#header #navigation ul li .drop ul li a:hover {
	color: #ec2d37;
}
#header #take-a-test {
	display: block;
	float: left;
	width: 190px;
	height: 72px;
	background: #b9232b url(header-take-a-test-down-arrow.gif) no-repeat 165px 30px;
	position: relative;
}
#header #take-a-test h2 {
	color: white;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin: 13px 80px 5px 15px;
}
#header #take-a-test a {
	text-decoration:none;
}
#header #take-a-test a:hover{
	text-decoration:underline;
	color:white;
}
#header #take-a-test p {
	color: white;
	font-size: 12px;
	line-height: 15px;
	margin: 0px 50px 0px 15px;
}
#header #take-a-test .drop {
	background: #8d1b21;
	-moz-box-shadow:		0px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:		0px 3px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow:			0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow:				0px 3px 3px rgba(0, 0, 0, 0.3);
	display: none;
	float: left;
	left: 0px;
	padding: 				0px 0px 10px 0px;
	position: absolute;
	top: 72px;
	width: 190px;
	z-index: 100000;
}
#header #take-a-test .drop p {
	margin: 10px 40px 10px 20px;
}
#header #take-a-test .drop form {
	margin: 5px 0px 5px 20px;
}
#header #take-a-test .drop form input {
	background: #ffffff url(header-take-a-test-search.gif) no-repeat 6px 6px;
	-webkit-border-radius: 	11px;
	-moz-border-radius:	 	11px;
	border-radius: 			11px;	
	border: 				0px;
	display: 				block;
	height: 				22px;
	line-height: 			22px;
	padding-left: 			24px;
	width: 					125px;
}
#header #take-a-test .drop ul {
	list-style-type: 		none;
	margin: 				10px 0px 0px 20px;
	float:					left;
	display:				block;
}
#header #take-a-test .drop ul li {
	background: 			url(header-take-a-test-arrow.png) no-repeat left 4px;
	font-size: 				13px;
	line-height: 			15px;
	padding: 				0px 0px 5px 13px;
}
#header #take-a-test .drop ul li a {
	color: 					white;
	text-decoration: 		none;
	text-transform: 		capitalize;
}
#header #take-a-test .drop ul li a:hover {
	text-decoration: 	underline;
}









#breadcrumb{
	height:					44px;
	background:				#616162;
	display:				block;
	float:					left;
	width:					100%;
}
#breadcrumb p{
	margin:					13px 0 0 30px;
	color:					white;
	font-size:				13px;
}
#breadcrumb p a{
	color:					white;
	text-decoration:		none;
	padding-right:			15px;
	background:				url(crumb-arrow.png) no-repeat right;
	margin-right:			5px;
}
#breadcrumb p a:hover{
	text-decoration:		underline;
}	

#primary{
	min-height:				250px;
}


#footer {
	display: block;
	float: left;
	width: 1010px;
	background: #eeeeee;
	padding-top: 5px;
}
#footer #map-one {
	width: 190px;
}
#footer #map-two {
	width: 190px;
}
#footer #map-three {
	width: 190px;
}
#footer #map-four {
	width: 420px;
}
#footer .map {
	display: block;
	float: left;
	height: 120px;
	background: url(footer-map-border.gif) repeat-y left top
}
#footer .map h2 {
	margin-left: 21px;
	font-size: 15px;	
}
#footer .map h2 a {
	color: #58585a;
	text-decoration: none;
}
#footer .map h2 a:hover {
	color: #ec2d37;
}
#footer .map ul {
	list-style-type: none;
	margin-left: 21px;
}
#footer .map ul li {
	font-size: 13px;	
}
#footer .map ul li a {
	color: #8c8d8f;
	text-decoration: none;
}
#footer .map ul li a:hover {
	color: #ec2d37;
}
#footer .map p {
	font-size: 13px;
	color: #8c8d8f;
	margin-left: 21px;
}
#footer #map-four.map ul li a {
	background: url(footer-map-arrow.gif) no-repeat right 4px;
	color: #ec2d37;
	margin-right: 15px;
	padding-right: 15px;
	text-decoration: none;
}
#footer  #map-four.map ul li a:hover {
	color: #8d1b21;
}
#footer #futility {
	display: block;
	float: left;
	width: 1010px;
	border-top: 1px solid #dddddd;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom:				30px;
}
#footer #futility p {
	color: #8c8d8f;
}
#footer #futility p a {
	font-weight: bold;
	font-size: 13px;
	color: #8c8d8f;
	text-decoration: none;
}
#footer #futility p a:hover {
	color: #ec2d37;
}
#footer #futility p.small {
	font-size: 11px;
}
#footer #futility #f-info {
	float: 					left;
    margin-left: 15px;
}
#footer #futility #f-logo {
	float: 					right;
    margin-right: 15px;
}