body, #container { height: 100%; }

body {
	background: url('/img/pub/nav_bg.jpg') top left repeat-y;
	margin: 0;
	padding: 0;
}

#left {
	/*background: #0a4b6f url('/img/pub/nav_bg.jpg') no-repeat top left;*/
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 267px;
}

#content {
	margin-left: 338px;
	padding-bottom: 50px;
}

#content, #faq {
	min-height: 100%;
	height:auto !important;
	height: 100%;
}

a#start_now {
	background: url('/img/pub/start_now.jpg') no-repeat;
	display: block;
	height: 284px;
	width: 265px;
}

a:hover#start_now {
	background: url('/img/pub/start_now.jpg') no-repeat -265px 0;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	background: url('/img/pub/nav_sub.jpg') no-repeat top left;
	color: #fff;
	display: block;
	font-family: arial;
	font-size: .8em;
	font-weight: bold;
	height: 18px;
	padding: 8px 45px 6px 0;
	text-align: right;
	text-decoration: none;
}

#nav li a#nav_cp {
	background: url('/img/pub/nav_sub_cp.jpg') no-repeat top left;
}

#nav li a:hover {
	color: #fdd1ae;
}

#nav li div {
	background: url('/img/pub/nav_sub_hr.jpg') no-repeat;
	height: 2px;
}

.body_text {
	clear: both;
	color: #929292;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 0 0 0 0;
	width: 587px;
}

.features {

}

.feature_row {
	border-top: 1px solid #deebed;
	clear: both;
	width: 587px;
}

.feature_row_clear {
	height: 1px;
	line-height: 0;
	font-size: 0px;
}

.feature_cell {
	float: left;
	height: 150px;
	position: relative;
	width: 194px;
}

.feature_cell_container {
	padding: 15px 10px 10px 10px;
}

.feature_cell_center {
	border-right: 1px solid #deebed;
	border-left: 1px solid #deebed;
}

.feature_header {
	height: 80px;
}

.feature_header_large {
	position: absolute;
}

.feature_content {
	color: #929292;
	font-family: arial;
	font-size: 11px;
}

.feature_content h1 {
	color: #656666;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.feature_content h1 em {
	color: #999;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
}

.features_optional {
	margin: 39px 0 0 0;
}

span.image_text {
	display: none;
}

#body_text, #print_body {
	background: url('/img/pub/body_text_bg.jpg') no-repeat bottom left;
	padding: 0 0 15px 0;
	margin: 15px 0 0 0;
	width: 587px;
}

#body_text p, #print_body p {
	color: #2b769c;
	font-family: arial;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	padding: 22px 22px 0 22px;
	text-indent: 1.2em;
}

#print_body {
	background: none;
	margin: 0;
}

#print_body p {
	text-indent: 0;
	padding: 0 22px 0 22px;
}
#print_container {
	margin: 10px 0 0 0;
	position: relative;
}

#print_display {
	height: 426px;
}

#print_display img {
	left: -55px;
	position: absolute;
}

#examples_body {
	margin: 50px auto;
	text-align: center;
	width: 587px;
}

#examples_body div {
	width: 587px;
}

#examples_body h1 {
	color: #6d6d6d;
	font-family: arial;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 50px 0 15px 0;
}

#pub_footer {
	background: #f1f1f1;
	border-top: 1px solid #ccc;
	color: #777;
	font-family: verdana;
	font-size: 0.7em;
	margin: 40px 0 0 0;
	padding: 5px;
	text-align: center;
	
	position: fixed;
	bottom: 0px;
	width: 100%;
}

#pub_footer a {
	color: #f59950;
	font-weight: bold;
	text-decoration: none;
}

#pub_footer a:hover {
	text-decoration: underline;
}

/*
	FAQ
*/
#faq {
	font-family: arial;
	margin: 15px;
}

#faq a, #contact a {
	color: #156ea6;
}

#faq a:hover, #contact a:hover {
	color: #5bb0e2;
}

#faq ul.answer_list li {
	border-bottom: 1px solid #555555;
	padding-bottom: 5px;
}

#faq h1 {
	color: #e19353;
	font-family: arial;
	font-size: 1.2em;
	margin: 50px 0 0 0;
}

#faq h3 {
	color: #6d6d6d;
	font-family: arial;
	font-size: 1em;
	margin: 30px 0 -10px 0;
	padding: 10px;
}

#faq h2 { 
	background: #f1f1f1;
	border-top: 1px solid #5bb0e2;
	color: #777;
	font-family: arial;
	font-size: 1em;
	margin: 30px 0 5px 0;
	padding: 10px;
}

#faq h2.faq_header {
	cursor: pointer;
}

#faq p { 
	color: #777;
	line-height: 1.6em;
	margin: 0 0 10px 15px;
}

#faq div.faq { 
	width: 700px;
	padding: 10px;
	font-family: verdana;
	font-size: 0.8em;
}

#faq li {
	padding: 0;
	margin: 5px 0 0 10px;
}

#faq ul {
	color: #777;
	margin: 5px 0 5px 0;
}