/*
Altruik
- Global Styles
- Modified: 3/6/2009
*/

* {
	margin: 0;
	padding: 0;
	
}
img, address {
	display: block;
	border: none;
}
body {
	height: 100%;
	background: url(../img/bg/body.png) repeat-x 0 0;
	position: relative;
	font: normal 62.5% Helvetica, Arial, sans-serif;
	color: #333;
}
a {
	outline: none;
	text-decoration: none;
	color:#608824;
}
a:hover {
	color: #00aeef;
}
p {
	color: #7d7d7d;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
fieldset, legend { 
	border: none;
}

/* clearfix */
.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear { display: inline-block; }
html[xmlns] .clear { display: block; }
* html .clear { height: 1%; }

/* Layout */
#container {
	width: 992px;
	margin: 0 auto;
	position: relative;
}
	#header {
		height: 103px;
		padding: 0 5px;
		background: url(../img/bg/header.png) no-repeat 0 0;
		overflow: hidden;
		position: relative;
	}
		#logo {
			position: absolute;
			top: 11px;
			left: 27px;
		}
		#utility-nav {
			width: 225px;
			height: 71px;
			padding: 17px 14px 0 0;
			background: url(../img/bg/utility.divider.png) no-repeat 80px 52px;
			float: right;
			overflow: hidden;
		}
		#utility-nav a {
			height: 26px;
			margin: 0 0 19px 0;
			padding: 0 39px 0 0;
			display: block;
			text-align: right;
			color: #7ab317;
			font-size: 1.6em;
			font-weight: bold;
			line-height: 26px;
			text-decoration: none;
		}
		#utility-nav a.connect {
			background: url(../img/icon/chat.png) no-repeat right center;
		}
		#utility-nav a.login {
			background: url(../img/icon/login.png) no-repeat right center;
		}
		#utility-nav a:hover {
			color: #00aeef;
		}
		
	#search {
		width:311px;
		background:url(../img/bg/header.divider.png) no-repeat top right;
		height:85px;
		position:absolute;
		right:238px;
		top:17px;
		overflow:hidden;
	}
	#search form {
		background:url(../img/icon/search.png) no-repeat 0 0;
		padding:3px 0 0 47px;
		width:252px;
		overflow:hidden;
		margin:20px 0 0 0;
	}
	#search form fieldset {
		width:193px;
		float:left;
		margin:0 10px 0 0;
	}
	#search form input.text {
		background:url(../img/bg/search.input.png) no-repeat;
		width:173px;
		height:22px;
		border:0;
		padding: 7px 10px 7px 10px;
		outline: none;
		color: #7a7a7a;
		font-size: 1.3em;
	}
	#search form input.submit {
		float:left;
	}

	#nav {
		height: 38px;
		margin: 0 auto 5px auto;
		padding: 0 6px;
		background: url(../img/bg/nav.png) no-repeat 0 0;
		overflow: hidden;
		position: relative;
	}
	#nav ul {
		width: 100%;
		height: 32px;
		list-style: none
	}
	#nav ul li {
		height: 32px;
		padding: 0 2px 0 0;
		background: url(../img/nav/divider.png) no-repeat right top;
		display: inline-block;
		float: left;
	}
	#nav ul li a {
		width: 117px;
		height: 32px;
		background: url(../img/nav/bg.png) no-repeat center 0;
		display: block;
		overflow: hidden;
		text-align: center;
		line-height: 33px;
		font-size: 1.2em;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#nav ul li a:hover {
		color: #000;
	}
	#nav ul li a.home {
		width: 101px;
		padding: 0;
		background: url(../img/nav/home.png) no-repeat 52px 0;
		display: block;
		text-indent: -999px;
	}
	#nav ul li a.home:hover {
		background-position: 52px -42px;
	}
	#nav ul li.last {
		background: none;
	}
	#nav ul li.glossary {
		float: right;
	}
	#nav ul li.glossary a {
		width: 116px;
		padding: 0 0 0 12px;
		background: url(../img/nav/seo-glossary.arrow.png) no-repeat 16px 0;
		font-size: 11px;
	}
	#nav ul li.glossary a:hover {
		background-position: 16px -42px;
	}

	#content {
		min-height: 450px;
		margin: 0 auto;
		padding: 13px 6px 18px 6px;
		background: #fff url(../img/bg/content.png) no-repeat 0 0;
	}
		#aCol {
			width: 728px;
			float: left;
		}
				/* Side Nav Style */
				div.side-nav {
					width: 183px;
					padding: 0 5px 0 0;
					overflow: hidden;
					float: left;
				}
				div.side-nav h3 {
					padding: 3px 0 17px 0; 
					color: #4e5763;
					font-size: 1.2em;
					font-weight: normal;
				}
				div.side-nav h4 {
					margin: 0 0 5px 0;
					color: #4e5763;
					font-size: 1.2em;
					text-transform: uppercase;
				}
				div.side-nav  ul {
					margin: 0 0 10px 0;
					list-style: none;
				}
				div.side-nav  ul li {
					margin: 0 0 5px 0;
				}
				div.side-nav  ul li a {
					color: #608824;
					font-size: 1.2em;
					line-height: 13px;
				}
				div.side-nav h3 a {
					color: #608824;
				}
				div.side-nav  ul li a:hover,
				div.side-nav h3 a:hover {
					color: #00aeef;
				}
				div.side-nav  ul li.active a,
				div.side-nav h3.active a {
					color: #555;
				}
				div.side-nav  ul li ul {
					margin: 0;
					padding: 5px 0 0 0;
				}
				div.side-nav  ul li ul li {
					padding: 0 10px 0 0;
				}
				div.side-nav  ul li ul li.active a {
					color: #555;
				}
				div.side-nav p {
					font-size: 1.2em;
					color: #555;
				}

				/* main-content */
				div.main-content {
					width: 470px;
					overflow: hidden;
					float: left;
				}
				div.main-content h2 {
					padding: 0 0 5px 0;
					margin: 0 0 10px 0;
					border-bottom: 1px solid #aaa;
					color: #7ab317;
					font-size: 1.8em;
					font-weight: normal;
				}
				div.main-content h3 {
					margin: 0 0 15px 0;
					color: #EF7A06;
					font-size: 1.4em;
					font-weight: normal;
				}
				div.main-content p {
					margin: 0 20px 20px 0;
					font-size: 1.2em;
					color: #555;
					line-height: 18px;
				}
				div.main-content ul {
					margin:0 0 5px 0;
					width:100%;
					overflow:hidden;
				}
				div.main-content ul li {
					margin: 0 20px 15px 35px;
					font-size: 1.2em;
					color: #555;
					line-height: 18px;
				}
				div.main-content-large {
					width: 650px;
					overflow: hidden;
					float: left;
				}
				div.main-content-large h2 {
					padding: 0 0 5px 0;
					margin: 0 0 10px 0;
					border-bottom: 1px solid #aaa;
					color: #7ab317;
					font-size: 1.8em;
					font-weight: normal;
				}
				div.main-content-large h3 {
					margin: 0 0 15px 0;
					color: #7ab317;
					font-size: 1.4em;
					font-weight: normal;
				}
				div.main-content-large p {
					margin: 0 20px 20px 0;
					font-size: 1.2em;
					color: #555;
					line-height: 18px;
				}
				div.main-content-large ul {
					margin:0 0 5px 0;
					width:100%;
					overflow:hidden;
				}
				div.main-content-large ul li {
					margin: 0 20px 15px 35px;
					font-size: 1.2em;
					color: #555;
					line-height: 18px;
				}

			#home {
				padding: 0 0 0 8px;
				position: relative;
			}
			#home img.tab {
				position: absolute;
				top: -53px;
				left: 26px;
			}
				#slideshow {
					margin: 0 0 15px 0;
					background:url(../img/bg/slide.bg.png) no-repeat;
					width:704px;
					height:364px;
					position:relative;
				}
				#slideshow #slide-nav {
					position:absolute;
					bottom:15px;
					right:15px;
					z-index:100;
				}
				#slideshow #slide-nav a {
					display:block;
					float:left;
					background:url(../img/btn/slide.nav.png) no-repeat -11px 0;
					width:11px;
					height:11px;
					text-indent:-9999px;
					margin:0 6px 0 0;
				}
				#slideshow #slide-nav .activeSlide {
					background-position:0 0;
				}
				#slideshow .slide {
					height:364px;
					margin:0px 0 0 0px;
					background:none !important;
					overflow:hidden;
					width:700px;
				}			
				#slideshow .slide h1 {
					font-size:3em;
					color:#6c9f0b;
					display:block;
					width:280px;
				}
				#slideshow .slide p {
					font-size:1.3em;
					color:#6c9f0b;
					margin:10px 0 0 0;
					font-weight:bold;
					width:280px;
				}
				#slideshow .slide .more-lg {
					background:url(../img/btn/more.large.png) no-repeat 0 0;
					width:107px;
					height:38px;
					display:block;
					text-indent:-9999px;
					margin:45px 0 0 -4px;
					}
				#slideshow .slide .more-lg:hover {
					background-position:0 -43px;
					}
				#slideshow .slide .text {
					position: absolute;
					width:600px;
					top: 40px;
					left: 50px;
					height: 200px;
				}
				#slideshow .slide .whiteBG {
					background-color:#FFF;
				}
				#slideshow .slide .images {
					position: absolute;
					width:696px;
					top: 4px;
					left: 4px;
				}
				#slideshow #slide-one .right img {
					position:relative;
					top:41px;
					right:65px;
				}
				#slideshow #slide-two .right img {
					position:relative;
					top:41px;
					right:65px;
				}
				#slideshow #slide-three .right img {
					position:relative;
					top:41px;
					right:65px;
				}
				#slideshow #slide-four .right img {
					position:relative;
					top:41px;
					right:65px;
				}
				
				#demographic {
					width: 704px;
					height: 128px;
					margin: 0 0 15px 0;
					background: url(../img/bg/demographics.overview2.png) no-repeat 0 0;
					overflow: hidden;
				}
				#demographic ul {
					padding: 17px 0 0 0;
					list-style: none;
				}
				#demographic ul li {
					width: 194px;
					padding: 0 10px 0 25px;
					float: left;
				}
				#demographic ul li h2 {
					height: 40px;
					color: #ef7a06;
					font-size: 1.7em;
					line-height: 18px;
				}
				#demographic ul li h2 a {
					color: #ef7a06;
				}
				#demographic ul li h2 a:hover {
					color: #00aeef;
				}
				#demographic ul li p {
					height: 80px;
					color: #555555;
					font-size: 1.1em;
					line-height: 14px;
				}
				#demographic ul li a.more {
					width: 62px;
					height: 24px;
					background: url(../img/btn/more.small.png) no-repeat 0 0;
					display: block;
					overflow: hidden;
					position: relative;
					left: -3px;
					text-indent: -999px;
				}
				#demographic ul li a.more:hover {
					background-position: 0 -34px;
				}

				/* Common Medium Pod Style */
				div.pod-medium {
					width: 704px;
					margin: 0 0 15px 0;
					background: url(../img/bg/pod.medium.btm.png) no-repeat left bottom;
				}
				div.pod-medium div.titlebar {
					height: 33px;
					padding: 0 22px;
					background: url(../img/bg/titlebar.medium.gray.png) no-repeat 0 0;
					overflow: hidden;
					line-height: 35px;
				}
				div.pod-medium div.titlebar h2 {
					font-size: 1.3em;
					color: #fff;
					text-transform: uppercase;
					float: left;
				}
				div.pod-medium div.titlebar a.see-all {
					float: right;
					text-transform: uppercase;
					font-size: 1.0em;
					color: #fff;
					text-decoration: none;
					font-weight: bold;
					line-height: 38px;
				}
				div.pod-medium div.titlebar a.see-all:hover {
					text-decoration: underline;
				}

				/* Latest News Pod */
				#latest-news-pod div.content {
					padding: 15px 22px 12px 22px;
					overflow: hidden;
				}
				#latest-news-pod div.content ul {
					width: 100%;
					list-style: none;
				}
				#latest-news-pod div.content ul li {
					margin: 0 0 15px 0;
				}
				#latest-news-pod div.content ul li p {
					margin: 0 0 3px 0;
					font-size: 1.2em;
					color: #555;
					line-height: 16px;
				}
				#latest-news-pod div.content ul li a {
					color: #7ab317;
					text-decoration: none;
					font-weight: bold;
				}
				#latest-news-pod div.content ul li a:hover {
					color: #00aeef;
				}

			/* SEO Products */
			#seo-products {
				margin: 0 20px 0 10px;
				padding: 20px;
				background: #fff;
				position: relative;
			}
			#seo-products div.tab {
				width: 122px;
				height: 45px;
				background: url(../img/nav/tab.png) no-repeat 0 0;
				position: absolute;
				top: -53px;
				left: 91px;
				text-align: center;
				line-height: 27px;
				font-size: 1.2em;
				font-weight: bold;
				color: #608824;				
			}
			#seo-products div.header {
				margin: 0 0 20px 0;
				padding: 0 0 8px 0;
				border-bottom: 1px solid #eee;
			}
			#seo-products div.header h1 {
				float: left;
				font-size: 2.2em;
				color: #555;
				font-weight: normal;
			}
			#seo-products div.header #addthis {
				float: right;
				position: relative;
				top: 8px;
			}
			
			#seo-products div#benefits {
				display:block;
				width:220px;
				height:200px;
				float:right;
			}
			#seo-products div#benefits strong {
				display:block;
				text-align:center;
				font-weight:bold;
			}
			#seo-products div#benefits ul li {
				font-size:1.0em;
				margin-bottom:10px;
			}

			/* SEO In The Know */
			#seo-in-the-know {
				margin: 0 20px 0 10px;
				padding: 20px;
				background: #fff;
				position: relative;
			}
			#seo-in-the-know div.tab {
				width: 122px;
				height: 45px;
				background: url(../img/nav/tab.png) no-repeat 0 0;
				position: absolute;
				top: -53px;
				left: 210px;
				text-align: center;
				line-height: 27px;
				font-size: 1.2em;
				font-weight: bold;
				color: #608824;				
			}
			#seo-in-the-know div.header {
				margin: 0 0 20px 0;
				padding: 0 0 8px 0;
				border-bottom: 1px solid #eee;
			}
			#seo-in-the-know div.header h1 {
				float: left;
				font-size: 2.2em;
				color: #555;
				font-weight: normal;
			}
			#seo-in-the-know div.header #addthis {
				float: right;
				position: relative;
				top: 8px;
			}
			#seo-in-the-know div.main-content h2 {
				margin: 0 0 30px 0;
			}
			#seo-products p.next {
				text-align: right;
			}

			/* Partners */
			#partners {
				margin: 0 20px 0 10px;
				padding: 20px;
				background: #fff;
				position: relative;
			}
			#partners div.tab {
				width: 122px;
				height: 45px;
				background: url(../img/nav/tab.png) no-repeat 0 0;
				position: absolute;
				top: -53px;
				left: 329px;
				text-align: center;
				line-height: 27px;
				font-size: 1.2em;
				font-weight: bold;
				color: #608824;				
			}
			#partners div.header {
				margin: 0 0 20px 0;
				padding: 0 0 8px 0;
				border-bottom: 1px solid #eee;
			}
			#partners div.header h1 {
				float: left;
				font-size: 2.2em;
				color: #555;
				font-weight: normal;
			}
			#partners div.header #addthis {
				float: right;
				position: relative;
				top: 8px;
			}
			#partners div.main-content h2 {
				margin: 0 0 30px 0;
			}
			#partners div.main-content form h3 {
				padding: 0 0 10px 0;
				margin: 0 0 10px 0;
				border-bottom: 1px solid #aaa;
				color: #555;
				font-size: 1.6em;
				font-weight: normal;
			}
			#partners div.main-content fieldset {
				margin: 10px 0 10px 0;
				display: block;
				clear: both;
			}
			#partners div.main-content div.row {
				margin: 0 0 5px 0;
			}
			#partners div.main-content label {
				width: 155px;
				padding: 0 5px 0 0;
				float: left;
				font-size: 1.2em;
				color: #555;
				text-align: right;
				line-height: 22px;
			}
			#partners div.main-content labeltwo {
				width: 300px;
				padding: 0 0 0 0;
				float: right;
				font-size: 1.2em;
				color: #555;
				text-align: left;
				line-height: 22px;
			}
			#partners div.main-content .radio input {
				margin: 4px 0 0 140px;
			}
			#partners div.main-content input.text {
				width: 280px;
				height: 14px;
				padding: 4px 5px;
				background: #ececec;
				float: left;
				border: none;
				outline: none;
				font-size: 1.2em;
				color: #555;
			}
			#partners div.main-content div.last {
				padding-top: 20px;
			}
			#partners div.main-content input.submit {
				float: right;
			}

			/* News */
			#news {
				margin: 0 20px 0 10px;
				padding: 20px;
				background: #fff;
				position: relative;
			}
			#news div.tab {
				width: 122px;
				height: 45px;
				background: url(../img/nav/tab.png) no-repeat 0 0;
				position: absolute;
				top: -53px;
				left: 448px;
				text-align: center;
				line-height: 27px;
				font-size: 1.2em;
				font-weight: bold;
				color: #608824;				
			}
			#news div.header {
				margin: 0 0 20px 0;
				padding: 0 0 8px 0;
				border-bottom: 1px solid #eee;
			}
			#news div.header h1 {
				float: left;
				font-size: 2.2em;
				color: #555;
				font-weight: normal;
			}
			#news div.header #addthis {
				float: right;
				position: relative;
				top: 8px;
			}
			#news ul.sub-nav {
				margin: 0 0 30px 0;
				padding: 7px;
				list-style: none;
				background: #ececec;
			}
			#news ul.sub-nav li {
				margin: 0 30px 0 0;
				float: left;
			}
			#news ul.sub-nav li a {
				color: #608824;
				font-size: 1.2em;
			}
			#news ul.sub-nav li a:hover {
				color: #00aeef;
			}
			#news ul.sub-nav li.active a {
				color: #555;
			}
			#news div.container {
				padding: 0 0 0 7px;
			}
			#news p {
				margin: 0 0 20px 0;
				padding: 0 20px 0 0;
				font-size: 1.2em;
				color: #555;
				line-height: 18px;
			}
			#news h3 {
				margin: 0 0 10px 0;
				color: #7ab317;
				font-size: 1.6em;
			}
			#news p strong {
				font-size: 1.8em;
			}
			#news p a {
				color: #608824;
			}
			#news p a:hover {
				color: #00aeef;
			}
			#news #press-releases {
				list-style-type:none;
				font-size:1.2em;
			}
			#news #press-releases li {
				width:100%;
				overflow:hidden;
				margin:0 0 30px 0;
			}
			#news #press-releases li div.date {
				width:175px;
				float:left;
			}
			#news #press-releases li div.description {
				float:right;
				width:455px;
			}
			#news #press-releases li div.description a {
				display:block;
				font-weight:bold;
			}
			
			div.media-resources h3 {
				margin: 0 0 15px 0;
				color: #7ab317;
				font-size: 1.4em;
				font-weight: normal;
			}
			div.media-resources p {
				margin: 0 20px 20px 0;
				font-size: 1.2em;
				color: #555;
				line-height: 18px;
			}
			div.media-resources ul {
				margin:0 0 5px 0;
				width:100%;
				overflow:hidden;
			}
			div.media-resources ul li {
				margin: 0 20px 15px 35px;
				font-size: 1.2em;
				color: #555;
				line-height: 18px;
			}

			/* About Altruik */
			#about-altruik {
				margin: 0 20px 0 10px;
				padding: 20px;
				background: #fff;
				position: relative;
				min-height:400px;
				height:auto !important;
				height:400px;
			}
			#about-altruik div.tab {
	width: 122px;
	height: 45px;
	background: url(../img/nav/tab.png) no-repeat 0 0;
	position: absolute;
	top: -53px;
	left: 448px;
	text-align: center;
	line-height: 27px;
	font-size: 1.2em;
	font-weight: bold;
	color: #608824;
			}
			#about-altruik div.header {
				margin: 0 0 20px 0;
				padding: 0 0 8px 0;
				border-bottom: 1px solid #eee;
			}
			#about-altruik div.header h1 {
				float: left;
				font-size: 2.2em;
				color: #555;
				font-weight: normal;
			}
			#about-altruik div.header #addthis {
				float: right;
				position: relative;
				top: 8px;
			}
			#about-altruik div.main-content h2 {
				margin: 0 0 30px 0;
			}
			#about-altruik div.main-content img {
				margin:-15px 0 17px 0;
			}
			#about-altruik div.main-content h3 {
				margin: 0 0 3px 0;
				color: #7ab317;
				font-size: 1.2em;
				font-weight: bold;
			}
			#about-altruik div.main-content p {
				margin: 0 0 20px 0;
				color: #555;
				font-size: 1.2em;
				line-height: 18px;
			}
			#about-altruik div.main-content p a {
				color: #608824;
				font-weight: bold;
			}
			#about-altruik div.main-content p a:hover {
				color: #00aeef;
			}

			/* About Altruik */
			#contact-us {
				min-height: 700px;
				margin: 0 20px 0 10px;
				padding: 20px;
				background: #fff;
				position: relative;
			}
			#contact-us div.tab {
	width: 122px;
	height: 45px;
	background: url(../img/nav/tab.png) no-repeat 0 0;
	position: absolute;
	top: -53px;
	left: 567px;
	text-align: center;
	line-height: 27px;
	font-size: 1.2em;
	font-weight: bold;
	color: #608824;
			}
			#contact-us div.header {
				margin: 0 0 20px 0;
				padding: 0 0 8px 0;
				border-bottom: 1px solid #eee;
			}
			#contact-us div.header h1 {
				float: left;
				font-size: 2.2em;
				color: #555;
				font-weight: normal;
			}
			#contact-us div.header #addthis {
				float: right;
				position: relative;
				top: 8px;
			}
			#contact-us div.aCol {
				width: 230px;
				float: left;
			}
			#contact-us div.bCol {
				width: 420px;
				float: left;
			}
			#contact-us h2 {
				margin: 0 0 5px 0;
				font-size: 1.4em;
				color: #4e5763;
			}
			#contact-us p {
				margin: 0 0 20px 0;
				color: #555;
				font-size: 1.2em;
				line-height: 18px;
			}
			#contact-us address {
				margin: 0 0 20px 0;
				color: #555;
				font-size: 1.2em;
				line-height: 18px;
				font-style: normal;
			}
			#contact-us a {
				color: #608824;
				font-weight: bold;
			}
			#contact-us a:hover {
				color: #00aeef;
			}

			/* Client Login */
			#client-login {
				margin: 0 20px 0 10px;
				padding: 20px;
				background: #fff;
				position: relative;
			}
			#client-login div.header {
				margin: 0 0 20px 0;
				padding: 0 0 8px 0;
				border-bottom: 1px solid #eee;
			}
			#client-login div.header h1 {
				float: left;
				font-size: 2.2em;
				color: #555;
				font-weight: normal;
			}
			#client-login div.header #addthis {
				float: right;
				position: relative;
				top: 8px;
			}
			#client-login div.container {
				min-height: 600px;
			}
			#client-login form {
				width: 300px;
				padding: 0 0 20px 0;
			}
			#client-login form label {
				margin: 0 0 5px 0;
				display: block;
				font-size: 1.2em;
				color: #555;
			}
			#client-login form div.row {
				margin: 0 0 10px 0;
			}
			#client-login form input.text {
				width: 290px;
				height: 14px;
				padding: 5px;
				border: none;
				background: #ececec;
				outline: none;
				color: #555;
				font-size: 1.2em;
			}
			#client-login form input.submit {
				float: right;
			}
			#client-login p {
				margin: 0 0 5px 0;
				font-size: 1.2em;
			}
			#client-login p a {
				color: #608824;
				font-weight: bold;
			}
			#client-login p a:hover {
				color: #00aeef;
			}

		#bCol {
			width: 252px;
			float: left;
		}
			/* Common Small Pod Style */
			div.pod-small {
				width: 244px;
				margin: 0 0 15px 0;
			}
			div.pod-small div.titlebar {
				height: 33px;
				padding: 0 22px;
				background: url(../img/bg/titlebar.small.gray.png) no-repeat 0 0;
				overflow: hidden;
				line-height: 35px;
			}
			div.pod-small div.titlebar h2 {
				font-size: 1.3em;
				color: #fff;
				text-transform: uppercase;
				float: left;
			}
			div.pod-small div.content {
				background: url(../img/bg/pod.small.btm.png) no-repeat left bottom;
			}

			#quick-facts-pod div.content {
				padding: 20px 22px;
			}
			#quick-facts-pod div.content p {
				margin: 0 0 15px 0;
				color: #555;
				font-size: 1.5em;
				line-height: 18px;
			}
			#quick-facts-pod div.content p strong {
				color: #7ab317;
			}

			#seo-in-the-know-pod div.titlebar {
				background: url(../img/bg/titlebar.small.green.png) no-repeat 0 0;
			}
			#seo-in-the-know-pod div.content {
				width: 100%;
				overflow: hidden;
			}
			#seo-in-the-know-pod div.content a {
				color: #7ab317;
			}
			#seo-in-the-know-pod div.content a:hover {
				color: #00aeef;
			}
			#seo-in-the-know-pod div.content blockquote {
				margin: 0 0 20px 0;
				padding: 10px 22px 0 22px;
				font-size: 1.3em;
				color: #555;
			}
			#seo-in-the-know-pod div.topics {
				padding: 0 22px;
			}
			#seo-in-the-know-pod div.topics h3 {
				margin: 0 0 5px 0;
				font-size: 1.3em;
				color: #555;
				text-transform: uppercase;
			}
			#seo-in-the-know-pod div.topics ul {
				width: 100%;
				margin: 0 0 20px 0;
				list-style: none;
			}
			#seo-in-the-know-pod div.topics ul li {
				margin: 0 0 5px 0;
				color: #555;
				font-size: 1.1em;
			}
			#seo-in-the-know-pod div.inside-seo {
				margin: 0 3px;
			}
			#seo-in-the-know-pod div.inside-seo h3 {
				padding: 7px 19px;
				background: #d9d9d9;
				font-size: 1.1em;
				text-transform: uppercase;
				color: #696969;
			}
			#seo-in-the-know-pod div.inside-seo div.blog-list {
				margin: 0 0 3px 0;
				padding: 10px 19px;
				background: #f5f5f5;
				-moz-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
			}
			#seo-in-the-know-pod div.inside-seo div.blog-list h4 {
				margin: 0 0 3px 0;
				font-size: 1.3em;
				color: #555;
			}
			#seo-in-the-know-pod div.inside-seo div.blog-list p {
				margin: 0 0 10px 0;
				font-size: 1.1em;
				line-height: 16px;
			}
			#seo-in-the-know-pod p.more{
				margin: 0 0 20px 0;
				font-size: 1.1em;
				font-weight: bold;
			}

			#free-trial-pod div.titlebar {
				background: url(../img/bg/titlebar.small.green.png) no-repeat 0 0;
			}
			#free-trial-pod div.content {
				width: 100%;
				padding: 20px 0 10px 0;
				overflow: hidden;
				text-align: center;
			}
			#free-trial-pod div.content h3 {
				margin: 0 0 20px 0;
				color: #555;
				font-size: 1.7em;
			}
			#free-trial-pod div.content img {
				margin: 0 auto;
			}

			/* Inside SEO Pod */
			#inside-seo-pod div.titlebar {
				background: url(../img/bg/titlebar.small.light.png) no-repeat 0 0;
			}
			#inside-seo-pod div.titlebar h2 {
				text-transform: uppercase;
				font-size: 1.1em;
				color: #636363;
			}
			#inside-seo-pod div.content {
				padding: 0 2px;
			}
			#inside-seo-pod div.content a {
				color: #7ab317;
			}
			#inside-seo-pod div.content a:hover {
				color: #00aeef;
			}
			#inside-seo-pod h3 {
				padding: 7px 19px;
				background: #d9d9d9;
				font-size: 1.1em;
				text-transform: uppercase;
				color: #696969;
			}
			#inside-seo-pod div.blog-list {
				margin: 0 0 3px 0;
				padding: 10px 19px;
			}
			#inside-seo-pod div.blog-list h4 {
				margin: 0 0 3px 0;
				font-size: 1.3em;
				color: #555;
			}
			#inside-seo-pod div.blog-list p {
				margin: 0 0 10px 0;
				font-size: 1.1em;
				line-height: 16px;
			}
			#inside-seo-pod p.more{
				margin: 0 0 20px 0;
				font-size: 1.1em;
				font-weight: bold;
			}

			/* SEO Glossary Pod */
			#seo-glossary-pod {
				overflow: hidden;
			}
			#seo-glossary-pod div.titlebar {
				background: url(../img/bg/titlebar.small.dark.png) no-repeat 0 0;
			}
			#seo-glossary-pod div.content {
				margin: 0 3px 3px 3px;
				padding: 10px 19px;
				background: #7ab317;
				-moz-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
				color: #fff;
			}
			#seo-glossary-pod div.content h3 {
				font-size: 1.9em;
			}
			#seo-glossary-pod div.content p {
				margin: 0 0 10px 0;
				font-size: 1.1em;
				line-height: 16px;
				color: #fff;
			}
			#seo-glossary-pod div.content strong {
				font-size: 1.3em;
			}
			#seo-glossary-pod div.content a {
				color: #fff;
				font-weight: bold;
			}
			#seo-glossary-pod div.content a:hover {
				color: #000;
			}

			/* Newsletter Signup Pod */
			#newsletter-signup-pod div.content {
				padding: 20px 12px;
			}
			#newsletter-signup-pod div.content form {
				width: 100%;
			}
			#newsletter-signup-pod div.content fieldset.text {
				width: 170px;
				height: 29px;
				background: url(../img/bg/newsletter-signup.input.png) no-repeat 0 0;
				display: block;
				float: left;
			}
			#newsletter-signup-pod div.content input.text {
				width: 150px;
				height: 14px;
				padding: 8px 10px 7px 10px;
				border: none;
				background: none;
				outline: none;
				color: #7a7a7a;
				font-size: 1.3em;
			}
			#newsletter-signup-pod div.content input.submit {
				float: right;
			}

			/* Resources Pod */
			#resources-pod div.content {
				padding: 10px 22px 10px 22px;
			}
			#resources-pod div.content ul {
				width: 100%;
				list-style: none;
			}
			#resources-pod div.content ul li {
				margin: 0 0 3px 0;
				padding: 2px 0;
			}
			#resources-pod div.content ul li a {
				font-size: 1.3em;
				font-weight: bold;
				color: #7ab317;
			}
			#resources-pod div.content ul li a:hover {
				color: #00aeef;
			}
			#resources-pod div.content ul li.document {
				padding: 0 0 0 16px;
				background: url(../img/icon/document.gif) no-repeat 0 center;
			}
			#resources-pod div.content ul li.video {
				padding: 0 0 0 16px;
				background: url(../img/icon/video.gif) no-repeat 0 center;
			}

			/* Partner Login Pod */
			#partner-login-pod {
				overflow: hidden;
			}
			#partner-login-pod div.titlebar {
				background: url(../img/bg/titlebar.small.dark.png) no-repeat 0 0;
			}
			#partner-login-pod div.content {
				margin: 0 3px 3px 3px;
				padding: 10px 14px;
				background: #7ab317;
				-moz-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
				color: #fff;
			}
			#partner-login-pod div.content form {
				padding: 0 0 20px 0;
			}
			#partner-login-pod div.content input.text {
				width: 191px;
				height: 14px;
				margin: 0 0 10px 0;
				padding: 8px 10px 7px 10px;
				background: url(../img/bg/partner-login.input.png) no-repeat 0 0;
				border: none;
				font-size: 1.2em;
				color: #555;
			}
			#partner-login-pod div.content input.submit {
				float: right;
			}
			#partner-login-pod div.content p {
				margin: 0 0 5px 0;
				font-size: 1.1em;
			}
			#partner-login-pod div.content a {
				color: #fff;
				font-weight: bold;
			}
			#partner-login-pod div.content a:hover {
				color: #000;
			}

			/* Become An Altruik Partner */
			a.become-a-partner {
				width: 226px;
				height: 66px;
				margin: 0 0 15px 8px;
				background: url(../img/btn/become-an-altruik-partner.png) no-repeat 0 0;
				display: block;
				overflow: hidden;
				text-indent: -9999px;
			}
	
	/* Terms of Use */
	#terms {
		margin: 0 20px 0 10px;
		padding: 20px;
		background: #fff;
		position: relative;
	}
	#terms div.header {
		margin: 0 0 20px 0;
		padding: 0 0 8px 0;
		border-bottom: 1px solid #eee;
	}
	#terms div.header h1 {
		float: left;
		font-size: 2.2em;
		color: #555;
		font-weight: normal;
	}
	#terms div.header #addthis {
		float: right;
		position: relative;
		top: 8px;
	}
	#terms div.container {
		padding: 0 0 0 7px;
	}
	#terms p {
		margin: 0 0 20px 0;
		padding: 0 20px 0 0;
		font-size: 1.2em;
		color: #555;
		line-height: 18px;
	}
	#terms h3 {
		margin: 0 0 10px 0;
		color: #7ab317;
		font-size: 1.6em;
	}
	#terms p strong {
		font-size: 1.8em;
	}
	#terms p a {
		color: #608824;
	}
	#terms p a:hover {
		color: #00aeef;
	}

	/* Site Map */
	#site-map {
		margin: 0 20px 0 10px;
		padding: 20px;
		background: #fff;
		position: relative;
	}
	#site-map div.header {
		margin: 0 0 20px 0;
		padding: 0 0 8px 0;
		border-bottom: 1px solid #eee;
	}
	#site-map div.header h1 {
		float: left;
		font-size: 2.2em;
		color: #555;
		font-weight: normal;
	}
	#site-map div.header #addthis {
		float: right;
		position: relative;
		top: 8px;
	}
	#site-map div.container {
		padding: 0 0 0 7px;
	}
	#site-map p {
		margin: 0 0 20px 0;
		padding: 0 20px 0 0;
		font-size: 1.2em;
		color: #555;
		line-height: 18px;
	}
	#site-map h3 {
		margin: 0 0 10px 0;
		color: #7ab317;
		font-size: 1.6em;
	}
	#site-map p strong {
		font-size: 1.8em;
	}
	#site-map p a {
		color: #608824;
		display:block;
	}
	#site-map p a:hover {
		color: #00aeef;
	}
	
	#footer {
		
		width: 960px;
		margin: 0 16px;
		overflow:hidden;
	}
	
	#footer #sitemap {
		padding: 20px;
		width:100%;
		overflow:hidden;
		line-height:18px;
		font-size: 1.2em;
		background: url(../img/bg/demographics.overview_footer.png) no-repeat 0 0;
		overflow: hidden;
	}
	
	#footer #sitemap a {
		color: #555;
		display:block;
	}
	
	#footer #sitemap div {
		float: left;
		width: 250px;
	}
	
	#footer #sitemap div.last {
		width: 165px;
	}
	
	#footer #footer-info {
		margin: 0 0 70px 0;
		padding:10px 0 0 0;
		font-size:1.1em;
	}
	
	#footer #footer-info .validate {
		background:url(../img/btn/w3c.png) no-repeat;
		width:88px;
		height:31px;
		display:block;
		text-indent:-9999px;
		float:left;
	}
	
	#footer #footer-info p {
		float:right;
		color:#555;
		padding:8px 0 0 0;
	}
	
	#footer #footer-info a {
		color:#555;
	}
