@charset "utf-8";
/* remove all padding and margins so we start fresh in all browsers, then add it back to some things */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px/1.2 normal Verdana, sans-serif;
	color: #575757;
	background: url(../images/bg.jpg) repeat-x #ccd1d3;
}
img {
	border: 0px;
}
p {
	padding-bottom: 12px;
}
ul, ol {
	padding: 10px 40px 12px 40px;
}
sup {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
optgroup option {
	padding-left: 15px;
}
blockquote {
	padding-left: 20px;
}
textarea {
	/*line-height: 18px; /* needed for jquery.autogrow to work in IE */
	min-height: 36px;
	font: 12px/18px normal Verdana, sans-serif;
}
a {
	color: #699014;
	outline: none;
}
object,embed {
	outline: none;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
label.error {
	color: #ff0000;
	padding-left: 5px;
	display: block; /* forces the labels to the next line */
}
.green {
	color: #517306;
}
.yellow {
	color: #fff68f;
}
.gray {
	color: #4d4d4d;
}
.longinput {
	width: 245px;
}
.check_list {
	list-style-image: url(../images/green_check.jpg);
}
/** Body Styles **/
.container {
	margin: 0 auto;
	width: 950px;
}
.header {
	float: left;
	height: 100px;
	width: 950px;
}
	.header h1 {
		float: left;
		padding-top: 30px;
	}
		.header .login {
			float: right;
			padding-top: 30px;
			color: #777777;
		}
			.header .login td {
				padding: 2px;
			}
			.header .login input {
				width: 114px;
				font-size: 11px;
			}
			.header .login .loggedin {
				font-weight: bold;
				color: #000000;
			}
.content {
	float: left;
	width: 950px;
	background: url(../images/content_bg.gif) repeat-y;
	margin-top: 8px;
}
	.content_top {
		float: left;
		width: 950px;
		background: url(../images/content_top.jpg) no-repeat;
		height: 30px;
	}
	.content_main {
		float: left;
		width: 950px;
		height: auto!important;
		height: 600px;
		min-height: 600px;
		background: url(../images/content_bottom.gif) bottom no-repeat;
	}
		.content_main .content_left {
			float: left;
			width: 216px;
			padding-right: 12px;
			color: #ffffff;
		}
			.content_left a {
				color: #ffffff;
			}
			.content_left h3 {
				padding-bottom: 15px;
			}
			.content_left .dot_divider {
				border-top: .17em dashed #fff68f;
			}
		.content_main .content_right {
			float: left;
			width: 652px;
			padding: 0 35px 35px 35px;
		}
			.content_right h1 {
				font-size: 24px;
				font-weight: normal;
				padding-bottom: 20px;
				color: #699014;
			}
			.content_right h2 {
				color: #767676;
			}
			.content_right h3 {
				font-size: 18px;
				font-weight: normal;
				color: #699014;
				padding-bottom: 10px;
			}
.footer {
	float: left;
	padding: 10px 20px;
	width: 910px;
	font-size: 10px;
}
	.footer .verite {
		float: right;
	}
/** Navigation **/
.menu {
	z-index: 10;
	height: 33px;
	padding: 3px 0 3px 25px;
	position: relative;
	float: left;
	width: 925px;
	background: url(../images/nav_bg.jpg) no-repeat;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 935px;
}
	.menu ul li {
		float: left;
		position: relative;
		margin-left: -1px;
	}
	.menu ul li a {
		display: block!important;
		display: inline-block;
		text-decoration: none;
		font-size: 14px;
		padding: 8px 14px 0 14px;
		color: #515151;
		height: 25px;
		background: url(../images/nav_border.jpg) right no-repeat;
	}
		.menu ul li.nav_contact a {
				background: url(../images/blank.gif) no-repeat;
				padding: 8px 10px 0 14px;
			}
	.menu ul li:hover a {
		color: #699014;
		background: #ffffff;
	}
/* Sub Nav */
.menu ul li ul {
	display: none;
}
	.menu ul li:hover ul {
		display: block;
		position: absolute;
		top: 33px;
		left: 0px;
		width: 212px;
		border-top: 3px solid #d6d6d6;
	}
.menu ul li:hover ul li {
	width: 212px;
}
.menu ul li:hover ul li a {
	display: block;
	background: url(../images/nav_arrow.gif) no-repeat 10px 50% #d6d6d2;
	color: #595855;
	text-align: left;
	padding: 5px 3px 5px 20px;
	height: auto;
	line-height: 1.3em;
	width: 189px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	.menu ul li:hover ul li:hover a {
		background: url(../images/nav_arrow_orange.gif) no-repeat 10px 50% #ebebe9;
	}
/* Sub-Sub Nav */
.menu ul li:hover ul li ul {
	display: none;
}
	.menu ul li:hover ul li:hover ul {
		display: block;
		position: absolute;
		left: 212px;
		top: 0;
		margin: 0px;
	}
		.menu ul li:hover ul li:hover ul li a {
			background: url(../images/nav_arrow.gif) no-repeat 10px 50% #d6d6d2;
			color: #595855;
		}
			.menu ul li:hover ul li:hover ul li:hover a {
				background: url(../images/nav_arrow_orange.gif) no-repeat 10px 50% #ebebe9;
			}
/* End Drop down */
.menu ul li:hover ul.end {
	left: -42px; /* prevent the last dropdown from going over the edge of the site */
}
/** Generic Styles **/
.dot_divider {
	border-top: 1px dotted gray;
	line-height: 1px;
	height: 1px;
	margin: 10px 0;
}
/** Press Release Tutor Pages **/
.content_main.tutor .content_left {
	width: 125px;
	padding: 0 43px 0 48px;
}
.content_main.tutor .content_right h1 {
	color: #699014;
	border-bottom: 1px solid #858586;
	padding-bottom: 7px;
	margin-bottom: 12px;
}
.template_table {
	border: 2px solid #b2b2b2;
}
	.template_table td {
		vertical-align: top;
	}
	.template_table .cell_one {
		padding: 20px 3px 0 20px;
	}
	.template_table .cell_two {
		padding: 20px 0 15px 2px;
		border-right: 1px dotted #b2b2b2;
	}
	.template_table .cell_three {
		padding: 20px;
	}
.content_left .step_list {
	list-style: none;
	margin: 0px;
	padding: 0 0 40px 0;
	width: 125px;
}
	.step_list .step1 a, .step_list .step1 span  {
		text-indent: -100em;
		overflow: hidden;
		width: 125px;
		height: 93px;
		background: url(../images/left_1.gif);
		display: block;
	}
		.step_list li.step1#active a {
			background: url(../images/left_1_active.gif);
		}
	.step_list .step2 a, .step_list .step2 span {
		text-indent: -100em;
		overflow: hidden;
		width: 125px;
		height: 93px;
		background: url(../images/left_2.gif);
		display: block;
	}
		.step_list li.step2#active a {
			background: url(../images/left_2_active.gif);
		}
	.step_list .step3 a, .step_list .step3 span {
		text-indent: -100em;
		overflow: hidden;
		width: 125px;
		height: 93px;
		background: url(../images/left_3.gif);
		display: block;
	}
		.step_list li.step3#active a {
			background: url(../images/left_3_active.gif);
		}
	.step_list .step4 a, .step_list .step4 span {
		text-indent: -100em;
		overflow: hidden;
		width: 125px;
		height: 93px;
		background: url(../images/left_4.gif);
		display: block;
	}
		.step_list li.step4#active a {
			background: url(../images/left_4_active.gif);
		}
	.step_list .step5 a, .step_list .step5 span {
		text-indent: -100em;
		overflow: hidden;
		width: 125px;
		height: 93px;
		background: url(../images/left_5.gif);
		display: block;
	}
		.step_list li.step5#active a {
			background: url(../images/left_5_active.gif);
		}
	.step_list .step_arrow {
		text-align: center;
		padding: 14px;
	}
.example {
	background: #f8fad3;
	padding: 10px;
	margin-bottom: 12px;
}
.step2_table td {
	padding: 5px 0;
}
.step2_table strong {
	color: #658c0f;
	font-size: 14px;
}
.step2_table input, .step2_table textarea, .step4_table input, .step4_table textarea {
	width: 360px;
}
* html .boiler_header, * htm l .boiler_header p {
	display: inline;
}
.boiler_header {
	background: url(../images/boiler_header_bg.jpg) repeat-x;
	float: left;
	height: 49px;
	width: 652px;
	cursor: pointer;
	margin-bottom: 10px;
}
	.boiler_header h3 {
		float: left;
		size: 18px;
		font-weight: bold;
		color: #575757;
		margin: 12px 0 0 15px;
		padding-left: 20px;
		width: 170px;
		background: url(../images/boiler_arrow.gif) 0 3px no-repeat;
	}
		.boiler_header h3.open {
			background: url(../images/boiler_arrow_open.gif) 0 7px no-repeat;
		}
	.boiler_header p {
		padding: 18px 0 0 0;
		float: left;
	}
.boiler_box {
	float: left;
	width: 612px;
	border: 5px solid #ededed;
	padding: 15px;
	margin-bottom: 10px;
	display: none;
	margin-left: 0px!important; /* This is so every browser other than IE6 will not have a left margin */
	margin-left: -2px; /* THIS IS TO FIX IE6 GHOST TEXT BUG - DO NOT REMOVE */
}
	.boiler_box .show_example {
		font-size: 14px;
		padding: 30px;
	}
	.boiler_box .show_example a {
		text-decoration: none;
		font-weight: bold;
		color: #575757;
	}
	.boiler_box .show_example a:hover {
		color: #699014;
	}
.step2_table h4, .step4_table h4 {
	color: #658c0f;
	font-size: 14px;
	padding-bottom: 12px;
}
.template_review {
	border: 3px solid #e7e7e7;
	padding: 30px;
	width: 592px;
	float: left;
}
	.template_review h3 {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.template_review a {
		text-decoration:none;
		/*font-weight:bold;*/
		color: #575757;
	}
	.template_review a:hover {
		color: #699014;
	}
.step4_table .date {
	width: 285px;
}
#download_confirm {
	display: none;
}
.dcp {
	padding: 15px 0;
}
	.dcp h2 {
		color: #517306;
		font-size: 18px;
		font-weight: normal;
		padding-bottom: 10px;
	}
	.dcp button {
		padding: 1px 20px;
	}
.datepick-trigger {
	background: none;
	border: none;
}
/** jQuery Tools Styles **/
.tutorTip {
	display: none;
	background: url(../images/tip_mid.jpg);
	width: 315px;
	/*height: 211px;
	padding: 50px 30px 15px 40px;*/
}
	.tutorTip .tt_top {
		float: left;
		width: 315px;
		height: auto!important;
		height: 77px;
		min-height: 77px;
		background: url(../images/tip_top.jpg) no-repeat;
	}
	.tutorTip .tt_bottom {
		float: left;
		width: 245px;
		height: auto!important;
		height: 146px;
		min-height: 146px;
		background: url(../images/tip_bottom.jpg) bottom no-repeat;
		padding: 50px 30px 15px 40px;
	}
	.tutorTip h3 {
		color: #699014;
		font-size: 12px;
		border-bottom: 1px dotted #858585;
		padding-bottom: 3px;
		margin-bottom: 3px;
		font-weight: bold;
	}


	.tutorTipHelper {
		/*display: none;*/
		background: url(../images/tip_mid.jpg);
		width: 315px;
		/*height: 211px;
		padding: 50px 30px 15px 40px;*/
	}
		.tutorTipHelper .tt_top {
			float: left;
			width: 315px;
			height: auto!important;
			height: 77px;
			min-height: 77px;
			background: url(../images/tip_top.jpg) no-repeat;
		}
		.tutorTipHelper .tt_bottom {
			float: left;
			width: 245px;
			height: auto!important;
			height: 146px;
			min-height: 146px;
			background: url(../images/tip_bottom.jpg) bottom no-repeat;
			padding: 50px 30px 15px 40px;
		}
		.tutorTipHelper h3 {
			color: #699014;
			font-size: 12px;
			border-bottom: 1px dotted #858585;
			padding-bottom: 3px;
			margin-bottom: 3px;
			font-weight: bold;
	}
.button_nostyle {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	width: auto;
	cursor: pointer;
}

.get_started_logged_in {
	width: 309px;
	float: right;
	/*height:280px;*/
	margin: 0 0 25px 50px;
}
.green_box {
	width: 309px;
	float: right;
	margin: 0 0 25px 50px;
}
	.green_box h3 {
		font-size: 18px;
		font-weight: normal;
		color: #699014;
		padding-bottom: 10px;
	}
	.green_box_top {
		height: 8px;
		width: 309px;
		background: url(../images/greenbox_top.gif) no-repeat;
		font-size: 1px;
		line-height: 1px;
	}
	.green_box_content {
		border-left: 3px solid #699014;
		border-right: 3px solid #699014;
		width: 273px;
		min-height: 200px;
		padding: 15px;
	}
	.green_box_bottom {
		width: 309px;
		height: 8px;
		background: url(../images/greenbox_bottom.gif) bottom no-repeat;
		font-size: 1px;
		line-height: 1px;
	}
.content_left.tutor_left {
	padding: 0 15px 0 16px!important;
	width: 185px!important;
}
.showcase_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	.showcase_list li {
		padding: 7px 25px;
	}

	a.showcase {
		text-decoration:none;
	}
		a.showcase:hover {
			text-decoration:underline;
		}
.account_table {
	width: 650px;
	border-bottom: 1px dotted #858585;
	padding: 5px 0;
	margin-bottom:20px;
}
	.account_table .heading td {
		border-bottom: 1px dotted #858585;
		font-weight: bold;
	}
	.account_table .first_row td {
		border-top: 5px solid #ffffff;
	}
	.account_table td {
		padding: 8px 15px;
		border-right: 5px solid #ffffff;
	}
	.status_list {
		float: left;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		.status_list li {
			float: left;
			margin-right: 4px;
			text-indent: -100em;
			overflow: hidden;
			height: 13px;
			width: 14px;
		}
		.satus_cell {
			width: 90px;
		}
		.status_list li.status_green {
			background: url(../images/status_green.jpg) no-repeat;
		}
		.status_list li.status_gray {
			background: url(../images/status_gray.jpg) no-repeat;
		}
		.action_links {
			width: 90px;
		}
		.action_links a {
			margin-right: 8px;
		}

		.format_choice {
			clear:both;
			float:left;
			padding-top:12px;
			text-align:center;
		}
		.format_choice a {
			margin-left:30px;
			margin-right:30px;
		}
.greenbox_large {
	width: 652px;
	float: left;
}
	.greenbox_top_large {
		float: left;
		width: 652px;
		height: 12px;
		background: url(../images/greenbox_top_large.gif) no-repeat;
		font-size: 1px;
		line-height: 1px;
	}
	.greenbox_content_large {
		float: left;
		width: 616px;
		padding: 5px 15px;
		min-height: 100px;
		border-left: 3px solid #699014;
		border-right: 3px solid #699014;
	}
	.greenbox_bottom_large {
		float: left;
		width: 652px;
		height: 10px;
		background: url(../images/greenbox_bottom_large.gif) no-repeat;
	}
.user_table td {
	padding: 5px;
	vertical-align: top;
}
/** Tier 2s **/
.content_left.left_2 {
	padding: 0 9px;
	width: 198px!important;
}
	.left_2 h3 {
		font-size: 18px;
		font-weight: normal;
		margin: 15px 20px 10px 20px;
		border-bottom: 1px dotted #7a9c2b;
		padding-bottom: 5px;
	}
	.content_left.left_2 p {
		padding: 0 20px 12px 20px;
	}
	.left_2 .t2_left_image {
		margin-top: -20px;
	}
/** Home Page **/
.content_home {
	float: left;
	width: 950px;
	padding: 8px 0;
}
	.home_banner {
		float: left;
		width: 950px;
		height: 264px;
	}
	.home_boxes_top {
		float: left;
		width: 950px;
		height: 11px;
		line-height: 1px;
		margin-top: 10px;
		background: url(../images/home_boxes_top.jpg) bottom no-repeat;
	}
	.home_boxes_bottom {
		float: left;
		width: 950px;
		height: 6px;
		line-height: 1px;
		margin-bottom: 10px;
		background: url(../images/home_boxes_bottom.jpg) no-repeat;
	}
	.home_boxes {
		float: left;
		width: 950px;
		/*padding: 10px 0;*/
		background: url(../images/home_boxes_bg.gif) no-repeat bottom left;
	}
		.home_boxes h3 {
			font-size: 19px;
			font-weight: normal;
			border-bottom: 1px dotted #858585;
			padding-bottom: 4px;
			margin-bottom: 10px;
			color: #638d12;
		}
		.home_boxes a {
			color: #4d4d4d;
		}
		.home_box_1 {
			float: left;
			width: 262px;
			/*height: 299px;*/
			padding: 24px 24px 12px 24px;
			/*background: url(../images/home_box_1.jpg) no-repeat;*/
			color: #ffffff;
			line-height: 1.6em;
			font-size: 13px;
		}
			.home_box_1 h3 {
				border-bottom: 1px dotted #608bc9;
				color: #ffffff;
			}
			.home_box_1 .more {
				color: #ffffff;
				font-size: 14px;
				text-decoration: none;
				background: url(../images/home_box_1_arrow.jpg) right no-repeat;
				padding-right: 20px;
			}
		.home_box_2 {
			float: left;
			width: 262px;
			/*height: 299px;*/
			padding: 24px 24px 12px 24px;
			margin: 0 9px 0 10px;
			line-height: 1.3em;
			/*background: url(../images/home_box_2.jpg) no-repeat;*/
		}
			.home_box_2 td {
				padding: 5px 15px 0 0;
				vertical-align: top;
			}
			.home_box_2 .more {
				color: #638d12;
				font-size: 14px;
				text-decoration: none;
				background: url(../images/home_box_2_arrow.jpg) right no-repeat;
				padding-right: 20px;
			}
			.home_box_2 a strong  {
				color: #638d12;
			}
		.home_box_3 {
			float: left;
			width: 262px;
			/*height: 299px;*/
			padding: 24px 24px 12px 24px;
			/*background: url(../images/home_box_3.jpg) no-repeat;*/
		}
			.home_box_3 table td {
				padding: 3px 10px;
				vertical-align: top;
			}
			.home_box_3 .more {
				color: #638d12;
				font-size: 14px;
				text-decoration: none;
				background: url(../images/home_box_3_arrow.jpg) right no-repeat;
				padding-right: 20px;
			}

#payment_fail {
	background:url(/images/warning.gif) 5px center no-repeat;
	border:solid 2px #fa833b;
	color: #fa833b;
	width:290px;

	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	padding-left:28px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#message {
	background:url(/images/warning.gif) 10px center no-repeat;
	border:solid 2px #fa833b;
	color: #fa833b;
	width:640px;
	padding:10px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:20px;
}

.doc_content_update {
	padding-top:20px;
}

.downloadable_templates {
	width: 650px;
}
	.downloadable_templates td {
		border-bottom: 1px dotted #858585;
		padding-bottom:10px;
		padding-top:20px;
		padding-right:20px;
		vertical-align:bottom;
	}

	.downloadable_templates td p.price{
		color: #699014;
	}
		.downloadable_templates td.download {
			width:130px;
		}
.affiliates_table td {
	padding: 5px;
	vertical-align: top;
}
	.affiliates_table td.logo_cell {
		text-align: center;
		width: 150px;
		vertical-align: middle;
	}
	.affiliates_table h2 {
		font-size: 18px;
		font-weight: normal;
	}

table.company_messaging_examples tr.cme_header td {
	font-weight:bold;
	color:#fff;
	background:#699014;
}

table.company_messaging_examples tr.cme_odd td {
	background:#ececec;
}





table.company_messaging_examples td {
	padding:10px 4px;
	vertical-align:top;
}

table.company_messaging_examples td.first {
	font-weight:bold;
}
.articles_table td {
	padding: 5px 10px;
	vertical-align: top;
}

.altSpan{
	
	font-weight:normal;
	color:#575757;
	
}

.tutorOl{
	padding-left:25px;
	width:100%;
}

.tutorOl li{
	color:black;
	padding-bottom:30px;
	color: #699014;
	font-weight:bolder;
	padding-left:0px;
	
}


.tutorUl{
	padding-left:25px;
	padding-right:25px;
	width:100%;
}

.tutorUl li{
	color:#575757;
	padding-bottom:30px;
	
	font-weight:bolder;
	padding-left:0px;
	
}
