@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f2f2f2 url(../imgs/bck_main.jpg) repeat-y top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fff url(../imgs/header.jpg) no-repeat top center;
	padding: 0;
	height: 128px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 a {
	margin: 52px 0 0 0;
	text-indent: -9000px;
	display: block;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 51px;
	width: 300px;
}
#header #headImages {
	margin: 0;
	padding: 0;
	height: 110px;
	width: 955px;
	position:absolute;
	z-index:1;
}
#header #headImages {
	*top: 123px;
}
#tnav {
	font: bold .6em Verdana, Helvetica, Arial, sans-serif;
	padding:0;
	list-style: none;
	color:#fff;
	position:absolute;
	margin: 0 0 0 328px;
	top: 84px;
	z-index:500;
}

#lnav {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 65px 0 35px 0;
	background: url(../imgs/quoteA.jpg) no-repeat 25px 65px;
	height: auto;
}
#lnav ul {
	padding: 0;
	margin: 300px 0 35px 0;
}
#lnav li { /* Tabs */
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 202px;
}
#lnav li a { /* Tabs */
	font: bold 9px Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0;
	text-indent: -9000px;
	display: block;
	height: 51px;
}
/*added 7-20-11 HubSpot Intergration - link to blog*/
#lnav li.blog { /* Tabs */
	width: 202px;
	background: url(../imgs/blog.jpg) no-repeat top left;
}
#lnav li.ready { /* Tabs */
	width: 202px;
	background: url(../imgs/ready.jpg) no-repeat top left;
}
#lnav li.stories { /* Tabs */
	width: 202px;
	background: url(../imgs/stories.jpg) no-repeat top left;
	height: 55px;
}
#lnav li.contact { /* Tabs */
	width: 202px;
	background: url(../imgs/contact.jpg) no-repeat top left;
	height: 52px;
}
/*added 7-20-11 HubSpot Intergration - link to blog*/
#lnav li.blog a:hover { /* Tabs */
	width: 202px;
	background: url(../imgs/blog_f2.jpg) no-repeat top left;
}
#lnav li.ready a:hover { /* Tabs */
	width: 202px;
	background: url(../imgs/ready_f2.jpg) no-repeat top left;
}
#lnav li.stories a:hover  { /* Tabs */
	width: 202px;
	background: url(../imgs/stories_f2.jpg) no-repeat top left;
	height: 55px;
}
#lnav li.contact a:hover  { /* Tabs */
	width: 202px;
	background: url(../imgs/contact_f2.jpg) no-repeat top left;
	height: 52px;
}
#header #tnav li.solutions { /* Tabs */
	width: 157px;
	background: url(../imgs/solutions.jpg) no-repeat top left;
}
#tnav {
	position: absolute; /* since this element is floated, a width must be given */
	width: 625px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 0 0 0 316px;
	top:75px;
}
#nav li.solutions { /* Tabs */
	width: 157px;
	background: url(../imgs/solutions.jpg) no-repeat top left;
}
#nav li.solutions a:hover { /* Tabs */
	background: url(../imgs/solutions_f2.jpg) no-repeat top left;
}
#nav li.awards { /* Tabs */
	width: 156px;
	background: url(../imgs/awards.jpg) no-repeat top left;
}
#nav li.awards a:hover { /* Tabs */
	background: url(../imgs/awards_f2.jpg) no-repeat top left;
}
#nav li.success { /* Tabs */
	width: 151px;
	background: url(../imgs/success.jpg) no-repeat top left;
}
#nav li.success a:hover { /* Tabs */
	background: url(../imgs/success_f2.jpg) no-repeat top left;
}
#nav li.driven { /* Tabs */
	width: 144px;
	background: url(../imgs/driven.jpg) no-repeat top left;
}
#nav li.driven a:hover { /* Tabs */
	background: url(../imgs/driven_f2.jpg) no-repeat top left;
}
body.programs #header #nav li.awards a { /* Tabs */
	width: 156px;
	background: url(../imgs/awards_f2.jpg) no-repeat top left;
}
body.programs #header #nav li.awards ul#drop li a { /* Tabs */
	background: none;
}
body.programs #header #nav li.awards ul#drop li a:hover { /* Tabs */
	background: url(../imgs/arrows.png) 9px 6px no-repeat;
}
body.solutions #header #nav li.solutions a { /* Tabs */
	width: 156px;
	background: url(../imgs/solutions_f2.jpg) no-repeat top left;
}
body.solutions #header #nav li.solutions ul#drop li a { /* Tabs */
	background: none;
}
body.solutions #header #nav li.solutions ul#drop li a:hover { /* Tabs */
	background: url(../imgs/arrows.png) 9px 6px no-repeat;
}
body.success #header #nav li.success a { /* Tabs */
	width: 156px;
	background: url(../imgs/success_f2.jpg) no-repeat top left;
}
body.success #header #nav li.success ul#drop li a { /* Tabs */
	background: none;
}
body.success #header #nav li.success ul#drop li a:hover { /* Tabs */
	background: url(../imgs/arrows.png) 9px 6px no-repeat;
}
body.driven #header #nav li.driven a { /* Tabs */
	width: 156px;
	background: url(../imgs/driven_f2.jpg) no-repeat top left;
}
body.driven #header #nav li.driven ul#drop li a { /* Tabs */
	background: none;
}
body.driven #header #nav li.driven ul#drop li a:hover { /* Tabs */
	background: url(../imgs/arrows.png) 9px 6px no-repeat;
}
#mainContent {
	margin: 145px 12px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the lnav div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #lnav space when the content in #lnav ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#647FC5;
	font: italic 19px/30px Arial, Lucida Sans, Verdana, Helvetica, Arial, sans-serif; 
}
#mainContent strong {
	color:#445985;
	font: italic 19px/30px Arial, Lucida Sans, Verdana, Helvetica, sans-serif; 
	font-weight: bold;
}
#mainContent .inctext {
	font: italic 13px/20px Arial, Lucida Sans, Verdana, Helvetica, sans-serif; 
	color:#445985;
	font-weight: bold;
	maring-bottom: 0px;
}
#mainContent ul {
	margin: 0;
	padding: 0;
}
#mainContent li {
	padding-left: 0;
	margin: 0 0 0 21px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	font: 10px/11px Verdana, Arial, Helvetica, sans-serif; 
	color:#999999;
	margin: 0; 
	padding: 10px 0 40px 0; 
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fadeshow {
	position:absolute;
	z-index: 1;
}

