@charset "UTF-8";
body  {
	font: 100.1% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #004b8d;
	font-size:1.1em;
	font-weight:bold;
}
	
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  	text-decoration: none; }
a:link, a:visited {
	color: #004b8e;
	font-weight: bold; }

a:hover.maintext {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000; }
	 
.twoColFixLtHdr #container {
	height: 925px;
	background-color: #FFFFFF;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.twoColFixLtHdr #containerOpenBottom {
	background-color: #FFFFFF;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

/* -------------------------------------Container styles -----------------------------------*/
.twoColFixLtHdr #container_home {
	background-repeat: no-repeat;
	background-position:top;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
	background-image: url(../images/background_home.jpg);
} 

.twoColFixLtHdr #container_class {
	background-image:url(../images/background_class.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
} 

.twoColFixLtHdr #container_online {
	background-image:url(../images/Background_online.jpg); background-repeat:no-repeat; background-position: top; 
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; } 

.twoColFixLtHdr #container_site {
	background-image:url(../images/Background_site.jpg); background-repeat:no-repeat; background-position: top; 
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; } 

.twoColFixLtHdr #container_about {
	background-image:url(../images/Background_about.jpg); background-repeat:no-repeat; background-position: top; 
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; } 

.twoColFixLtHdr #container_contact {
	background-image:url(../images/background_contact.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; } 

.twoColFixLtHdr #container_resources {
	background-image:url(../images/background_resources.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.twoColFixLtHdr #containerForm {
	height: 167px;
	background-color: #FFFFFF;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.twoColFixLtHdr #container_registration {
	background-color: #FFFFFF;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0;
}
.twoColFixLtHdr #container_manuels {
	background-color: #FFFFFF;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#forgotcontainer {
	height: 600px;
	background-color: #FFFFFF;
	width: 1004px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
 
/*.twoColFixLtHdr #branding h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ 

#header {
	margin: 36px auto 0px;
	position: relative;
	height: 118px;
	width: 1004px;
	padding: 0;
	background-image: url(../images/masthead.gif);
	background-repeat: no-repeat;
}
#header_new {
	margin: 30px auto 0px;
	position: relative;
	height: 118px;
	width: 1004px;
	padding: 0;
	background-image: url(../images/masthead.gif);
	background-repeat: no-repeat;
}
#headernologin {
	margin: auto 0px;
	position: relative;
	height: 118px;
	width: 1004px;
	padding: 0;
	background-image: url(../images/masthead.gif);
	background-repeat: no-repeat;
}
	
/*------------ Branding--------------- */
div#branding {
	width:1004px;
	height:118px;
	margin: 0; }
	
.twoColFixLtHdr #branding {
	margin: 0; }  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

#branding_nologin { width:1004px; height:118px; }

#branding_type { text-indent: -9999px }

#branding_logo {
	position: absolute;
	top: 25px;
	padding-left:10px;
}

#Branding_nologin {
	background-image: url(../images/masthead.gif);
	background-repeat: no-repeat;
	height: 118px;
	width: 1004px;
	background-position: top left;
}
#tagline { text-indent:-9999px; }

/* =lable/labelspan */
/*----------------------------------- Log in an Register-----------------------*/

fieldset input:hover {
	border-bottom-color: #f9991e;
	background-color: #CCCCCC;
}
fieldset input:active, input:focus {border-color: #000}
/* fieldset */
fieldset {
	overflow:hidden; }
	
label, label span {
	display:block; }
	
label {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:0.6em;
	font-weight: bold;
	float: left;
}
	
label.submit {
	width: 20px; }
	
imput.text:focus { background-color: #999999; }
.Login {
	background-repeat: no-repeat;
	width: 430px;
	height: 36px;
}
#topmenu {
	background-color: #FFF;
	height: 30px;
	width: 1004px;
	position: absolute;
	margin: 0 auto;
	top: 0px;
	background-image: url(../images/tile_back.gif);
}
#topmenu ul {
	color: #000;
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#topmenu li{
	font-size: 0.8em;
	font-style: italic;
	color: #000000;
	margin: 0;
	display: block;
	float: left;
	padding: 5px 30px 0px 5px;
}
#topmenu a {
	color: #000;
}
#topmenu a:hover {
	color: #104B8E;
}
.registerblock {
	background-image: url(../images/RegisterHere/RegisterNow.jpg);
	display: none;
	height: 36px;
	width: 225px;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	top: 0px;
	left: 430px;
}
#toploginpanel {
	height: 36px;
	width: 450px;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(../images/RegisterHere/LoginHeader.jpg);
	background-repeat: no-repeat;
}
#toploginpanel .inputs {
	padding-top: 2px;
	color: #000000;
}
#registerhere {
	height: 36px;
	width: 225px;
	left: 450px;
	position: absolute;
	top: 0px;
	background-image: url(../images/RegisterHere/RegisterNow.jpg);
	background-repeat: no-repeat;
	font-size: 0.8em;
	text-align: center;
}

#registerproblems {
	display: inline;
	position: absolute;
	top: 0px;
	left: 675px;
	float: right;
}
.loginbutton {
	padding-top: 5px;
}
	
#loginheader {
	background-image: url(../images/Existinguserimages/ExsitingUser2_01.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 244px;
	background-position: top center; }
	
#password {
	font-size: xx-small;
	background-color: #FFFFFF;
	height: 14px; }
	
#loginbutton {
	display: block; }
	
#registerbody  {
	background-image: url(../images/RegisterHere/RegisterNow_02.gif);
	background-repeat: no-repeat;
	height: 86px;
	width: 275px; }
#registerhere     a.register  {
	color: #000000;
	padding-top: 3px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	position: absolute;
	text-transform: uppercase;
	left: 6px;
	top: 2px;
	padding-left: 40px;
}
	
.registerbutton {
	padding-left: 83px; }
	
.lostPassword {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif; }

 /*--------------------------------------Navigation bar-------------------------------------- */
 #nav_main {
	width: 1005px;
	height: 49px;
	padding: 0;
	background-image: url(../images/main_navbar.png);
	background-repeat:no-repeat;
	margin: 0;
	overflow: hidden;
}

#nav_features { display: inline; text-indent:-9999px; overflow:hidden; }

/*------------------------------------main content--------------------------------------------*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px;
}
	
.twoColFixLtHdr #sidebar_about {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px;
}
.twoColFixLtHdr #sidebar_online {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px;
	height: 850px;
}
	
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	height: 695px;
	background-image:url(../images/main-background.png);
	background-repeat:no-repeat;
	list-style: none;
	background-position: top center;
	white-space: nowrap;
	width: 450px;
	list-style-type: none;
	text-align: left; } 

.twoColFixLtHdr #forgot_main {
	background-color: #FFFFFF;
	height: 200px;
	width: 1004px;
	margin: 0px;
	padding: 0px; }

#main-content_index {
	font-size: 100%;
	text-decoration: none;
	width: 450px;
	background-image: url(../images/main-background.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 1px 0 0 10px;
	text-align: center;
	padding-right: 11px;
	float: left; }
	
#main-content_class {
	padding: 0;
	font-size: 90%;
	margin:1px 0 0 300px;
	width: 470px;
}

#main_contact {
	width:700px;
	height:695px;
	margin-left: 100px;
	line-height: 1.4; }

#main_contact p {
	padding-left: 40px; }

#mainContent_manuels {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 25px;
}

.sidebar_head {
	line-height: 0.9em;
	margin-top: 5px; }
	
.sidebar_text {
	font-size: .9em;
	font-style: normal;
	color: #333333; }
#main-contentRegistration {
	padding: 0;
	font-size: 90%;
	margin:1px 0 0 300px;
	width: 500px;
}
#main-contentRegistration  #frmRegister label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	width: 140px;
}
#main-contentRegistration #frmRegister fieldset {
	background-color: #ebf4fb;
	border: solid 2px #b7ddf2;
	padding: 10px;
	margin: 10px 0;
}
#main-contentRegistration #frmRegister legend {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .1em;
	background-color: #ebf4fb;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #b7ddf2;
	border-right-color: #b7ddf2;
	border-left-color: #b7ddf2;
}
#main-contentRegistration #frmRegister input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#main-contentRegistration #frmRegister .small{
	color:#666666;
	display:block;
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#main-contentRegistration #frmRegister #submit{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

/* ----------------------------------classroom page---------------------------------------*/
 #trainers {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004B8E;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	padding-top: 10px;
	margin-bottom: -10px;
	padding-bottom: 0px; }
	
.forgot a:link, .forgot a:visited, .forgot a:active, .forgot a:hover {
	color: #000000; }
	 
.training_heads {
	text-indent: 10px;
	font-size: 1.1em;
	background-image: url(../images/classbars.png);
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 7px;
	padding-left: 5px;
	margin: 0px;
	font-weight: bold;
	color: #004b8e;
}
	
.click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
}
	
.classroom_text {
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom: 20px;
	list-style-type:none;
	text-decoration: none; }
	
/* ----------------------------------online page---------------------------------------*/
.online_text { text-transform:uppercase; text-align:center; padding-top:10px; padding-bottom: 30px; list-style-type:none; }

.site_text { text-transform:uppercase; text-align:center; padding-top:10px; padding-bottom: 30px; list-style-type:none; }

.online_text {
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom: 30px;
	list-style-type:none; }
	
.site_text {
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom: 30px;
	list-style-type:none; }
	
/*.twoColFixLtHdr #footer { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
	float: right;
	margin-left: 8px; } */
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px; }
	
.bio {
	font-size: 1em;
	text-align: center;
	margin-bottom: -10px; }
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

#block1 {
	font-size: 0.95em;
	list-style: none;
	margin-top: 5px;
	text-align: left;
	margin-left: 0px;
	padding: 0;
}
	
#block2 li {
	font-size: 0.95em;
	list-style: none; }
	
#block3 li {
	font-size: 0.95em;
	list-style: none;
	margin-top: 0px; }
	
.inset li {
}

.inset_ref {
	line-height: 1.3;
	padding-left: 25px;
	list-style: none;
}
	
.last_line { padding-bottom: 5px; }

.line_heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-top: 10px; }

hr.cleaner {
      clear:both;
      height:1px;
      margin: 0 0 0 0; padding:0;
      border:none;
      visibility: hidden; }
	    
.shortOutlines {
	width: 260px;
	padding: 1px 0 10px 0;
	line-height: 1.2em;
	background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url(../images/outlineheads.png);
	background-repeat: no-repeat; }
	
.shortOutlines_2line {
	width: 260px;
	padding: 1px 0 10px 0;
	line-height: 1.2em;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	background-image: url(../images/outlineheads_2.png);
	background-repeat: no-repeat; }
	
.shortOutlines_3line {
	width: 260px;
	padding: 1px 0 10px 0;
	line-height: 1.2em;
	background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url(../images/outlineheads_3.png);
	background-repeat: no-repeat; }

.courseoutline_heads{
	font-size:medium;
	text-align: center;
	padding: 0 20px 0 20px;
	margin-top: 15px; }
	
.courseoutline_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	padding: 5px 20px 10px 20px;
	background-color: #FFFFFF;
	width: 220px;
	margin: 0 auto; }
	
.clickhere {
	font-weight: bold;
	padding-top: 20px; }
	

/*----------------------------------footer---------------------------------------*/

.twoColFixLtHdr #footer {
	width: 1004px;
	height: 179px;
	margin: 0px auto;
	padding: 0;
	font-size: 1em;
	line-height: .9;
	background-image:url(../images/footerbackground.jpg);
	background-repeat:no-repeat; } 

ul#footernavbar li {
	display:inline;
	margin-top: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 60%;
	font-weight: bold; }

#footernavbar {
	padding: 5px 0 0 0;
	border-color: #004B8E;
	text-align: center;
	margin-bottom: 5px; }

#footernavbar li { margin-right: 5px; margin-left: 4px; border-right: #000 solid 1px; }

#footernavbar li a {
	padding-right: 10px; }

#footernavbar li.last {
	border-right: none; }

#copywrite{
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;
	font-weight: bold;
	font-size:60%;
	text-align: center;
	line-height: 0.95em;
	color: #000000;
}
/*----------------------------------Manuals page---------------------------------*/	
fieldset p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-left: 20px; }

.inset_ref2 {
	margin-left: 0px;
	list-style: none; }
	
.index_content {
	margin-right: 45px; }
#mainContent_manuels form .viewCartButton{
	float: right;
}
#mainContent_manuels #manualTable{
	margin: 0px;
	padding: 0px;
	color: #000000;
	margin-bottom: 20px;
	border: solid 2px #333;
}
#mainContent_manuels #manualTable  th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004b8d;
	text-align: center;
}
#mainContent_manuels #manualTable td {
	border-bottom: solid 2px #333333;
}
#itemrow {
	background-color: #F8981D;
	font-weight: bold;
	font-size: 0.85em;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px;
	border-bottom-color: #333333;
}
#mainContent_manuels p {
	font-size: .95em;
	color: #333;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.itemnumber {
	text-align: center;
}
.modules {
	text-align: center;
}
.prices {
	text-align: center;
	margin: 0px;
}
.packagePrices {
	color: #C00;
	font-weight: bold;
}
.bottompadding {
	padding-bottom: 5px;
}
#nav_main ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	margin-left: 10px;
}
#nav_main li {
	display: block;
	float: left;
}
#nav_main li a:link, #nav_main li a:visited {
	font-size: 0.9em;
	display: block;
	line-height: 28px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}
#nav_main li a:hover {
	color: #DDD;
	background-color: #104B8E;
}
.current a{
	color: #999;
	background-color: #104B8E;
}
.current:hover {
	color: #ddd;
	background-color: #104B8E;
}
