body {
	background: #FFFFFF url(../images/background.jpg) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", Myriad, Tahoma, Verdana, "Verdana Ref", sans-serif;
	font-size: 62.5%;}

/* ====== Futura font stack ====== */
blockquote.super, h1, h2, .redFtra, .menu li {font-family: "Futura", "AppleLiGothic", "AppleGothic", "Century Gothic", sans-serif;}
	
/* ====== Standard elements ====== */
a {color: #369; text-decoration: none;}
a:hover {background-color: #369; color: #fff;}	
	
	.arrowLink {
		background: transparent url(../images/arrow-right.png) no-repeat scroll 100% 50%; 
		padding-right: 10px;}
		
	.topLink { /*back to top link*/ float: right; 
		background: url(../images/arrow-up.png) no-repeat 100% 50%; 
		padding-right: 15px;}	
		
	.leftLink { /*back to press releases link*/ font-size: 1.2em;
		background: url(../images/arrow-left.png) no-repeat 0% 50%; 
		padding-left: 10px;}		
		
	.pdfLink {
		background: transparent url(../images/icon-pdf.png) no-repeat scroll 0% 50%; 
		padding-left: 25px; 
		padding-bottom: 2px;}

blockquote {/*body text blockquote... used in testimonials, press releases...*/
		background: url(../images/quotes-futura.png) no-repeat; 
		padding-left: 30px;
		color: #666; 
		font-size: 1.2em; 
		line-height: 1.45em; 
		margin: 5px 5px 50px 0px;}
		
		blockquote span.author {
			color: #999; 
			display: block; 
			font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", Myriad, Tahoma, Verdana, "Verdana Ref", sans-serif; 
			font-size: 11px; 
			margin: 10px 0px;
			line-height: 14px;}	
	
	blockquote.super { /*super big and important blockquote, used on index, product, etc...*/
	color: #abafb6; 
	font-size: 2.0em; 
	padding-left: 30px;}	
	

	
em {font-style: italic;}

hr {border: 0 none; border-top: 1px dotted #ccc; height: 1px; padding-bottom: 10px;}

img {display: block;}
	.frame {/*puts grey frame around image*/ border:10px solid #eee; margin-right: 30px;}

p {	color: #666; 
	font-size: 1.3em; 
	line-height: 1.45em; 
	margin-bottom: 1.5em;}
	
	.flush {padding: 0px; margin: 0px;} /*removes padding/margin from p*/
	.small {font-size: 11px;}

strong {font-weight: bold;}			

/* ====== Headings ====== */
h1 {color: #333333; font-size: 2.4em; padding-bottom: 5px; text-align: center;}
h1 strong {color: #9b3a53;}	
h2 {color: #8f1133; font-size: 2.0em;}
h3 {color: #252525; font-size: 1.5em; font-weight: bold; letter-spacing: -0.02em; margin-bottom: 2px;}
	.redFtra {color: #a73354;}
h4 {font-size: 1.4em; color: #afafaf; text-align: center; margin: 0px auto;}		
h5 {font-size: 1.2em; font-weight: bold;}	
	
/* ====== Callouts ====== */
.callout {
	background-color: #f2f2f2;
	/*border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;*/
	-moz-border-radius: 12px; -webkit-border-radius: 12px;
	padding: 20px 30px;
	margin-top: 30px;}	
	
	.media {background-color: #f9fbfb;
			border: 1px solid #e8eef8;
			padding: 10px;
			padding-left: 55px;
			margin: 20px 0px;}
			
		.media p {margin: 0px;}
		
			.security {font-size: 0.9em; background: transparent url(../images/icon-lock.png) no-repeat 10px 50%;}
			.movie {font-size: 0.9em; background: transparent url(../images/icon-reel.png) no-repeat 10px 50%; padding-left: 65px;}				

/* ====== Lists ====== */
ul li {padding-top: 10px;}
	ul.bulletList {color: #595959; font-size: 1.2em; padding: 0px 15px; margin-bottom: 1.5em; }
		ul.bulletList li {padding: 0px; list-style-type: square; line-height: 1.8em;}	
	ul.list {color: #595959; font-size: 1.2em; padding: 0px 10px; }
		ul.list li {padding: 0px; line-height: 1.8em;}		
	ul.calloutList {color: #595959; font-size: 1.1em; padding: 5px 0px; }
		ul.calloutList li {padding: 0px; line-height: 1.8em;}	
	ul.check li {background: url(../images/check-red.png) no-repeat 0 12px;padding-left: 25px;}	
	ul.green li {background: url(../images/check-green.png) no-repeat 0 12px;}			

/* ====== Special formatting cases ====== */
.active {background-color: #369; padding: 5px; color: #fff;}
.detail {font-size: 9px; color: #999; font-weight: normal;} /*used on pricing page, *first time users */
.highlight {background-color: #faf8dc}
.quiet {color: #ccc;}

.hide {display: none;}

.center {margin: 0px auto; display: block;}
.left {float: left}	

.txtC {text-align: center;}
.txtR {text-align: right;}	
.txtL {text-align: left;}	
		
/* ====== Buttons ====== */
.btn { /*css sprite button*/background: #fff no-repeat scroll 0 0; border: none; display:block; padding:0; text-indent:-9999px;}
	
.bigSignup {background: #C8DEAD url(../images/btn-big-signup.png); height:53px; width:223px;}
	.bigSignup:hover {background: #C8DEAD url(../images/btn-big-signup.png) -223px 0px;}	

.bigFreeDemo {background: #C8DEAD url(../images/btn-big-free-demo.png); height:43px; width:223px;}
	.bigFreeDemo:hover {background: #C8DEAD url(../images/btn-big-free-demo.png) -223px 0px;}	
			
/* ============ Navigation ============ */
.menu 	{padding: 35px 0px 0px; float: right;}
	
.menu li {
	float: left;
	font-size: 16px;
	padding-left: 30px;}

.menu a:active, .menu a:link, .menu a:visited {
	color: #999999;
	padding: 2px 4px;
	text-decoration: none;}
	
.menu a:hover 	{background-color: #eee; color: #666;}
.menu a.active 	{background-color: #8f1133; color: #fff; }

.menu a.signupBtn {
	background-color:transparent;
    background-image: url("../images/btn-signup-lrg.png");
	background-repeat:no-repeat;
    border: medium none;
    display: block;
    height: 56px;
    margin-top: -15px;
    padding: 0;
    text-indent: -9999px;
    width: 110px;
}

.menu a.signupBtn:hover {
	background-position:-111px 0;
}

.menu a.freeDemoBtn {
	background: #c8dead url(../images/btn-free-demo.png) repeat scroll 0 0;
	border: none;
	display: block;
	height: 43px;
	margin-top: -10px;
	padding: 0;
	text-indent: -9999px;
	width: 108px;}
	.menu a.freeDemoBtn:hover {background-position: -108px 0px;}		
	
/* ============ Home ============ */
.billboard {background-color: #f2f2f2;}	
.bbBody {width: 459px; text-align: left; padding: 30px 0px;}
	.bbBody h1 {padding: 0px; margin-bottom: 30px; text-indent: -9999px; background: url(../images/blurb-legal-productivity-software.png); height: 103px; width: 449px;}
.bbImg {width: 501px;}

.teaser {padding-top: 30px;}

.quoteIdx {margin: 0px; margin-left: -30px; margin-right: 40px;}
	.quoteIdx span.author{line-height:1em; margin-bottom:15px; margin-top:7px;}

.icon {padding-right: 10px;} /*recycle icon*/

.previewLink {color: #999; position: relative; top: -30px; left: 238px;}

.saveMoney {/*pulls it back to compensate for wide tree icon*/ margin-left: -30px; margin-right: 30px;}

/* ============ Features ============ */
.featureGroup { padding: 30px 0px 50px;}
	.featureGroup div.size3of5 {padding-right: 40px;}	
	.featureGroup div.size1of2 {padding-right: 20px;}
		
	.featureGroup img.center {padding-bottom: 30px;}
	.featureGroup img.taskImg {padding-bottom: 0px;} /*removes bottom padding from task image on account of media module*/	
	.featureGroup .media{margin-bottom: 50px;}
	
.feature { margin: 0px 25px 25px 0px;}	
.feature img { margin: 20px auto;}	

	
.secondary {font-size: .9em;}	
	
/* ============ Pricing ============ */
/*custom gutter widths for 3 columns: */
	div.pricing .gttrM {padding: 0px 10px; width: 31% /*makes it a lil' smaller to look more even optically*/}	/*middle column gutter*/
	div.pricing .gttrR {padding-right: 20px;}
	div.pricing .gttrL {padding-left: 20px;}
.pricing.author {margin-top: 7px}

/* ============ Testimonials ============ */
.gttrR {padding-right: 50px;}
.ltnAward { margin-top: 10px;}
	.ltnAward img {margin-right: 10px}

/* ============ Press Releases ============ */	
.pr {border-bottom: 1px dotted #ccc; margin-top: 0px; width: 800px; margin: 0px auto 20px; padding-bottom: 20px;}
	/*== puts custom padding and styles in place for generic elements in pr ==*/
	.pr p.quiet {text-transform: uppercase; color: #999; font-size: 11px; margin-bottom: 5px;}	
	.pr h4 {padding-bottom: 20px; font-size: 12px;}	
	.pr blockquote {margin-left: 0px; margin-bottom: 20px; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", Myriad, Tahoma, Verdana, "Verdana Ref", sans-serif; 
		color: #666; 
		font-size: 1.3em; 
		line-height: 1.45em; }	
	.pr strong {color: #333}
	
/* ============ Green ============ */	
.enviro {padding: 40px; background-color: #f8f8f2; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; width: 800px; text-align: left; }
.enviro div.subhead {height: 128px; background: url(../images/green-tree.png) no-repeat;}
.enviro h1 {color: #6d8967; text-align: left;}	
.enviro h4 {color: #a5b0a1; text-align: left;}
.enviro strong {font-weight: normal; color: #5b6f00; background-color: #eff1e6;}
.enviro div.callout {-moz-border-radius: 6px; background-color: #eff1e6; border: none; margin: 20px; font-size: 0.85em; -webkit-border-radius: 6px;}
	.enviro div.callout h2 {color: #698562; padding-bottom: 10px}
	
/* ============ Footer ============ */	
.foot {border-bottom: 1px dotted #ccc; border-top: 1px dotted #ccc; margin-top: 30px; margin-bottom: 20px; padding: 10px; font-size: 0.8em;}	
		
/* ============ Extras ============ */		
.last {padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px;} /*used to clear padding/margins off last item on a page*/


/* ============ Case Study ============ */	
.caseStudy {margin: 10px 0 20px;} /* refactor - used ot line up case study to sidebar blurbs */
.caseStudy .gttrL {padding-left: 18px;}
.caseStudy h1 {padding: 13px 0; font-size: 2.1em; text-align: left; color: #828282;}
.caseStudy h1 span {color:#333;}
.caseStudy blockquote {margin-bottom: 20px;}
/* reset fonts for case study */
.caseStudy h1, .caseStudy blockquote {font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", Myriad, Tahoma, Verdana, "Verdana Ref", sans-serif;}


/* ============ Signp/Demo band ============ */	
.signupDemo {-moz-border-radius: 12px; -webkit-border-radius: 12px; background-color: #e7f3d9; margin-top: 30px; padding: 15px; text-align: center; margin-top: 15px;}
.signupDemo h3{color: #999;}
.signupDemo p{padding: 0px; margin: 0px;}
.signupDemo a {color: #527620; font-weight: bold;}	
	.signupDemo a:hover {background-color: #527620; color: #fff}	
