button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.3;
    color: #727272;
    font-family: 'Poppins', Helvetica, Arial, "Lucida Grande", sans-serif;
    min-width: 1420px;
}
/*
body.home {
   background-image:url(slider1.jpg);
   background-repeat:no-repeat;
   background-position:center 176px;
	
}
*/
.left {
float:left;
}
.right {
float:right;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

#sortable td, #sortable th {
    padding: 2px;
    border-top: none;
    margin-top: 2px;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


a {
    color: #747c7c;
}

    a:hover {
        color: #d2889c;
    }



/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.se
{
   display:none;
}

h1, h2, h3, h4 {
    color: #bc244c;
}

h1 {
    color: #bc244c;
    font-size: 29px;
}
h2 {
    color: #bc244c;
    font-size: 27px;
    font-weight: normal;
}

/* larger than 1200px wide */
.wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 1000px;
    font-family: 'Poppins', Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-top: 20px;
}


header {
  height:61px;
  background-image:url(topbar.gif);
  background-repeat:repeat-x;
}


header div
{

 width:1090px;
 margin: 0 auto;
 line-height:60px;

}

header form
{
 float:right;
 padding-right:38px;

}

#main a {
    color: #bc244c;
}
#main a:hover , #main a:visited {
 color:#D168C2;
}
#main a:hover  {
 color:#D168C2;
}
    #main a:visited {
        color: #d2889c;
    }



header input 
{
	margin:0;
	background-color:#e7e7e7;
	padding:0;
	-webkit-appearance:none;
	font-size:15px;
	height:26px;
	width:200px;
	position: relative;
	top: -16px;
}

.lt-ie9 header input 
{
top: -20px;
}

header input[type=email] 
{
	width:240px;
}

.passwordMsg {
    color: #bc204b;
    padding: 50px;
}

/* rounded-corners */
.rc  {
    padding:7px 5px 8px 5px;
    background-image:url(fade.png);
    /* semi transparent boarder */
    border: 1px solid rgb(170, 170, 170);
    border: 1px solid rgba(170, 170, 170, .6);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
 
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	

    display: inline-block;
    height: 28px;
    margin-top: 7px;
  
}

.rc:hover  {
    background-image:url(fade_over.png);
    border: 1px solid rgb(200, 200, 200);
    border: 1px solid rgba(200, 200, 200, .6);
}

.rc2  {
 /*   padding:7px 7px 7px 7px;
    background-image:url(fade.png);
  
    border: 1px solid rgb(170, 170, 170);
    border: 1px solid rgba(170, 170, 170, .6);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
 
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
  */
}

.mainImg {
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    border-radius: 11px;
}

select, input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="password"], input[type="file"], input[type="search"], textarea {
    background: -moz-linear-gradient(center top , #EEEEEE, #FFFFFF) repeat scroll 0 0 #FFFFFF;
    border-color: #AAAAAA #BBBBBB #BBBBBB #AAAAAA;
    border-style: solid;
    border-width: 1px;
	padding:2px;
	   -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
select:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="search"]:focus, textarea:focus {
    border-color: rgba(80, 170, 235, 0.6);
    outline: medium none;
	
}
input[readonly] {
    background-color: #DDDDDD;
    color: #777777;
}

::-webkit-input-placeholder {; color:#666666; }
input:-moz-placeholder  { color:#666666;}
:-ms-input-placeholder { color:#666666;}


.questionMark2 {
    background-image: url("iconQuestionMark.gif");
    background-position: right center;
    background-repeat: no-repeat;
    border-color: rgba(20, 20, 20, 0);
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 27px;
    left: -40px;
    position: relative;
    top: -17px;
    vertical-align: middle;
    width: 27px;
}
/* webkit hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
     .questionMark2 {  top: -18px; }
 }

.questionMark2:hover {
  	border-color: rgba(80, 170, 235, 0.6);
    outline: medium none;
	
}


.hb {
	border:0;
	padding:0;
	margin:0;
    margin-top: -34px;

}


nav {
    left: 250px;
    margin-top: 11px;
    min-width: 650px;
    overflow: visible;
    position: relative;
    top: -14px;
    height:100px;
}

.logobox {
    position:relative;
}
.logobox a {
    left: 25px;
    position: absolute;
    top: 25px;
}

.logobox .tree {
    background-image: url("tree.png?");
    height: 224px;
    left: -215px;
    position: absolute;
    width: 240px;
    z-index: -1;
}

nav li,
nav a
{
  height:115px;
  text-decoration:none;
  background-color:#f5f5f5;
  margin-left: 1px;
  font-weight:bold;

}

nav li {
 float:left;
 width:125px;
/*width:142px;*/
 display: table;

}



nav li a
{
      width:100%;
	  display: table-cell;
      vertical-align: middle;
	  font-size:18px;
	  color:#ba0c50; /* EC7DEC > ba0c50 */
	  text-align:center;
}

.lt-ie9 nav li a
{

}

nav li:hover,
nav a:hover,
nav a.current
{
  background-color:#3184dc;
  color:#fff;
}

.slider {
    color: #3E444B;
    float: left;
    font-size: 15px;
    line-height: 1.33;
    margin-right: -40px;
    position: relative;
    width: 570px;
    z-index: 100;
   /* min-height:510px;*/
}
.btn-primary {
    color: #fff;
    background-color: #bc204b;
    border-color: #bc204b;
}

    .btn-primary:hover {
        background-color: #911A3B;
    }

.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

    .btn-secondary:hover {
        background-color: #75787b;
        border-color: #75787b;
    }

    .sliderText {
        clear: both;
        color: #AC3E83;
        margin: 30px 0 0;
        text-align: center;
    }

.slogan {
    color: #3184DC;
    font-size: 22px;
    text-align: center;
}
.slider .rc2 {
    margin: -20px 0 20px 20px;
}

.loggedin 
{
    padding-left:60px;
}

a.logout {
    color: #747c7c;
    float: right;
    padding-right: 50px;
}
/*
#main {
    margin-top: -120px;
 
}

    .frontBox {
   
    padding: 12px;
   
}
*/

.frontBox h3
{
 margin:5px 0 5px 0;
}

.frontBox .fb1,
.frontBox .fb1b {
    background-image: url("icon_paper.gif");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 230px;
    width: 56px;
	margin-right:10px;
}

.frontBox .fb1b {
	background-image: url("icon_heart.gif");
	height:115px;
}
/*
.tagline {
    position: relative;
    top: -720px;
	 margin-right:13.7%;
 margin-left:auto;
 width:630px;
}
*/
.tagline {
    margin-left: auto;
    margin-right: 5px;
    position: relative;
    top: 80px;
    width: 600px;
}

#courseBtn {
	width:198px;
	height:48px;
	outline: none;/* get rid of dotted borders in FireFox */
	display:block;
	background: url("btnViewCourse.png") 0 0 no-repeat;
	margin-left: 30px;
 }

#courseBtn:hover {
 background-position: 0 -48px;
}

#loginBtn {
    margin-top: 3px;
    width: 90px;
    height: 46px;
    outline: none; /* get rid of dotted borders in FireFox */
    display: inline-block;
    background: url("btnLogin.png") 0 0 no-repeat;
}

#loginBtn:hover {
    background-position: 0 -46px;
}




#btnSignup {
   margin-top:4px;
	width:90px;
	height:46px;
	outline: none;/* get rid of dotted borders in FireFox */
	display:inline-block;
	background: url("btnSignup.png") 0 0 no-repeat;

 }

#btnSignup:hover {
 background-position: 0 -46px;
}

.textSection {
    clear: both;
    margin-bottom: 30px;
}

#noscript-warning {
    background-color: #AE0000;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 120%;
    font-weight: bold;
    left: 0;
    padding: 5px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 101;
}

.lhs {
 width:540px;
 float:left;
 padding-right:60px;
}
.rhs {
 width:400px;
 float:left;
}

footer {
    clear: both;
    display: block;
    padding-top: 20px;
	background-color:#f5f5f5;
	height:80px;
	background-image:url(footerBG.png);
	background-repeat:repeat-x;
    background-position:top;
	font-size:15px;
}

footer .links {
   width:1000px;
   margin: 0 auto;
}


footer li,
footer a
{
  text-decoration:none;
  margin-left: 15px;

}

footer li {
 float:left;
 margin-right:45px;
 display: table;

}

footer .nav {
 font-weight:bold;
}

footer li a
{
      width:100%;
	  display: table-cell;
      vertical-align: middle;
	  color:#3e444b;
}

    footer li:hover,
    footer a:hover {
        color: #747c7c;
    }

ul.terms {
    clear: both;
    padding-bottom: 14px;
    padding-top: 10px;
}
footer ul.terms li{
 margin-right:38px;
 } 
 
.line {
 position:absolute;
 width:100%;
 height:1px;
 background-color:#f2f2f2;
 top:174px; 
}

.hidelink {
 color:inherit;
 text-decoration:none;
}

.working{background:url('indicator.gif') no-repeat right center !important; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}
.hide {
    display: none;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear 
{
    clear:both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


#forgotPass {
    color: #3184e0;
    display: block;
    float: right;
    padding: 0 0 15px 15px;
}