/*
**		RESETS
*/

a img {
	border: none;
}


/*
**		UTILS
*/

.highlight {
color: #C00;
}
.intense {
color: red;
font-size: 110%;
font-style: italic;
font-weight: bold;
}
.spacer-1 {
clear: both;
height: 1em;
margin: 0;
}
.spacer-2 {
clear: both;
height: 2em;
margin: 0;
}
b, strong {
color: #CCC;
}
b.slogan, strong.slogan, h2.slogan {
color: #C00;
}
.highlight b,
.highlight strong {
color: #F00;
}
ol.redlist li h2,
ul.redlist li h2 {
color: #C00;
}
ol.bigRedList li {
color: #C00;
font-size: 18px;
font-weight: bold;
line-height: 22px;
}
ol.bigRedList li p,
ol.bigRedList li ol li,
ol.bigRedList li ol li p,
ol.bigRedList li ul li {
color: #999;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}
ul.checklist {
list-style-type: none;
padding: 0;
margin: 1em 0;
}
ul.checklist li {
background-image: url(images/checklist-item.jpg);
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 2.5em;
}

html { margin: 0px; padding: 0px; }

body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
background: black url(images/bg.jpg) top left repeat;
color: #999;
font-size: 14px;
line-height: 16px;
font-family: Arial, Helvetica, sans-serif;
}

div.pre_loader {
margin: 0px;
padding: 0px;
position: absolute;
top: -999999px;
left: -999999px;
}

a:link {
color: rgb(152,29,21);/*red;*/
}
a:active {
color: rgb(152,29,21);/*red;*/
}
a:visited {
color: rgb(152,29,21);/*red;*/
}
a:hover {
color: white;
}


div.container {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}

div.top_text {
margin: 0px;
margin-top: 10px;
padding: 0px;
width: 825px;
color: white;
font-size: 14px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
}

div.sub_free {
margin: 0px;
padding: 0px;
width: 1000px;
height: 111px;
color: white;
font-size: 14px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/Free-Course-Banner.png);
background-position: top left;
background-repeat: no-repeat;
}

div.top_phone {
margin: 0px;
padding: 10px 0px 0px;
width: 825px;
color: white;
font-size: 15px;
line-height: 17px;
font-family: Arial, Helvetica, sans-serif;
}

div.top_menu {
margin: 0px;
padding: 30px;
width: 855px;
background: url(images/menu-bg.jpg) top right no-repeat;
color: white;
font-size: 12px;
line-height: 15px;
font-weight: bold;
font-family: Verdana, Geneva, sans-serif;
}
div.top_menu a:link {
margin: 0px;
margin-left: 8px;
margin-right: 8px;
padding: 0px;
color: white;
text-decoration: none;
}
div.top_menu a:active {
margin: 0px;
margin-left: 8px;
margin-right: 8px;
padding: 0px;
color: white;
text-decoration: none;
}
div.top_menu a:visited {
margin: 0px;
margin-left: 8px;
margin-right: 8px;
padding: 0px;
color: white;
text-decoration: none;
}
div.top_menu a:hover {
margin: 0px;
margin-left: 8px;
margin-right: 8px;
padding: 0px;
color: red;
text-decoration: none;
}

div.top_panel {
margin: 60px 0px 0px;
padding: 0px;
width: 900px;
height: 596px;
background-image: url(images/Top-Panel.jpg);
background-position: top left;
background-repeat: no-repeat;
color: white;
font-size: 12px;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
}
div.top_panel_no_warn {
margin: 0px;
margin-top: -3px;
padding: 0px 40px 0px 20px;
width: 840px;
background-image: url(images/Top-Panel-Bottom-No-Warn.jpg);/*images/Top-Panel-Bottom.jpg*/
background-position: top left;
background-repeat: no-repeat;
color: white;
font-size: 12px;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
}
div.top_panel_no_warn h1 {
padding: 1em 0;
}
div.top_panel_no_warn p {
margin-bottom: 1em;
}
div#lethal_video {
background-color: #000;
padding: 0px;
margin: 0px;
margin-top: -51px;
margin-left: 10px;
position: absolute;
height: 260px;
z-index: 1;
}

div.home_extra {
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 30px;
padding: 0px;
width: 865px;
}
div.home_extra p {
text-align: justify;
}


div.panelWide {
width: 823px;
margin-bottom: 20px;
padding: 20px;
padding-top: 30px;
background: black url(images/panel-bg-wide.jpg) top left no-repeat;
}
div.panelWide p,
div.panelWide img {
margin-right: 20px;
}
div.panelWide h3 {
color: #c00;
font-size: 130%;
margin-bottom: 30px;
}

div.panel,
div.panelR {
width: 370px;
padding: 20px;
padding-top: 10px;
background: black url(images/panel-bg.jpg) top left no-repeat;
}
div.panel h2,
div.panelR h2 {
margin-bottom: 35px;
padding: 0px;
color: #c00;
font-size: 36px;
line-height: 40px;
font-family: BankGothic Md BT;
font-weight: normal;
text-align: center;
}
div.panel p,
div.panelR p {
font-size: 120%;
}
div.panelR {
margin-left: 20px;
float: right;
clear: right;
}

div#testimonials {
float: left;
}
div#accreditations {

}
div#accreditations,
div#accreditations p {
text-align: center;
}
div#accreditations img {
margin: 20px 0;
}

h1 {
margin: 0px;
margin-bottom: 5px;
padding: 0px;
color: white;
font-size: 30px;
line-height: 34px;
font-family: BankGothic Md BT;
}
h1 span.dull {
color:#C00;
}

h2 {
margin: 0px;
margin-bottom: 5px;
padding: 0px;
color: #CCC;
font-size: 18px;
line-height: 22px;
font-family: Verdana, Geneva, sans-serif;
}

h3 {
margin: 0px;
margin-bottom: 5px;
margin-top: 5px;
padding: 0px;
color: #CCC;
font-size: 16px;
line-height: 20px;
font-family: Verdana, Geneva, sans-serif;
}
h3 a:link {
color: white;
text-decoration: none;
}
h3 a:active {
color: white;
text-decoration: none;
}
h3 a:visited {
color: white;
text-decoration: none;
}
h3 a:hover {
color: red;
text-decoration: none;
}

h4 {
margin: 0px;
padding: 0px;
color: white;
font-size: 12px;
font-weight: normal;
line-height: 16px;
}

p {
margin: 0px;
padding: 0px;
}



form {
margin: 0px;
padding: 0px;
color: white;
font-size: 12px;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
}
table {
margin: 0px;
padding: 0px;
font-size: 12px;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
}



div#footer {
width: 880px;
height: 315px;
margin-top: 40px;
padding-top: 60px;
background: black url(images/footer-bg.jpg) top left no-repeat;
text-align: center;
}


div.home_bottom_menu {
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
width: 825px;
color: white;
font-size: 12px;
line-height: 15px;
/*font-family: Arial, Helvetica, sans-serif;*/
}
div.home_bottom_menu a {
padding: 0px 10px;
}
div.home_bottom_menu a:link {
color: white;
}
div.home_bottom_menu a:active {
color: white;
}
div.home_bottom_menu a:visited {
color: white;
}
div.home_bottom_menu a:hover {
color: red;
}

div.home_site_links {
margin: 0px;
margin-top: 30px;
margin-bottom: 10px;
padding: 0px;
width: 825px;
color: white;
font-size: 10px;
line-height: 13px;
font-family: Arial, Helvetica, sans-serif;
}
div.home_site_links a:link {
color: white;
}
div.home_site_links a:active {
color: white;
}
div.home_site_links a:visited {
color: white;
}
div.home_site_links a:hover {
color: red;
}

hr.home_hr {
margin: 0px;
padding: 0px;
width: 800px;
}

div.home_network {
margin: 0px;
margin-top: 5px;
margin-bottom: 20px;
padding: 0px;
width: 825px;
color: white;
font-size: 10px;
line-height: 13px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
div.home_network p {
margin: 0px;
padding: 0px;
color: white;
font-size: 12px;
line-height: 15px;
font-family: Verdana, Geneva, sans-serif;
text-align: center;
}
div.home_network a:link {
color: white;
text-decoration: none;
}
div.home_network a:active {
color: white;
text-decoration: none;
}
div.home_network a:visited {
color: white;
text-decoration: none;
}
div.home_network a:hover {
color: red;
text-decoration: none;
}

div#logo {
position: absolute;
z-index: 1000;
margin-left: -20px;
top: 0;
font-size: 10px;
text-align: left;
}
div#slogan {
position: absolute;
top: 50px;
text-align: right;
margin-top: 30px;
margin-left: 330px;
overflow: visible;
}

.spacerTop {
position: relative;
margin-top: 100px;
height: 1px;
}
#pageTitle {
position: relative;
margin-top: 70px;
font-size: 10px;
z-index: 2;
}


div.sub_page_container {
margin: 110px 0px 0px;
padding: 0px;
margin-left: -1px;
width: 100%;
}

table.sub_page_container {
margin: 0px;
padding: 0px;
width: 845px;
}
td.sub_page_navigation {
margin: 0px;
padding: 30px 0px 0px;
width: 195px;
background: #300 url(images/sidebar-bg.jpg) top left repeat-y;
}
td.sub_page_content #sub_page_top {
margin-top: -100px;
margin-left: -30px;
/*margin-bottom: 30px;*/
position: relative;
top: 0;
left: 0;
}
td.sub_page_content {
margin: 0px;
padding-top: 15px;
font-size: 12px;
line-height: 18px;
font-family: Verdana, Helvetica, sans-serif;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
width: 670px;
background-color: black;
background-position: top left;
background-repeat: no-repeat;
}
td.sub_page_content p {
margin: 0px;
margin-bottom: 10px;
padding: 0px;
text-align: justify;
}
td.sub_page_content div {
margin: 0px;
/*margin-top: 5px;
margin-bottom: 10px;*/
padding: 0px;
}
td.sub_page_content h1 {
color: white;
margin: 2em 0 1em 0;
padding: 0px;
}
td.sub_page_content h2,
div.top_panel_no_warn h2 {
margin: 0px;
margin-bottom: 1em;
padding: 0px;
color: red;
font-size: 18px;
line-height: 22px;
font-family: Verdana, Geneva, sans-serif;
text-align: center;
}
td.sub_page_content a:link {
color: red;
}
td.sub_page_content a:active {
color: red;
}
td.sub_page_content a:visited {
color: red;
}
td.sub_page_content a:hover {
color: white;
}

table.sidemenu {
margin: 0px;
padding: 0px;
width: 195px;
height: 100%;
}
a.nav_selected:link,
a.nav_selected:active,
a.nav_selected:visited,
a.nav_selected:hover {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 36px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-selected-bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}
a.nav_button_1:link {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 36px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}
a.nav_button_1:active {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 36px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-down.jpg);
background-position: top left;
background-repeat: repeat-x;
}
a.nav_button_1:visited {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 36px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}
a.nav_button_1:hover {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 36px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-over.jpg);
background-position: top left;
background-repeat: repeat-x;
}
a.nav_button_1_2:link {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 15px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}
a.nav_button_1_2:active {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 15px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-down.jpg);
background-position: top left;
background-repeat: repeat-x;
}
a.nav_button_1_2:visited {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 15px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}
a.nav_button_1_2:hover {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 15px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-over.jpg);
background-position: top left;
background-repeat: repeat-x;
}
span.nav_button_2 {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/Nav-Button-2.jpg);
background-position: top left;
background-repeat: no-repeat;
}
a.nav_button_2:link {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/Nav-Button-2.jpg);
background-position: top left;
background-repeat: no-repeat;
}
a.nav_button_2:active {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-down.jpg);
background-position: top left;
background-repeat: no-repeat;
}
a.nav_button_2:visited {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/Nav-Button-2.jpg);
background-position: top left;
background-repeat: no-repeat;
}
a.nav_button_2:hover {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 37px;
font-size: 12px;
line-height: 36px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-image: url(images/menu-item-over.jpg);
background-position: top left;
background-repeat: no-repeat;
}
tr.module_spacer {
margin: 0px;
padding: 0px;
height: 9px;
}
tr.module_spacer_bottom {
margin: 0px;
padding: 0px;
height: 9px;
}
a.module_link_selected:link,
a.module_link_selected:active,
a.module_link_selected:visited {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 24px;
font-size: 12px;
line-height: 24px;
color: #f33;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}
a.module_link:link {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 24px;
font-size: 12px;
line-height: 24px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background: url(images/side_menu_link_bg.jpg) top left no-repeat;
}
a.module_link:active {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 24px;
font-size: 12px;
line-height: 24px;
color: #f33;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background-color: #3a0302;
}
a.module_link:visited {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 24px;
font-size: 12px;
line-height: 24px;
color: #999;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}
a.module_link:hover {
display: block;
margin: 0px;
padding: 0px;
width: 195px;
height: 24px;
font-size: 12px;
line-height: 24px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
background: url(images/sidemenu_link_bg.jpg) top left no-repeat;
}
a.current:link,
a.current:active,
a.current:visited,
a.current {
color: red;
}
tr.nav_big {
margin: 0px;
padding: 0px;
height: 100%;
background-color: #64130e;
}

table.optin_popup {
margin: 0px;
padding: 0px;
position: absolute;
z-index: 100001;
top: 75px;
left: 50px;
width: 300px;
height: 445px;
visibility: hidden;
border: 1px solid #900;
background-color: #000;
background-image: url(images/Free-Trial.jpg);
background-position: top left;
background-repeat: no-repeat;
}
table.optin_popup form {
padding: 1em;
text-align: center;
}

#smallTestimonials {
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
empty-cells: show;
border-spacing: 0px;
border-collapse: collapse;
}
#smallTestimonialPic {
margin: 0px;
padding: 0px;
width: 150px;
text-align: center;
vertical-align: top;
}
#smallTestimonialPic img {
margin: 0px 10px 0px 0px;
padding: 0px;
width: 150px;
height: 150px;
}
#smallTestimonialText {
margin: 0px;
padding: 0px;
width: 630px;
text-align: left;
vertical-align: top;
font-size: 12px;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
color: white;
border-bottom: 1px solid red;
}
#smallTestimonialText h4 {
margin: 0px;
padding: 0px;
font-size: 18px;
line-height: 21px;
font-family: Century Gothic, Futura, sans-serif;
color: red;
}
#smallTestimonialText h4 a:link {
color: red;
text-decoration: none;
}
#smallTestimonialText h4 a:active {
color: red;
text-decoration: none;
}
#smallTestimonialText h4 a:visited {
color: red;
text-decoration: none;
}
#smallTestimonialText h4 a:hover {
color: red;
text-decoration: none;
}
#smallTestimonialText i {
font-size: 14px;
line-height: 17px;
font-family: Century Gothic, Futura, sans-serif;
color: red;
}
#smallTestimonialVerSpacer {
margin: 0px;
padding: 0px;
width: 20px;
}
#smallTestimonialHorSpacer {
margin: 0px;
padding: 0px;
height: 30px;
}

#bigTestimonials {
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
width: 600px;
empty-cells: show;
border-spacing: 0px;
border-collapse: collapse;
}
#bigTestimonialPic {
margin: 0px;
padding: 0px;
width: 300px;
text-align: center;
vertical-align: top;
}
#bigTestimonialPic img {
margin: 0px;
padding: 0px;
width: 300px;
height: 300px;
}
#bigTestimonialText {
margin: 0px;
padding: 0px;
width: 280px;
text-align: left;
vertical-align: top;
font-size: 12px;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
color: white;
border-bottom: 1px solid red;
}
#bigTestimonialText h3 {
margin: 0px;
padding: 0px;
font-size: 22px;
line-height: 25px;
font-family: Century Gothic, Futura, sans-serif;
color: red;
}
#bigTestimonialText h3 a:link {
color: red;
text-decoration: none;
}
#bigTestimonialText h3 a:active {
color: red;
text-decoration: none;
}
#bigTestimonialText h3 a:visited {
color: red;
text-decoration: none;
}
#bigTestimonialText h3 a:hover {
color: red;
text-decoration: none;
}
#bigTestimonialText i {
font-size: 14px;
line-height: 17px;
font-family: Century Gothic, Futura, sans-serif;
color: red;
}
#bigTestimonialVerSpacer {
margin: 0px;
padding: 0px;
width: 20px;
}
#bigTestimonialHorSpacer {
margin: 0px;
padding: 0px;
height: 30px;
}

#expandable {
cursor: pointer;
display: block;
}

#expandable span {
display: none;
}

#expandable:hover span {
display: block;
background-color: #222;
padding: 10px;
margin-bottom: 10px;
}


/*
**		UTILS - Overrides
*/

.clear {
clear: both;
height: 1px;
margin: 0px;
}
ol.bigRedList li h2 {
text-align: left;
}

/*		IMAGE FORMATTING	*/
td.sub_page_content div.imageWrap,
td.sub_page_content div.imageWrapR {
background-color: #300;
padding: 0.5em;
width: 212px;
text-align: center;
}
td.sub_page_content div.imageWrap {
float: left;
margin-right: 1em;
}
td.sub_page_content div.imageWrapR {
float: right;
margin-left: 1em;
}
td.sub_page_content div.imageWrap img,
td.sub_page_content div.imageWrapR img {
margin: 5px;
}
td.sub_page_content div.imageWrap p,
td.sub_page_content div.imageWrapR p {
padding: 0 0.5em;
margin-bottom: 0;
font-size: 10px;
line-height: 14px;
color: #fff;
text-align: justify;
}
ul.withImageL {
margin-left: 220px;
}
ul.withImageR {
margin-right: 220px;
}