/*	--------------------------------------------------
	=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, a:visited { color: #0293d4; text-decoration: underline; outline: 0; font-style: inherit; font-weight: inherit; line-height: inherit; }
	a:hover { color: #0275a9; }
 
	a.muted, a.muted:visited { color: #777; }
	a.muted:hover { color: #555; }
	
	h1 a, h1 a:visited { color: #333; text-decoration: none; font-weight: bold; }
	h4 a, h4 a:visited, h5 a, h5 a:visited { text-decoration: none; line-height: inherit; font-weight: bold; }
	h4 a:hover, h5 a:hover { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }
 
	h2 a, h2 a:visited,
	h3 a, h3 a:visited { text-decoration: none; }
	
	
/*	--------------------------------------------------
	=Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { color: #333; font-weight: bold; }
	h1 { font-size: 36px; line-height: 1; letter-spacing: -1px; }
	h2 { font-size: 30px; line-height: 1.2; margin: 0; letter-spacing: -1px; }
	h3 { font-size: 24px; line-height: 24px; margin: 0 0 3px; letter-spacing: -1px; }
	h4 { font-size: 18px; line-height: 24px; margin: 3px 0 0; }
	h5 { font-size: 14px; line-height: 18px; }
	h6 { font-size: 13px; line-height: 18px; }
 
	p 		{ font-size: 13px; line-height: 18px; margin: 0 0 18px; color: #444; }
	p img 	{ margin: 0; }
	p.lead { font-size: 18px; line-height: 24px; margin: 0 0 18px; color: #999; }
	
	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; }
	
	h1.muted, h2.muted, h3.muted, h4.muted, h5.muted { font-weight: normal; }
	h3 em { font-weight: normal; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 26px 0 27px; height: 0; }
	hr.spacious { margin: 26px 0 27px; }
	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; }
	
	pre {  }
 
/*	--------------------------------------------------
	Media
	-------------------------------------------------- */
	img {  }
	img.left { margin: 0 20px 18px 0; }
 
/*	--------------------------------------------------
	=Lists
	-------------------------------------------------- */
 
	dt 			{ font-size: 13px; line-height: 18px; font-weight: bold; color: #333; }
	dd 			{ margin: 0 0 18px; font-size: 13px; line-height: 18px; }
 
	ol, ul 		{ margin: 0 0 18px 36px; }
	ol 			{ list-style: decimal; }
	ul 			{ list-style: square; }
	ol.clean,
	ul.clean	{ margin: 0 0 18px; padding: 0; list-style: none; }
	li 			{ font-size: 13px; line-height: 18px; }
	li ol,
	li ul 		{ margin: 0 2em; }
	li li 		{ font-size: 1em; }
	 
 
/*	--------------------------------------------------
	=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: ; }
	button { cursor: pointer; }
	form input.text-input,
	form textarea,
	form select { font: 12px/18px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif; }
	form input.text-input, form textarea { display: block; background: #fff; margin: 0; padding: 3px 4px; 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; }
	
	form fieldset.actions { margin: 9px 0 0; border-top: 1px solid #ddd; }
	form fieldset.actions div { height: 25px; padding: 16px 0 0; border-top: 1px solid #fff; }
	form fieldset.actions div button { float: right; }
	
	/* 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 {  }
		
	
/*	--------------------------------------------------
	=Structure
	-------------------------------------------------- */
	body { 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; border-top: 5px solid #1d8fce; }
	body.ff2 { opacity: .999; } /* Enable antialiased text for Firefox 2 users */
 
	/*	Container ------------------------------------- */
	div.container { position: relative; width: 940px; margin: 0 auto; padding: 0; }
	
	/*	Header ---------------------------------------- */
	div#header { position: relative; margin: 0 0 18px; height: 72px; }
	
	div#header h6 { margin: 0; padding: 0; width: 220px; }
	div#header h6 a,
	div#header h6 a:visited { display: block; background: url(../images/global/friend2friend-logo.png) no-repeat 0 19px; width: 219px; height: 72px; text-indent: -999em; }
	
	div#header ul { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; right: 0; }
	div#header li { display: inline; }
	div#header li a { display: inline; float: left; width: auto; padding: 34px 20px 18px; font-size: 16px; font-weight: bold; line-height: 1; text-decoration: none; color: #333; }
	div#header li a:hover { color: #1d8fce; }
	div#header li.current_page_item a,
	div#header li.current_page_ancestor a { background: #1d8fce; color: #fff; -moz-border-radius: 0 0 3px 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; }

	div#footer { background: url(../images/global/footer-bg.png) repeat-x; margin: 36px 0 0; padding: 17px 0 27px; border-top: 1px solid #ececec; text-shadow: 0 1px 1px #fff;; }
	div#footer div#footerMain { border-bottom: 1px solid #ddd; }
	div#footer div#footerSec { padding: 17px 0 0; border-top: 1px solid #fff; }

	div#footer div.columns { padding: 9px 0; }
	div#footer div.six { width: 329px; height: 63px; border-right: 1px solid #ddd; }
	div#footer div.ten { padding-left: 10px; }

	div#footer form { margin: 0; height: 25px; }
	div#footer form * { float: left; margin-right: 5px; }
	div#footer form button { background: url(../images/global/button-subscribe.png) no-repeat 0 0; width: 82px; height: 25px; text-indent: -999em; }
	div#footer form button:hover { background-position: 0 -25px; }
	
	div#footer h4 { line-height: 18px; margin: 0; letter-spacing: ; }
	div#footer p { margin: 0; color: #777; }
	div#footer ul { margin: 0; padding: 0; list-style: none; float: right; }
	div#footer li { display: inline; line-height: 1; }
	div#footer li a { display: inline; float: left; padding: 3px 9px; border-right: 1px solid #ddd; text-decoration: none; }
	div#footer li:last-child a { border-right: 0; padding-right: 0; }
 
/*	--------------------------------------------------
	Page Headers, Secondary Headers, Section Headers
	-------------------------------------------------- */
 
	/*	Page Headers for Our Key Pages ---------- */
	div.page-header { margin: 0 0 18px; }
	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: 14px; line-height: 20px; color: #555; }
	
	/*	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: 0 0 27px; padding: 0 0 14px; border-bottom: 1px solid #ddd; position: relative; }
	div.section-header h2 { margin: 0; padding: 0; line-height: 1; }
	div.section-header p { margin: 0; }
	div.section-header p.edit { margin: 0; position: absolute; bottom: 0; right: 0; }
	div.section-header p.edit a { background: #eee; display: block; float: left; padding: 5px 9px 4px; text-decoration: none; }
 
 
/*	--------------------------------------------------
	=Grid
	-------------------------------------------------- */	
	.column-row { margin: 0 0 18px -20px; width: 960px; }
	.column, .columns { float: left; display: inline; margin: 0 0 0 20px; }
 
 	div#contentMain { width: 600px; overflow: hidden; }
 	div#contentSec { width: 320px; }
 
	.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; }
		
	.last { margin: 0; }
	
	/* Clear the columns automagically, thanks @kneath */
	.column-row:after, #content:after, .clearfix { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	* html .column-row, * html #content, * html .clearfix { height: 1%; }
	.column-row, #content, .clearfix { display: inline-block; }
	.column-row, #content, .clearfix { display: block; }
 		
 
/*	--------------------------------------------------
	=Misc
	-------------------------------------------------- */
	.left	{ float: left; }
	.right	{ float: right; }
	img.right { margin: 0 0 18px 20px; }
	.clear	{ clear: both; }
	.muted	{ color: #777; }
 
	