/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* **************************** MAIN STRUCTURAL STYLES **************************** */

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../images/bgBody.jpg) no-repeat top center #F4F8F8;
}

	body.subpage {
		background: url(../images/bgBodySubpage.jpg) no-repeat top center #F4F8F8;
	}
	
	#contentWrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -101px;		
	}
	
    #footerContainer, .push {
		height: 101px;
    }


/* **************************** FOOTER PANEL STYLES **************************** */

	#footerContainer {
		width: 100%;
		float: left;
		height: 180px;
		color: #6f8490;
		text-align: center;
		background: #323a3f;
		margin-top:50px;
	}
	
	#footerMiddle {
		width: 985px;	
		margin: 0 auto;
	}
	
		#footerContent {
			width: 240px;	
			float:left;
			font-size: 0.7em;
			text-align: left;
			position: relative;
			padding: 10px 0 10px 0;
			border-top: 1px solid #4c5458;
			background: #323a3f;
			display:block;
		}
		
			#footerContent p {
				float: left;
				line-height: 140%;
			}
		
			#footerContent p.copyright {
				float: left;
			}
			
			#footerContent a {
				color: #29a6e0;
			}	

/* **************************** MAIN TEXT STYLES **************************** */

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font: 2.8em Arial, Helvetica, sans-serif;
	line-height: 100%;
}

h2 {
	font: 2.1em Arial, Helvetica, sans-serif;
	color: #403638;
	line-height: 120%;
	font-weight: 400;
}

h3 {
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 100%;
}

h4 {
	font: 1.0em Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	line-height: 100%;
}

p {
	margin: 5px 0 5px 0;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
	padding-top: 10px;
	display: block;
}

hr {
	height: 1px;
	border: 0;
	background: #a4a4a4;
	margin: 20px 0 20px 0;
}

/* Access key skip nav */

.offScreen { 
	display: none;
	float: none;
}

.printOnly {
	display: none;
}

.floatRight {
	float: right;	
}

/* **************************** HEADER PANEL STYLES **************************** */

#headerContainer {
	width: 100%;
	float: left;
	text-align: center;
}

#header {
	width: 975px;	
	display: block;
	margin: 0 auto;
	font-size: 1.0em;
	min-height: 197px;
	position: relative;
}
	
.logo {
	position: absolute;
	width: 191px;
	top: 12px;
	left: 20px;
}

ul.mainNav {
	width: auto;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1000;
}

	ul.mainNav li {
		float: left;
		margin: 0 0 0 3px;
		position: relative;
	}
		
	ul.mainNav a {
		float: left;
		text-align: center;
		line-height: 100%;
		color: #fff;
		text-transform: uppercase;
		font-size: 0.85em;
		font-weight: 800;
	}
	
		ul.mainNav li:hover .dropdownWrapper { display: block; }
	
		ul.mainNav a span {
			float: left;
			padding: 14px 13px;
		}
		
			ul.mainNav li.dropdown a span {
				float: left;
				padding: 14px 18px 14px 13px;
			}
	
	ul.mainNav li:hover, ul.mainNav li a.current {
		text-decoration: none;
		color: #fff59f;
		background: url(../images/bgMainNavLeft.gif) no-repeat left;	
	}
	
		ul.mainNav li:hover span, ul.mainNav li a.current span {
			text-decoration: none;
			color: #fff59f;
			background: url(../images/bgMainNavRight.gif) no-repeat right;	
		}
	
		ul.mainNav li.dropdown:hover span, ul.mainNav li.dropdown a.current span {
			text-decoration: none;
			color: #fff59f;
			background: url(../images/bgMainNavRightDropdown.gif) no-repeat right;	
		}	
		
	/* *** DROPDOWN MENU *** */
			
	ul.mainNav li .dropdownWrapper {
		display: block;
		position: absolute;
		top: 43px;
		display: none;
		
	}		
	
		ul.mainNav li .dropdownWrapper.comms {
			width: 242px;
			left: -5px;
			z-index:9999;
			height: 200px;
		}	
	
		ul.mainNav li .dropdownWrapper.sales {
			width: 148px;
			left: -2px;
		}	
	
		ul.mainNav li .dropdownWrapper.team {
			width: 148px;
			left: -2px;
		}	
	
	ul.mainNav li ul {
		float: left;
		width: 100%;
		position: relative;
	}		
	
		ul.mainNav li ul li {
			float: left;
			width: 100%;		
			text-align: left;
			border-top: 1px solid #3888AD;
			margin: 0;
			padding: 0;
			background: none;
		}
	
		ul.mainNav li ul li:hover {
			background: none;
		}
	
		ul.mainNav li ul li.first {
			border-top: none;
		}
			
			ul.mainNav li ul li a {
				float: left;
				width: 84%;
				padding: 5% 8%;
				display: block;
				background: #006593;
				line-height: 100%;
				font-size: 1.0em;
				text-align: left;
				text-transform: lowercase;
				font-weight: 200;
				font-size: 0.9em;
			}
	
				ul.mainNav li ul li a:hover {
					text-decoration: none;
					color: #fff;
					background: #005479;	
				}
				
				ul.mainNav li ul li.first a {
					padding: 10% 8% 5% 8%;
				}
				
				ul.mainNav li ul li.last a {
					padding: 5% 8% 10% 8%;
				}
				
				ul.mainNav li .dropdownWrapper.comms ul li.last a {					
					background: url(../images/bgDropdown_comms.png) no-repeat left bottom;	
				}
				
				ul.mainNav li .dropdownWrapper.comms ul li.last a:hover {					
					background: url(../images/bgDropdown_commsOn.png) no-repeat left bottom;	
				}
				
				ul.mainNav li .dropdownWrapper.sales ul li.last a {					
					background: url(../images/bgDropdown_sales.png) no-repeat left bottom;	
				}
				
				ul.mainNav li .dropdownWrapper.sales ul li.last a:hover {					
					background: url(../images/bgDropdown_salesOn.png) no-repeat left bottom;	
				}
				
				ul.mainNav li .dropdownWrapper.team ul li.last a {						
					background: url(../images/bgDropdown_sales.png) no-repeat left bottom;	
				}
				
				ul.mainNav li .dropdownWrapper.team ul li.last a:hover {					
					background: url(../images/bgDropdown_salesOn.png) no-repeat left bottom;	
				}
				
	
ul.mainContact {
	width: auto;
	position: absolute;
	top: 90px;
	right: 5px;
	padding-right: 15px;
	/* border-right: 1px solid #b1b1b1; */
}

	ul.mainContact li {
		width: auto;
		text-align: right;
		color: #403638;
		font-weight: 600;
		font-size: 1.6em;
	}
	
		ul.mainContact li span {
			color: #0a99db;	
			font-weight: normal;
			letter-spacing: 0.05em;
		}

ul.socialLinks {
	width: auto;
	position: absolute;
	top: 108px;
	right: 12px;
}

	ul.socialLinks li a {
		display: inline-block;
		width: 18px;
		height: 18px;
	}

	ul.socialLinks li.twitter {
		float: left;
		width: 19px;
		height: 18px;
		padding: 0;
		margin-right: 8px;
		background: url(../images/iconTwitter.gif) center no-repeat;
	}

	ul.socialLinks li.facebook {
		float: left;
		width: 18px;
		height: 18px;
		padding: 0;
		margin: 0;
		background: url(../images/iconFacebook.gif) center no-repeat;
	}
	
/* **************************** STRAPLINE PANEL STYLES **************************** */

#straplineContainer {
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid #d2d2d2;
}

#strapline {
	width: 975px;	
	display: block;
	margin: 0 auto;
	font-size: 1.0em;
	min-height: 260px;
	position: relative;
	text-align: left;
	background:  url(../images/bgStrapline.gif) no-repeat right top;
}

	#strapline h2 {
		float: left;
		width: 575px;
		margin-top: 50px;
	}
	
		#strapline h2 span {
			color: #0a99db;	
		}
	
	#strapline img {
		position: absolute;
		top: -23px;
		right: 30px;
	}

/* **************************** CONTENT PANEL STYLES **************************** */

#contentContainer {
	width: 100%;
	float: left;
	text-align: center;
	background: #F4F8F8;
	margin-bottom: 10px;
}

#content {
	width: 975px;	
	display: block;
	margin: 0 auto;
	font-size: 0.9em;
	text-align: left;
	padding-bottom: 40px;
}

	#content a {
		color: #0a99db;
	}

	#content h1 {
		color: #0a99db;
		text-transform: none;
		margin: 20px 0;
		font-size: 1.6em;
		font-weight: 600;
	}

	#content h3 {
		color: #0a99db;
		text-transform: none;
		margin: 20px 0;
		font-size: 1.5em;
	}

		#content h1 img, #content h3 img {
			border: 0;
			float: none;
			margin: 0;
			padding: 0;
		}

	#content img {
		float: left;
		margin: 5px 10px 10px 0;
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	#content .trainingLinksContainer {
		width: 615px;
		margin: 20px 0;
		background: url(../images/bgTrainingLinksBot.gif) bottom no-repeat;
		display: inline-block;
	}
	
	#content .trainingList {
		width: 555px;
		padding: 30px;
		background: url(../images/bgTrainingLinksTop.gif) top no-repeat;
		display: inline-block;
		color: #666;
	}
	
		#content .trainingList ul {
			width: 275px;
			float: left;
		}
	
			#content .trainingList ul li {
				width: 250px;
				padding: 0 10px 0 15px;
				line-height: 130%;
				color: #666;
				float: left;
				display: block;
				background: url(../images/bgLiArrow.gif) left top no-repeat;
				font-style: italic;
				margin: 7px 0;
			}
		
	#content p {
		line-height: 140%;
		margin: 10px 0;
	}

	#content .contentleft {
		width: 385px;
		float: left;
		margin: 25px 20px 40px 0;		
		font-size: 1.1em;
	}

	#content .contentright {
		width: 385px;
		float: right;
		margin: 25px 20px 40px 0;		
		font-size: 1.1em;
	}
	
	#content ul.homeLinks {
		float: right;
		font-size: 0.9em;
		font-style: italic;
		margin-bottom: 60px;
		margin-top: 35px;
		width: 190px;
	}
	
		#content ul.homeLinks li {
			width: 180px;
			float: left;
			margin: 0 0 18px 0px;
			background: url(../images/bgHomeLinksArrow.gif) left center no-repeat;
			padding-left: 15px;
			position: relative;
		}
	
		#content ul.homeLinks li a {
			color: #333;
			
			
			
		}
	
			#content ul.homeLinks li a span {
				font-size: 0.8em;
				vertical-align: top;
				margin: -5px 0 0 2px;
				display: inline-block;
			}
			
	#content .previewBox {
		float: left;
		width: 100%;
		clear: both;
	}	
	
		#content .previewBox h3 {
			color: #333;
			text-transform: none;
			margin: 10px 0;
			font-size: 1.5em;
		}
	
	
/* **************************** QUICK LINKS PANEL STYLES **************************** */

#quickLinksContainer {
	width: 100%;
	float: left;
	text-align: center;
	background: url(../images/bgQuickLinks.gif) center top no-repeat #323b40;
}

#quickLinks {
	width: 975px;	
	display: block;
	margin: 0 auto;
	padding-top: 75px;
	font-size: 1.0em;
	text-align: left;
	position: relative;
	min-height: 200px;
}

	#quickLinks h3 {
		width: 230px;
		margin-bottom: 15px;
	}

	#quickLinks p.intro {
		width: 235px;
		font-size: 1.1em;
		color: #b5cfdd;
	}
	
		#quickLinks p.intro span {
			color: #fff;
		}
		
	#quickLinks ul.programLinks {
		width: 723px;
		position: absolute;
		top: -20px;
		right: -15px;
	}
	
		#quickLinks ul.programLinks li {
			float: left;
			height: 156px;
			padding-top: 100px;
			text-align: center;
		}
	
			#quickLinks ul.programLinks li.think {
				width: 201px;
				background: url(../images/bgPrograms_think_off.gif) no-repeat;
			}
	
				#quickLinks ul.programLinks li.think:hover {
					background: url(../images/bgPrograms_think_on.gif) no-repeat;
				}
	
			#quickLinks ul.programLinks li.sales {
				width: 177px;
				background: url(../images/bgPrograms_sales_off.gif) no-repeat;
			}
	
				#quickLinks ul.programLinks li.sales:hover {
					background: url(../images/bgPrograms_sales_on.gif) no-repeat;
				}
	
			#quickLinks ul.programLinks li.team {
				width: 170px;
				background: url(../images/bgPrograms_team_off.gif) no-repeat;
			}
	
				#quickLinks ul.programLinks li.team:hover {
					background: url(../images/bgPrograms_team_on.gif) no-repeat;
				}
	
			#quickLinks ul.programLinks li.comms {
				width: 175px;
				background: url(../images/bgPrograms_comms_off.gif) no-repeat;
			}
	
				#quickLinks ul.programLinks li.comms:hover {
					background: url(../images/bgPrograms_comms_on.gif) no-repeat;
				}
				
			#quickLinks ul.programLinks h4 {
				color: #fff59f;	
				text-transform: lowercase;
				font-size: 1.3em;
			}
			
			#quickLinks ul.programLinks p {
				color: #b5cfdd;
				font-size: 0.8em;
				padding: 0 10px;
			}
				
				#quickLinks ul.programLinks.programLinks li.think p {
					padding: 0 25px;
				}
				
			#quickLinks ul.programLinks a {
				color: #29a6e0;
				font-size: 0.9em;
				text-transform: lowercase;
			}
			
	#quickLinks .arrow {
		background: url(../images/bgQuickLinksArrow.png) no-repeat;
		width: 124px;
		height: 35px;
		position: absolute;
		top: 200px;
		left: 170px;
	}

/* **************************** SUBPAGE PANEL STYLES **************************** */

#subpageIntroContainer {
	width: 100%;
	float: left;
	text-align: center;
	background: url(../images/bgSubpage.gif) no-repeat center;
	z-index:-9999;
}

#subpageIntro {
	width: 975px;	
	margin: 0 auto;
	font-size: 0.9em;
	min-height: 198px;
	position: relative;
	text-align: left;
	color: #fff;

}

	#subpageIntro h2 {
		float: right;
		width: 650px;
		margin-top: 40px;
		font-size: 1.6em;
		color: #fff;
		z-index:-9999;
	}

	#subpageIntro p {
		float: right;
		width: 650px;
		margin-top: 10px;
		line-height: 130%;
	}
	
	#subpageIntro img {
		position: absolute;
		bottom: -5px;
		left: -40px;
	}

#content .consultFormContainer {
	width: 271px;
	float: right;
	margin: -85px 20px 30px 65px;
	background: url(../images/bgConsultFormTop.gif) no-repeat top;
}

#content .consultFormContainercontact {
	width: 271px;
	float: right;
	margin: -85px 20px 30px 65px;
	background: url(../images/bgConsultFormTopcontact.gif) no-repeat top;
}


form#consultForm {
	background: #000;
	width: 211px;
	padding: 30px;
	color: #fff;
	background: url(../images/bgConsultFormBot.gif) no-repeat bottom;
}

	form#consultForm .consultFormHeader {
		width: 100%;
		text-align: center;
		font-size: 1.7em;
		font-weight: 600;
	}

		form#consultForm .consultFormHeader span {
			display: block;
			font-size: 1.6em;
			font-weight: 800;
			color: #fff59f;
			margin-top: 50px;
			background: url(../images/bgConsultFormLegend.png) no-repeat center;
		}

	form#consultForm p {
		color: #a9c8dc;
		font-style: italic;
		text-align: center;
		padding: 15px 5px;
	}
	
		form#consultForm p span {
			color: #fff;
			font-weight: bold;
		}
		
	form#consultForm label {
		display: none;	
	}
		
	form#consultForm fieldset {
		font-size: 0.85em;	
		padding: 0 5px;
	}
		
	form#consultForm input.name {
		width: 172px;
		height: 31px;
		background: url(../images/bgConsultFormInputName.gif) no-repeat #94bad3;
		border: none;
		display: inline-block;
		padding: 0 0 0 30px;
		margin: 7px 0;
		color: #242424;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
	}
		
	form#consultForm input.phone {
		width: 172px;
		height: 31px;
		background: url(../images/bgConsultFormInputPhone.gif) no-repeat #94bad3;
		border: none;
		display: inline-block;
		padding: 0 0 0 30px;
		margin: 7px 0;
		color: #242424;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
	}
		
	form#consultForm input.email {
		width: 172px;
		height: 31px;
		background: url(../images/bgConsultFormInputEmail.gif) no-repeat #94bad3;
		border: none;
		display: inline-block;
		padding: 0 0 0 30px;
		margin: 7px 0;
		color: #242424;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
	}
		
	form#consultForm textarea {
		width: 176px;
		max-width: 176px;
		height: 129px;
		max-height: 129px;
		background: url(../images/bgConsultFormTextarea.gif) no-repeat #94bad3;
		border: none;
		display: inline-block;
		padding: 13px;
		margin: 7px 0;
		color: #242424;
		overflow: hidden;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		resize: none;
	}
		
	form#consultForm input.veriCode {
		width: 95px;
		height: 31px;
		background: url(../images/bgConsultFormLabelCode.gif) no-repeat #94bad3;
		border: none;
		padding: 0 0 0 14px;
		float: left;
		margin: 7px 7px 7px 0;
		color: #242424;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.0em;
	}
		
	form#consultForm fieldset img {
		float: left;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	form#consultForm .buttonContainer,
	form#freePub .buttonContainer {
		display: block;
		background: url(../images/bgConsultFormLegend.png) no-repeat center;
		text-align: center;
	}
		
	form#consultForm input.submitBtn {
		width: 93px;
		height: 39px;
		border: none;
		display: inline-block;
		margin: 7px 0;
	}
	
		
		
	.contentleft h2 {
		font-size: 18px;
		font-weight: bold;
	}
	
	.signup {
		background-color: #212c30;
		float: right;
		margin-top: 30px;
		width: 570px;
	}
	
	.signup .intro {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 20px;
		width: 275px;
	}
	
	.signup .intro h2 {
		 margin-bottom: 20px;
	}
	
	.signup h2,
	.signup p,
	.signup ul li {
		color: #ffffff;
	}
	
	.signup ul li,
	.signup p {
		font-size: 15px;
	}
	
	.signup h2 {
		font-size: 20px;
		font-weight: bold;
	}
	
	.signup ul {
		padding-left: 15px;
	}
	
	.signup ul li {
		background-image: url("../images/tick.png");
		background-position: left center;
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 30px;
	}
		
	form#freePub {
		background-color: #28373d;
		float: right;
		margin-bottom: 15px;
		margin-right: 15px;
		margin-top: 15px;
		padding: 15px 15px 5px;
		width: 220px;
	}	
	
	form#freePub fieldset {
		margin-top: 20px;
	}
		
	form#freePub input {
		background-color: #a5c7db;
		border: 0 none;
		box-shadow: none;
		color: #000000;
		font-size: 15px;
		margin-bottom: 7px;
		max-width: 200px;
		padding-bottom: 8px;
		padding-left: 30px;
		padding-top: 8px;
	}
	
	form#freePub .name {
		background-image: url('../images/name-icon.jpg');
		background-repeat: no-repeat;
		background-position: 7px center;
	}
	
	form#freePub .fiemail {
		background-image: url('../images/email-icon.jpg');
		background-repeat: no-repeat;
		background-position: 7px center;
	}
	
	form#freePub input.submitBtn {
		background-color: transparent;
		margin-bottom: 0;
		padding-left: 0;
	}
		
		
		
/* **************************** MOBILE DEVICES STYLES **************************** */

	@media screen and (max-width:480px) {
	
		body {
			background: url(../images/bgBody_mobile.jpg) no-repeat top center #F4F8F8;
		}
		
			body.subpage {
				background: url(../images/bgBodySubpage_mobile.jpg) no-repeat top center #F4F8F8;
			}		
			
	}