/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; 
		}
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #FFF;
		font: 12px Helvetica, Arial, sans-serif;
		line-height: 20px;
		color: #555;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden; } /*Need this for the responsiveness*/
	html {
		overflow-x: hidden; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #000;
		font-family: 'PT Sans', sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #1f3040; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 20px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 20px; }
	h3 { font-size: 25px; line-height: 34px; margin-bottom: 20px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 10px; }
	h5 { font-size: 18px; line-height: 24px; margin-bottom: 10px; }
	h6 { font-size: 14px; line-height: 21px; margin-bottom: 10px; }
	.subheader { color: #777; }
	h5.teaserheadline { border-bottom: 1px solid #ddd; padding-bottom: 9px; color: #222; font-size: 13px; line-height: 13px; font-weight: bold; font-style: normal; margin-bottom: 13px; text-transform: uppercase; letter-spacing:1px; }
	h5.teaserheadline img { float: left; margin-right: 10px; }
	
	.teamtopline { text-align: center; font-size: 12px; font-weight: bold; color: #000; line-height: 12px; width: 100%; margin-top: 10px; margin-bottom: 5px; }
	.teamsubline { text-align: center; font-size: 11px; line-height: 16px; margin-bottom: 10px; color: #777; font-style: italic; width: 100%; }
	
	.highl { font-size: 12px; text-decoration: none; color: #fff; background-color: #1f3040; padding-bottom: 2px; padding-top: 3px; padding-left: 5px; padding-right: 5px;}
	.highl_yellow { font-size: 12px; text-decoration: none; color: #fff; background-color: #faaa0a; padding-bottom: 2px; padding-top: 3px; padding-left: 5px; padding-right: 5px;}
	.highl_red { font-size: 12px; text-decoration: none; color: #fff; background-color: #d93b21; padding-bottom: 2px; padding-top: 3px; padding-left: 5px; padding-right: 5px;}

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	img.left { float: left; margin-bottom: 15px; margin-right: 15px;}
	img.right { float: right; margin-bottom: 15px; margin-left: 15px;}
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #999; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 0 0 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; margin-top: 5px; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	
/* Text Selection */

	::selection { background: #1f3040; color: #fff; /* Safari */ }
	::-moz-selection { background: #1f3040; color: #fff; /* Firefox */ }


/* #Links
================================================== */
	a, a:visited { color: #1f3040; text-decoration: none; outline: 0; }
	a:hover, a:focus { /*color: #000;*/ }
	p a, p a:visited { line-height: inherit; }
	a.link, .lighti { font-size: 12px; font-weight: normal; text-decoration: none; color: #777; font-style: italic; }
	a.linkbg { font-size: 12px; text-decoration: none; color: #fff; background-color: #1f3040; padding-bottom: 2px; padding-top: 3px; padding-left: 5px; padding-right: 5px;}
	a.titlelink { font-size: 11px; font-weight: normal; text-decoration: none; color: #999; font-style: normal; }
	a.link span, a.link:visited span { font-size:13px; line-height:12px; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; color: #555; }
	ul.circle { list-style: circle outside; color: #555; }
	ul.disc { list-style: disc outside; color: #555; }
	ul.check { list-style: none; }
	ul.check li { background: url('../images/tiles/check.png') no-repeat; padding-left: 25px; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 100%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons (New buttons, not sure how much I like these JFD 6/28)
================================================== 

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
		border-radius: 3px; 
		background: #777; 
		border: 0;
		border-bottom: 1px solid #444;
		text-shadow: 0px 1px 0px #444;
		padding-left: 13px; padding-right: 13px; padding-top: 5px; padding-bottom: 5px;
		color: #fff;
		display: inline-block;
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
		text-decoration: none;
		cursor: pointer;
		line-height: 20px;
		font-family: Helvetica, Arial, sans-serif; }
 
	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  color: #fff;
	   }

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	  color: #fff;
	  background: #1f3040; 
	  }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
	a.button span {
		font-size:13px;
		line-height:11px;
	}*/

/* #Buttons (Stock Buttons)
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #3a5a78; /* Old browsers */
		background: #3a5a78 -moz-linear-gradient(top, #3a5a78 0%, #01103b 100%); /* FF3.6+ */
		background: #3a5a78 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a5a78), color-stop(100%,#01103b)); /* Chrome,Safari4+ */
		background: #3a5a78 -webkit-linear-gradient(top, #3a5a78 0%,#01103b 100%); /* Chrome10+,Safari5.1+ */
		background: #3a5a78 -o-linear-gradient(top, #3a5a78 0%,#01103b 100%); /* Opera11.10+ */
		background: #3a5a78 -ms-linear-gradient(top, #3a5a78 0%,#01103b 100%); /* IE10+ */
		background: #3a5a78 linear-gradient(top, #3a5a78 0%,#01103b 100%); /* W3C */
	  border: 1px solid #1f2125;
	  /*border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;*/
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  color: #e6e6e6 !important; /*important tag is needed in Chrome, for whatever reason JFD 7/5*/
	  display: inline-block;
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 -1px rgba(0, 0, 0, .55);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  letter-spacing: 0.1em;
	  padding: 15px 40px;
	  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

	.pricecol.light .button {
		background: #757575; /* Old browsers */
		background: #757575 -moz-linear-gradient(top, #757575 0%, #373737 100%); /* FF3.6+ */
		background: #757575 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757575), color-stop(100%,#373737)); /* Chrome,Safari4+ */
		background: #757575 -webkit-linear-gradient(top, #757575 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
		background: #757575 -o-linear-gradient(top, #757575 0%,#373737 100%); /* Opera11.10+ */
		background: #757575 -ms-linear-gradient(top, #757575 0%,#373737 100%); /* IE10+ */
		background: #757575 linear-gradient(top, #757575 0%,#373737 100%); /* W3C */
	  border: 1px solid #1f2125;
	}
	.pricecol.light .button:hover {
		background: #a8a8a8; /* Old browsers */
		background: #a8a8a8 -moz-linear-gradient(top, #a8a8a8 0%, #808080 100%); /* FF3.6+ */
		background: #a8a8a8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8a8a8), color-stop(100%,#808080)); /* Chrome,Safari4+ */
		background: #a8a8a8 -webkit-linear-gradient(top, #a8a8a8 0%,#808080 100%); /* Chrome10+,Safari5.1+ */
		background: #a8a8a8 -o-linear-gradient(top, #a8a8a8 0%,#808080 100%); /* Opera11.10+ */
		background: #a8a8a8 -ms-linear-gradient(top, #a8a8a8 0%,#808080 100%); /* IE10+ */
		background: #a8a8a8 linear-gradient(top, #a8a8a8 0%,#808080 100%); /* W3C */
	  	border: 1px solid #1f2125;
		color: #FFF;
	}
	
	.pricecol.highlight .button {
		background: #3a5a78; /* Old browsers */
		background: #3a5a78 -moz-linear-gradient(top, #3a5a78 0%, #01103b 100%); /* FF3.6+ */
		background: #3a5a78 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a5a78), color-stop(100%,#01103b)); /* Chrome,Safari4+ */
		background: #3a5a78 -webkit-linear-gradient(top, #3a5a78 0%,#01103b 100%); /* Chrome10+,Safari5.1+ */
		background: #3a5a78 -o-linear-gradient(top, #3a5a78 0%,#01103b 100%); /* Opera11.10+ */
		background: #3a5a78 -ms-linear-gradient(top, #3a5a78 0%,#01103b 100%); /* IE10+ */
		background: #3a5a78 linear-gradient(top, #3a5a78 0%,#01103b 100%); /* W3C */
	  border: 1px solid #1f2125;
	}
	.pricecol.highlight .button:hover {
		background: #5280ab; /* Old browsers */
		background: #5280ab -moz-linear-gradient(top, #5280ab 0%, #014584 100%); /* FF3.6+ */
		background: #5280ab -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5280ab), color-stop(100%,#014584)); /* Chrome,Safari4+ */
		background: #5280ab -webkit-linear-gradient(top, #5280ab 0%,#014584 100%); /* Chrome10+,Safari5.1+ */
		background: #5280ab -o-linear-gradient(top, #5280ab 0%,#014584 100%); /* Opera11.10+ */
		background: #5280ab -ms-linear-gradient(top, #5280ab 0%,#014584 100%); /* IE10+ */
		background: #5280ab linear-gradient(top, #5280ab 0%,#014584 100%); /* W3C */
	  	border: 1px solid #1f2125;
		color: #FFF;
	}
	
	.pricecol .button {
		background: #4e6275; /* Old browsers */
		background: #4e6275 -moz-linear-gradient(top, #4e6275 0%, #011b37 100%); /* FF3.6+ */
		background: #4e6275 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e6275), color-stop(100%,#011b37)); /* Chrome,Safari4+ */
		background: #4e6275 -webkit-linear-gradient(top, #4e6275 0%,#011b37 100%); /* Chrome10+,Safari5.1+ */
		background: #4e6275 -o-linear-gradient(top, #4e6275 0%,#011b37 100%); /* Opera11.10+ */
		background: #4e6275 -ms-linear-gradient(top, #4e6275 0%,#011b37 100%); /* IE10+ */
		background: #4e6275 linear-gradient(top, #4e6275 0%,#011b37 100%); /* W3C */
	  border: 1px solid #1f2125;
	}
	.pricecol .button:hover {
		background: #718da8; /* Old browsers */
		background: #718da8 -moz-linear-gradient(top, #718da8 0%, #315a80 100%); /* FF3.6+ */
		background: #718da8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718da8), color-stop(100%,#315a80)); /* Chrome,Safari4+ */
		background: #718da8 -webkit-linear-gradient(top, #718da8 0%,#315a80 100%); /* Chrome10+,Safari5.1+ */
		background: #718da8 -o-linear-gradient(top, #718da8 0%,#315a80 100%); /* Opera11.10+ */
		background: #718da8 -ms-linear-gradient(top, #718da8 0%,#315a80 100%); /* IE10+ */
		background: #718da8 linear-gradient(top, #718da8 0%,#315a80 100%); /* W3C */
	  	border: 1px solid #1f2125;
		color: #FFF;
	}

	.homeintro .button,  .newpricing .button, #login_page_submit, #signin_submit {
		background: #42a342; /* Old browsers */
		background: #42a342 -moz-linear-gradient(top, #42a342 0%, #016801 100%); /* FF3.6+ */
		background: #42a342 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a342), color-stop(100%,#016801)); /* Chrome,Safari4+ */
		background: #42a342 -webkit-linear-gradient(top, #42a342 0%,#016801 100%); /* Chrome10+,Safari5.1+ */
		background: #42a342 -o-linear-gradient(top, #42a342 0%,#016801 100%); /* Opera11.10+ */
		background: #42a342 -ms-linear-gradient(top, #42a342 0%,#016801 100%); /* IE10+ */
		background: #42a342 linear-gradient(top, #42a342 0%,#016801 100%); /* W3C */
	  border: 1px solid #1f2125;
	  color: #FFF;
	  font-size:22px;
	  letter-spacing:normal;
	  text-align:center;
	  padding:6px 50px 10px;
	  margin-left:30px;
	}
	.homeintro .button:hover,  .newpricing .button:hover, #login_page_submit:hover, #signin_submit:hover {
		background: #4db94d; /* Old browsers */
		background: #4db94d -moz-linear-gradient(top, #4db94d 0%, #018c01 100%); /* FF3.6+ */
		background: #4db94d -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4db94d), color-stop(100%,#018c01)); /* Chrome,Safari4+ */
		background: #4db94d -webkit-linear-gradient(top, #4db94d 0%,#018c01 100%); /* Chrome10+,Safari5.1+ */
		background: #4db94d -o-linear-gradient(top, #4db94d 0%,#018c01 100%); /* Opera11.10+ */
		background: #4db94d -ms-linear-gradient(top, #4db94d 0%,#018c01 100%); /* IE10+ */
		background: #4db94d linear-gradient(top, #4db94d 0%,#018c01 100%); /* W3C */
	  	border: 1px solid #1f2125;
		color: #FFF;
	}
	#login_page_submit {
		text-transform: uppercase; 
		margin-left: 0px;
		padding: 3px 20px;
		font-size: 16px;
	}
	#signin_submit {
		text-transform: uppercase; 
		margin-left: 0px;
		margin-bottom: 0px;
		padding: 3px 10px;
		font-size: 14px;
		float: right;
	}
	.homeintro .button span{
	  color: #FFF;
	  font-size:10px;
	  font-weight:normal;
	  font-family:Arial, Helvetica, sans-serif;
	  display:block;
	  letter-spacing:normal;
	}
	
/*	.tier2 .button, #signin_submit{ */
	.tier2 .button {
		background: #6b6b6b; /* Old browsers */
		background: #6b6b6b -moz-linear-gradient(top, #6b6b6b 0%, #2b2b2b 100%); /* FF3.6+ */
		background: #6b6b6b -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6b6b), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
		background: #6b6b6b -webkit-linear-gradient(top, #6b6b6b 0%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
		background: #6b6b6b -o-linear-gradient(top, #6b6b6b 0%,#2b2b2b 100%); /* Opera11.10+ */
		background: #6b6b6b -ms-linear-gradient(top, #6b6b6b 0%,#2b2b2b 100%); /* IE10+ */
		background: #6b6b6b linear-gradient(top, #6b6b6b 0%,#2b2b2b 100%); /* W3C */
	  	border: 1px solid #1f2125;
		float: right;
		font-size: 10px;
		font-family: arial, sans-serif;
		letter-spacing: normal;
		text-transform: uppercase;
		padding: 5px 10px;
		margin-top: -10px;
	}
	
/* 	#signin_submit { margin: 0; } */
	
/*	.tier2 .button:hover, #signin_submit:hover{ */
	.tier2 .button:hover {
		background: #848484; /* Old browsers */
		background: #848484 -moz-linear-gradient(top, #848484 0%, #505050 100%); /* FF3.6+ */
		background: #848484 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848484), color-stop(100%,#505050)); /* Chrome,Safari4+ */
		background: #848484 -webkit-linear-gradient(top, #848484 0%,#505050 100%); /* Chrome10+,Safari5.1+ */
		background: #848484 -o-linear-gradient(top, #848484 0%,#505050 100%); /* Opera11.10+ */
		background: #848484 -ms-linear-gradient(top, #848484 0%,#505050 100%); /* IE10+ */
		background: #848484 linear-gradient(top, #848484 0%,#505050 100%); /* W3C */
	  	border: 1px solid #1f2125;
	}
	
	.cta-full .button, .cta-small .button {
		
		background: #42a342; /* Old browsers */
		/*background-image: url('../images/cta-arrow.png');*/
		background-repeat: no-repeat;
		background-position:95% center;
		
		background-image: url('../images/cta-arrow.png'), -moz-linear-gradient(top, #42a342 0%, #016801 100%); /* FF3.6+ */
		background-image: url('../images/cta-arrow.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a342), color-stop(100%,#016801)); /* Chrome,Safari4+ */
		background-image: url('../images/cta-arrow.png'), -webkit-linear-gradient(top, #42a342 0%,#016801 100%); /* Chrome10+,Safari5.1+ */
		background-image: url('../images/cta-arrow.png'), -o-linear-gradient(top, #42a342 0%,#016801 100%); /* Opera11.10+ */
		background-image: url('../images/cta-arrow.png'), -ms-linear-gradient(top, #42a342 0%,#016801 100%); /* IE10+ */
		background-image: url('../images/cta-arrow.png'), linear-gradient(top, #42a342 0%,#016801 100%); /* W3C */

	  	border: 1px solid #1f2125;
	  	text-align:center;
	  	padding:9px 50px 10px 15px;
		letter-spacing: normal;
		
		margin-top:20px;
		margin-right:20px;
		float:right;
	}
	
	.cta-full .button:hover, .cta-small .button:hover {
		background: #4db94d; /* Old browsers */
		background-repeat: no-repeat;
		background-position:95% center;
		background-image: url('../images/cta-arrow.png'), -moz-linear-gradient(top, #4db94d 0%, #018c01 100%); /* FF3.6+ */
		background-image: url('../images/cta-arrow.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4db94d), color-stop(100%,#018c01)); /* Chrome,Safari4+ */
		background-image: url('../images/cta-arrow.png'), -webkit-linear-gradient(top, #4db94d 0%,#018c01 100%); /* Chrome10+,Safari5.1+ */
		background-image: url('../images/cta-arrow.png'), -o-linear-gradient(top, #4db94d 0%,#018c01 100%); /* Opera11.10+ */
		background-image: url('../images/cta-arrow.png'), -ms-linear-gradient(top, #4db94d 0%,#018c01 100%); /* IE10+ */
		background-image: url('../images/cta-arrow.png'), linear-gradient(top, #4db94d 0%,#018c01 100%); /* W3C */
		color: #FFF;
	}

/* #Tabs (activate in tabs.js. May use this later JFD)
================================================== */
	ul.tabs {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: #eee;
		font-size: 12px;
		color: #777; }
	ul.tabs li a.active {
		background: #fff;
		height: 30px;
		position: relative;
		top: 0px;
		padding-top: 0px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #333;
		font-weight: bold;}
	ul.tabs li:first-child a.active {
		margin-left: 0; 
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		}
	ul.tabs li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px; }
	ul.tabs li:last-child a {
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px; }

	ul.tabs-content { margin: 0; display: block; border: solid 1px #ddd; border-top: 0; background: #fff; padding: 20px; padding-top: 30px; padding-bottom: 0; margin-bottom: 30px; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	/* General Forms */

	form {
		margin-bottom: 0px; }
	fieldset {
		margin-bottom: 20px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ddd;
		padding: 10px 10px;
		outline: none;
		overflow: hidden;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 198px;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #eee; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #bbb;
 		color: #555;
	}
	textarea {
		min-height: 100px; }
	select {
		width: 220px; }
		
	/* Sidebar Forms */
		
	.sidebar input[type="text"],
	.sidebar input[type="password"],
	.sidebar input[type="email"],
	.sidebar textarea,
	.sidebar select {
		border: 1px solid #ddd;
		padding: 10px 10px;
		outline: none;
		overflow: hidden;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 198px;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #eee; }
	.sidebar select {
		padding: 0; }
	.sidebar input[type="text"]:focus,
	.sidebar input[type="password"]:focus,
	.sidebar input[type="email"]:focus,
	.sidebar textarea:focus {
		border: 1px solid #bbb;
 		color: #555;
	}
	.sidebar textarea {
		min-height: 100px; }
	.sidebar select {
		width: 220px; }

	/* Footer Forms */

	.footer input[type="text"],
	.footer input[type="password"],
	.footer input[type="email"],
	.footer textarea,
	.footer select {
		border: 1px solid #4e4e4e;
		padding: 10px 10px;
		outline: none;
		overflow: hidden;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #999999;
		margin: 0;
		width: 198px;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #3e3e3e; }
	.footer select {
		padding: 0; }
	.footer input[type="text"]:focus,
	.footer input[type="password"]:focus,
	.footer input[type="email"]:focus,
	.footer textarea:focus {
		border: 1px solid #ccc;
 		color: #ccc;
	}
	.footer textarea {
		min-height: 100px; }
	.footer select {
		width: 220px; }
	
	/* Header Responsive Menu Form Style */
	
	.header form {
		float: left;
		height: 100%;
		position: relative;
		margin-bottom: 21px; }
		
	.header	select { 
		-webkit-appearance: none;
		border: 1px solid #ddd;
		padding: 10px;
		outline: none;
		overflow: hidden;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #555;
		margin: 0;
		width: 100%; 
		max-width: 100%;
		display: block;
		background: #fff url('../images/tiles/navselect.gif') no-repeat right center;
	}
	
	.header	option { 
		outline: none;
		border: 0;
		overflow: hidden;
		font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #555;
		margin: 0;
		width: 100%; 
		max-width: 100%;
		display: block;
		padding-left: 15px;
	}
		

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.left { float: left; }
	.right { float: right; }



	#forgot_password {
		background: white; /* Old browsers */
		background: white -moz-linear-gradient(top, white 0%, white 100%); /* FF3.6+ */
		background: white -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,white)); /* Chrome,Safari4+ */
		background: white -webkit-linear-gradient(top, white 0%,white 100%); /* Chrome10+,Safari5.1+ */
		background: white -o-linear-gradient(top, white 0%,white 100%); /* Opera11.10+ */
		background: white -ms-linear-gradient(top, white 0%,white 100%); /* IE10+ */
		background: white linear-gradient(top, white 0%,white 100%); /* W3C */
	  border: none;
	  color: #6262a4! important;
	  display: block;
	  font-weight: normal;
	  text-decoration: underline;
	  text-shadow: none;
	  cursor: pointer;
	  margin: 0;
	  padding: 0;
	  font-size: 12px!important;
	  line-height: normal;
	  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	  letter-spacing: 0.03em! important;
  }
  
  #signin_menu #forgot_password {
	  margin-top: -7px;
	  margin-bottom: 7px;
  }
  
  #signin_menu_page #forgot_password {
	  margin-top: -7px;
	  margin-bottom: -11px;
  }
  
  #signin_menu #signin_submit {
	  margin-top: -6px;
  }
  
  body.reset .button {
		padding: 4px 12px;
  }


