@charset "UTF-8";
/* default.css 
ingenious.org */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}

input, textarea, select {
	margin: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

sub, sup {
	line-height: 1;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

:focus {
	outline: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

/* default positioning */

.websiteOverlay {
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.websiteRow {
	width: 100%;
	display: block;
	position: relative;
}

.websiteDisplay {
	margin: 0px auto;
	width: 965px;
	min-width: 965px;
	display: block;
	position: relative;
}

.websiteContent {
	display: block;
	position: relative;
}

/* layout */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1;
	color: #4d4d4d;
	background: #d4ceca;
	/* prevent iphone text resizing */
	-webkit-text-size-adjust: none; 
	text-size-adjust: none;
}

#header {
	background: #ffffff url(../img/layout/header-bg.png) bottom center repeat-x;
	z-index: 2000;
}

	#header .websiteContent {
		height: 95px;	
	}
	
	#nav {
		width: 965px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		border-left: 1px solid #557919;
	}
	
	#nav ul {
		line-height: 30px;
	}
	
	#nav ul li {
		float: left;
		display: inline;
		border-right: 1px solid #557919;
	}
		
		.nav_history { width: 131px; }
		.nav_the-plan { width: 140px; }
		.nav_endorsements { width: 177px; }
		.nav_support { width: 136px; }
		.nav_faqs { width: 118px; }
		.nav_news { width: 120px; }
		.nav_contact { width: 135px; }
	
	#nav ul li a {
		padding: 0px 10px;
		display: block;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}

#billboard {
	z-index: 1000;
}

	#billboard .websiteContent {
		height: 400px;
		background: #ffffff;
		border-bottom: 1px solid #bfbfbf;	
	}

	#billboard .slides {
		float: left;
		width: 635px;
		height: 395px;	
	}

		#billboard .image {
			height: 395px;
		}
	
		#billboard .text {
			position: absolute;
			left: 0px;
			bottom: 0px;
			width: 575px;
			padding: 0px 30px;
			background: #000000;
			background: rgba(0,0,0,.5);
			color: #ffffff;
		}
	
		#billboard .text h1, #billboard .text h2, #billboard .text p {
			padding: 5px 0px;
		}
		
	#billboard .static-image{
		float: left;
		width: 330px;
		height: 395px;	
	}
	
	#pager {
		display: block;
		position: absolute;
		z-index: 4000;
		bottom: 15px;
		right: 360px;
	}
	
		#pager ul {
			
		}
		
		#pager ul li {
			display: block;
			float: left;
			width: 7px;
			height: 7px;
			line-height: 7px;
			margin: 0px 0px 0px 8px;
		}
		
		#pager ul li a {
			display: block;
			background: #666666;
			border-radius: 4px;
			text-decoration: none;
		}
		
		#pager ul li a:hover, #pager ul li a.sel {
			background-color: #ffffff;
		}

#content {
	
}

	#content .websiteContent{
		background: #ffffff url(../img/layout/footer-keyline.png) bottom left no-repeat;	
	}

	#content #full {
		width: 905px;
		float: left;
		padding: 0px 30px 30px 30px;
	}

	#content #left {
		width: 575px;
		float: left;
		padding: 30px;
		margin-right: 5px;
	}
	
	#content #right {
		width: 265px;
		min-height: 445px;
		float: left;
		padding: 30px 30px 0px 30px;
		margin-bottom: 5px;
		
		background: url(../img/layout/side-bg.png) top left no-repeat;
	}
	
		#content #right p {
			margin: 20px 0px;	
		}


#footer {
	padding-bottom: 20px;
}

	#footer .websiteContent {
		padding: 20px 0px;
	}
	
	#footer a:link, #footer a:visited, #footer a:active {
		font-weight:normal;
	}

/* elements */
	
#internal-nav {
	margin-bottom: 20px;	
}

#internal-nav li h2 {
	padding: 4px 20px;
}

#internal-nav li {
	
}

#internal-nav li a {
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#internal-nav li a:hover, #internal-nav li a.sel {
	background-color: #eeeeee;	
}

#left .side {
	margin-bottom: 20px;	
}

#credit {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#credit a {
	font-size: 10px;
	color: #ddd;
	text-decoration: none;
}

#credit a:hover {
	color: #666;
}

/* unique pages */

.profile-social {
	float: right;	
}

/* text styles */

.user-content {
	
}

.big {
	font-size: 15px;	
}

a:link, a:visited, a:active {
	color: #557d11;
	text-decoration: underline;
	font-weight:bold;
	outline: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

p, .user-content ul, .user-content ol {
	padding: 6px 0px;
	line-height: 20px;
	word-wrap: break-word; /* breaks very long text strings */
}

.user-content ul {
	list-style: disc;	
}

.user-content ol {
	list-style: decimal;	
}

h1, h2, h3, h4, h5, h6 {
	padding: 12px 0px 0px 0px;
	line-height: 20px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: inherit;
}

.user-content ul, .user-content ol {
	margin: 0px 20px;
}

.user-content li ul, .user-content li ol {
	margin: 0px 20px;
}

.user-content table {
	line-height: 24px;
	margin: 10px 0px;
}

.user-content table tr td, .user-content table tr th {
	padding: 3px 6px 3px 0px;
}

.user-content table tr td *, .user-content table tr th * {
	margin: 0px;
	padding: 0px;	
}

h1, h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 20px;
}

	h2 a.more {
		float: right;
		color: #4d4d4d;	
		text-decoration: none;
		font-size:12px;
		text-transform:uppercase;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

div > h1, div > h2{
	padding-top: 0px;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, 
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, 
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, 
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, 
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, 
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
	padding-top: 2px;	
}

h1 a:link, h1 a:active, h1 a:visited, 
h2 a:link, h2 a:active, h2 a:visited, 
h3 a:link, h3 a:active, h3 a:visited, 
h4 a:link, h4 a:active, h4 a:visited, 
h5 a:link, h5 a:active, h5 a:visited, 
h6 a:link, h6 a:active, h6 a:visited {
	text-decoration: none;	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: inherit;
}

/* list styling */

.list {
	padding: 15px 0px 0px 0px;
}

.list li {
	padding: 0px 0px 15px 0px;
	display: block;
	overflow: auto;
}

.endorsements li, .gallery-images li {
	float: left;
	margin-right: 20px;
}

	.h-e li{
		margin-right: 30px;
	}

	.gallery-images li:nth-child(6n + 6), .featured li:nth-child(5n + 5) {
		margin-right: 0px;
	}

.news {
	border-top: 1px solid #bfbfbf;	
}

	.news li {
		padding: 15px 0px 15px 0px;
		border-bottom: 1px solid #bfbfbf;	
	}

.home li {
	float: left;
	width: 275px;
	margin-right: 25px;	
}

	.home li:nth-child(2n + 2) {
		margin-right: 0px;	
	}

.related ul.list {
	padding: 6px 0px 0px 0px;
}

.related ul.list li {
	padding: 0px 0px 6px 0px;
}

.list li.header {
	padding-bottom: 5px;
}

.related-images .list li {
	float: left;	
}

.list img {
	float: left;
	padding: 0px 0px 0px 0px;	
}

.news img {
	float: right;
	padding: 0px 0px 20px 20px;	
}

.list h1, .list h2, .list h3, .list h4, .list h5, .list h6, .list p {
	padding: 0px;
}

ul.list li div.date {
	width: 75px;
	height: 45px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0px;
	margin: 0px;
	text-transform: uppercase;
	position: relative;
	background: #333333;
}

ul.list li div.badge {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	bottom: 0px;
	right: 0px;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}

ul.list li div.date span {
	display: block;
	font-size: 28px;
}

/* pagination */

ul.pagination  {
	padding: 10px 0px;	
	overflow: auto;
}

ul.pagination li {
	float: left;
}

ul.pagination li.pages {
	float: right;
	text-align: right;
}

ul.pagination li.pages a {
	text-decoration: none;
}

ul.pagination li.pages a.current{
	text-decoration: underline;
}

/* gallery */

a.fancy {
	position: relative;
	text-decoration: none;
	display: block;
}

a.fancy .view {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	margin: -22px 0px 0px -22px;
	border-radius: 8px;
	background: #111111 url(../img/css/fancybox_glass.png) center center no-repeat;
	filter: alpha(opacity=0); 
	opacity: 0;
}

a.fancy:hover .view {
	filter: alpha(opacity=80); 
	opacity: .8;
}

.label {
	padding: 5px;
	font-size: 10px;
	line-height: 13px;
	color: #777777;
}

/* form */

#site-search input, form table input, form table textarea, form table select {
	margin: 2px 0px 2px 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

input#search {
	padding: 3px 10px;
	cursor: pointer;	
}

input#search:hover {
	cursor: pointer;
	background: #dddddd;	
}

form table textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	resize: none;
}

form table input[type=text] {
	width: 180px;
}

form table input[type=text].small {
	width: 70px;
}

form table tr th {
	width: 175px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	line-height: 24px;
}

form table select {
	width: 238px;
}

form table tr td input[type=submit] {
	width: 25%;
	cursor: pointer;
}

form table tr td input[type=submit]:hover {
	background: #52575e;
	color: #ffffff;
}

form table textarea {
	width: 90%;
}

form table input.warning, form table textarea.warning, form table select.warning {
	background: #f9f6dc;
	border: 1px solid #f7ec90;
}

p.warning, #newsletter-msg p {
	width: 90%;
	margin: 10px 0px;
	padding: 5px 15px;
	background: #f9f6dc;
	border: 1px solid #f7ec90;
}

/* mini calendar */

#subscribe-ical {
	font-size: 11px;
	margin: 10px 0px;
}

.calendar {
	position: relative;	
}

.calendar .arrow {
	top: 0px;
	position: absolute;	
	z-index: 100;
	width: 30%;
	line-height: 28px;
}

.calendar .arrow.bottom {
	right: 0px;
	text-align: right;
}

.calendar .arrow a {
	display: block;
	text-decoration: none;	
}

.calendar .arrow.right a {
	
}

table.calendar {
	border-collapse: separate;
	border-spacing: 1px;
}

table.calendar tr td, table.calendar tr th {
	vertical-align: middle;
	text-align: center;
}

table.calendar tr td {
	line-height: 33px;
	background: #eeeeee;
}

table.calendar tr td.today, table.calendar tr td.today a {
	background: #cccccc;
}

table.calendar tr td.no-day {
	background: none;
}

table.calendar tr th {
	text-transform: uppercase;
	font-weight: normal;
	height: 24px;
}

table.calendar tr td a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
}

/* image caption */

table.right {
	margin: 0px 0px 20px 20px;
	display: block;
}

table.right caption, table.right caption p {
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	color: #777777;
}

/* windowshade */

div.windowshade {
	padding-bottom: 20px;
	width: 520px; /* to prevent awkward jump in animation */
}

/* map */

div.map {
	display: block;
	width: 640px;
	height: 320px;
}

div.side-map {
	display: block;
	width: 240px;
	height: 240px;	
}

#site-map ul li {
	padding: 5px 0px;
}

#site-map ul li ul {
	padding: 0px 20px;
}

/* resource overlay */

a.resource {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	margin: 0px 13px 13px 0px;
	text-decoration: none;
}

a.resource .resource-overlay {
	position: absolute;
	display: block;
	width: 75px;
	height: 25px;
	bottom: 0px;
	left: 0px;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-align: center;
	line-height: 25px;
	z-index: 1000;
}

/* */

.large-green-button, a.large-green-button{
	display: block;
	line-height: 24px;
	margin: 5px 0px 0px 0px;
	padding: 15px 20px;
	color: #ffffff;
	background-color: #70a517;
	text-decoration: none;
}

	.large-green-button span, a.large-green-button span{
		font-size: 24px;	
	}

/* sprites */
.sprite-twitter{
	margin-right: 5px;
	margin-top: -2px;
}

.sprite-dollar{
	margin-right: 20px;
	margin-bottom: -4px;
}

.sprite-facebook{
	margin-right: 5px;
	margin-top: -2px;
}

.sprite-green-button, a.sprite-green-button{
	line-height: 26px;
	margin: 5px 0px 0px 0px;
	padding: 0px 20px;
	color: #ffffff;
	text-decoration: none;
}

.sprite-logo{
	position: absolute;
	top: 15px;
	left: 30px;
}

.sprite-people{
	margin-right: 20px;
	margin-bottom: -4px;
}

.sprite-person{
	margin-right: 20px;
	margin-bottom: -4px;
}

.sprite-play{
	margin-right: 20px;
	margin-bottom: -4px;
}

.sprite-sign{
	margin-right: 20px;
	margin-bottom: -4px;
}

.sprite-tan-button, a.sprite-tan-button{
	line-height: 26px;
	margin: 5px 0px 0px 0px;
	padding: 0px 20px;
	color: #4d4d4d;
	text-decoration: none;
}

.sprite-dollar-large {
	float: left;
	margin-right: 20px;	
	margin-top: 6px;
}

.sprite-thumbs-up-large {
	float: left;
	margin-right: 20px;	
	margin-top: 6px;
}

/* miscellaneous */

.keyword {
	padding: 0px 3px 0px 3px;
	background: #FF9;	
}

.indent {
	text-indent: 2em;	
}

.padding { padding: 20px; }

.left { float: left; }

.right { float: right; }

.l { text-align: left; }

.r { text-align: right; }

.c { text-align: center; }

.lorem { color: #F0F; }

div.hr {
	width: 100%;
	height: 1px;
	border-top: 1px solid #bfbfbf;
	overflow: hidden;
	margin: 20px 0px;
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
}

.hide-css {
	display: none;	
}

/*

filter: alpha(opacity=100); 
opacity: 1;
zoom: 1; /* to make transparency work in IE

*/