/*	--------------------------------------------------
	Global Reset
	-------------------------------------------------- */
	html, body { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, img, q, s, samp, small, strike, strong, em, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }
	q:before, q:after, blockquote:before, blockquote:after { content: ""; }
 
/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
	a { color: #0293d4; text-decoration: none; outline: 0; font-style: inherit; font-weight: inherit; line-height: inherit; }
	a:hover { color: #0275a9; text-decoration: underline; }

	p a { line-height: 18px; }

	a.muted, a.muted:visited { color: #777; }
	a.muted:hover { color: #555; }
	
	h1 a, h1 a:hover,
	h2 a, h2 a:hover { font-weight: bold; }

	a.more-link,
	a.more-link span { background: url(../images/more-link-sprite.gif) no-repeat 0 0; height: 27px; line-height: 27px; color: #30546a; }
	a.more-link { background-position: right -27px; float: left; }
	a.more-link span { display: block; padding: 0 34px 0 15px; }
	a.more-link:hover {  }
	
	
/*	--------------------------------------------------
	Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { color: #333; font-weight: bold; }
	h1 { font-size: 30px; line-height: 1.2; letter-spacing: -1px; }
	h2 { font-size: 30px; line-height: 1.2; margin: 0; letter-spacing: -1px; }
	h3 { font-size: 21px; line-height: 24px; margin: 0 0 9px; letter-spacing: -1px; }
	h4 { font-size: 18px; line-height: 21px; margin: 0; }
	h5 { font-size: 14px; line-height: 18px; }
	h6 { font-size: 13px; line-height: 18px; color: #bf2627; }
 
	p 		{ font-size: 13px; line-height: 18px; margin: 0 0 18px; }
	p img 	{ margin: 0; }
	p.lead,	/* { font-size: 18px; line-height: 24px; margin: 0 0 27px; color: #777; } */
	p.large { font-size: 14px; line-height: 20px; margin: 0 0 18px; color: #777; }
	
	em 		{ font-style: italic; font-weight: inherit; line-height: inherit; color: #555; }
	strong 	{ font-style: inherit; font-weight: bold; line-height: inherit; }
	
	blockquote, blockquote p { font: 14px/20px "Georgia", Times New Roman, Times, serif; font-style: italic; color: #777; }
	blockquote { background: url(../images/global/quote-mark.png) no-repeat 0 0; padding-left: 30px; }
	blockquote p { margin: 0 0 18px; }
	blockquote img { float: left; margin: -5px 15px 0 0; }
	blockquote cite { font: 12px/18px "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif; }
	
	p small { font-size: 91.666667%; line-height: 1.616161; }
	h1 small { font-size: 66.666667%; color: #777; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 26px 0 27px; height: 0; }
	body.ie6 hr { margin: 8px 0 9px; }
	
	address { color: #333; font-size: 13px; line-height: 18px; margin: 0 0 18px; }
	code, pre { font: 1em/1.5 "Monaco", "Courier New", "Courier", monospace; color: #e33100; }
 
/*	--------------------------------------------------
	Media
	-------------------------------------------------- */
	img {  }
	img.left { margin: 0 20px 18px 0; }
 
/*	--------------------------------------------------
	Lists
	-------------------------------------------------- */
	ul, ol { margin-right: 60px; margin-bottom: 18px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul ul, ol ol { margin-left: 30px; margin-top: 4px; margin-bottom: 5px; }
	li { font-size: 13px; line-height: 18px; }

	dt, dd { font-size: 13px; line-height: 18px; }
	dt { font-weight: bold; color: #333; }
	dd { margin: 0 0 18px; }	
 
/*	--------------------------------------------------
	Tables
	-------------------------------------------------- */
	table { width: 100%; margin: 0 0 1.8em; }
	thead, ul li.thead { background: #333; text-shadow: 0 1px 1px #222; }
	td, th, ul li.thead span { font-size: 1.2em; line-height: 1.5; padding: 4px 5px; }
	th, ul li.thead span { font-weight: bold; color: #fff; }
	th.select { -webkit-border-top-left-radius: .6em; }
	th.status { -webkit-border-top-right-radius: .6em; }
	tr.alt td { background: #f5f5f5; }
	table a, table a:visited { text-decoration: none; }
	table a:hover { text-decoration: underline; }
	table td.date { width: 100px; }
	table a.muted, table a.muted:visited { color: #ccc; margin-left: 5px; }
	table tbody tr:hover a.muted, table tbody tr:hover a.muted:visited, table a.muted:hover { color: #777; }
 
/*	--------------------------------------------------
	Forms
	-------------------------------------------------- */
	form { margin: 0 0 18px; padding: 0; }
	form fieldset { margin: 0 0 9px; }
	label { display: block; font-size: 13px; font-weight: bold; line-height: 18px; cursor: ; }
	form input.text-input, form textarea { display: block; background: #fff; margin: 0; padding: 3px 4px; width: 206px; font: 12px/18px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif; text-shadow: 0 0 1px #fff; border: 1px solid #ccc; border-top-color: #999; border-left-color: #999; color: #555; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-box-shadow: 0 1px 1px #fff; }
	form input.text-input:focus, form textarea:focus { outline: none; border-color: #999; background: #f5f5f5; }
	form input.medium, form textarea.medium { width: 324px; } /* 340px */
	form input.large, form textarea.large { width: 566px; } /* 580px */
	form input.fluid, form textarea.fluid { width: 680px; }
	form input.title { font-size: 14px; }
	form hr { border-bottom: 1px solid #fff; margin: 17px 0; }
	
	/* Sets of checkboxes and radio buttons */
	ul.options { margin: 0 0 18px; padding: 0; list-style: none; }
	ul.options li {  }
	ul.options li label { font-weight: normal; }
	ul.options li input.radio,
	ul.options li input.checkbox {  }
		
	
/*	--------------------------------------------------
	Basic Structure
	-------------------------------------------------- */
	body { background: #fff url(../images/body-bg.gif) repeat-x 0 81px; font: normal 62.5%/1 "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif; text-shadow: 0 0 1px rgba(0,0,0,0.01); color: #333; width: 100%; display: table; }
	body.ff2 { opacity: .999; } /* Enable antialiased text for Firefox 2 users */
 
	/*	Container ------------------------------------- */
	div#wrapper { width: 100%; overflow: hidden; }
	div#container { position: relative; width: 940px; margin: 0 auto 36px; padding: 0; }
	
	/*	Header ---------------------------------------- */
	div#header { position: relative; }
	div#header h3 { margin: 0; padding: 0; }
	div#header h3 a,
	div#header h3 a:visited { display: block; background: url(../images/header/attribution-management-logo.gif) no-repeat 0 18px; width: 399px; height: 48px; margin: 0; padding: 18px 0 15px; line-height: 1; text-align: center; text-indent: -999em; }
	
	div.branding { position: relative; height: 81px; }
	div.sponsorship { background: url(../images/sidebar/webinar-signup-bg.gif) no-repeat 0 0; float: right; width: 220px; height: 45px; padding: 18px 30px; }

	div#header ul { float: left; margin: 0; height: 45px; }
	div#header li { display: inline; }
	div#header li a { display: inline; float: left; margin: 10px 0 0; font-size: 14px; font-weight: bold; line-height: 1; color: #fff; text-shadow: 0 -1px 1px rgba(0,0,0,.25); }
	
	div#header ul#mainNav li a span { display: block; padding: 5px 15px 7px; }
	div#header ul#mainNav li.current a,
	div#header ul#mainNav li.current a span,
	div#header ul#mainNav li.current-cat a,
	div#header ul#mainNav li.current-cat a span { background: url(../images/header/nav-active-sprite.gif) no-repeat 0 0; }
	div#header ul#mainNav li.current a,
	div#header ul#mainNav li.current-cat a { background-position: right -26px; }
	
	div#header ul#mainSideNav { background: url(../images/header/nav-right-bg.gif) repeat-x; float: right; width: 265px; padding-left: 15px; }
	div#header ul#mainSideNav li a { padding: 5px 15px; font-weight: normal; color: #d2e2ec; }

	/*	Footer ---------------------------------------- */
	div#footer { position: relative; margin: 27px 0 0; border-top: 1px solid #ddd; }
	div#footer p { margin: 17px 0 0; font-weight: bold; color: #555; }
	div#footer p span {  }
	div#footer ul { margin-bottom: 0; }
	div#footer li { display: inline; padding-right: 10px; }
	div#footer li a { color: #59beeb; }


/*	--------------------------------------------------
	Post Pagination (Prev & Next)
	-------------------------------------------------- */	
	ul.paginate { height: 27px; margin-right: 0;}
	ul.paginate li { display: inline; }
	ul.paginate a,
	ul.paginate a span { background: url(../images/more-link-sprite.gif) no-repeat 0 0; height: 27px; line-height: 27px; color: #30546a; }
	ul.paginate a { background-position: right -27px; float: right; }
	ul.paginate a span { display: block; float: left; padding: 0 34px 0 15px; }
	ul.paginate li.previous a { background-position: right -81px; float: left; }
	ul.paginate li.previous a span { background-position: 0 -54px; padding: 0 15px 0 34px; }

/*	--------------------------------------------------
	Comments
	-------------------------------------------------- */	
	ol.commentlist { margin: 18px 0; padding: 0; list-style: none; }
	ol.commentlist li.comment { border-top: 1px solid #ddd; padding: 13px 0; }
	.commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
	.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal;  }
	.commentlist p { font-weight: normal; text-transform: none; }
	.commentmetadata { font-weight: normal; margin-bottom: 18px; }
	.commentmetadata a { color: #777; text-decoration: none; }
	
	form#commentform {  }
	form#commentform textarea { width: 500px; height: 108px; }

/*	--------------------------------------------------
	Search Form
	-------------------------------------------------- */	
	form.search { margin: 0; }
	form.search input.text-input { background: #fff url(../images/search/search-icon.gif) no-repeat 5px center; padding-left: 22px; width: 160px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-color: #bbd2df; }
	form.search input.text-input:focus { border-color: #a1bbcb; }
	form.search input[type=submit] { display: none; }
	
/*	--------------------------------------------------
	Page Headers, Secondary Headers, Section Headers
	-------------------------------------------------- */
 
	/*	Page Headers for Our Key Pages ---------- */
	div.page-header,
	div.section-header { margin: 36px 0 18px; position: relative; }
	div.page-header h1 { margin: 0 0 9px; font-size: 36px; line-height: 36px; letter-spacing: -2px; color: #222; }
	div.page-header p { margin: 0; font-size: 18px; line-height: 24px; color: #7d8183; }
	
	/*	Secondary, smaller version of the page headers ----- */
	div.page-header.secondary {  }
	div.page-header.secondary h1 { margin: 0; font-size: 36px; letter-spacing: -1px; }
	
	/*	Section Headers for sub pages of every section ----- */
	div.section-header { margin: 18px 0 36px; border-bottom: 1px solid #fff; }
	div.section-header div { padding: 9px 0 8px; border-bottom: 1px solid #b8d8eb; position: relative; height: 24px; }
	div.section-header h3 { height: 27px; overflow: hidden; font-size: 24px; line-height: 27px; letter-spacing: -1px; }
	div.section-header h3 a,
	div.section-header h3 a:hover { color: #333; }
	div.section-header form { float: right; margin: 0; }
 
 
/*	--------------------------------------------------
	Grid
	-------------------------------------------------- */	
	.column-row { width: 960px; margin: 0 0 18px -20px; }
	.column, .columns { float: left; display: inline; margin: 0 0 0 20px; overflow: hidden; }

	/* Default, 2-Column Layout */
	div#contentMain { width: 630px; overflow: hidden; }
	div#contentSec { width: 280px; margin-left: 30px; }

	/* Break main column into 2 more columns */
	div#contentMain div.column-row { width: 650px; }
	div#contentMain div.one-half { width: 305px; padding: 0; }

	/* Universal Column Classes for creating layouts */
	.one 					{ width: 40px; }
	.two 					{ width: 100px; }
	.three 					{ width: 160px; }
	.four 					{ width: 220px; }
	.five 					{ width: 280px; }
	.six 					{ width: 340px; }
	.seven 					{ width: 400px; }
	.eight 					{ width: 460px; }
	.nine 					{ width: 520px; }
	.ten 					{ width: 580px; }
	.eleven 				{ width: 640px; }
	.twelve 				{ width: 700px; }
	.thirteen 				{ width: 760px; }
	.fourteen 				{ width: 820px; }
	.fifteen 				{ width: 880px; }
	.sixteen 				{ width: 940px; }
	.one-half 				{ width: 420px; padding-right: 10px; }
	.one-third 				{ width: 280px; }
	.two-thirds 			{ width: 580px; }
	.eleven .column-row 	{ width: 660px; }
	.twelve .column-row 	{ width: 760px; }
	
	.offset-by-one-half 	{ margin-left: 50px; }
	.offset-by-one 			{ margin-left: 80px; }
	.offset-by-two 			{ margin-left: 140px; }
	.offset-by-three 		{ margin-left: 200px; }
	.offset-by-four 		{ margin-left: 260px; }
	.offset-by-five 		{ margin-left: 320px; }
	.offset-by-six 			{ margin-left: 380px; }
	.offset-by-seven 		{ margin-left: 440px; }
	.offset-by-eight 		{ margin-left: 500px; }
	.offset-by-nine 		{ margin-left: 560px; }
	.offset-by-ten 			{ margin-left: 620px; }
	.offset-by-eleven 		{ margin-left: 680px; }
	.offset-by-twelve 		{ margin-left: 740px; }
	.offset-by-thirteen 	{ margin-left: 800px; }
	.offset-by-fourteen 	{ margin-left: 880px; }
	
	/* Clear the columns automagically, thanks @kneath */
	.column-row:after, #content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	* html .column-row, * html #content { height: 1%; }
	.column-row, #content { display: inline-block; }
	.column-row, #content { display: block; }  
 
/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
	.left	{ float: left; }
	.right	{ float: right; }
	.clear	{ clear: both; }
	.muted	{ color: #777; }
   
