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

/* general styles */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(/_images/_template/background_gradient.png);
	background-repeat: repeat-x;
	background-color: #d8d8d8;
}
div#wrapper {
	width: 800px;
	margin: 0 auto;
	overflow: auto;
}
div#header {
	height: 157px;
	overflow: visible;
}
div#sidebar {
	width: 187px;
	margin: 40px 0 0 0;
	border-left: 2px solid #838383;
	border-right: 2px solid #838383;
	border-bottom: 2px solid #838383;
	padding: 0 6px;
	float: right;
	background-color: #fff;
}
div#content {
	width: 538px;
	margin: 40px -1px 0 0;
	border-left: 2px solid #838383;
	border-right: 2px solid #838383;
	border-bottom: 2px solid #838383;
	padding: 0 8px 20px 8px;
	float: left;
	background-color: #fff;
}
div#home_content {
	margin: 20px 0 20px 0;
}
div#footer {
	clear: both;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	overflow: visible;
	height: 60px;
}
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 header and navigation */
div#header img {
	margin-top: 25px;	
}
div#header table#topnav {
	margin-top: 22px;
	width: 800px;
}
div#header td.trigger {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	width: auto;
	text-align: center;
}
div#header table#topnav td.last {
	border-right: none;
}
div#header table#topnav td ul {
	position: absolute;
	display: none;
	padding: 0;
	border-bottom: 7px solid #000;
	text-align: left;
}
div#header a {
	display: block;
	text-decoration: none;
	color: #000;
}
div#header a:hover {
	color: #fff;	
}
div#header table#topnav td.trigger:hover ul {
	display: block;
}
div#header table td:hover {
	background-color: #949494;
}
div#header ul li:hover {
	background-color: #949494;
}
div#header td ul li {
	background-color: #DDD;
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
div#header td ul li:hover {
	background-color: #949494;
}
div#header td ul {
	margin: 5px 0 0 -10px;
}
div#header td ul li:hover a {
	color: #fff;
}

/* styles for sidebar */
div#sidebar h1 {
	height: 48px;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.3em;
	padding: 14px 0 0 20px;	
	margin: 0px -8px 0 -8px;
}
div#sidebar img.newsletterimage {
	float: left;
	padding: 0 5px;
}
body#red div#sidebar h1 {
	background: url(/_images/_template/sidebar_red.gif) no-repeat;
}
body#blue div#sidebar h1 {
	background: url(/_images/_template/sidebar_blue.gif) no-repeat;
}
body#green div#sidebar h1 {
	background: url(/_images/_template/sidebar_green.gif) no-repeat;
}
body#orange div#sidebar h1 {
	background: url(/_images/_template/sidebar_orange.gif) no-repeat;
}
body#yellow div#sidebar h1 {
	background: url(/_images/_template/sidebar_yellow.gif) no-repeat;
	color: #000;
}
div#sidebar ul {
	padding: 0 0 15px 10px;
	margin-bottom: 40px;
}
body#red div#sidebar ul {
	border-bottom: 7px solid #DA2824;
}
body#green div#sidebar ul {
	border-bottom: 7px solid #339E36;
}
body#blue div#sidebar ul {
	border-bottom: 7px solid #2065A2;
}
body#yellow div#sidebar ul {
	border-bottom: 7px solid #F8CB01;
}
body#orange div#sidebar ul {
	border-bottom: 7px solid #FF6D06;
}
body#orange div#sidebar form {
	border-bottom: 7px solid #FF6D06;	
}
body#yellow div#sidebar form {
	border-bottom: 7px solid #F8CB01;	
}
body#red div#sidebar form {
	border-bottom: 7px solid #DA2824;	
}
body#green div#sidebar form {
	border-bottom: 7px solid #339E36;	
}
body#blue div#sidebar form {
	border-bottom: 7px solid #2065A2;	
}
div#sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}
div#sidebar h3 {
	font-size: 1.1em;
	font-weight: bold;
}
div#sidebar p {
	margin-bottom: 1em;	
}
div#sidebar div.chat {
	width: 160px;
	margin: 0 auto;
}
div#sidebar div.chatTop {
	height: 112px;
}
div#sidebar div.chatBottom {
	background: url(/_images/_template/sidebar_chat.gif) no-repeat;
	height: 133px;
}
div#sidebar textarea.LPform {
	border:1px solid black;
	height:79px;
	margin: 1px 0 0 3px;
	width:152px;
}
div#sidebar #LPsubmit {
	margin: 4px 0 8px 3px;
}
div#sidebar .newsletter {
	padding-left: 10px;	
}
div#sidebar form.newsletter {
	clear: both;	
}
div#sidebar form label, div#sidebar form label span {
	display: block;
	padding-bottom: .25em;
	float: left;
}
div#sidebar form label {
	width: 90%;	
}
div#sidebar form label span {
	width: 25%;	
	text-align: left;
}
div#sidebar form fieldset {
	padding-top: 5px;	
}
div#sidebar form fieldset input {
	float: right;
	width: 70%;
	padding: .1em;
	font-size: .9em;
	margin-top: -1px;
}
div#sidebar form fieldset input:hover, div#sidebar form fieldset input:active, div#sidebar form fieldset input:focus {
	
}
div#sidebar form {
	padding-bottom: 15px;
	margin-bottom: 40px;
}
div#sidebar form input.freetips {
	width: 127px;
	height: 22px;
	border: 0px solid #fff;
	cursor: pointer;
	margin: 5px 0 0 38px;
}
body#red div#sidebar form input.freetips {
	background: url(/_images/_template/sidebar_button_red.png) no-repeat;
}
body#blue div#sidebar form input.freetips {
	background: url(/_images/_template/sidebar_button_blue.png) no-repeat;
}
body#green div#sidebar form input.freetips {
	background: url(/_images/_template/sidebar_button_green.png) no-repeat;
}
body#orange div#sidebar form input.freetips {
	background: url(/_images/_template/sidebar_button_orange.png) no-repeat;
}
body#yellow div#sidebar form input.freetips {
	background: url(/_images/_template/sidebar_button_yellow.png) no-repeat;
}

/* styles for content */
div#content h1 {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	height: 40px;
	text-transform: capitalize;
	padding: 8px 0 0 20px;
	margin: 0px -10px 1em -10px;
}
div#content h1 img {
	float: right;
	margin-top: -30px;
	padding-right: 15px;
}
body#red div#content h1 {
	background: url(/_images/_template/content_red.gif) no-repeat;	
	background-color: #da2824;
}
body#blue div#content h1 {
	background: url(/_images/_template/content_blue.gif) no-repeat;	
	background-color: #2065a2;
}
body#green div#content h1 {
	background: url(/_images/_template/content_green.gif) no-repeat;
	background-color: #339e36;
}
body#orange div#content h1 {
	background: url(/_images/_template/content_orange.gif) no-repeat;	
	background-color: #ff6d06;
}
body#yellow div#content h1 {
	background: url(/_images/_template/content_yellow.gif) no-repeat;
	background-color: #f8cb01;
	color: #000;
}
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 {
	width: 150px;
	height: 26px;
	border: 0px solid #fff;
	cursor: pointer;
	display: block;
	clear: both;
	margin: 0 0 1em 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}
body#red div#content a.button {
	background: url(/_images/_template/button_medium_red.png) no-repeat bottom;
	background-color: #da2824;
}
body#blue div#content a.button {
	background: url(/_images/_template/button_medium_blue.png) no-repeat bottom;
	background-color: #2065a2;
}
body#green div#content a.button {
	background: url(/_images/_template/button_medium_green.png) no-repeat bottom;
	background-color: #339e36;
}
body#orange div#content a.button {
	background: url(/_images/_template/button_medium_orange.png) no-repeat bottom;
	background-color: #ff6d06;
}
body#yellow div#content a.button {
	background: url(/_images/_template/button_medium_yellow.png) no-repeat bottom;
	background-color: #f8cb01;
	color: #000;
}
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;
	background-color: #FFFFCC;
	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;
	background-color: #eaeef2;
	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;
	background-color: #eaeef2;
	border: 1px dotted #000;	
}
div#content div.grey_box_full {
	padding: 1em;
	margin: 1em 0;
	background-color: #e6e6e6;
	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 {
	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;
	color: #fff;
}
div#content table.offer td p {
	margin: 0 .3em 1em .3em;	
}
body#orange div#content table.offer td h6 {
	background-color: #ff6d06;	
}
body#red div#content table.offer td h6 {
	background-color: #da2824;	
}
body#green div#content table.offer td h6 {
	background-color: #339e36;	
}
body#blue div#content table.offer td h6 {
	background-color: #2065a2;	
}
body#yellow div#content table.offer td h6 {
	background-color: #f8cb01;	
}
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 footer */
body#blue div#footer {
	background-color: #2065A2;	
}
body#red div#footer {
	background-color: #DA2824;	
}
body#orange div#footer {
	background-color: #FF6D06;	
}
body#green div#footer {
	background-color: #339E36;	
}
body#yellow div#footer {
	background-color: #F8CB01;
	color: #000;
}
body#white div#footer {
	color: #000;
}
body#yellow div#footer ul li a:link, body#yellow div#footer ul li a:visited, body#yellow div#footer ul li a:active {
	color: #000;
}
body#yellow div#footer ul li a:hover {
	color: #666;	
}
body#yellow div#footer ul li {
	border-right: 1px solid #000;	
}
body#yellow div#footer ul li.first {
	border-left: 1px solid #000;	
}
body#white div#footer ul li a:link, body#white div#footer ul li a:visited, body#white div#footer ul li a:active {
	color: #000;
}
body#white div#footer ul li a:hover {
	color: #666;	
}
body#white div#footer ul li {
	border-right: 1px solid #000;	
}
body#white div#footer ul li.first {
	border-left: 1px solid #000;	
}
div#footer ul {
	padding-top: 1em;	
	font-size: .9em;
	margin: 0 auto;
	width: 48em;
}
div#footer ul li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 .4em;
}
div#footer ul li.first {
	border-left: 1px solid #fff;	
}
div#footer ul li a:link, div#footer ul li a:visited, div#footer ul li a:active {
	color: #fff;	
}
div#footer ul li a:hover {
	color: #000;	
}
div#footer p {
	clear: both;
	font-size: .8em;
	line-height: 3;
}

/* styles for home_content */
div#home_content table {
	margin-top: 5px;	
}
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: 262px;
	vertical-align: top;
	border-left: 2px solid #838383;
	border-right: 2px solid #838383;
	background-color: #fff;
}
div#home_content td.first {
	border: none;
}
div#home_content td.green {
	width: 268px;
}
div#home_content td.bottom_red {
	border-bottom: 7px solid #DA2824;
	padding-bottom: 15px;
}
div#home_content td.bottom_blue {
	border-bottom: 7px solid #2065a2;
	padding-bottom: 15px;
}
div#home_content td.bottom_green {
	border-bottom: 7px solid #339e36;
	padding-bottom: 15px;
	width: 268px;
}

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: 0px;
	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{
	background-image: url(/_images/_template/home_content_red.gif);
	background-color: #da2824;
	margin-right: -2px;
	margin-left: -2px;
}
div#home_content td.blue h1{
	background-image: url(/_images/_template/home_content_blue.gif);
	background-color: #2065a2;
	margin-right: -1px;
}
div#home_content td.green h1{
	background-image: url(/_images/_template/home_content_green.gif);	
	background-color: #339e36;
	margin-right: -2px;
}

div#home_content td.tab h3 {
	margin: 25px 10px 10px 10px;
	font-weight: bold;
}
div#home_content td.tab p {
	margin: 10px;	
}
div#home_content td.tab img {
	margin: 20px auto 0 auto; 
	display: block;	
}
div#home_content td.tab img.headerIcon {
	position: absolute;
	left: 50%;
	top: 200px;
	margin: 0;
	z-index: 0;
}
div#home_content td a.homePage_button {
	width: 228px;
	height: 38px;
	border: 0px solid #fff;
	cursor: pointer;
	display: block;
	clear: both;
	margin: 1em auto 0 auto;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 2;
}
div#home_content td.bottom_blue a.homePage_button {
	background: url(/_images/_template/home_content_button_blue.gif) no-repeat bottom;	
	background-color: #2065a2;
}
div#home_content td.bottom_red a.homePage_button {
	background: url(/_images/_template/home_content_button_red.gif) no-repeat bottom;	
	background-color: #da2824;
}
div#home_content td.bottom_green a.homePage_button {
	background: url(/_images/_template/home_content_button_green.gif) no-repeat bottom;	
	background-color: #339e36;
}

/* Position the Popup */ 
div#pop1 {
	position: absolute;
	padding: 10px;
	width: 250px; /* Change width as needed */
	height: auto; /* Height expands with content */
	z-index: 100001;
	background-color: #fff;
	border: 1px solid #838383;
	margin-top: -25px;
	margin-left: -76px;
	cursor: pointer;
}
/* Position the close button */ 
div#pop1 img.close {
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
	z-index: 100003;
}
/* div#pop span {
	position: absolute;
	top: -2px;
	right: 24px;
	text-align: right;
	cursor: pointer;
	z-index: 100003;
	color: #666;
	font-size: 14px;
	font-weight: bold;
} */

/* Show/hide the popup */
.none {
	display: none;	
}
.block {
	display: block;	
}