@charset "utf-8";
/* CSS Document */

/* general styles */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
}
div#wrapper {

}
div#header {
	display: none;
}
div#sidebar {
	display: none;
}
div#content {
	width: 100%;
}
div#home_content {
	width: 100%;
}
div#footer {
	display: none;
}
a:link, a:active, a:visited {
	color: #336699;
}
a:hover {
	color: #DA2824;
}
strong {
	font-weight: 600;
	font-style: inherit;
}
em {
	font-style: italic;	
	font-weight: inherit;
}
ol {
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	padding-left: 40px;
}

/* styles for content */
div#content h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: .8em;
	text-transform: capitalize;
}
div#content h1 img {
	display: none;
}
body#red div#content h1 {
	color: #da2824;
	text-decoration: underline;
}
body#blue div#content h1 {
	color: #2065a2;
	text-decoration: underline;
}
body#green div#content h1 {
	color: #339e36;
	text-decoration: underline;
}
body#orange div#content h1 {
	color: #ff6d06;
	text-decoration: underline;
}
body#yellow div#content h1 {
	color: #f8cb01;
	text-decoration: underline;
}
div#content h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: .8em;
}
div#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
}
div#content h4 {
	font-weight: bold;
	margin-bottom: .5em;
}
div#content h5 {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em 0 .5em 0;
	border-bottom: 1px solid #666;
}
div#content p {
	line-height: 1.5;
	margin-bottom: 1em;
}
div#content ul {
	list-style-position: outside;
	margin: .25em 0 1em 1em;
	padding-left: 1.5em;
	list-style-image: url(/_images/_template/content_list_roi.gif);
	border: 0px solid #fff;
}
div#content li {
	margin-bottom: .25em;	
}
div#content ul li ul {
	list-style-position: outside;
	margin: 0 0 0 1em;
	padding-left: 1.5em;
}
div#content a.button {
	display: block;
	clear: both;
	margin: 0 0 1em 0;
	text-align: center;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
body#red div#content a.button {
	color: #da2824;
	text-decoration: underline;
}
body#blue div#content a.button {
	color: #2065a2;
	text-decoration: underline;
}
body#green div#content a.button {
	color: #339e36;
	text-decoration: underline;
}
body#orange div#content a.button {
	color: #ff6d06;
	text-decoration: underline;
}
body#yellow div#content a.button {
	color: #f8cb01;
	text-decoration: underline;
}
div#content img.photo {
	padding: 5px;	
}

/* styles for forms in div#content */
div#content form.shortForm {
	margin-bottom: 1em;
}
div#content form.shortForm label {
	display: block;
	padding: 0 0 3px 0;
	float: left;
	width: 85%;
}
div#content form.shortForm label span {
	display: block;
	float: left;
	font-size: .9em;
	text-align: right;
	width: 40%;
}
div#content form.shortForm label input {
	padding: 2px;
	float: right;
	width: 55%;
}
div#content form.shortForm label textarea {
	padding: 2px;
	float: right;
	width: 55%;
}
div#content form.shortForm label select {
	padding: 2px;
	float: right;
	width: 55%;
}
div#content form.shortForm fieldset {
	border: 1px solid #949494;
	padding: 1em;
	width: 60%;
	margin: 0 auto 1em auto;
}
div#content form.shortForm fieldset legend {
	color: #000000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
div#content form.shortForm input.submit {
	width: 150px;
	height: 26px;
	border: 0px solid #fff;
	cursor: pointer;
	display: block;
	clear: both;
	margin-left: 50%;
	padding-bottom: 5px;
	font-weight: bold;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
body#red div#content form.shortForm input.submit {
	background: url(/_images/_template/button_medium_red.png) no-repeat bottom;
	background-color: #da2824;
}
body#blue div#content form.shortForm input.submit {
	background: url(/_images/_template/button_medium_blue.png) no-repeat bottom;
	background-color: #2065a2;
}
body#green div#content form.shortForm input.submit {
	background: url(/_images/_template/button_medium_green.png) no-repeat bottom;
	background-color: #339e36;
}
body#orange div#content form.shortForm input.submit {
	background: url(/_images/_template/button_medium_orange.png) no-repeat bottom;
	background-color: #ff6d06;
}
body#yellow div#content form.shortForm input.submit {
	background: url(/_images/_template/button_medium_yellow.png) no-repeat bottom;
	background-color: #f8cb01;
	color: #000;
}

/* styles for special Areas in div#content */
div#content div.yellow_box {
	text-align: center;
	width: 375px;
	padding: 5px 10px;
	margin: 2em auto;
	border: 2px solid #ccc;
}
div#content div.yellow_box p {
	margin: 1em 0 0 0;	
}
div#content div.blue_box_testimonial {
	padding: 1em;
	margin: 1em 0;
	border: 1px dotted #000;
}
div#content div.blue_box_testimonial p {
	font-style: italic;
}
div#content div.blue_box_testimonial span {
	float: right;	
}
div#content div.blue_box_full {
	padding: 1em;
	margin: 1em 0;
	border: 1px dotted #000;	
}
div#content div.grey_box_full {
	padding: 1em;
	margin: 1em 0;
	border: 1px dotted #000;	
}
div#content table.indexNav {
	width: 100%;
	margin: 0 0 1em 0;
}
div#content table.indexNav td {
	width: 50%;
	padding: .2em;
	vertical-align: top;
}
div#content table.indexNav li h6 {
	font-weight: bold;	
}
div#content table.offer {
	width: 100%;
	margin: 1.5em 0 1em 0;
}
div#content table.offer td {
	width: 50%;
	padding: .05em;
	vertical-align: top;
}
div#content table.offer td h6 {
	display: block;
	text-align: center;
	padding: .6em 0;
	margin: 0 1px 1em 1px;
	font-size: 1.2em;
	font-weight: bold;
}
div#content table.offer td p {
	margin: 0 .3em 1em .3em;	
}
body#orange div#content table.offer td h6 {
	color: #ff6d06;	
	text-decoration: underline;
}
body#red div#content table.offer td h6 {
	color: #da2824;	
	text-decoration: underline;
}
body#green div#content table.offer td h6 {
	color: #339e36;	
	text-decoration: underline;
}
body#blue div#content table.offer td h6 {
	color: #2065a2;	
	text-decoration: underline;
}
body#yellow div#content table.offer td h6 {
	color: #f8cb01;	
	text-decoration: underline;
}
div#content form.googleCheckout input.buyGoogle {
	display: block;
	margin: 0 auto 1em auto;
}
div#content form.googleCheckout span {
	display: block;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}
div#content table.twoColumn {
	width: 100%;
	border: 1px solid #666;
	margin-bottom: 1.5em;
}
div#content table.twoColumn caption {
	font-size: 1.2em;
	padding: .25em;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
div#content table.twoColumn #sectionLabel {
	background-color: #d4d4d4;
	width: 30%;
}
div#content table.twoColumn span {
	font-weight: bold;	
}
div#content table.twoColumn tr {
	border-bottom: 1px dotted #666;	
}
div#content table.twoColumn td {
	padding: .25em;
	border-bottom: 1px dotted #666;
	vertical-align: top;
}
div#content table.twoColumn thead {
	display: none;	
}
body#orange div#content table.twoColumn caption {
	background-color: #ff6d06;	
}
body#red div#content table.twoColumn caption {
	background-color: #da2824;	
}
body#green div#content table.twoColumn caption {
	background-color: #339e36;	
}
body#blue div#content table.twoColumn caption {
	background-color: #2065a2;	
}
body#yellow div#content table.twoColumn caption {
	background-color: #F8CB01;	
	color: #000;
}

/* styles for home_content */
div#home_content ul {
	list-style-position: outside;
	margin: .25em 0 1em 1em;
	padding-left: 1.5em;
	list-style-image: url(/_images/_template/content_list_roi.gif);
	border: 0px solid #fff;
}
div#home_content li {
	margin-bottom: .75em;	
}
div#home_content ul li ul {
	list-style-position: outside;
	margin: 0 0 0 1em;
	padding-left: 1.5em;
}
div#home_content ul li ul li {
	margin-bottom: .25em;
}
div#home_content td.tab {
	width: 33%;
	vertical-align: top;
}
div#home_content td.tab h1{
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	height: 52px;
	text-transform: capitalize;
	padding: 30px 0 0 20px;
	margin: 5px 0 15px 0;
	background-repeat:no-repeat;
}
div#home_content td.tab h1 span{
	font-size: .6em;
	font-weight: bold;
	display: block;
}
div#home_content td.red h1{
	color: #da2824;
}
div#home_content td.blue h1{
	color: #2065a2;
}
div#home_content td.green h1{
	color: #339e36;
}
div#home_content td.tab h3 {
	margin: 10px;
	font-weight: bold;
}
div#home_content td.tab p {
	margin: 10px;	
}
div#home_content td.tab img {
	display: none;	
}
div#home_content td.tab img.headerIcon {
	display: none;
}
div#home_content td a.homePage_button {
	display: block;
	clear: both;
	margin: 1em auto 0 auto;
	text-align: center;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
div#home_content td.bottom_blue a.homePage_button {
	color: #2065a2;
	text-decoration: underline;
}
div#home_content td.bottom_red a.homePage_button {
	color: #da2824;
	text-decoration: underline;
}
div#home_content td.bottom_green a.homePage_button {
	color: #339e36;
	text-decoration: underline;
}