/* reset */
*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none;}
code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext{font:inherit;font-size:1em;}
a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet,table{border:none;}
table{border-collapse:collapse;border-spacing:0;}
sub,sup{vertical-align:baseline;}
a{color:#588ce9;text-decoration:underline;outline:none;-moz-outline-style:none;}
button::-moz-focus-inner{border:0;}
button:focus{outline:none;}
a:active,a:focus,a:hover{outline:none;-moz-outline-style:none;}
html{font-size:62.5%;font-family:"Hoefler Text",Georgia,Times,serif;}
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#001141;}
input[type='text'],input[type='password'],textarea{border:1px solid #ccc;}
textarea:hover,input[type='text']:hover,input[type='password']:hover{border:1px solid #000;}
textarea:focus,input[type='text']:focus,input[type='password']:focus{border:1px solid #999;outline:none;background:#FFF;}
input[type='button'],input[type='submit'],input[type='checkbox'],input[type='image'],input[type='radio'],input[type='reset'],select,button{cursor:pointer;}
input[type='hidden']{display:none;}

@font-face {
	font-family: 'Pictos';
	src: url('/images/pictos/pictos-web.eot');
	src: local('☺'), url('/images/pictos/pictos-web.woff') format('woff'), url('/images/pictos/pictos-web.ttf') format('truetype'), url('/images/pictos/pictos-web.svg#webfontphKv1xv9') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*=======PUBLIC=======*/
body,html{line-height:1;background:url(../images/bg-body3.png);}
html .clearfix:after{content:".";height:0;text-indent:-9999px;display:block;clear:both;}
html .nodisplay{display:none;}
html .center{text-align:center;}
html .headline{text-shadow: 1px 1px 1px #B8C9DB;text-align: center;}
html .pictos{font-family:"Pictos";}
.btn{
	display:inline-block;
	background:url(../images/btn-1.gif) repeat-x 0 0 #DDD;
	color:#444;
	text-decoration:none;
	padding:3px 8px;
	border:1px solid #BBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:0 0 2px #ccc;
	-moz-box-shadow:0 0 2px #ccc;
	box-shadow:0 0 2px #ccc;
}

#container {
	background: #FFF;
}

/* public nav */
#public_nav {
	background: url(../images/bg-public-nav.png) repeat-x bottom left #506fa9;
}
#public_nav_content {
	width: 1000px;
	height: 42px;
	margin: 0 auto;
}
#main_nav {
	float: left;
	margin: 0
	list-style: none;
}
#main_nav li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 8px 8px 0 0;
}
#main_nav li a {
	display: block;
	padding: 5px 8px;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#main_nav li a:hover {
	text-decoration: underline;
}
#main_nav li a.nav-home {
	padding: 0;
	margin-right: 10px;
	width: 131px;
}
#main_nav li a.nav-help {
	background: url(../images/btn-nav-help.png) repeat-x bottom left #f58b3d;
	margin-right: 8px;
	text-shadow: 1px 1px 0 #777;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#main_nav li a.nav-login {
	background: url(../images/btn-nav-login.png) repeat-x bottom left #a7e356;
	text-shadow: 1px 1px 0 #777;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#harqen_header {
	float: right;
}

/* footer */
#footer {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	padding: 25px 0;
}
#footer_content {
	width: 960px;
	margin: 0 auto;
}
#footer a{
	color: #001141;
}
#footer em{
	margin-left:5px;
	margin-right:5px;
	color: #888;
}
#footer p{
	margin-bottom:10px;
	line-height:18px;
}
#footerLinks {
	float:left;
	width:550px;
}
#footerLogo {
	float: right;
	padding-top: 10px;
	padding-right: 50px;
}

/* generics */
.col-large {
	float: left;
	width: 67%;
}
.col-small {
	float: left;
	width: 33%;
}
#public_header {
	background: url(../images/bg-homepage-top-band.png) repeat-x bottom left;
	border-bottom: 1px solid #bac3da;
	padding: 35px 0;
	width: 100%;
	text-align: center;
}
#content {
	margin: 0 auto;
	padding: 25px 0;
}
.horizontal-subnav {
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
.horizontal-subnav a {
	
}
.horizontal-subnav em {
	margin-right: 8px;
	margin-left: 8px;
	color: #999;
}

/* homepage */
#top_band {
	background: url(../images/bg-homepage-top-band.png) repeat-x bottom left;
	border-bottom: 1px solid #bac3da;
	height: 409px;
	width: 100%;
	text-align: center;
}
#top_band_bg {
	width: 100%;
	height: 409px;
	margin: 0 auto;
	background: url(../images/bg-homepage-band.png) no-repeat bottom center;
}
#top_band h1 {
	font-size: 48px;
	padding: 270px 0 0 0;
	margin: 0 0 20px 0;
}
#top_band h2 {
	font-size: 28px;
}
#homepage .group {
	margin: 35px auto;
	width: 1000px;
	border-bottom: 3px solid #bac3da;
	padding: 0 0 25px 0;
}
#hre_award {
	float: left;
	width: 500px;
	padding-left: 15px;
}
#hre_award_icon {
	float: left;
	width: 140px;
	margin-right: 20px;
}
#hre_award_text {
	float: left;
	width: 340px;
	margin-top: 15px;
}
#hre_award_text h1 {
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	font-size: 30px;
	margin: 0 0 15px 0;
}
#hre_award_text p {
	font-size: 20px;
	line-height: 24px;
}
#try_it_now {
	float: right;
	width: 390px;
	height: 120px;
	margin-top: 10px;
}
#try_it_now a {
	display: block;
	width: 390px;
	height: 115px;
	padding: 0;
	margin: 0;
}
	
#customers h1 {
	font-size: 42px;
}
#customers {
	border-bottom: 3px solid #eff0f3;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
#testimonials {
	padding-left: 10px;
}
#homepage .testimonial {
	float: left;
	width: 300px;
}
#testimonials .middle {
	padding: 0 20px;
	margin: 0 20px;
	border-right: 1px solid #eff0f3;
	border-left: 1px solid #eff0f3;
}
#homepage .testimonial h3 {
	font-size: 24px;
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	text-align: center;
	margin: 0 0 15px 0;
}
#homepage .testimonial p {
	font-size: 18px;
	line-height: 22px;
}
#homepage .testimonial .signature {
	text-align: right;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #001141;
}
#homepage .testimonial .signature strong {
	display: block;
	margin: 10px 0 0 0;
}
#homepage .testimonial .signature em {
	display: block;
	font-size: 11px;
	color: #777;
}
#quick_tour h1 {
	font-size: 48px;
	margin: 0 0 20px 0;
}
#quick_tour h2 {
	font-size: 26px;
	font-family: "Hoefler Text",Georgia,Times,serif;
	text-shadow: 1px 1px 0 #B8C9DB;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #001141;
	text-align: center;
}
#homepage .value-prop {
	width: 800px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: url(../images/bg-value-prop.png) repeat-x top left #FFF;
	border-bottom: 1px solid #bac3da;
}
#homepage .video-tour-overview {
	text-align: center;
}
#quick_tour .first-prop {
	background-image: none;
	margin-top: 30px;
}
#homepage .value-prop h3 {
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	font-size: 24px;
	margin: 0 0 12px;
}
#homepage .value-prop p {
	font-size: 14px;
	line-height: 22px;
	width: 480px;
	text-align: justify;
	padding-bottom: 18px;
}
#homepage .value-prop p a {
	margin-left: 4px;
	margin-right: 4px;
}
#homepage .value-prop p em {
	color: #888;
}
#homepage .prop1 {
	background: url(../images/bg-homepage-value-1.png) no-repeat bottom right;
}
#homepage .prop2 {
	background: url(../images/bg-homepage-value-2.png) no-repeat bottom right;
}
#homepage .prop3 {
	background: url(../images/bg-homepage-value-3.png) no-repeat bottom right;
}
#homepage .prop4 {
	background: url(../images/bg-homepage-value-4.png) no-repeat bottom right;
}
#homepage .prop5 {
	background: url(../images/bg-homepage-value-5.png) no-repeat bottom right;
}
#tour_jumpoffs {
	width: 800px;
	margin: 25px auto;
}
#tour_btn {
	float: left;
	width: 315px;
	padding-left: 50px;
}
#lets_chat {
	float: right;
	padding-right: 65px;
	padding-top: 22px;
	text-align: center;
}
#lets_chat h4 {
	font-size: 24px;
	margin: 0 0 15px;
}
#lets_chat p {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 12px;
}
#lets_chat p em {
	margin-right: 8px;
	margin-left: 8px;
	color: #AAA;
}
#press_homepage h1 {
	font-size: 36px;
	margin: 0 0 20px 0;
}
#clippings {
	margin: 35px 0;
}
#homepage .clipping {
	float: left;
	width: 300px;
	text-align: center;
}
#clippings .middle {
	margin: 0 20px;
	padding: 0 20px;
	border-right: 1px solid #eff0f3;
	border-left: 1px solid #eff0f3;
}
#homepage .clipping a {
	display: block;
	text-decoration: none;
}
#homepage .clipping a img {
	display: inline-block;
	margin-bottom: 10px;
}
#homepage .clipping a span {
	display: block;
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	font-weight: normal;
	font-size: 20px;
	color: #588ce9;
	line-height: 26px;
}
#homepage .clipping a:hover span {
	text-decoration: underline;
}
#va_web {
	float: left;
	width: 600px;
}
#va_web .homepage-web {
	float: left;
	display: inline-block;
	margin: 0 20px;
	width: 120px;
	height: 126px;
	line-height: 0;
}
#va_web h3 {
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	font-size: 18px;
	margin: 12px 0;
	float: left;
	width: 380px;
}
#va_web h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px 0;
	float: left;
	width: 380px;
}
#va_web h5 {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 13px;
	float: left;
	width: 380px;
}
#va_web h5 em {
	margin-left: 8px;
	margin-right: 8px;
	color: #888;
}
div#newsletter {
	float: right;
	width: 370px;
	padding-right: 30px;
	margin-top: 5px;
}
div#newsletter form {
	background: #F4F4F4;
	padding: 15px 15px 15px 25px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
div#newsletter h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
div#newsletter label {
	display: block;
	margin-bottom: 4px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
div#newsletter input {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
div#newsletter input#iridtr-iridtr {
	display: block;
	padding: 4px;
	font-size: 12px;
	width: 300px;
	margin-bottom: 4px;
}
#final_jumpoff {
	width: 1000px;
	margin: 35px auto;
}
#final_jumpoff h1 {
	font-size: 36px;
	margin: 0 0 20px 0;
}
#final_jumpoff .quote {
	float: left;
	padding-top: 15px;
	width: 600px;
}
#final_jumpoff .quote p {
	font-size: 14px;
	line-height: 22px;
	width: 480px;
	text-align: justify;
	padding-bottom: 18px;
	padding-left: 50px;
}
#final_jumpoff .quote blockquote {
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	font-weight: normal;
	font-size: 36px;
	margin: 0 30px;
	padding: 15px 20px 15px 0;
	text-align: center;
	background: url(../images/bg-homepage-quote.png) no-repeat 0 0;
}
#final_jumpoff .contact-us {
	float: right;
	padding-right: 125px;
	padding-top: 50px;
	width: 250px;
	text-align: center;
}
#final_jumpoff .contact-us h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 10px 0;
}
#final_jumpoff .contact-us h3 {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #888;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eff0f3;
}
#final_jumpoff .contact-us h4 {
	color: #f57b20;
	font-size: 22px;
	margin-bottom: 12px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
#final_jumpoff .contact-us h5 a {
	color: #f57b20;
	font-size: 16px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}

#final_jumpoff .final-stats {
	width: 800px;
	margin: 75px auto 35px auto;
	text-align: center;
	clear: both;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #333;
}
#final_jumpoff .final-stats .highlight {
	background: #FFF75C;
	padding: 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}

/* press */
#press #content {
	width: 880px;
}
#press h1 {
	font-size: 48px;
	margin: 0 0 20px;
}
#press h2 {
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	font-size: 30px;
	margin: 0 0 20px;
}
#press h4 {
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	font-size: 18px;
	margin: 8px 0;
}
.press-stories{
	margin-bottom:50px;
}
.press-story{
	background:#F9F9F9;
	padding:20px 10px 10px 10px;
	border-bottom:1px solid #EEE;
	clear:both;
	width:540px;
}
.first-press-story {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.last-press-story {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.press-story h3 {
	margin-bottom: 12px;
}
.press-story p{
	color:#666;
	font-size: 13px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
.press-story .img{
	float:left;
	width:150px;
	margin-right:10px;
	text-align:center;
	zoom: 1;
}
.press-story a{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
.press-story .inner-quote{
	color:#666;
	font-style:italic;
}
.press-grouping{
	padding:35px 10px;
	color:#666;
}
.press-grouping ul {
	list-style-type: none;
	font-size: 12px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
.press-grouping li {
	margin-bottom: 12px;
}
.press-grouping a{
	font-weight:bold;
}
.press-releases-list{
	list-style-type:none;
	margin:0 0 20px;
}
.press-releases-list li{
	padding:5px 10px;
	margin:0;
	color:#666;
}
.press-releases-list a{
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
#press .col-small p {
	margin-bottom: 25px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/*newsletter*/
body#newsletter #content {
	width: 760px;
}
body#newsletter h1 {
	font-size: 48px;
	margin: 0 0 20px;
}
body#newsletter h2 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
body#newsletter form {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
body#newsletter label {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}
body#newsletter #iridtr-iridtr {
	width: 400px;
	padding: 4px;
	font-size: 14px;
	margin-bottom: 5px;
}
body#newsletter .col-small p {
	font-size: 12px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	margin-bottom: 12px;
}

/*contact*/
body#contact #content {
	width: 600px;
}
body#contact h1 {
	font-size: 48px;
	margin: 0 0 20px;
}
body#contact h2 {
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	font-size: 18px;
	margin-bottom: 10px;
}
body#contact p {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 18px;
}

/*privacy + terms*/
body#terms #content{
	width: 760px;
}
body#terms #content h1, #content body#terms h2, body#terms #content h3, body#terms #content p, body#terms #content ol, body#terms #content ul {
	margin: 0.6em 0 1.2em;
	line-height: 1.6em;
}
body#terms #content h1 {
	font-size: 48px;
}
body#terms #content h2 {
	font-size: 24px;
}
body#terms #content h3 {
	font-size: 18px;
}
body#terms #content p, body#terms #content ol, body#terms #content ul {
	font-size: 14px;
}
body#terms #content ol, body#terms #content ul {
	list-style-position: inside;
}
body#terms #content ol li, body#terms #content ul li {
	margin-bottom: 10px;
}

/*tour*/
.tour-group {
	margin: 35px auto;
	width: 1000px;
	border-bottom: 3px solid #bac3da;
	padding: 0 0 25px 0;
}
.tour-group h1 {
	font-size: 40px;
	margin-bottom: 20px;
}
.tour-group h2 {
	font-size: 18px;
	margin-bottom: 35px;
	font-family: "Mido","Hoefler Text",Georgia,Times,serif;
	text-align: center;
}
.tour-group .left-gutter {
	float: left;
	width: 197px;
}
.tour-group .tour-img {
	float: left;
	width: 600px;
	padding: 2px;
	border: 1px solid #DDD;
	line-height: 0;
	zoom: 1;
}
.tour-group .right-gutter {
	float: left;
	width: 197px;
}
.tour-group .tour-snippet {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 8px;
}
.tour-group .snippet-pointer {
	border-top: 2px solid #EEE;
}
.tour-group .left-gutter .snippet-pointer {
	padding-right: 15px;
	padding-left: 2px;
}
.tour-group .right-gutter .snippet-pointer {
	padding-left: 15px;
	padding-right: 2px;
}
.tour-group .tour-blurb {
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #EEE;
}
.tour-group .left-gutter .tour-blurb {
	margin-right: 10px;
}
.tour-group .right-gutter .tour-blurb {
	margin-left: 10px;
}
.tour-group .tour-action {
	text-align: center;
}
#tour_help {
	border: none;
}
#tour_video_overview {
	text-align: center;
}

.sales-band {
	width: 900px;
	text-align: center;
	padding: 20px 0;
	margin: 20px auto;
	background: #FBE6B3;
	border: 1px solid #A18F65;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	color: #6C5E3E;
	font-family: "Lucida Grande","Helvetica",Arial,sans-serif;
}
.sales-band strong {
	color: #222;
}


/* partners */
#partners {
	
}
.partner-header {
	text-align: center;
	margin-bottom: 35px;
}
.partner-headline {
	margin: 35px auto;
	text-align: center;
	font-size: 40px;
	width: 1000px;
	line-height: 1.4em;
}
.partner-group {
	margin: 35px auto;;
	width: 1000px;
}
.partner-group-content {
	float: left;
	border-top: 5px solid #EEE;
	padding: 25px 35px 0 5px;
	width: 360px;
}
.partner-group-content h2 {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px
}
.partner-group-content h3 {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.partner-group-image {
	float: left;
	width: 600px;
	border-top: 5px solid #EEE;
}


/* unsubscribe */
#unsubscribe #content {
	background: #FFF;
	border:1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 500px;
	margin: 50px auto;
	padding: 20px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}
#unsubscribe h1 {
	text-align: center;
	margin-bottom: 20px;
}
#unsubscribe h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
#unsubscribe h3 {
	color: #D10900;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#unsubscribe p, #unsubscribe ul {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
#unsubscribe ul {
	list-style-position: inside;
}
#unsubscribe li {
	margin-bottom: 10px;
}






