/* Anthology Creative: Base CSS */
/* Version 1.0 */
/* Last Revised: Oct. 7, 2008 */

/* reset */
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:27px}h2{font-size:24px}h3{font-size:18px}h4{font-size:14px}h5{font-size:12px}h6{font-size:10px}ol{list-style:decimal}ul{list-style:circle}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
/* end reset */

body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", Sans-serif;
}

a:link, a:visited {
	color: #333;
}

a:hover, a:active {
	color: #666;
}

div.flashError {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	background-color: #FFC2C8;
	color: #A80500;
	margin-bottom: 24px;
}

div.flashNotice {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	background-color: #FFE155;
	color: #6F4000;
	margin-bottom: 24px;
}

div.flashConfirm {
	text-align: left;
	display: block;
	padding: 14px;
	font: bold 14px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	background-color: #D3FFB9;
	color: #166F00;
	margin-bottom: 24px;
}


.left         { float:left; }
.right        { float:right; }
.center		  { text-align:center; margin:0 auto; display:block; }
img.left      { margin-right:1em; }
img.right     { margin-left:1em; }
img.center    { margin:0 auto; display:block;}
.text-right   { text-align:right; }
.half         { width:45%; /* Not exactly half to account for paddings, margins etc. */ }
.pad5		  { padding:5px; }
.pad10 		  { padding:10px; }
.pad20 		  { padding:20px; }
.full-margin  { margin:0 0 20px 0; }
.half-margin  { margin:0 0 10px 0; }
.no-margin 	  { margin:0; }

.hide{ /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}

.text-tiny { font-size:10px; }
.text-medium { font-size:12px; }
.text-large { font-size:16px; }
.text-highLite { background-color:#fffecc; /* Light Yellow */ }
.text-right { text-align:right; }

/* END BASE */


/****************************************************************************** HEADING TAGS */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
}

h1, h2 {
	/* color:#5e8d0b;  dark green */
	color:#8CC63E; /* lime */
	border-bottom:1px dotted #ccc;
}

h3, h4, h5, h6 {
	color:#479E00; /* light green */
}

h1#homeD6Logo {
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	border:0;
	height:0;
}

h3 {
	padding-top:15px;
}

/* END HEADING TAGS */


/****************************************************************************** WRAPPERs */
body {
	background: #c8c8c8 url('../images/home-bg.jpg') repeat-x;
}

.wrapper {
	background: url('../images/top-bar.jpg') repeat-x top center;
}

/* END WRAPPERs */

/****************************************************************************** LINKs */
a:link, a:visited {
	color:#479E00;
	text-decoration:none;
}

a:hover, a:active {
	color:#326F00;
	text-decoration:underline;
}

/* END LINKs */


/****************************************************************************** HOME */
div.homeD6Logo {
	width:340px;
	margin:0 60px 0 0;
	float:left;
	display:inline;	
	padding:40px 0 0;
}

#homeNav {
	width:340px;
	margin:0 20px 0 10px;
	float:left;
	display:inline;
	padding:40px 0 0;
}

#homeNav li {
	list-style-type:none;
	margin:0;
	height:80px;
	border-bottom:1px dotted #bfbfbf;
	width:340px;
	padding:0;
	float:left;
	display:inline;
}

#homeNav li.showControls {
	background: url('../images/home-nav-hover-bg.jpg') no-repeat top center;
}

#homeNav li .textImage {
	float:left;
	padding-top:20px;
	display:inline;
}

#homeNav li .controls {
	float:right;
	margin:20px 8px 0 0;
	display:inline;
	width:21px;
	visibility:hidden;
}

#homeNav li.showControls .controls { visibility: visible; }

.controls a {
  	text-indent: -9999px;
	display:block;
}

.controls a.info:hover {
	background-position: 0px -19px;
}

.controls a.video:hover {
	background-position: 0px -59px;
}

.controls .info {
  	width: 21px;
  	height: 19px;
  	background: url('../images/home-nav-controls.gif') no-repeat;
	margin:0 0 8px 0;
}

.controls .video {
  	width: 21px;
  	height: 21px;
  	background: url('../images/home-nav-controls.gif') no-repeat 0px -38px;
}

.homeSmRighCol {
	width:190px;
	float:left;
	display:inline;
	padding-top:0px;
	margin:20px 0 0;
	background: url('../images/home-splink-box-bg.jpg') no-repeat top center;
}

.homeSplink {
	background: #8cc63f url('../images/home-splink-box-bg.jpg') no-repeat top center;
	margin:0 10px;
	width:170px;
	float:left;
	display:inline;
}

.homeSplink .logo {
	margin:0 auto 15px;
	display:block;
}

.homeSplink p, .homeSplink p[style], .homeSplink span[style], .homeSplink a span[style] {
	margin:10px;
	color:#fff !important;
	font-size:12px !important;
	line-height:18px !important;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Regular", Sans-serif !important;
	font-weight:bold !important;
	font-style: normal !important;
}

.homeSplink li {
	list-style-type:circle;
	margin:0 0 5px 15px;
	list-style-position: inside;
}

.homeSplink a {
	font-size:10px;
}

.homeSocialBar {
	margin:10px auto;
	display:block;
	text-align:center;
}

.homeEmpower {
	margin:20px 0 0;
}

#modalVideoObject {
	margin: 5px 5px 30px 5px;
}

.homeBoxPromo {
	float:left;
	display:inline;
	width:220px;
	margin:40px 50px 0 0;
}

.last {
	margin-right:0;
}

.articles-preview {
	width:360px;
	margin:40px 40px 0 0;
	background:#ededed;
	float:left;
	display:inline;
	font-size:14px;
	color:#75ab2c;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	.articles-preview.last { margin-right:0; }
	
	.articles-preview ul {
		margin:0;
		list-style:none;
		font-style:italic;
		font-weight:bold;
		line-height:17px;
	}
	
	.articles-preview li {
		padding:0 0 16px 25px;
		margin:0;
		border-bottom:1px solid #d7d7d7;
		background: url('../images/list-item-blast-00.png') no-repeat 7px 7px;
		float:left;
		width: 335px;
		height:30px;
		cursor:pointer;
	}
	
	.articles-preview a {
		float:left;
		display:inline;
		width:200px;
		text-decoration:none;
		margin:6px 0 0 0;
		font-family:Georgia, serif;
	}
	
		.articles-preview li.highlite a { color:#326F00;}
	
	.articles-preview li.last { border-bottom:none; }
	
	.articles-preview li.highlite { background:#abd86e url('../images/list-item-blast-01.png') no-repeat 7px 7px; }
	
		.articles-preview li div {
			font-size:10px;
			color:#999;
			font-style:normal;
			margin:8px 10px 0 5px;
			float:right;
			display:inline;
			line-height:11px;
			text-align:right;
		}
		
		.articles-preview li.highlite div {color:#fff;}
	
	.articles-preview h3 {
		margin:0;
		padding:0 10px;
		height:30px;
		line-height:30px;
		color:#fff;
		background:#75ab2c;
		border-bottom:1px solid #9bc85d;
		-khtml-border-radius-topright: 5px;
		-khtml-border-radius-topleft: 5px;	
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	

/* END HOME */

/****************************************************************************** FOOTER */
.footer {
	text-align:center;
	margin-top:220px;
	margin-bottom:30px;
	color:#fff;
	font-size:10px;
}

.footer .nav {
	margin:20px 0 12px;
}

.footer .nav a:link, .footer .nav a:visited {
	color:#fff;
	margin:0 7px 0 5px;
	text-decoration:none;
}

.footer .nav a:hover, .footer .nav a:active {
	color:#fff;
	text-decoration:underline;
}

.footer .nav a.first  {
	margin-left:20px;
}

.footer .nav a.last  {
	margin-right:0px;
}

.footer .copyright a:link, .footer .copyright a:visited {
	margin:0;
	color:#fff;
	text-decoration:none;
}

.footer .copyright a:hover, .footer .copyright a:active {
	color:#fff;
	text-decoration:underline;
}

.footer .designBy {
	font-size:10px;
}

.footer .designBy a:link, .footer .designBy a:visited {
	color:#fff;
	text-decoration:underline;
}

.footer .designBy a:hover, .footer .designBy a:active {
	color:#999;
	text-decoration:underline;
}

/* FOOTER */


/****************************************************************************** INNER NAV */

ul#nav {
	margin: 10px 0 40px 0;
	padding: 0 0 0 7px;
	background: #6fa624;
	height: 40px;
	position: relative;
	z-index:9999;
}

ul#nav li {
	list-style: none;
	display: inline;
	margin-left: 0;
	position: relative;
	float: left;
	width:auto;
}

ul#nav li a {
	text-decoration: none;
	font: bold 12px/30px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	padding: 8px 12px 2px 12px;
	color: #fff;
	display: inline;
	float: left;
	height:30px;
}

ul#nav li a.nav_first {
	border-left: none;
}

ul#nav li a.nav_last {
	border-right: none;
}

ul#nav li a:hover, ul#nav li a.sel {
	background: #5c8527;
	color: #fff;
}

ul#nav li a.navHover {
	background: #99B500;
	color: #fff;
}

ul#nav li ul.subnav {
	position: absolute;
	top: 40px;
	left: 0;
	width: auto;
	background: #333;
	display: none;
	filter:alpha(opacity=93);   
	-moz-opacity: .93;   
	opacity: .93;
	z-index:2000;
}

ul#nav li ul li {
	float: none;
}

ul#nav li ul.subnav a {
	font: normal 12px/18px "Lucida Grande", "Lucida Sans", "Lucida Sans Regular" Sans-serif;
	padding: 8px 6px 8px 6px;
	display: block;
	border: none;
	border-bottom: 1px dashed #666;
	float: none;
	height:20px;
}

ul#nav li ul.subnav a:hover {
	background: #444;
}

ul#nav li ul.nav_whatisd6 { width: 190px; }
ul#nav li ul.nav_d6stories { width: 90px; }
ul#nav li ul.nav_d6conference { width: 180px; }
ul#nav li ul.nav_d6family { width: 200px; }
ul#nav li ul.nav_d6church { width: 185px; }
ul#nav li ul.nav_splink { width: 100px; }
ul#nav li ul.nav_store { width: 110px; left: -36px; }


.shoulderLeft {
	position:absolute;
	top:10px;
	left:-5px;
}

.shoulderRight {
	position:absolute;
	top:10px;
	right:-5px;
}

.cheekLeft {
	position:absolute;
	top:35px;
	left:0px;
}

.cheekRight {
	position:absolute;
	top:35px;
	right:0px;
}

/* END INNER NAV */


/****************************************************************************** INNER PAGE TEMPLATE */

div#sidebar {
	margin-top: 20px;
}

div#sidebar .sidebarAdScript {
	margin:15px 0 25px;
}

div#mainContent {
	background-color:#fff;
	padding:0 20px 0;
	color:#555;
	float:left;
	display:inline;
	width:660px;
	min-height:475px;
  	height:auto !important;
  	height:475px;
}

	div#mainContent.wide {
		width:900px;
	}

div#mainContent p {
	line-height:160%;
}

/* END INNER PAGE TEMPLATE */


/****************************************************************************** INNER PAGE STYLES */
.familyPic {
	padding:7px;
	border:1px solid #e9e9e9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.forTheFamily {
	padding:10px 0 0 10px;
	float:left;
	display:inline;
}

.headingWithImage {
	border-bottom:1px dotted #ccc;
	margin:0 0 20px 0;
}

	.headingWithImage h1 {
		border-bottom:none;
		margin:0;
		float:left;
		display:inline;
	}
	
ul.bigList {
	width:640px;
	float:left;
	display:inline;
	font-size:16px;
}

	ul.bigList li {
		width:600px;
		background:url(../images/list-item-disc.jpg) 0 6px no-repeat;
		padding: 0 0 10px 24px;
		margin:0 0 10px 10px;
		vertical-align:middle;
		list-style:none;
	}

/*************************************** VERSE STYLES */
p.lead {
	color:#5e8d0b;
	font-size:16px;
}

.dverse p {
	font: 14px/24px Georgia, serif;
	color: #333;
	padding:10px 0 10px 14px;
}

.dverse span {
	font: 10px Georgia, serif;
	font-weight: bold;
	color: #000;
}

.dverse, .expandable {
	display: none;
	border-left: 4px solid #eee;
	margin-left: 18px;
	margin-top: 12px;
}

.expandable p {
	padding: 0 0 0 14px;
}


/*************************************** VIDEO GRID */
.videoThumbs li {
	float:left;
	list-style:none;
	margin:0 45px 0 0;
	width:120px;
	height:200px;
	font-size:10px;
	text-align:center;
}

.videoThumbs li img {
	border:4px solid #f1f1f1;
}

.videoPromoD6Conf {
	background: url('../images/d6conference-bg-video.jpg') no-repeat;
	height:335px;
	padding-top:103px;
	margin-bottom:20px;
	width:600px;
}

/*************************************** BRANDing */
#licenseAgreement {
	width: 464px;
	height:150px;
	border: 1px solid #aaa;
	padding: 3px;
	overflow:hidden;
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	overflow-y: scroll;
}

.checkboxTerms {
	margin:5px 0 0 155px;
	font-size:11px;
}

.brandResource {
	width:260px;
	height:240px;
	padding:20px 0;
	float:left;
	display:inline;
	margin:0 20px 40px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}

	.brandResource img {
		margin:15px auto 0;
		display:block;
		vertical-align:middle;
	}
	
	.brandResource span {
		display:block;
		font-size:11px;
		font-style:italic;
		color:#afafaf;
	}

/*  PRICING TABLE
****************************************************************************************************/
	table.pricing {
		margin: 18px 0px 24px 0px;
		width:100%;
		border-collapse:collapse;
		overflow:hidden;
	}

		table.pricing col.vzebraOdd {
			background-color: #F0F0F0;
		}

		table.pricing col.vzebraEven {
			background-color: #fff;
		}

		table.pricing .peopleNumber {
			background: #444;
			color: #fff;
			text-align: right;
			border-bottom: 1px solid #303030;
			line-height:14px;
		}

		table.pricing td, table.pricing th {
			padding: 10px 12px 10px 12px;
			text-align: center;
			border-bottom: 1px solid #303030;
		}

		table.pricing td {
			color: #777;
			font-weight: bold;
		}

		table.pricing th {
			padding: 5px;
			background-color: #000;
			color: #fff;
			font-size:14px;
			line-height:18px;
			border-right: 1px solid #303030;
			font-weight:bold;
		}

			table.pricing th span.date {
				color: #999;
				font-size:11px;
				line-height:18px;
			}

		table.pricing .colnow {
			background: #5ca607;
			color: #fff;
		}

		table.pricing .colexp {
			background: #EFEFEF;
			color: #D3D3D3;
		}

			table.pricing tr.addon td {
				border-top: 16px solid #000;
			}

/*************************************** BLOG STYLES - STORIES */
.storyBlock {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 18px;
	border-bottom: 1px dotted #ccc;
}

#mainContent .storyBlock p {
	margin-left: 0px;
	padding-left: 0px;
}

.storyBlock .storyTitle {
	font: 22px/30px "Lucida Grande", Arial, Sans-serif;
	color: #004266;
	margin-bottom: 8px;
	display: block;
}

.storyBlock .storyAuthor {
	font: italic normal 14px/18px "Lucida Grande", Arial, Sans-serif;
	color: #999;
	margin-bottom: 8px;
	display: block;
}

.storyBlock .storyDate {
	font: italic normal 11px/18px "Lucida Grande", Arial, Sans-serif;
	color: #639B00;
	margin-bottom: 8px;
	display: block;
}

#blogNav {
	display: block;
	margin: 18px 0px 0px 0px;
	padding-left: 0px;
}

#mainContent #blogNav li {
	list-style: none;
	display: block;
}

#blogNav li a {
	width : 288px;
	display: inline;
	float: left;
	text-align: center;
	padding: 4px;
	background-color: #eee;
	margin: 0px;
	border: 1px solid #fff;
}

#blogNav li a:hover, #blogNav li a.sel {
	color: #fff;
	background-color: #4A9C00;
}

/*************************************** BLOG STYLES - ARTICLES - SOON TO BE DEPRECATED (MJS-2010-05-24) */
.articleTitle {
	color: #479e00;
	font: 24px/28px "Lucida Grande", Arial, sans-serif;
	margin-bottom: 1.0em;
	display: block;
}

.articleBody {
	font: 12px/18px "Lucida Grande", Arial, sans-serif;
	color: #333;
	display: block;
	padding-bottom: 27px;
	border-bottom: 1px dotted #eee;
	margin-bottom: 27px;
}

.articleBody p img:first-child {
	float:left;
	display:inline;
	margin:0 15px 10px 0;
	border:1px solid #f1f1f1;
	padding:4px;
}

/*************************************** POST STYLES */
.post {
	border-bottom:1px solid #eee;
	margin:0 0 20px 0;
}

	.post .published {
		color:#999;
	}

	.post .hero {
		border:1px solid #eee;
		padding:3px;
		background:#f6f6f6;
		margin-bottom:1em;
	}
	
	.post h3.section {
		border-top:5px solid;
		padding:20px 0 0;
	}

	.post .authorInfo {
		background: url('../images/bg-stripe-grey.png');
		padding:10px;
		margin:0 0 40px 0;
		border:1px solid #eee;
	}

		.post .authorInfo img {
			border:1px solid #6FA624;
			height:50px;
			width:50px;
		}
	
		.post .authorInfo h4.name {
			font-size:16px;
			font-weight:bold;
			margin:0;
			color:#5C8527;
		}
		
		.post .authorInfo .about {
			font-style: italic;
			margin:0 0 0 65px;
		}


	.post .comments {
		width:660px;
		float:left;
		display:inline;
	}

		.post .comments li {
			padding:10px;
			border-top:1px solid #eee;
			border-bottom:1px solid #f6f6f6;
			margin:0;
			float:left;
			display:inline;
			width:640px;
		}
		
		.post .comments li.alt {
			background:#f6f6f6;
		}
		
		
		.post .commenter {
			font-size:14px;
			font-weight:bold;
		}

/*************************************** SIDEBAR NAVIGATION & SEARCH */
.sidebarNav {
	width:160px;
	float:left;
	display:inline;
	margin:0 0 20px 0;
	font-size:14px;
	list-style:none;
}

	.sidebarNav li {
		margin:0 0 5px 0;
	}
	
	.sidebarNav a:link, .sidebarNav a:visited {
		display:block;
		padding:2px 5px;
	}
	
	.sidebarNav a:hover, .sidebarNav a:active {
		display:block;
		font-weight:bold;
		text-decoration:none;
	}
	
	.sidebarNav a.sel {
		background:#f0f6e0;
		font-weight:bold;
		-khtml-border-radius-topright: 40px;
		-khtml-border-radius-bottomright: 40px;	
		-moz-border-radius-topright: 40px;
		-moz-border-radius-bottomright: 40px;
		-webkit-border-top-right-radius: 40px;
		-webkit-border-bottom-right-radius: 40px;
		border-top-right-radius: 40px;
		border-bottom-right-radius: 40px;
	}

.sidebarSearch {
	width:160px;
	height:20px;
	position:relative;
	margin:20px 0 20px;
}

	.sidebarSearch input{
		color:#91BB01;
		border:1px solid;
		line-height:20px;
		height:20px;
		padding:0 24px 0 3px;
		float:left;
		display:inline;
		position:relative;
		outline:none;
		font-style:italic;
		background: #fff url('../images/sidebar-search-bg.png') no-repeat 140px 0;
		font-size:11px;
		width:134px;
	}
	
	.sidebarSearch input.icon {
		text-indent:-9999px;
		width:17px;
		height:20px;
		cursor:pointer;
		margin:0;
		padding:0;
		position:absolute;
		left:140px;
		top:0;
		border:0;
		background:transparent;
	}

	.sidebarSearch .sidebarSearchLabel {
		position:relative;
		float:left;
	}

	.sidebarSearch label { 
		position: absolute; 
		top: -12px; 
		left: 0px; 
		text-indent:0;
		color:#b1b1b1;
		line-height:10px;
		height:10px;
		font-size:11px;
		font-style:italic;
	}

		.sidebarSearch label.over-apply { 
			position: absolute; 
			top: 0px; 
			left: 3px; 
			text-indent:0;
			color:#b1b1b1;
			line-height:20px;
			height:20px;
			font-size:11px;
			font-style:italic;
			z-index:10;
		}
			
			
/*************************************** VIDEO SPOTS */

.videoSpot {
	display: block;
	margin-bottom: 40px;
	padding: 10px 30px 20px 30px;
	border: 1px solid #eee;
}

.videoSpot h2 {
	display: block;
	font: 24px/36px "Lucida Grande",Arial, Sans-serif;
	border-bottom: 1px dotted #ccc;
	color: #2A5D00;
	margin-bottom: 14px;
}

.videoSpot h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}

.videoSpot .embedVideo {
	display: block;
	text-align: center;
}


/*************************************** PODCAST TABLE */
table#podcastTable {
	padding: 10px;
}

#podcastTable td{
	padding: 14px 4px 14px 4px;
	border-bottom: 1px dotted #eee;
}

#podcastTable td.title{
	font: bold 16px/24px "Lucida Grande", Arial, Sans-serif;
}

#podcastTable th {
	background-color: #ccc;
	font: bold 10px Arial;
	padding: 2px;
	border-bottom: 1px dotted #999;
	color: #333;
}

#podcastLinks {
	display: block;
	font: bold 14px "Lucida Grande", Arial;
	color: #ccc;
	margin-bottom: 10px;
}

/*************************************** THICKBOX POP UP PLAYER */

#popsVideo .videoTitle {
	font: 18px/24px "Lucida Grande", Arial, Sans-serif;
	color: #B4CD7F;
	display: block;
	text-align: center;
	font-weight: bold;
}

#popsVideo {
	margin-top: 20px;
	padding-left: 9px;
	text-align: center;
	color: #FFF;
	font: 12px/18px "Lucida Grande", Arial, Sans-serif	
}

/*************************************** TELLUS FORM */

.formError {
	display: block;
	color: #990300;
	font: bold 12px Arial;
	margin-bottom: 8px;
}

#tellUs fieldset, fieldset {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}

#tellUs label, #signup label, label {
	font: bold 14px/1.8em 'Lucida Grande', Arial, Sans-serif;
	color: #333;
	display: block;
	margin-bottom: 12px;
}

#tellUs legend, legend {
	font: bold 18px 'Lucida Grande', Arial, Sans-serif;
	padding: 0px 8px 0px 8px;
	color: #999;
}

#tellUs input, #tellUs textarea, #tellUs select, #signup input, input, textarea, select {
	margin-bottom: 18px;
}

#tellUs input, #tellUs textarea, #signup input, input, textarea, input {
	padding: 3px;
	font: 14px/1.8em 'Lucida Grande', Arial, Sans-serif;
	color: #333;
}

#tellUs option, option {
	padding-right: 1.5em;
}

#tellUs button, #signup button, button {
	font: bold 14px Arial, Sans-serif;
	padding: 4px;
}

#tellUs .terms {
	font: 10px/1.8em Arial, Sans-serif;
	color: #999;
	font-style: italic;
}

/* END INNER PAGE STYLES */