/* @override 
	http://hubbranch/assets/css/master.css
*/

/* @document info
-------------------------------------------------
	- Document	 			Master GPN Stylesheet
	- Version  				1.0
	- Author  				Cambrian House  

	- #container			960px
	- #column-1				190px
	- #column-2				750px
------------------------------------------------- */

@import url(reset.css);

html {
	background-color: #3d6b83;
}

body {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	min-width: 980px;
	color: #929292;
	float: left;
	width: 100%;
	background-color: #3d6b83;
}

body.power1 {background-color: #6b90a2;}
body.power2 {background-color: #a5bec2;}
body.power3 {background-color: #e5cd85;}

/* @defaults
----------------------------------------------- */

h1,h2,h3,h4,h5 {
	color: #005277;
}

h1 {
	font-size: 36px;
	margin: 0;
	letter-spacing: -1px;
	background-color: white;
	padding: 20px;
	margin-bottom: 4px;
	position: relative;
	line-height: 28px;
}

h2 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
	/*margin: 6px 0;*/
	line-height: 24px;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	line-height: 21px;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0;
	letter-spacing: -1px;
	font-weight: normal;
}

h5 {
	font-size: 12px;
}

a, a:link, a:visited {
	color: #5ba058;
	text-decoration: none;
}

a:hover, a:active {text-decoration: underline;}
a:active {outline: none;}

abbr,acronym {
	border: none;
	cursor: default;
}

/* form defaults */

input {
	color: #6a6e7b;
}

textarea {
	border: 1px solid #d2d2d2;
	padding: 4px;
	width: 180px;
	color: #6a6e7b;
}

/* @structure
----------------------------------------------- */

#container {
	margin: 20px auto 0 auto;
	width: 960px;
	overflow: hidden;
}

#column-1 {
	float: left;
	width: 190px;
}

#column-2 {
	float: right;
	width: 750px;
}

.chunk {
	float: left;
	padding: 17px;
	background-color: #e4ecee;
	display: block;
	border: 1px solid white;
	position: relative;
	width: 155px;
	margin-bottom: 18px;
}

#column-2 #content {
	background-color: white;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	float: left;
	width: 700px;
}

/* @handy
----------------------------------------------- */

h3.border-heading {border-bottom: 1px dashed #666;padding-bottom: 9px;}

/* text size */
.xxxlarge {font-size: 22px;}
.xxlarge {font-size: 18px;}
.xlarge {font-size: 16px;}
.large {font-size: 14px;}
.xsmall {font-size: 10px;}
.small {font-size: 11px;}
.medium {font-size: 13px;}

/* text style */
.strong {font-weight: bold;}
.no-strong {font-weight: normal !important;}
.caps {text-transform: uppercase;}
.center {text-align: center;}
.no-mono { font-family: Arial, Helvetica, Geneva, sans-serif !important;}
.underline {border-bottom: 2px solid #E6B649;}

/* colors */
.red {color: #015283;}
.red1 {color: #BF0000;}
.bright {color: #5ba058;}
.grey {color: #6a6e7b;}
.dark-grey {color: #545454;}
.gold {color: #938953;}
.gpn-yellow {color: #E6B03F;}
.dark-blue {color: #355B74;}
.green {color: #5BA058;}
.almost-black {color: #333333;}

.hr {
	height: 1px;
	margin: 18px 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	font-size: 0%;
/* to stop ie6 from increasing height */
	clear: both;
}

/* floating and clearing */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.knock-left {float: left;clear: left !important;}
.knock-right {float: right;clear: right !important;}
/* do not overuse clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

/* margins and padding */
.margin {margin: 1em 0;}
.margin-top {margin: 1em 0 0 0;}
.margin-bot {margin: 0 0 1em 0;}
.margin-none {margin: 0;}
.no-margin-bot {margin-bottom: 0;}
.no-margin-top {margin-top: 0;}
.pad-none {padding: 0 0 0 0;}

/* alerts */
.attention {
	background-color: #e5eced;
	padding: 18px;
	border-left: 18px solid #437355;
	margin-bottom: 10px;
}
.attention p {margin-bottom: 0;}

.list-space {
	line-height: 24px;
}

/* @navigation
----------------------------------------------- */

#header {
	line-height: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #345b73;
}

#nav {
	background-color: #005277;
}

#nav ul {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #005277;
	padding-left: 200px;
	background: url(/assets/img/global/fueled.png) no-repeat top right;
}

#nav li {
	display: inline;
}

#nav li a {
	color: white;
	text-transform: uppercase;
	padding: 10px 10px;
}

#nav li a:hover {
	color: #f8d184;
	text-decoration: none;
}

/* @info sidebar
----------------------------------------------- */

ul.info-sidebar {
	margin: 0;
}

ul.info-sidebar li {
	list-style: none;
	margin-top: 15px;
	background: white url(/assets/img/info-sidebar/round-bottom.gif)
	no-repeat bottom;
	width: 152px;
}

ul.info-sidebar li a {
	display: block;
	background: url(/assets/img/info-sidebar/round-top.gif)
	no-repeat top;
	padding: 6px;
}

ul.info-sidebar li a.about-icon span {
	background: url(/assets/img/info-sidebar/about-icon.gif) no-repeat;
	display: block;
	padding: 9px 0 9px 48px;
	font-size: 14px;
}

ul.info-sidebar li a.faq-icon span {
	background: url(/assets/img/info-sidebar/faq-icon.gif) no-repeat;
	display: block;
	padding: 9px 0 9px 48px;
	font-size: 14px;
}

/* @testimonials sidebar
----------------------------------------------- */

.testimonials-sidebar h5 {
	margin-bottom: 0;
}

.testimonials-sidebar .hr {
	border-bottom: 1px solid #c9d2d4;
}

.testimonial {
	margin-top: 10px;
	font-size: 11px;
	border-top: 1px solid #c9d2d4;
	padding-top: 18px;
}

p.testimonial-info {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

p.testimonial-info img {
	float: left;
	clear: both;
}

a.truncate_more_link {
	margin-left: 3px;
}

/* @generic sidebar
------------------------------------------------*/
.gpn-preview-video {
	width: 145px;
	height: 172px;
	background:url("/assets/img/welcome/GPNPreviewVideoImage.png") no-repeat;
}

/* @footer
----------------------------------------------- */

#footer {
	background-color: white;
	margin-top: 18px;
	font-size: 16px;
	padding: 3px;
	width: 744px;
	float: left;
	margin-bottom: 10px;
}

#footer-inner {
	padding: 9px;
	background-color: #e5eced;
	width: 732px;
}

#footer p {
	margin: 0;
	padding: 8px 0 8px 8px;
}

#footer p span.org {
	text-transform: lowercase;
}

/* @welcome page
----------------------------------------------- */

#welcome-form-box {
	background-color: #e5eced;
	padding-top: 4px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 44px;
	float: right;
	height: 284px;
	font-size: 12px;
}

#welcome-form-box-bottom {
	background-color: #e5eced;
	padding-top: 4px;
	padding-left: 32px;
	padding-right: 42px;
	padding-bottom: 44px;
	height: 182px;
	font-size: 12px;
	width: 300px;
	float: right;
}

#welcome-form-box  #phone_number_area_code, #welcome-form-box  #phone_number_middle_three {
	width: 24px;
	clear: none;
	float: none;
}

#bottom-text-beside-login {
	margin-left: 30px;
	margin-top: 20px;
	left: 50px;
	height: 182px;  /* was 284px */
	font-size: 12px;
	width: 250px;
	float: left;
	text-align: center;
}

#lead_submit {
	margin-top: 10px;
	padding-left: 4px;
	opacity: 0.95;
}

#lead_submit-bottom {
	margin-top: 10px;
	padding-left: 114px;
	opacity: 0.95;
}

#lead_submit:hover {
	opacity: 1;
}

#welcome-form-box  #phone_number_last_four {
	width: 31px;
	clear: none;
	float: none;
}

#welcome-video-box {
	width: 379px;
	height: 284px;
	float: left;
	background-color: #e5eced;
	padding: 24px;
}

.welcome-content {
	text-align: center;
	clear: both;

}

.welcome-content li {
	background:url("/assets/img/global/red-arrow.gif") no-repeat;
	padding-left:18px; /* or however wide the image is, plus a big */
	vertical-align:top;
	list-style-type: none;
}

/* @video_post page */

.video_post-content {
	text-align: left;
	padding: 0 25px 25px 25px;
	font-family: Verdana,Geneva,sans-serif;
	clear: both;
	line-height: normal;
}

.video_post-content li {
	padding: 0 0 5px 0;
}

.video_post-content td {
	border: 0;
	padding: 0 0 0 0;
}

.hub-intro-video {
	width: 652px;
	height: 460px;
	background:url("/assets/img/welcome/HUBIntroImage.jpg") no-repeat;
}

.gpn-intro-video {
	width: 652px;
	height: 460px;
	background:url("/assets/img/welcome/GPNIntroImage.jpg") no-repeat;
}

/* @group form styles */

form input.error, form select.error, form textarea.error {
	border: 1px solid #c72229 !important;
}

.form_errors {
	color: #c72229;
	background-color: #fff4f4;
	border: 2px solid #c72229;
	margin: 0 0 18px 0;
	clear: both;
	padding: 10px;
	display: block;
}

.form_errors ul {
	margin-left: 15px;
}

.form_errors li {
	list-style: disc;
	margin: 0;
}

.saved {
	background-color: #C7F7B6;
	color: #185C00;
	padding: 18px;
	border: 2px solid #2DA700;
	font-weight: bold;
	margin: 0 0 18px 0;
	font-size: 16px;
}

.saved a {
	color: #228500;
	text-decoration: underline;
	padding: 2px 0;
}

.saved a:hover {
	background-color: #eaffd8;
}

.saved p {
	margin: 0;
}

.saved li {
	list-style: none;
}

.saved li a {
	text-decoration: underline;
	color: #238600 !important;
}

.saved li a:hover {
	text-decoration: underline;
	color: #175900;
}

#contact_comment {
	width: 350px;
	height: 120px;
	overflow: auto;
}

#contact #comment {
	width: 400px;
	height: 150px;
	overflow: auto;
}

form {
	clear: both;
}

form label {
	margin-top: 12px;
	color: #545454;
	font-weight: bold;
	clear: both;
	display: block;
	line-height: 17px;
}

p.join-checked {
	padding-left: 18px;
	background: url(/assets/img/join/check.gif) no-repeat 0;
	font-weight: bold;
}

form ul {
	margin: 0;
	clear: both;
}

form ul li input {
	clear: both;
}

form ul li {
	list-style: none;
	clear: both;
	margin-top: 12px;
}

form input.form_text {
	border: 1px solid #d2d2d2;
	padding: 4px;
	width: 180px;
}

form input.form_password {
	border: 1px solid #d2d2d2;
	padding: 4px;
	width: 180px;
}

form input.form_checkbox {
	width: auto;
	margin-right: 4px;
	float: left;
}

label.checkbox {
	line-height: 14px;
	text-indent: 0;
}

form input.form_radio {
	width: auto;
	margin-right: 4px;
	float: left;
}

form input.form_submit {
	margin-top: 12px;
	color: black;
	clear: both;
	float: left;
}

.radio-container label {
	clear: none;
	display: inline;
	float: none;
	margin: 0 5px 0 0;
	line-height: normal;
	font-weight: normal;
}

.radio-container .form_radio  {
	float: none;
}

/* hidden forms */

form.invisi-form {
	clear: none;
}

/* @thank you letter page
----------------------------------------------- */

ul.thank-heading {
	margin-left: 0;
}

ul.thank-footer {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 18px 0;
	margin: 0 0 18px 0;
	width: 700px;
}

ul.thank-footer li.thank-tony {
	font-size: 14px;
	font-weight: bold;
}

#go-profile {
	float: right;
	opacity: 0.95;
}

#go-profile:hover {
	float: right;
	opacity: 1;
}

ul.thank-footer li {
	list-style: none;
}

ul.thank-footer li.thank-signature img {
	padding: 10px 0;
}

ul.thank-heading li {
	list-style: none;
}

/* @conference call page
----------------------------------------------- */

#conferenceCall_submit {
	margin-top: 18px;
	opacity: 0.95;
}

#conferenceCall_submit:hover {
	margin-top: 18px;
	opacity: 1;
}

#conference-contact {
	float: left;
	opacity: 0.96;
}

#conference-sign-up {
	padding-top: 3px;
	float: right;
	margin-top: 18px;
	opacity: 0.96;
}

#conference-contact:hover, #conference-sign-up:hover {
	opacity: 1;
}

/* @video presentation page
----------------------------------------------- */

#video-sign-up {
	float: left;
	margin-left: 30px;
	line-height: 0;
	margin-bottom: 10px;
}

#video-contact {
	float: left;
	margin-left: 30px;
	line-height: 0;
}

.more-videos {
	float: left;
	margin: 10px 0 10px 30px;
	margin-left: 30px;
	line-height: 0;
}

#video-sign-up:hover, #video-contact:hover, .more-videos:hover {
	opacity: 0.85;
}

/*#flow-hub-presentation, #flow-overview {
	float: left;
}*/

#flow-overview {
	float: left;
	margin-bottom: 24px;
}

.vid-presentation-heading {
	font-weight: bold;
	border-bottom: 1px dashed #666;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

/* @profile
----------------------------------------------- */

/* power of three */

#power-you {
	padding-bottom: 20px;
	background: url(/assets/img/profile/power-three-bg.gif)
	no-repeat 22px 50px;
}

#power-you img {
	text-align: center;
	margin-top: 10px;
	margin-left: 55px;
	border: 1px #e6b03f;
}

#power {
	margin: 0 0 0 -10px;
}

#power li {
	margin: 0;
	list-style: none;
	float: left;
	width: 45px;
	margin-left: 10px;
	line-height: normal;
	text-align: center;
	height: 70px;
}

#power li img {
	margin: 0;
	list-style: none;
	clear: both;
	float: left;
}

#power li span {
	font-size: 10px;
	float: left;
	clear: both;
	width: 45px;
}

.invite {
	color: white !important;
	background-color: #e6b03f;
	padding: 4px 0;
	font-size: 11px;
	display: block;
	text-align: center;
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	font-size: 10px;
}

.invite:hover {
	text-decoration: none;
	background-color: #dfa42a;
}

#friends {
	margin: 10px 0 0 -10px;
}

#friends li {
	margin: 0;
	list-style: none;
	float: left;
	width: 45px;
	margin-left: 10px;
	line-height: normal;
	text-align: center;
	height: 70px;
}

#friends li img {
	margin: 0;
	list-style: none;
	clear: both;
	float: left;
}

#friends li span {
	font-size: 10px;
	float: left;
	clear: both;
	width: 45px;
}

#call-to-action {
	background-color: white;
	padding: 15px 15px 0 0;
	float: left;
	width: 735px;
}

#photo-rotator {
	margin-top: 10px;
}

#call-to-action ol {
	margin: 0;
}

#call-to-action ol li {
	list-style: none;
	clear: both;
	margin-bottom: 15px;
	font-weight: bold;
	background-color: #f1f5f5;
	padding: 4px 55px;
	position: relative;
	color: #015384;
}

#call-to-action ol li.done {
	background: #65a4c3
	url(/assets/img/profile/action-check.gif) no-repeat 660px;
	color: white;
}

#call-to-action ol li span.number {
	width: 20px;
	display: block;
	background-color: #015384;
	color: white;
	font-size: 16px;
	padding: 4px 0 4px 16px;
	border-right: 12px solid white;
	position: absolute;
	left: 0;
	top: 0;
}

#call-to-action ol li.done span.number {
	background-color: #65a4c3;
}

#call-to-action ol li a.go {
	position: absolute;
	right: 0px;
	top: 0;
	padding: 4px 15px;
	background-color: #015384;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
}

#call-to-action ol li a.go:hover {
	text-decoration: none;
	background-color: #00446c;
}

#call-to-action ol li.done a.go {
	opacity: 0.5;
}

#profile-info {
		background: white url(/assets/img/nurture/heading-gradient.gif) repeat-x;
	padding: 15px;
	margin-top: 0;
	float: left;
	width: 720px;
	position: relative;
}

#profile-badges ul {
	margin: 10px 0 0 0;
	clear: both;
}

#profile-badges ul li {
	list-style: none;
	display: inline;
	margin-bottom: 10px;
	padding: 5px;
}

#profile-badges p {
	float: left;
	clear: both;
	margin-bottom: 0;
	width: 100%;
}

#profile-badges #all-badges {
	float: left;
	display: none;
}

#profile-info-right {
	float: left;
}

#profile-info-right span.name {
	font-size: 22px;
	color: #015283;
	margin-right: 8px;
}

#status {
	width: 607px;
	border-top: 2px solid #5ba058;
	padding-top: 10px;
}

#status_message_form fieldset {
	margin-bottom: 0;
}

#status p.inline-status {
	background-color: #f1f5f5;
	color: #666;
	padding: 15px 9px;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}

#profile-info img.profile-avatar {
	float: left;
	margin-right: 15px;
	background-color: #cfdcde;
	padding: 2px;
}

.edit-profile {
	position: absolute;
	right: 15px;
	top: 15px;
	color: white !important;
	background-color: #5ba058;
	padding: 4px 12px;
	font-size: 11px;
}

.edit-profile:hover {
	text-decoration: none;
	background-color: #529150;
}

#referral-count {
	background-color: #e4ecee;
	padding: 10px;
	border: 5px solid #f1f5f5;
	margin: 18px 0 0 0;
	float: left;
	width: 720px;
	font-size: 16px;
	font-weight: bold;
	color: #4a4d4e;
	text-align: center;
}

#profile-blog {
	padding: 25px;
	margin-top: 15px;
	float: left;
	width: 470px;
	background: white url(/assets/img/nurture/heading-gradient.gif) repeat-x;
}

#profile-blog-academy {
	background:url("/assets/img/academy/academy-crest.png") no-repeat;
	padding-bottom: 20px;
	padding-left: 30px;
}

#profile-sidebar {
	margin-top: 15px;
	float: right;
	width: 210px;
}

#invite-friends {
	padding: 3px;
	background: white;
	margin-bottom: 18px;
}

#invite-friends-inner {
	width: 184px;
	background-color: #e5eced;
	padding: 15px;
	color: #4a4d4e;
}

#invite-friends a {
	color: white !important;
	background-color: #e6b03f;
	padding: 4px 0;
	font-size: 11px;
	width: 184px;
	display: block;
	text-align: center;
}

#invite-friends a:hover {
	text-decoration: none;
	background-color: #dfa42a;
}

#profile-hub-chart {
	width: 169px;
	background-color: white;
	padding: 15px 25px;
	color: #4a4d4e;
	margin-bottom: 18px;
}

#profile-badges {
	background-color: white;
	padding: 15px;
	color: #4a4d4e;
	float: left;
	clear: both;
}

#status_message_add_form {
	font-size: 14px;
	line-height: 21px;
	background-color: #f1f5f5;
	padding: 13px 9px;
	clear: both;
	margin-bottom: 0;
	position: relative;
}

#status_message_add_form .form_submit {
	position: absolute;
	top: 2px;
	right: 30px;
}

#status p.inline-status #status-update-toggle {
	padding: 6px 10px;
	font-size: 11px;
}

#status_message_add_form .form_text {
	width: 413px;
	margin-right: 2px;
}

#profile-call {
	background: white url(/assets/img/nurture/orange-heading-gradient.gif) repeat-x;
	padding: 15px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #666;
}

#profile-call a {
	padding: 5px;
}

#profile-call a:hover {
	background-color: #5ba058;
	color: white;
	text-decoration: none;
	padding: 5px;
}

#profile-commitment {
	float: left;
	display: block;
	width: 730px;
	margin-top: 10px;
	background: white url(/assets/img/nurture/heading-gradient.gif) repeat-x;
	padding: 15px 10px 0 10px;
	text-align: center;
	font-size: 16px;
	color: #005277;
}

#profile-commitment p {margin-bottom: 15px;}


/* @profile feedback timline
----------------------------------------------- */

#profile-timeline {
	float: left;
	width: 750px;
	margin: 0;
	background-color: white;
	margin-top: 10px;
	background: white url(/assets/img/nurture/heading-gradient.gif) repeat-x;
}

#profile-timeline th {
	border: 0;
	border-bottom: 2px solid white;
	padding: 5px 3px;
}

#profile-timeline th a {
	color: #005277;
}

#profile-timeline td {
	text-align: center;
	padding: 0;
	border: 0;
}

#profile-timeline td a {
	font-weight: bold;
}

#profile-timeline .top td {
	border-bottom: 0;
	padding: 6px 0 2px 0;
	font-size: 14px;
	color: #005277;
	font-weight: bold;
}

#profile-timeline .bottom td {
	border-top: 0;
	padding-bottom: 2px;
	font-size: 10px;
}

#profile-feedback-nav li {
	display: block;
	float: left;
	width: 130px;
	padding: 10px;
	background-color: white;
	border: 1px solid;
}

/* @invite/referal form
----------------------------------------------- */

/* hide elements for facebox to display */

.legend {
	margin-bottom: 1em;
	color: #02588b;
	font-size: 18px;
}

.legend em {
	color: #C00;
	font-style: normal;
}

.form-container .form_text, .form-container .form_password {
	border: 1px solid #ccc;
	padding: 1px;
	width: 180px;
}

.form-container label {
	margin-top: 0;
	color: #545454;
	font-weight: normal;
	clear: none;
	display: inline;
	line-height: normal;
	padding: none;
}

.form-container {
	color: #666;
	line-height: 21px
}

.form-container form p {
	margin: 0;
	padding: 10px 0;
}

.form-container form fieldset {
	margin: 18px 0;
	padding: 10px;
	border: #DDD 1px solid;
	width: 677px;
}

.form-container form legend {
	font-weight: bold;
	color: #02588b;
	font-size: 20px;
}

.form-container form fieldset div {
	padding: 0.25em 0;
	margin-bottom: 0.3em;
}

.form-container .form_errors, .form-container .saved {
	padding: 18px;
}

.form-container label, .form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 120px;
	display: block;
	float: left;
	position: relative;
	font-weight: bold;
}

.form-container label.error, .form-container span.error {
	color: #C00;
}

.form-container label em, .form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}

.form-container input.error {
	border-color: #C00;
	background-color: #FEF;
}

.form-container input:focus,
.form-container input.error:focus, 
.form-container textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}

.form-container .controlset label, .form-container .controlset input {
	display: inline;
	float: none;
}

.form-container .controlset div {
	margin-left: 170px;
}

.form-container .buttonrow {
	margin-left: 180px;
}

.form-container .controlspace label, .form-container .controlspace input {
	display: inline;
	float: none;
	font-weight: normal;
}

.form-container .controlspace input {
	margin-left: -20px;
}

.form-container .controlspace label {
	margin-left: 5px;
}

.form-container .controlspace {
	margin-left: 20px;
}

.form-container .controlspace.indent {
	margin-left: 60px;
}

.form-container textarea {
	padding: 0;
	height: 60px;
}

.form-container label.slim {
	width: 90px !important;
}

#referral-form {
	width: 450px;
}

#form-start {
	margin: 0;
	border: 1px solid #bad0d6;
}


#referral-form.form-container label {
	width: 170px;
}

/*referral tabs*/

#referrals {
	float: left;
	margin-top: 20px;
}

#referrals .ui-tabs-panel {
	border: 1px solid #bad0d6;
	border-top: 0;
	width: 680px;
	padding: 10px;
	z-index: 1;
}

#referral-nav {
	border-bottom: 1px solid #bad0d6;	
}

#referral-nav {
	margin: 0 0 0 0;
}

#referral-nav li {
	float: left;
	display: block;
	margin-right: 10px;
	font-size: 14px;
}

#referral-nav a {
	display: block;
	padding: 10px;
	color: #005277;
	border: 1px solid #bad0d6;
	border-bottom: 0;
}

#referral-nav a:hover {
	background-color: #c8e5f8;
	text-decoration: none;
}

#referral-nav .ui-state-active a {
		background: url(/assets/img/nurture/heading-gradient.gif) repeat-x 0 -15px;
	border-bottom: 1px solid white;
	margin-bottom: -1px;
	font-weight: bold;
	font-size: 20px;
}

#referral-list table {
	width: 100%;
}

#referral-list table td {
	border: 1px solid #bad0d6;
	color: #666;	
}

#referral-list table tr.alt {
	background-color: #f1f4fb;
}

#referral-list th {
	text-align: left;
	background-color: #f1f4fb;
	color: #00528a;
	border: 1px solid #bad0d6;
}

div#referral-form-help ul, div#myplan-form-help ul {
	line-height: 14px;
	list-style-type:disc;
	margin:0;
	padding:0px 0px 20px 0px;
}

div#referral-form-help ul li, div#myplan-form-help ul li {
	margin: 0px;
	padding: 5px 0;
}

#referral-form .invite-head, #referral-form .view-top-head {
	width: 460px;
	float: left;
	border-bottom: 0;
	margin-bottom: 5px;
}

#referral-form .view-top-head {
	width: 212px;
	float: right;
}

#referral-form .view-top-head a {
	background-color: #5ba058;
	color: white;
	display: block;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0;
	border: 2px solid #5ba058;
}

#referral-form .view-top-head a:hover {
	background-color: #68b964;
	border-color: #427540;
	text-decoration: none;
}

.referral-form-container form fieldset {
	margin: 18px 0;
	padding: 10px;
	border: #DDD 1px solid;
	width: 440px;
}

/* @profile edit page
----------------------------------------------- */

#profile_edit_form {
	float: left;
}

#edit-cancel {
	float: left;
	margin-top: 14px;
	font-size: 10px;
	text-decoration: underline !important;
}

#profile_edit_form .form_submit {
	color: white !important;
	background-color: #c72229;
	text-transform: uppercase;
	padding: 4px 12px;
	font-size: 12px;
	border: 0;
	margin-top: 10px !important;
	margin-right: 10px;
}

#profile_edit_form .form_submit:hover {
	text-decoration: none;
	background-color: #b41c23;
	cursor: pointer;
}

#profile_edit_form textarea {
	width: 390px;
	overflow: auto;
	clear: both;
	float: left;
}

#profile_edit_form fieldset ul.first-last-list {
	
}

#profile_edit_form ul.first-last-list li {
	float: left;
	clear: none;
	margin-right: 18px;
	margin-bottom: 12px;
}

#profile_edit_form ul.first-last-list li label {
	margin-top: 0;
}

.profile-form-list li {
	float: left;
	clear: none;
	margin-right: 18px;
}

#profile-location li {
	float: left;
	clear: none;
	margin-right: 18px;
}

ul#profile-location {
	float: left;
	clear: both;
}

ul#avatar-pick {
	float: left;
	clear: both;
	width: 100%;
}

#avatar-pick li {
	float: left;
	clear: none;
	margin-right: 10px;
}

#avatar-pick li label {
	float: left;
	margin-top: 0;
}

#avatar-pick li img {
	height: 40px;
	width: 40px;
	background: black;
}

p.profile-form-title, p.profile-form-title-first {
	border-bottom: 1px solid #ddd;
	color: #8b2f12;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 20px;
	float: left;
	clear: both;
	width: 100%;
}

p.profile-form-title-first {
	padding-top: 0;
}

#profile_edit_form li.radio-edit label {
	padding-top: 20px;
}

/* @faq page
----------------------------------------------- */

ol#faq-nav {
	line-height: 24px;
}

div.faq-section {
	margin-bottom: 18px;
	padding-top: 18px;
	border-top: 1px solid #ddd;
}

.italy-warning {
	border: 3px solid #ffdea0;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* @feedback
----------------------------------------------- */

.ui-tabs .ui-tabs-hide {
	display: none;
}

#feedback h2 {
	margin-top: 0;
}

#feedback .ui-tabs-panel {
	margin-bottom: 30px;
	padding: 0px 0px 20px 0px;
	border: 1px solid #bad0d6;
	color: #666;
	background: url(/assets/img/nurture/heading-gradient.gif) repeat-x;
	position: relative;
}

a.feedback-action {
	float: left;
	padding: 10px 20px;
	background-color: #ffef99;
	color: #6f5620;
	border: 1px solid #e6b03f;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

a.feedback-action:hover {
	text-decoration: none;
	background-color: #ffdf55;
}

#tabs-1 img.feedback-tip, #tabs-2 img.feedback-tip, 
#tabs-3 img.feedback-tip, #tabs-4 img.feedback-tip, 
#tabs-5 img.feedback-tip {
	position: absolute;
	bottom: -25px;
}

#tabs-1 img.feedback-tip {left: 83px;}
#tabs-2 img.feedback-tip {left: 207px;}
#tabs-3 img.feedback-tip {left: 330px;}
#tabs-4 img.feedback-tip {left: 452px;}
#tabs-5 img.feedback-tip {left: 576px;}

#feedback {
	float: left;
	width: 100%;
}

.feedback-copy {
	height: 235px;
	padding: 20px;
}

.myplan-copy {
	height: 240px;
	padding: 20px;
}

.cta-action {
	padding: 10px 20px;
	background-color: #5ba058;
	border: 2px solid #5ba058;
	color: white !important;
	font-size: 16px;
	float: right;
	margin-right: 20px;
}

.cta-action:hover {
	background-color: #68b964;
	border-color: #427540;
	text-decoration: none;
}

#feedback-nav {
	clear: both;
	margin-left: 65px;
}

#feedback-nav li {
	background:transparent url(/assets/img/global/feedback-numbers-bg.gif) no-repeat scroll left top;
	display:block;
	float:left;
	height:73px;
	list-style-type:none;
	margin-right:50px;
	width:73px;
	}

#feedback-nav li a {
	text-align: center;
	display: block;
	border: 0px solid #e6b03f; 
	border-left: 0;
	padding: 27px 0;
	font-size: 16px;
	font-weight: bold;
	color: #6f5620;
}

#feedback-nav li.first a {
	border-left: 0px solid #e6b03f;
}

#feedback-nav li a:hover {
	text-decoration: none;
}

#feedback-nav li.ui-state-active {
/*	background-color: #ffdf55; */
}

#feedback-nav-titles {
	clear: both;
	margin-left: 65px;
}

#feedback-nav-titles li {
	display:block;
	float:left;
	height:43px;
	margin-right:50px;
	width:73px;
	list-style-type:none;
	text-transform: uppercase;
	text-align: center;
}

/* @create nurture plan
----------------------------------------------- */

#nurture-plan {
	color: #666;
	width: 698px;
}

#nurture-plan .section {
	border: 1px solid #bad0d6;
	border-top: 0;
	margin-bottom: 15px;
	padding: 15px;
}

#nurture-plan h2 {
	margin-bottom: 0;
	border: 1px solid #bad0d6;
	border-bottom: 0;
	padding: 10px;
	background-color: #e4ecee;
	background: url(/assets/img/nurture/heading-gradient.gif) repeat-x;
}

#nurture-plan h3 {
	margin-top: 1em;
	border-bottom: 1px solid #bad0d6;
}

#nurture-plan h3.margin-bot {
	margin-top: 0;
}


/* my why */
#my-why {
	height: 500px;
	background: url(/assets/img/nurture/why-certificate.png) no-repeat;
}

#my-why #why-name {
	text-align: center;
	font-size: 24px;
	color: #aac6c9;
	font-weight: bold;
}

#my-why #why-name span {
	color: #50575a;
}

#my-why-inner textarea {
	width: 398px;
	height: 135px;
	overflow: auto;
	padding: 8px 4px;
	font-size: 14px;
	margin-top: 135px;
	margin-left: 121px;
	border: 10px solid #aac6c9;
	margin-bottom: 5px;
}

.why-body {
	width: 398px;
	left: 121px;
	padding-top: 135px;
	font-size: 14px;
	margin: 0 auto;
}

.why-body div {
	height: 135px;
	padding: 8px 4px;
	border: 10px solid #aac6c9;
	overflow: auto;
	margin-bottom: 10px;
	text-align: center;
}

.my-why-button {
	display: block;
	float: right;
	clear: both;
	line-height: 0;
	background-color: #e4ecee;
}

.my-why-button:hover img {
	background-color: #cde1ed;
}


#financial-goals {font-size: 12px;}

#financial-goals td {border: 0;}

#financial-goals .one {
	text-align: left;
	background: url(/assets/img/global/grey-line.gif) repeat-x 0;
	padding-left: 0;
	padding-right: 25px;
}

#financial-goals .one label {
	background-color: white;
	padding-right: 10px;
	margin: 0;
	color: #666;
	font-weight: bold;
	display: inline;
	line-height: normal;
}

#financial-goals .form_text {
	width: 100px;
}

#nurture-plan ul {
	margin-left: 15px;
}

#nurture-plan ul li {
	list-style: disc;
	margin-top: 10px;
}

#nurture-potential {
	font-size: 18px;
	background-color: #e4ecee;
	border: 1px solid #3d6b83;
	color: #555;
}

#nurture-potential td {
	padding: 10px;
	border: 0;
}

#nurture-potential .one {
	padding-right: 50px;
}

#nurture-potential .baseline {
	width: 700px;
	border-top: 1px solid #3d6b83;
	background-color: #5ba058;
	color: white;
}

.continue-block {
	position: relative;
	margin: 10px 0 0 0;
	padding: 20px 10px 10px 0;
	border-top: 1px solid #bad0d6;
}

.continue {
	padding: 10px 30px;
	background-color: #5ba058;
	border: 2px solid #5ba058;
	color: white !important;
	font-size: 16px;
}

.continue:hover {
	padding: 10px 30px;
	background-color: #68b964;
	border: 2px solid #427540;
	text-decoration: none;
}

.back {
	background-color: #ecf2f3;
	border: 2px solid #ecf2f3;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 16px;
	color: #49798e !important;
}

.back:hover {
	background-color: #e7f3f5;
	border: 2px solid #b2cbce;
	text-decoration: none;
}

.last-back {
	background-color: #ecf2f3;
	border: 2px solid #ecf2f3;
	padding: 10px;
	font-size: 16px;
	color: #49798e !important;
	float: right;
	margin-top: 13px;
}

.last-back:hover {
	background-color: #e7f3f5;
	border: 2px solid #b2cbce;
	text-decoration: none;
}

#nurture-2, #nurture-3, #nurture-4, #nurture-5 {
	display: none;
}

#container_n_submit {
	margin-top: 10px;
	border-top: 1px solid #bad0d6;
}

#nurture .form_submit {
	float: none;
	padding: 10px 30px;
	background-color: #5ba058;
	border: 2px solid #5ba058;
	color: white;
	font-size: 20px;
}

#nurture .form_submit:hover {
	padding: 10px 30px;
	background-color: #68b964;
	border-color: #427540;
	cursor: pointer;
}

/* @my marketing plan
----------------------------------------------- */

#plan-call {
	background: url(/assets/img/nurture/heading-gradient.gif) repeat-x;	
	padding: 10px;
	border: 1px solid #bad0d6;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 21px;
}

#plan-call h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

#plan-call .action {
	border-top: 1px solid #bad0d6;
	padding: 20px 0 10px 0;
	margin-bottom: 0;
}

#plan-call .action a {
	padding: 10px 30px;
	background-color: #5ba058;
	border: 2px solid #5ba058;
	color: white !important;
	font-size: 16px;
}

#plan-call .action a:hover {
	background-color: #68b964;
	border-color: #427540;
	text-decoration: none;
}


#my-plan {
	width: 700px;
	float: left;
	clear: both;	
}

#daily-plan h2 {
	margin: 0;
	border: 1px solid #bad0d6;
	border-bottom: 0;
	padding: 10px;
	background-color: #e4ecee;
	background: url(/assets/img/nurture/heading-gradient.gif) repeat-x;	
}

#days-left {
	border: 1px solid #bad0d6;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
	padding: 10px;
	color: #5ba058;
}

#days-left span {
	color: #e6b03f;
	font-weight: bold;
	margin-left: 5px;
}

#daily-plan {
	float: left;
	width: 480px;
}

#daily-plan table {
	width: 480px;
	color: #666;
	margin-bottom: 20px;
}

#daily-plan th {
	border: 1px solid #bad0d6;
	text-align: left;
	color: #005277;
	background-color: white;
}

#daily-plan td {
	border: 1px solid #bad0d6;
}

#daily-plan .one {
	width: 30px;
	text-align: center;
}

#daily-plan .two {
	width: 60px;
}

#daily-plan .three {
	border-right: 0;
}

#daily-plan .complete td {
	background-color: #efefef;
	color: #b1b1b1;
}

#daily-plan .complete .three a {
	color: #b1b1b1;
	text-decoration: line-through;
}

#daily-plan .four {
	width: 45px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-left: 0;
	padding-right: 5px !important;
}

#daily-plan .complete .four {
	background: url(/assets/img/nurture/check.gif) center;
	padding: 10px;
}

#daily-plan .four a {
	display: block;
}

.expected td {
	border-top: 2px solid #e6b03f !important;
	border-bottom: 2px solid #e6b03f !important;
}


.current td {
	border-top: 2px solid #5ba058 !important;
	border-bottom: 2px solid #5ba058 !important;
}

#daily-plan .alt {background-color: #f1f4fb;}

.edit-plan a {
	padding: 10px 10px;
	background-color: #5ba058;
	border: 2px solid #5ba058;
	color: white !important;
	font-size: 12px;
}

.edit-plan a:hover {
	background-color: #68b964;
	border-color: #427540;
	text-decoration: none;
}

#my-plan #nurture-top-40 {
	background-color: #5ba058;
	color: white;
	display: block;
	width: 206px;
	padding: 5px 0;
	float: right;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	border: 2px solid #5ba058;
}

#my-plan #nurture-top-40:hover {
	background-color: #68b964;
	border-color: #427540;
	text-decoration: none;
}

#academy-tips {
	width: 188px;
	padding: 10px;
	border: 1px solid #bad0d6;
	float: right;
	background: white url(/assets/img/nurture/heading-gradient.gif) repeat-x;
	color: #666;
	font-size: 11px;
}

#academy-tips h3 {
	font-size: 14px !important;
	padding: 5px 0;
	margin-bottom: 5px;
}

#academy-tips ul {
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	line-height: 21px;
	border-bottom: 1px dashed #bad0d6;
}

#academy-tips li {
	margin: 0;
	line-height: 26px;
	list-style: none;
}

/* @top 40
----------------------------------------------- */

#top40_form fieldset {
	border-top: 1px solid #bad0d6;
	border-bottom: 1px solid #bad0d6;
	padding: 5px;
}

#top-40-list {
	width: 100%;
}

#top-40-list th {
	border: 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 5px;
	color: #666;
	text-align: left;
}

#top-40-list td {
	border: 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px 5px;
	color: #666;
}

#top-40-list .last {
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}

#top-40-list .last a{
	background-color: #f98a82;
	border: 2px solid #e50000;
}

#top-40-list .last a:hover {
	background-color: #ff988f;
	border: 2px solid red;
}

#top-40-list .second-last {
	text-align: right;
	padding-right: 0;
}

#top-40-list .alt {
	background: #f1f4fb;
}

#top-40-list td a {
	padding: 5px 5px;
	background-color: #5ba058;
	border: 2px solid #5ba058;
	color: white !important;
}

#top-40-list td a:hover {
	background-color: #68b964;
	border-color: #427540;
	text-decoration: none;
}

/* @scripts & emails
----------------------------------------------- */

.scripts-nav {
	margin: 0;
	border: 2px solid #bad0d6;
	padding: 0 10px;
}

.scripts-nav li {
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid #bad0d6;
}

.scripts-nav .last {
	border-bottom: 0;
}

.scripts-nav a {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

.script {
	color: #555;
	line-height: 26px;
	text-align: justify;
	background: url(/assets/img/nurture/heading-gradient.gif) repeat-x;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #bad0d6;
}

.script h2  {
	font-size: 16px;
	letter-spacing: normal;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #bad0d6;
}

.script h3  {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bad0d6;
}
.script p {
	font-size: 16px;
	margin-bottom: 30px;
	font-family: monospace;
}

.script .no-mono {
	font-size: 14px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
}

.script-hide, .script-show, .script-hide2, .script-show2 {
	font-size: 14px !important;
	font-family: Arial, Helvetica, Geneva, sans-serif !important;
	margin-bottom: 10px !important;
}

.script .action {
	padding-top: 20px;
	border-top: 1px solid #bad0d6;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.script .action a {
	padding: 10px 30px;
	background-color: #5ba058;
	border: 2px solid #5ba058;
	color: white !important;
	font-size: 16px;
}

.script .action a:hover {
	background-color: #68b964;
	border-color: #427540;
	text-decoration: none;
}

#script_area {
	width: 658px;
	height: 350px;
}

.script {
	color: #555;
	line-height: 26px;
	text-align: justify;
	background: url(/assets/img/nurture/heading-gradient.gif) repeat-x;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #bad0d6;
}

.script h2  {
	font-size: 16px;
	letter-spacing: normal;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #bad0d6;
}

.script-qa li {
	font-size: 16px;
	font-family: monospace;
}

.script-sub-qa li {
	padding: 10px 0;
	list-style: none;
}

#my-custom {
	margin: 20px 0;
}

.script-inner.custom, .script-inner2.custom {
	font-size: 16px;
	margin-bottom: 30px;
	font-family: monospace;
}

#custom-scripts {
	color: #555;
	line-height: 26px;
	text-align: justify;
	background: url(/assets/img/nurture/heading-gradient.gif) repeat-x;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #bad0d6;
}

#custom-scripts h2  {
	font-size: 16px;
	letter-spacing: normal;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #bad0d6;
}

#custom-scripts #submit {
	float: none;	
}

.script-space {margin-top: 0;}

/* @gpn academy
----------------------------------------------- */

#jogger-list {
	float: left;
	clear: both;
}

#jogger-list li {
	border-bottom: 1px solid #bad0d6;
	padding: 10px 0;
	color: #666;
}

#jogger-list .one, #jogger-list .two {
	float: left;
	width: 330px;
}

/* @academy section
----------------------------------------------- */

#academy-heading {
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	background: url(/assets/img/academy/academy-crest.png) no-repeat 0;
	margin: 0 0 10px 0;
	border-bottom: 3px double #bad0d6;
	border-top: 3px double #bad0d6;
}

#academy-heading span {
	background: url(/assets/img/academy/academy-crest.png) no-repeat right;
	display: block;
	padding: 20px 45px;
}

#academy-heading .one {
	position: absolute;
	left: -10px;
	top: -15px;
}

#academy-heading .two {
	position: absolute;
	right: -10px;
	top: -15px;
}



/* @jquery tools
----------------------------------------------- */

/* the overlayed element */ 
.simple-overlay { 
    display:none; 
    z-index:10000; 
    background-color:#333; 
    width:666px;     
    min-height:200px;  
    -moz-box-shadow:0 0 90px 5px #fff; 
    -webkit-box-shadow: 0 0 90px #fff;     
}

.video-overlay { 
    display:none; 
    z-index:10000; 
    background-color:#333;      
    min-height:200px;  
    -moz-box-shadow:0 0 90px 5px #fff; 
    -webkit-box-shadow: 0 0 90px #fff;     
} 
 
/* close button positioned on upper right corner */ 
.simple-overlay .close, .video-overlay .close { 
    background-image:url(/assets/img/jquery-tools/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

#badgetip { 
    display:none; 
    font-size:12px;
    width: 200px;
	padding: 5px; 
    color: #3d6b83;
    background: #bad0d6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
 	border: 1px solid #3d6b83;
}

/* 1 shopping cart styles */

form#cart_one .country-radio {
	clear:both;
	margin-bottom: 3px;
}

.cart-bullets1 {
	clear: both;
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 0;
}

.cart-bullets2 {
	clear: both;
	list-style-type: circle;
	margin-left: 40px;
	margin-top: 0;
}

#cart-country-table {
	/*width: 100%;*/
	line-height: 0;
	margin-bottom: 0;
}

.cart-country-row {
	border-style: none;
	padding: 0;
}

#label_gpn_registration {
	font-weight: bold;
}

.stupid-video-page {
	height: 900px;
}

