/* GLOBAL SETTINGS */

body {
	text-align: center;
	margin-top: 20px;
	background: #cccccc;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
}

#site {
	text-align: left;
	margin: auto;
	width: 640px;
	background: #ffffff;
	border: 1px solid #666666;
}

.quotemark {
	font-size: 13px;
	font-weight: bold;
}

.tm {
	vertical-align: super;
	font-size: 5px;
}

.box_15 {
	padding: 15px;
	border: 1px dashed #999999;
}

a {
	color: #537a39;
}

a.red_button, a.lime_button {
	position: relative;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

a.red_button {
	color: #ffffff;
	background: #990000;
	border-left: 1px solid #cc9999;
	border-top: 1px solid #cc9999;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
}

a.lime_button {
	color: #669900;
	background: #C7E880;
	border-left: 1px solid #DDF1B2;
	border-top: 1px solid #DDF1B2;
	border-right: 1px solid #87B030;
	border-bottom: 1px solid #87B030;
}

a.red_button:hover, a.lime_button:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

a.red_button:hover {
	color: #ffcccc;
	border-left: 1px solid #660000;
	border-top: 1px solid #660000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #cc9999;
}

a.lime_button:hover {
	color: #336600;
	border-left: 1px solid #87B030;
	border-top: 1px solid #87B030;
	border-right: 1px solid #DDF1B2;
	border-bottom: 1px solid #DDF1B2;
}

.justify {
	text-align: justify;
}

/* HEADER SETTINGS */

#header {
	border-top: 6px solid #304720;
	background: #537a39;
}

#header #login_button {
	position: relative;
	left: 525px;
	top: 16px;
}

#header #logo {
	margin-top: 18px;
	position: relative;
	left: 20px;
	bottom: 2px;
}

#subheader {
	height: 15px;
	background: #ffffff url("../images/tagline.gif") no-repeat 20px 2px;
	margin-bottom: 20px;
}


/* NAV BAR SETTINGS */

#nav {
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
}

#nav a, #nav a.client_tab {
	display: inline;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	margin-right: 2px;
}

#nav a {
	color: #666666;
	background: #eeeeee;
}

#nav a.client_tab {
	color: #664800;
	background: #ffffcc;
}

#nav a.selected, #nav a:hover, #nav a.client_tab:hover {
	color: #990000;
	background: #ffffff;
}

#nav a.selected, #nav a.client_tab_selected {
	border-bottom: 1px solid #ffffff;
}

#nav a.client_tab_selected {
	color: #990000;
	background: #FFED8C;
}

#nav a.client_tab:hover {
	color: #990000;
	background: #FFED8C;
}

#nav a.client_tab_selected {
	border-bottom: 1px solid #FFE9AF;
}

#client_subnav {
	padding-left: 22em;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11px;
	background: #FFED8C;
	border-bottom: 1px solid #cccccc;
}

#client_subnav #links a {
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
}

#client_subnav #links a.selected {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

#client_subnav #links a:hover, #client_subnav #links a.selected:hover {
	text-decoration: underline;
}


/* MAIN BODY SETTINGS */

#content {
	padding: 20px;
}

#content p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#content h1 {
	margin: 0px;
	padding-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
	color: #9C6300;
}


/* LEFT/MAIN SETTINGS */

#left_column {
	float: left;
	width: 370px;
	margin-bottom: 10px;
}

#left_column p {
	text-align: justify;
	line-height: 150%;
	margin: 0px;
	padding-bottom: 15px;
}

#left_column a {
	border-bottom: 1px dotted #999999;
	color: #660000;
	text-decoration: none;
}

#left_column a:hover {
	color: #cc0000;
	text-decoration: none;
}

#left_column img.left {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left_column img.right {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* RIGHT/MAIN SETTINGS */

#right_column {
	margin-left: 380px;
	font-size: 11px;
}

#right_column .box {
	border: 1px dashed #999999;
	padding: 15px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	background: #F7F1DF;
}

#right_column .box h3 {
	margin: 0px;
	padding-left: 22px;
	padding-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
	color: #9C6300;
	background: url("../images/box_icon.gif") no-repeat;
}

#right_column .box p {
	line-height: 130%;
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 15px;
}

#right_column .steps {
	margin-left: 8px;
	margin-bottom: 20px;
}

#right_column h2 {
	font-size: 110%;
	font-weight: bold;
	color: #9C6300;
	padding-bottom: 3px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #999999;
}

#right_column .step {
	margin-left: 3px;
	margin-bottom: 5px;
	padding-left: 13px;
	font-size: 11px;
	clear: right;
	background: url("../images/more_info.gif") no-repeat 0px 2px;
}

#right_column .step a {
	position: relative;
	z-index: 24;
	padding: 2px;
	color: #000000;
	text-decoration: none;
}

#right_column .step a:hover {
	z-index: 25;
	background-color: #ffffff;
	color: #990000;
}

#right_column .step a span.step_popup {
	display: none;
}

#right_column .step a:hover span.step_popup {
	display: block;
	position: absolute;
	top: -10px;
	left: -355px;
	width: 300px;
	padding: 10px 15px 10px 15px;
	background: #eeeeee;
	color: #000000;
} 
 
#right_column .step a:hover span.step_popup span.step_header {
	margin: 0px;
	font-size: 115%;
	font-weight: bold;
	color: #9C6300;
} 

#right_column .step a:hover span.step_popup span.step_line {
	display: block;
	margin-top: 8px;
	margin-bottom: 5px;
} 
 
#right_column .testimonial {
	font-size: 10px;
	line-height: 150%;
	color: #666666;
	margin-left: 8px;
}

#right_column .testimonial p {
	margin-bottom: 10px;
}

#right_column .testimonial a {
	color: #663333;
	text-decoration: none;
}

#right_column .testimonial a:hover {
	text-decoration: underline;
}


/* PROCESS & TESTIMONIALS SETTINGS */

#left_50 {
	float: left;
	width: 287px;
}

#right_50 {
	width: 287px;
	margin-left: 307px;
}

.container {
	margin: 0px;
	padding: 0px;
}

#left_50 p, #right_50 p {
	font-size: 12px;
	line-height: 140%;
}

#left_50 .container img.dot, #right_50 .container img.dot {
	float: left;
	margin-right: 8px;
}

#left_50 .container p, #right_50 .container p {
	text-align: justify;
	font-size: 11px;
	line-height: 140%;
}

#left_50 .container h1, #right_50 .container h1 {
	font-size: 14px;
	font-weight: bold;
}

#left_50 .container h2, #right_50 .container h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

#left_50 .container img.screen, #right_50 .container img.screen {
	margin-bottom: 20px;
}

#left_50 .testimonial, #right_50 .testimonial {
	font-size: 12px;
	line-height: 150%;
}

#left_50 .testimonial p, #right_50 .testimonial p {
	margin-bottom: 10px;
}


/* SIGNUP SETTINGS */

.form {
	padding: 0px;
	margin: 0px;
}

.field {
	font-size: 11px;
	padding: 2px 4px 2px 4px;
	margin: 0px;
}

.req_icon {
	position: relative;
	top: 2px;
	left: 5px;
}

.form_table td {
	font-size: 11px;
	padding-bottom: 8px;
	padding-right: 15px;
}

.required {
	color: #990000;
	font-weight: bold;
}

.form select {
	font-size: 11px;
	margin: 0px;
}

.button {
	font-size: 11px;
}


/* FOOTER SETTINGS */

#footer {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #cccccc;
	background: #F7F1DF;
	font-size: 10px;
	color: #666666;
}


/* MISC THINGS */

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

