@charset "utf-8";
/* CSS Document */


body {
	font-family: Calibri;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #336398;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336398;
}
a:hover {
	text-decoration: underline;
	color: #336398;
}
a:active {
	text-decoration: none;
	color: #336398;
}
h1 {
	font-size: 22px;
	color: #336398;
	font-weight: darker;
}
h2 {
	font-size: 18px;
	color: #336398;
	font-weight: darker;
}
h3 {
	font-size: 16px;
	color: #336398;
	font-weight: darker;
}
h4 {
	font-size: 14px;
	color: #336398;
	font-weight: darker;
}
#headerWrapper {
	height: 102px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F89F33;
	background-color: #ffffff;
}
#header {
	height: 102px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#logo {
	float: left;
}
#resellerLogo {
	float: right;
}
#strapline {
	font-size:24px;
	color:#003399;
	font-weight: bold;
	font-family: Arial;
}
#login {
	text-align: right;
	float: right;
	height: 79px;
	width: 220px;
	font-size: 18px;
	color: #FFF;
}
#menuWrapper {
	height: 43px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F89F33;
	padding-left: 75px;
	background: #97afc2; /* Old browsers */
	background: -moz-linear-gradient(top,  #97afc2 2%, #7c98ae 50%, #7c98ae 51%, #7c98ae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#97afc2), color-stop(50%,#7c98ae), color-stop(51%,#7c98ae), color-stop(100%,#7c98ae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #97afc2 2%,#7c98ae 50%,#7c98ae 51%,#7c98ae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #97afc2 2%,#7c98ae 50%,#7c98ae 51%,#7c98ae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #97afc2 2%,#7c98ae 50%,#7c98ae 51%,#7c98ae 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #97afc2 2%,#7c98ae 50%,#7c98ae 51%,#7c98ae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97afc2', endColorstr='#7c98ae',GradientType=0 ); /* IE6-9 */ 
}
#topMenu {
	height: 42px;
	width: 1005px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#topMenu ul {
	margin: 0px;
	padding: 0px;
	display:inline;
	}
#topMenu li{
	height: 42px;
	list-style: none;
	position: relative;
	padding-left: 12px;
	padding-right: 13px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
	}
#topMenu ul li a {
	font-family: Calibri;
	font-size: 16px;
	color: #FFF;
	vertical-align: middle;
	line-height: 42px;
	text-decoration: none;
    }
#topMenu li:hover{
	background-color: #336398;
}

#topMenu li.current{
	background-color: #336398;
}
#slideshowWrapper {
	height: 224px;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow {
	background-image: url(../images/new_site/Ha-header1.jpg);
	background-repeat: no-repeat;
	height: 222px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 5px 15px 2px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 5px 15px 2px rgba(0, 0, 0, 0.3);
}
#contentHero {
	height: 164px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#contentWrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#content {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}
#homeLeft {
	float: left;
	min-height: 210px;
	width: 595px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeRight {
	float: right;
	min-height: 210px;
	width: 404px;
	padding-top: 20px;
}
#contentMain {
	min-height: 600px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}
#contentLeft {
	float: left;
	min-height: 600px;
	width: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#leftMenu {
	float: left;
	width: 250px;
	background: #96adc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #96adc1 0%, #89a2b7 50%, #89a2b7 51%, #708ea6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96adc1), color-stop(50%,#89a2b7), color-stop(51%,#89a2b7), color-stop(100%,#708ea6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96adc1', endColorstr='#708ea6',GradientType=0 );
	margin-bottom: 10px;
}

#leftMenu ul {
	margin: 0px;
	padding: 0px;
	}
#leftMenu ul li{
	height: 42px;
	list-style: none;
	position: relative;
	padding-left: 20px;
	padding-right: 10px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
#leftMenu ul li a {
	font-family: Calibri;
	font-size: 16px;
	color: #FFF;
	vertical-align: middle;
	line-height: 42px;
	text-decoration: none;
    }
#leftMenu ul li a:hover {
	text-decoration: underline;
    }
#contentCall1 {
	float: left;
	height: 103px;
	width: 250px;
	color: #FFF;
	background: #96adc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #96adc1 0%, #89a2b7 50%, #89a2b7 51%, #708ea6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96adc1), color-stop(50%,#89a2b7), color-stop(51%,#89a2b7), color-stop(100%,#708ea6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96adc1', endColorstr='#708ea6',GradientType=0 ); /* IE6-9 */
	margin-bottom: 12px;
	padding: 0px;
	font-size: 14px;
}
#contentCall1 a:link {
	color: #FFF;
	text-decoration: none;
}
#contentCall1 a:visited {
	text-decoration: none;
	color: #FFF;
}
#contentCall1 a:hover {
	text-decoration: none;
	color: #FFF;
}
#contentCall1 a:active {
	text-decoration: none;
	color: #FFF;
}
#contentCall1:hover {
	background: rgb(88,128,161); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(88,128,161,1) 0%, rgba(134,160,182,1) 50%, rgba(131,158,182,1) 50%, rgba(131,158,182,1) 52%, rgba(155,178,197,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,128,161,1)), color-stop(50%,rgba(134,160,182,1)), color-stop(50%,rgba(131,158,182,1)), color-stop(52%,rgba(131,158,182,1)), color-stop(100%,rgba(155,178,197,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(88,128,161,1) 0%,rgba(134,160,182,1) 50%,rgba(131,158,182,1) 50%,rgba(131,158,182,1) 52%,rgba(155,178,197,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(88,128,161,1) 0%,rgba(134,160,182,1) 50%,rgba(131,158,182,1) 50%,rgba(131,158,182,1) 52%,rgba(155,178,197,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(88,128,161,1) 0%,rgba(134,160,182,1) 50%,rgba(131,158,182,1) 50%,rgba(131,158,182,1) 52%,rgba(155,178,197,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(88,128,161,1) 0%,rgba(134,160,182,1) 50%,rgba(131,158,182,1) 50%,rgba(131,158,182,1) 52%,rgba(155,178,197,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5880a1', endColorstr='#9bb2c5',GradientType=0 ); /* IE6-9 */
}
.largeText2 {
	font-size: 20px;
}
#contentCall1Left {
	float: left;
	height: 83px;
	width: 190px;
	padding: 10px;
}

#contentCall1Right {
	float: left;
	height: 73px;
	width: 38px;
	padding-top: 5px;
}
#contentCall2 {
	float: left;
	min-height: 105px;
	width: 250px;
	background: #96adc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #96adc1 0%, #89a2b7 50%, #89a2b7 51%, #708ea6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96adc1), color-stop(50%,#89a2b7), color-stop(51%,#89a2b7), color-stop(100%,#708ea6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96adc1', endColorstr='#708ea6',GradientType=0 ); /* IE6-9 */
	margin-right: 10px;
	margin-bottom: 7px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
#contentCall2 a:link {
	color: #FFF;
	text-decoration: none;
}
#contentCall2 a:visited {
	text-decoration: none;
	color: #FFF;
}
#contentCall2 a:hover {
	text-decoration: underline;
	color: #FFF;
}
#contentCall2 a:active {
	text-decoration: none;
	color: #FFF;
}
#contentForm {
	float: right;
	min-height: 105px;
	width: 350px;
	margin-left:2px;
	background: #96adc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #96adc1 0%, #89a2b7 50%, #89a2b7 51%, #708ea6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96adc1), color-stop(50%,#89a2b7), color-stop(51%,#89a2b7), color-stop(100%,#708ea6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96adc1', endColorstr='#708ea6',GradientType=0 ); /* IE6-9 */
	margin-right: 10px;
	margin-bottom: 7px;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
#contentRight {
	float: left;
	min-height: 600px;
	width: 730px;
	padding-bottom: 20px;
}
#breadcrumbs {
	text-align: right;
	float: right;
	margin-bottom:5px;
}
#contentPicRight {
	float: right;
	padding-left:15px;
	padding-bottom:5px;
}
#contentPicLeft {
	float: left;
	padding-right:15px;
	padding-bottom:5px;
}
#corporateUsersWrapper {
	height: 60px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#corporateUsers {
	float: left;
	min-height: 60px;
	width: 1005px;
}
#corporateSlideshow {
	float: left;
	height: 60px;
	width: 1005px;
}
#callActionWrapper {
	height: 110px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}
#call1 {
	float: left;
	height: 98px;
	width: 328px;
	background: #96adc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #96adc1 0%, #89a2b7 50%, #89a2b7 51%, #708ea6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96adc1), color-stop(50%,#89a2b7), color-stop(51%,#89a2b7), color-stop(100%,#708ea6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96adc1', endColorstr='#708ea6',GradientType=0 ); /* IE6-9 */
	margin-right: 10px;
	margin-bottom: 7px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
hr{
	color: #CCC;
	background-color: #CCC;
}
#call1 a:link {
	color: #FFF;
	text-decoration: none;
}
#call1 a:visited {
	text-decoration: none;
	color: #FFF;
}
#call1 a:hover {
	text-decoration: underline;
	color: #FFF;
}
#call1 a:active {
	text-decoration: none;
	color: #FFF;
}
#call2 {
	float: left;
	height: 110px;
	width: 338px;
}
#call3 {
	float: left;
	height: 103px;
	width: 329px;
	color: #FFF;
	background: #96adc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #96adc1 0%, #89a2b7 50%, #89a2b7 51%, #708ea6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96adc1), color-stop(50%,#89a2b7), color-stop(51%,#89a2b7), color-stop(100%,#708ea6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96adc1 0%,#89a2b7 50%,#89a2b7 51%,#708ea6 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96adc1', endColorstr='#708ea6',GradientType=0 ); /* IE6-9 */
	margin-bottom: 7px;
	padding: 0px;
	font-size: 16px;
}
.largeText {
	font-size: 24px;
}
#call3 a:link {
	color: #FFF;
	text-decoration: none;
}
#call3 a:visited {
	text-decoration: none;
	color: #FFF;
}
#call3:hover {
	color: #FFF;
background: rgb(88,128,161); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(88,128,161,1) 0%, rgba(134,160,182,1) 50%, rgba(131,158,182,1) 50%, rgba(131,158,182,1) 52%, rgba(155,178,197,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,128,161,1)), color-stop(50%,rgba(134,160,182,1)), color-stop(50%,rgba(131,158,182,1)), color-stop(52%,rgba(131,158,182,1)), color-stop(100%,rgba(155,178,197,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(88,128,161,1) 0%,rgba(134,160,182,1) 50%,rgba(131,158,182,1) 50%,rgba(131,158,182,1) 52%,rgba(155,178,197,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(88,128,161,1) 0%,rgba(134,160,182,1) 50%,rgba(131,158,182,1) 50%,rgba(131,158,182,1) 52%,rgba(155,178,197,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(88,128,161,1) 0%,rgba(134,160,182,1) 50%,rgba(131,158,182,1) 50%,rgba(131,158,182,1) 52%,rgba(155,178,197,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(88,128,161,1) 0%,rgba(134,160,182,1) 50%,rgba(131,158,182,1) 50%,rgba(131,158,182,1) 52%,rgba(155,178,197,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5880a1', endColorstr='#9bb2c5',GradientType=0 ); /* IE6-9 */

}
#call3 a:active {
	text-decoration: none;
	color: #FFF;
}
#call3Left {
	float: left;
	height: 83px;
	width: 260px;
	padding: 10px;
}
#call3Right {
	float: left;
	height: 88px;
	width: 47px;
	padding-top: 5px;
}
#footerWrapper {
	background-color: #336398;
	height: 135px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F89F33;
	overflow: auto;
	margin-top: 10px;
}
#footer {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	height: 125px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.largeText a:link {
	color: #FFF;
	text-decoration: none;
}
.largeText a:visited {
	text-decoration: none;
	color: #FFF;
}
.largeText a:hover {
	text-decoration: underline;
	color: #FFF;
}
.largeText a:active {
	text-decoration: none;
	color: #FFF;
}
.title_med_darkblue {
	color: #336398;
	margin-top:4px;
	margin-bottom:6px;
	text-align:center;
}
.subtitle_med_orange {
	font-size:14px;
	font-family: Calibri;
	color:#CC7700;
	margin-bottom:2px;
}
.title_large_orange {
	font-size:16px;
	font-family: Calibri;
	color:#CC7700;
	margin-bottom:5px;
}
.title_large_blue {
	font-size:16px;
	font-family: Calibri;
	color:#003399;
	margin-bottom:5px;
}
.indent {
	margin-left:10px;
}
#newLine {
    clear: both;
	float: none;
    display: block;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	}
#footer ul li{
	display:inline;
	height: 42px;
	list-style: none;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	}
#footer ul li a {
	font-family: Calibri;
	font-size: 16px;
	color: #FFF;
	vertical-align: middle;
	line-height: 42px;
	text-decoration: none;
    }
#socialMedia {
	height: 35px;
	width: 227px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#mediaButton {
	float: left;
	height: 35px;
	width: 45px;
}
.title_large_blue {
font-size:24px;
color:#003399;
font-weight: bold;
font-family: Arial;
}
.title_small_blue {
font-size:12px;
color:#003399;
}
.title_small_orange {
font-family: Calibri;
font-weight: bold;
font-size:12px;
color: #404040;
}
.large_button {
width: 404px;
height: 44px;
background-image:url(http://reseller.harrisonassessments.com/en_UK/images/new_site/download-button.jpg);
background-repeat:no-repeat;
}
.large_button_rollover {
width: 404px;
height: 44px;
background-image:url(http://reseller.harrisonassessments.com/en_UK/images/new_site/download-button-rollover.jpg);
background-repeat:no-repeat;
}