@charset "utf-8";

/*  //////////////////////////////////
	----------------------------------

	main.css
	iQual Marketing
	
	// contents
	   ^^^^^^^^
	/// site global reset
	/// site-wide styles
	//// header
	//// footer
	/// home page styles
	//// masthead
	//// body / panels
	/// interior specific styles
	/// video specific styles
	
	----------------------------------
	//////////////////////////////////  */
	


/*  @ site global reset
      -----------------  */

html, body { height:100%; width:100%; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, div, span, hr, img, form {
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
}


/*  @ site-wide styles
      ----------------  */

.clear { clear: both; visibility: hidden; }
.left { float: left; }
.right { float: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.center { text-align: center; }
.center-div { margin: 0 auto; }
.large { font-size: 20px; }
.important { background-color: #fcfabc; }
.hidden { display: none; }

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	behavior:url("assets/scripts/csshover.htc");
	background: url(../images/css-body-bg.gif) top repeat-x;
}

div.container { width: 800px; margin: 0 auto; }

a.more { color: #5f93d7; }
	a.more:hover { color: #6aabe8; }
	
p { 
	color: #49494B;
	font-size: 14px;
}

#body { line-height: 20px; }

.grey-line { border-bottom: 1px solid #d3d4d4; visibility: visible;  }
.blue-line { border-bottom: 1px solid #3a71a6; visibility: visible; }
.blue-line-dotted {
	border-bottom: 1px dashed #17538a;
	visibility: visible;
}

/* ///header styles
   ----------------  */
   
#header {
	height: 101px;
	background: url(../images/header-bg.jpg) top center no-repeat;
}

	#header h1#header-logo {
	height: 90px;
	width: 370px;
	text-align: right;
	text-indent: -999999px;
	position: absolute;
}
	#header h1#header-logo a {
		display: block;
		height: 90px;
		width: 380px;
		text-indent: -999999px;
		text-align: left;
	}
	
	#header h3#header-phone-info {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 21px;
}
	
	#header p#header-login-info {
	color: #c0e2f7;
	text-align: right;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	}
		#header p#header-login-info a { color: #c0e2f7; }
			#header p#header-login-info a:hover { color: #fff; }
	
	#header #header-main-nav {
		list-style-type: none;
	}
		#header #header-main-nav li {
			float: left;
			height: 28px;
			padding-left: 5px;
		}
			#header #header-main-nav li a {
				display: block;
				float: left;
				padding: 0;
				height: 28px;
				width: 88px;
				line-height: 32px;
				text-align: center;
				background: url(../images/header-nav-li-bg-h.gif) top center no-repeat;
				text-decoration: none;
				color: #fff;
				font-size: 12px;
				font-weight: bold;
			}
				#header #header-main-nav li.current a,
				#header #header-main-nav li:hover a {
				background: url(../images/header-nav-li-bg.gif) no-repeat;
				color: #014177;
				}


/* ///footer styles
   ----------------  */

#footer {
	background: #fff;
	padding-top: 15px;
}
	#footer.grey { background: #e0e1e1; }
	#footer .container {
		border-top: 3px solid #63a5d5;
		padding-top: 15px;
	}

#footer h4#footer-phone-info {
	font-size: 16px;
	font-weight: bold;
	color: #014076;
	text-align: right;
}
#footer #security {
	display: block;
	padding: 10px;
	margin: 20px 0;
	background: #fff;
	text-align: right;
}
#footer p#footer-address-info {
	padding-top: 17px;
	font-size: 10px;
	line-height: 12px;
	color: #838cc0;
	text-align: right;
}
#footer ul#footer-nav {
	list-style-type: none;
	margin: 0 0 15px 0;
}
	#footer ul#footer-nav li {
		display: inline;
	}
		#footer ul#footer-nav li a {
			display: block;
			float: left;
			padding: 0 4px;
			border-left: 1px solid #79BDE8;
			color: #838cc0;
			font-size: 10px;
			text-decoration: none;
		}
			#footer ul#footer-nav li.first a {
				border: none;
				padding-left: 0;
			}
			#footer ul#footer-nav li a:hover {
				text-decoration: underline;
				color: #2c314f;
			}
	
#footer p#footer-legal-info {
	font-size: 10px;
	color: #79BDE8;
	line-height: 12px;
}
	#footer p#footer-legal-info a { color: #104343; }

/*  @ home page specific styles
      -------------------------  */


/* ///masthead styles
   ------------------  */

#masthead {
	border-top: 2px solid #fff;
	border-bottom: 4px solid #d3d4d4;
	background-color: #D9D9D9;
}
	#masthead h2 {
	font-family: "trebuchet MS", helvetica, sans-serif;
	font-size: 21px;
	color: #005CAB;
	line-height: 28px;
	padding-top: 30px;
	padding-bottom: 17px;
	width: 391px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	#masthead h3 {
	font-family: "trebuchet MS", helvetica, sans-serif;
	font-size: 16px;
	color: #49494B;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 375px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	#masthead #home-masthead-screenshot {
	text-align: right;
	float: right;
	margin-top: 30px;
	}


/* ///body styles
   --------------  */

#body.main { padding: 0; }

	#body div.home-body-panel {
	width: 342px;
	padding: 20px 0 37px 0;
	}
		#body div.home-body-panel h3 {
			font-family: "trebuchet MS", helvetica, sans-serif;
			font-size: 22px;
			color: #529AC3;
			padding-bottom: 17px;
		}
		#body div.home-body-panel ul {
			padding-bottom: 3px;
			font-style: italic;
			line-height: 20px;
			list-style-type: disc;
			padding-left: 15px;
			color: #49494B;
			font-size: 14px;
		}
	
	#body #home-signup-box {
		height: 148px;
		width: 342px;
		background: url(../images/css-home-signup-box.gif) top left no-repeat;
	}
		#body #home-signup-box h3 {
			padding: 14px 18px;
			font-size: 26px;
			color: #005CAB;
			font-family: "trebuchet MS", helvetica, sans-serif;
		}
		#body #home-signup-box h4 {
			padding: 0 18px 14px 18px;
			color: #529AC3;
			font-size: 16px;
			font-family: "trebuchet MS", helvetica, sans-serif;
		}
		#body #home-signup-box #home-signup-now-button-l { padding-left: 18px; }
		
	#body #thumbnail-panels {
		background: url(../images/home-thumbnail-panels-bg-top.gif) top left no-repeat #e1e1e1;
		margin: 30px 3px 30px 3px;
		padding-top: 18px;
	}
		#body #thumbnail-panels div.thumb-panel {
			width: 175px;
		}
			#body #thumbnail-panels #thumb-panel-one { padding-left: 18px; }
			#body #thumbnail-panels #thumb-panel-four { padding-right: 0; }
		
		#body #thumbnail-panels div.thumb-panel h3 {
	font-family: "trebuchet MS", helvetica, sans-serif;
	font-size: 18px;
	color: #0e5dac;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
#body #thumbnail-panels a {
	color: #0e5dac;
	text-decoration: none;
}
#body #thumbnail-panels a:hover {
	color: #E1E1E1;
	background-color: #0e5dac;
	text-decoration: none;
}
		#body #thumbnail-panels div.thumb-panel p {
	font-size: 14px;
	color: 49494B;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
		}
		div.thumb-panels-bottom-border {
			background: url(../images/home-thumbnail-panels-bg-bottom.gif) bottom no-repeat #e1e1e1;
			visibility: visible;
			height: 18px;
		}


/*  @ interior specific styles
      ------------------------  */

h2.masthead {
	background: #bbcadb;
	font-size: 35px;
	line-height: 25px;
	color: #024177;
	font-family: "trebuchet MS", helvetica, sans-serif;
}
	h2.masthead .container { padding: 35px 0 0 0; }
	h2#aboutus.masthead .container { background: url(../images/masthead-aboutus.gif) 20px no-repeat #bbcadb;}
	h2#moreinfo.masthead .container { background: url(../images/masthead-moreinfo.gif) 20px no-repeat #bbcadb;}
	h2#contact.masthead .container { background: url(../images/masthead-contact.gif) 20px no-repeat #bbcadb;}
	h2#sitemap.masthead .container { background: url(../images/masthead-sitemap.gif) 20px no-repeat #bbcadb;}
	h2#siteinformation.masthead .container { background: url(../images/masthead-siteinformation.gif) 20px no-repeat #bbcadb;}

#body.interior { padding: 38px 0 0px 0; }
div.interior { padding: 38px 0 0px 0; }	/* ie less than 7  */

#body #sidebar { width: 290px; }
	#body #sidebar h3 {
		font-size: 19px;
		color: #529AC3;
		padding-bottom: 15px;
		font-family: "trebuchet MS", helvetica, sans-serif;
	}
	#body #sidebar h4 {
		font-size: 14px;
		color: #666;
	}
	#body #sidebar h5 {
		padding: 0;
		margin: 0;
		color: #333;
		font-size: 11px;
	}
	#body #sidebar a {
		color: #529AC3;
		text-decoration: underline;
	}
	#body #sidebar p {
		color: #529AC3;
		line-height: 20px;
		padding: 5px 50px 25px 0;
	}
	#body #sidebar #signup-box {
		height: 152px;
		width: 239px;
		background: url(../images/css-signup-box-bg.gif) top left no-repeat;
	}
		#body #sidebar #signup-box h3 {
			padding: 18px;
			font-size: 24px;
			color: #005CAB;
			font-family: "trebuchet MS", helvetica, sans-serif;
		}
		#body #sidebar #signup-box h4 {
			padding: 2px 18px 18px 18px;
			color: #529AC3;
			font-size: 14px;
			font-family: "trebuchet MS", helvetica, sans-serif;
		}
		#body #sidebar #signup-box #signup-now-button-l { padding-left: 18px; }
		
#body #content { width: 436px; }
	#body #content h2 {
		font-size: 24px;
		color: #529AC3;
		display: block;
		border-bottom: 1px solid #d3d4d4;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-family: "trebuchet MS", helvetica, sans-serif;
	}
	#body #content h3 {
		font-size: 19px;
		font-family: "trebuchet MS", helvetica, sans-serif;
		color: #529AC3;
		padding: 13px 0;
	}
	#body #content p { padding-bottom: 15px; }
	

/*  @ video page specific styles
      --------------------------  */

div.video {
	/*background: #e0e1e1;*/
	border-top: 2px solid #fff;
	padding: 33px 0 50px 0;
}
	#body #video-panel {
	width: 350px;
	background-image: url(../images/video-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #bbcadb;
	text-align: center;
	padding-top: 0px;
}
		#body #video-panel p#video-panel-description {
	font-size: 14px;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E1E1;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	color: #333333;
	background-color: #bbcadb;
	margin-top: 0px;
		}
#body #video-panel #bandwidth {
	background-color: #BCCFD9;
	background-image: url(../images/video-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E1E1;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
}
#body #video-panel #bandwidth a {
	color: #0D56A2;
	text-decoration: underline;
}
#body #video-panel #bandwidth a:hover {
	background-color: #0D56A2;
	color: #BCCFD9;
	text-decoration: none;
}
#video-panel #current-video-title {
	font-size: 21px;
	font-weight: bold;
	color: #083A75;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #E0E1E1;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
		#body #video-panel #video-nav {
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	text-align: center;
	background-color: #bbcadb;
}
			#body #video-panel #video-nav a {
	color: #0D56A2;
	text-decoration: underline;
}
				#body #video-panel #video-nav a:hover {
	background-color: #0D56A2;
	color: #BCCFD9;
	text-decoration: none;
}
				#body #video-panel #video-nav a.deactivate { color: #49494B; text-decoration: none; }
					#body #video-panel #video-nav a.deactivate:hover { background: none; }
#body  #video-panel  #vidcontainer {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}		
	#body #info-panel { width: 346px; }
		#body #info-panel h3 {
			font-size: 20px;
			font-family: "trebuchet MS", helvetica, sans-serif;
			color: #529AC3;
			padding-bottom: 16px;
			border-bottom: 1px dashed #d3d4d4;
			margin-bottom: 18px;
		}
		#body #info-panel h4 {
			padding-bottom: 17px;
		}
			#body #info-panel h4 a {
				font-size: 14px;
				color: #529AC3;
				font-family: "trebuchet MS", helvetica, sans-serif;
				text-decoration: none;
			}
				#body #info-panel h4 a:hover { background-color: #eaeded; }
		#body #info-panel h5 {
			font-size: 14px;
			color: #455560;
			font-weight: normal;
			padding-bottom: 20px;
		}
			#body #info-panel h5#videos {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
			}
			
		#body #info-panel ul#videos-list {
			list-style-type: none;
		}
			#body #info-panel ul#videos-list li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 0px;
			}
#body #info-panel #videos-list .selected {
	background-image: url(../images/video-li-bg-sel.gif);
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	color: #CC3333;
}
#body #info-panel #videos-list .selected a,
#body #info-panel #videos-list li.selected:hover a {
	color: #BCCFD9;
	background-color: #0D56A2;
	background-image: url(../images/css-video-bullet-camera.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
				#body #info-panel ul#videos-list li.last {
}
				
				#body #info-panel ul#videos-list li a {
	color: #0D56A2;
	font-size: 14px;
	font-family: "trebuchet MS", helvetica, sans-serif;
	display: block;
	text-decoration: none;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	padding-right: 10px;
	background-image: url(../images/css-video-bullet-click.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
				}
					
					#body #info-panel ul#videos-list li a:hover { background-color: #eaeded; }
					

#body #content #sitemap {
	list-style-type: none;
}
#body #content #sitemap li a {
	color: #529AC3;
	font-family: "trebuchet MS", helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
#body #content #sitemap li {
	padding-bottom: 20px;
}
#body #content #sitemap ul.sm-2nd-level {
	padding-left: 30px;
	padding-top: 10px;
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 10px;
}
#body #content #sitemap .sm-2nd-level li {
	padding-bottom: 2px;
}
#body #content #sitemap .sm-2nd-level a {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}
#body #content.privacy h4 {
	font-family: "trebuchet MS", helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 15px;
}
#body #content.privacy p {
	padding-left: 10px;
	color: #666666;
	padding-bottom: 10px;
	font-size: 12px;
}
#body #content.privacy ul {
	color: #666666;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-top: 0px;
	font-size: 12px;
}
#body #content.privacy li {
	padding-bottom: 5px;
}
#body #content #more-info {
	padding-left: 25px;
	font-size: 14px;
}
#body #content #more-info a {
	color: #529AC3;
	text-decoration: underline;
}
	#body #content #more-info a:hover { color: #62b0dd; }

#content.home-page { background: url(../images/content-bg.gif) top center no-repeat; }
#content .container {
	padding-top: 20px;
	width: 740px;
}

	#content #main {
		width: 555px;
		float: left;
	}
		#home-video-box {
			display: block;
			float: left;
			width: 207px;
			height: 165px;
			background: url(../images/home-video-border-bg.gif) no-repeat;
		}
			#home-video-box div { padding: 10px 14px 17px 8px; }
		p#home-mast {
			display: block;
			padding: 5px 25px 0 222px;
			font-size: 14px;
			font-weight: bold;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #014177;
		}
		#video-link {
			width: 395px;
			margin: 10px auto 0 auto;
			display: block;
		}
			#video-link a {
				display: block;
				padding: 5px 0 0 45px;
				background: url(../images/blue-arrow-right.png) left top no-repeat;
				font-size: 18px;
				font-family: "Trebuchet", Verdana, Arial, sans-serif;
				font-size: 18px;
				color: #46759e;
				text-decoration: none;
			}
				#video-link a:hover { color: #24496a; }
				#video-link a strong {
					display: block;
					font-size: 25px;
					font-weight: bold;
					display: block;
					color: #012746;
					padding-bottom: 5px;
				}
					#video-link a:hover strong { color: #336b98; text-decoration: none; }
				
		#partner-link {
			display: block;
			margin-top: 140px;
			font-size: 14px;
			font-family: "Trebuchet", Verdana, Arial, sans-serif;
			font-weight: bold;
		}
			#partner-link a {
				display: block;
				color: #014177;
				text-decoration: none;
				line-height: 20px;
				margin-right: 30px;
				background: url(../images/blue-arrow-small-left.png) right bottom no-repeat;
			}
				#partner-link a:hover { color: #226cab; }
					
	
	
	#content #sidebar {
		width: 185px;
		float: right;
	}
		#sidelinks {
		}
			#sidelinks a {
				display: block;
				height: 45px;
				width: 160px;
				text-indent: -999999px;
				background-position: top left;
				background-repeat: no-repeat;
				cursor: pointer;
			}
				#sidelinks a:hover { background-position: bottom; }
				#sidelinks a#coach { background-image: url(../images/button-coach2.png); }
				#sidelinks a#new { background-image: url(../images/button-new2.png); }
			#testimonials-box {
				padding-top: 100px;
			}
