body
{
	padding: 0px;
	margin: 0px;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #eee;
	font-size: 12pt;
}

.container
{
	width: 970px;
	margin: 0 auto;
}

#strip_top
{
    height: 78px;
    background-color: #00121F;
}

#strip_top img
{
    margin: 8px 0 0 10px;
}

#strip_middle
{
	background-color: #fff;
	background-image: url(images/top_of_middle_strip.png);
	background-repeat: repeat-x;
}

#content
{
	background-image: url(images/cloud_watermark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.news
{
	background-color: #ffe;
	border-color: #ff9;
	border-width: 1px 0;
	border-style: solid;
	padding: .5em 1em;
	color: #999;
}

.news a
{
	color: #999;
}

#profittrain_promo
{
	text-align: center;
	padding: 2em 0 3em 0;
	float: left;
	width: 485px;
}

#dex_promo,
#twizshow_promo
{
    padding-top:3em;
}

#profittrain_promo h3,
#profittrain_promo p
{
	margin: 0;
	position: 0;
}

#profittrain_promo h3
{
	color: #000;
	margin-top: 1em;
	font-size: 16pt;
}

.billable_note
{
	font-size: 75%;
	color: #999;
	padding-top: 1em;
}

.billable_note a
{
	color: #999;
}

#site_links
{
	padding-top: 3em;
	float: right;
	width: 435px;
}

#site_links dl
{
	margin: 0;
	padding: 0;
}

#site_links dt
{
	font-size: 14pt;
	font-weight: bold;
}

#site_links dd
{
	margin: 0 0 1.5em 0;
	padding: 0;
}

/* overrides for about page */
#about_page #site_links,
#billable_page #site_links,
#dex_page #site_links
{
	width: 335px;
}

#about_page #site_links dl,
#billable_page #site_links dl,
#dex_page #site_links dl
{
	border-left: #00121F;
	border-width: 0 0 0 1px;
	border-style: none none none dotted;
	padding-left: 1em;
}

#about_page #site_links dd,
#billable_page #site_links dd,
#dex_page #site_links dd
{
	display:none;
}

#about_us_content,
#contact_form_content,
#billable_content,
#dex_content
{
	padding: 2em 0 5em 2em;
	float: left;
	width: 585px;
	line-height: 1.5em;
}

#strip_bottom
{
	background-image: url(images/top_of_bottom_strip.png);
	background-repeat: repeat-x;
}

#footer
{
	color: #999;
	text-align: center;
	padding: 1em 0 1em 0;
	font-size: 9pt;
}

img
{
    border: 0;
}

form.contact_submission_form
{
	background-color: #eee;
	border-color: #ccc;
	border-width: 1px 0;
	border-style: solid;
	padding: 0 1em;
}

form.contact_submission_form em
{
	color: #c00;
	font-style: normal;
}

form.contact_submission_form dl {  }
form.contact_submission_form dt { color: #666; }

form.contact_submission_form label
{
	font-weight: bold;
	color: #000;
}

form.contact_submission_form dt.required { color: #c00; }

form.contact_submission_form dd { margin: 0 0 .5em 0; }

form.contact_submission_form textarea { width: 100%; }

.thumbnail_list { }

.thumbnail_list ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbnail_list li { float: left; }

.thumbnail_list img { padding: 3px 6px; }

table.layout_only
{
	border: 0;
	width: 100%;
}
table.layout_only tr,
table.layout_only td
{
	margin: 0;
	padding: 0;
}


form.mailing_list_form
{
	background-color: #ffe;
	margin: 0;
	padding: 1em;
	width: 500px;
	border: 1px #666 solid;
}

form.mailing_list_form h3
{
	margin: 0 0 .5em 0;
	padding: 0;
}
