h3 {
    font-size:1.1em;
    font-weight:bold;
    margin:10px 0;
}

h4 {
    border:solid 0;
    color:#000;
    font-size:1em;
}

input:focus {
    border:solid 2px;
}

fieldset {
    border:0;
}

ol.list {
    list-style-position:inside;
    margin:20px 0;
    padding:0;
}

ol.list li {
    border-bottom:solid 1px #EFDEEA;
    margin:10px 0;
    padding:10px;
    background:#FBF7FA;
}

ol.list li h4 {
    border-bottom:solid 0 #CCC;
    color:#099;
    display:inline;
    margin:0 0 10px;
}

p {
    line-height:1.4em;
    margin:5px 0;
}

ul li a.u2:focus,p a.u2:active
{
    padding:0.5em;
    background-color:#000;
    color:#FFF;
    display:inline;
    height:2.5em;
    left:0;
    margin-top:0;
    padding-left:15px;
    position:absolute;
    top:0;
    width:13.8em;
}

p.counter {
    background:#EEE;
    color:#000;
    font-weight:bold;
    margin:10px 0;
    padding:5px;
}

p.buttonheading {
    text-align:right;
    display:none;
}

.buttonheading img
{
    border:0;
}


em
{
    font-weight:bold;
}

/* ###########  header content #############  */
#header h1
{
    font-size:1.5em;
    font-weight:normal;
    text-transform:uppercase;
}

#logo
{
    font-size:1em !important;
    font-weight:bold !important;
    position:relative;
    text-align:center;
    text-transform:none !important;
    z-index:0;
    margin-top:1em;
}

#logo img
{
    display:block;
        align:center;

}

#logo span
{
    display:block;
    margin:0 0 2px 100px !important;
    border-bottom:solid 1px #666;
}


/* header Top-nav */
#header #active_menu-nav
{
    background:#000;
    color:#fff;
}

#header ul
{
    background:#fff;
    display:block;
    margin:-7px 0 -2px;
    padding:5px 0;
    text-align:right;
}

#header ul li
{
    background:#000;
    color:#fff;
    display:inline;
    text-align:center;
}

#header ul li a:link,#header ul li a:visited
{
    background:#fff;
    color:#000;
    font-weight:bold;
    text-decoration:none;
    border-right:solid 1px #666;
    padding:5px 10px;
    line-height:1.5em;
}

#header ul li a:hover,#header ul li a:active,#header ul li a:focus
{
    background:#000;
    color:#fff;
    font-weight:bold;
}


/*-----------------------Footer
*/
.footer{
    height:130px;
    position:relative;
    padding-top:44px;
    padding-left:5px;
    clear:both;
    width:100%;
    border-top:1px solid #47494B;
}
.footer img{
    position:absolute;
    top:38px;
    right:0;
}

.footer ul{
    overflow:hidden;

}
.footer ul li{
    float:left;
    padding:0 7px;
    background:url(../images/ftrborder.jpg) no-repeat 0 4px;
}
.footer ul .ftfirst{
    background:none;
    padding-left:0;
}
.footer ul li a{
    color:#d1d1d1;
    font:normal 11px/11px Arial, Helvetica, sans-serif;
}

.footer p{
    color:#d1d1d1;
    font:normal 11px/17px Arial, Helvetica, sans-serif;
}



/*---------------------navigation---------------------*/
.nav{
    height:43px; width:100%;
    background:url(../images/navbg.jpg) repeat-x;
    text-align:center;
}
.nav div{
    background:url(../images/navlft.jpg) no-repeat;
    height:43px;
}
.nav div ul{
    overflow:hidden;
    height:43px;
    background:url(../images/navrht.jpg) no-repeat right top;
}
.nav div ul li{
    float:left;
}

.nav div ul li .first{
    margin-left:29px;
}
.nav div ul li a{
    font:bold 13px/13px Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    margin-left:20px;
    line-height:33px;
    margin-top:7px;
    display:inline;
    padding:0 40px;
    float:left;
    cursor:pointer;
}
.nav div ul li a:hover{
   color:#FF0000;
}



/*------------------contact page -----------------------------*/


.contactName{
    height:18px;    width:312px;
    display:block;
    margin-left:5px;
    background:#1C1D1F;
    border:1px solid #2C2C2C;
    color:#d1d1d1;
    font:normal 14px/14px "trebuchet MS";
    padding:2px 0 0 8px;
}
.contactHuman{
    height:18px;    width:52px;
    display:inline;
    margin-left:5px;
    background:#1C1D1F;
    border:1px solid #2C2C2C;
    color:#d1d1d1;
    font:normal 14px/14px "trebuchet MS";
    padding:2px 0 0 8px;
}
.contactEmail{
    height:18px;    width:312px;
    display:block;
    margin-left:5px;
    margin-top:10px;
    background:#1C1D1F;
    border:1px solid #2C2C2C;
    color:#d1d1d1;
    font:normal 14px/14px "trebuchet MS";
    padding:2px 0 0 8px;
}
.contactMessage{
    height:98px;    width:312px;
    display:block;
    margin-left:5px;
    margin-top:10px;
    background:#1C1D1F;
    border:1px solid #2C2C2C;
    color:#d1d1d1;
    font:normal 14px/14px "trebuchet MS";
    padding:2px 0 0 8px;
}

.contactSubmit{
    height:24px;    width:63px;
    display:block;
    margin-left:5px;
    margin-top:10px;
    background:url(../images/submitbg.jpg) repeat-x;
    border:none;
    font:bold 14px/14px "trebuchet MS";
    color:#000407;
}



/*------------------- COurse --------------------*/



.courseList{
    color:#D1D1D1;
    font:normal 14px/20px "trebuchet MS";
    margin-top:10px;
    margin-left:5px;
}
.courseList li{
    margin-bottom:10px;
    vertical-align: middle;
    padding-bottom: 10px;
}

.courseList i{
    background:url(../images/list1.png) no-repeat;
    width:37px;
    height:30px;
    display:inline-block;
    color:#000;
    text-align:center;
    padding-left:9px;
    font-family: "trebuchet MS";
    font-weight: bold;
}

.greenIcon{
    color:#D1D1D1;
    font:normal 14px/20px "trebuchet MS";
    margin-top:10px;
    margin-left:5px;
}
.greenIcon li{
    margin-bottom:10px;
    vertical-align: middle;
    padding-bottom: 10px;
}

.greenIcon i{
    background:url(../images/greenicon.png) no-repeat;
    width:40px;
    height:40px;
    display:inline-block;
    color:#000;
    text-align:center;
    padding-left:9px;
    font-family: "trebuchet MS";
    font-weight: bold;
}

}

.blueIcon{
    color:#D1D1D1;
    font:normal 14px/20px "trebuchet MS";
    margin-top:10px;
    margin-left:5px;
}
.blueIcon li{
    margin-bottom:10px;
    vertical-align: middle;
    padding-bottom: 10px;
}

.blueIcon i{
    background:url(../images/blueicon.png) no-repeat;
    width:40px;
    height:40px;
    display:inline-block;
    color:#000;
    text-align:center;
    padding-left:9px;
    font-family: "trebuchet MS";
    font-weight: bold;
}

.courseOffer1{
    color:#D1D1D1;
    font:normal 14px/20px "trebuchet MS";
    margin-top:10px;
    margin-left:5px;

}
.courseOffer1 li{
    margin-bottom:8px;
}

.courseOffer1 em{
    background:url(../images/tickgreen.png) no-repeat;
    width:30px;
    height:30px;
    display:inline-block;
    color:#000;
    padding-left:9px;
    text-align:center;
    font-family: "trebuchet MS";
    font-weight: bold;

}

.courseOffer2{
    color:#D1D1D1;
    font:normal 14px/20px "trebuchet MS";
    margin-top:10px;
    margin-left:5px;

}
.courseOffer2 li{
    margin-bottom:8px;
}

.courseOffer2 em{
    background:url(../images/tickred.png) no-repeat;
    width:30px;
    height:30px;
    display:inline-block;
    color:#000;
    padding-left:9px;
    text-align:center;
    font-family: "trebuchet MS";
    font-weight: bold;

}


.offer{
    background:url(../images/offerheader.jpg) no-repeat 0 0;
    width:1000px;
    min-height:710px;
}
.offerMain{
    overflow:hidden;
    min-height:540px;
}

.offer label{
    font:bold 30px/30px "trebuchet MS";
    color:#000;
    padding:25px 0 0 20px;
    display:block;
}

.offer p{
    padding:20px;
}



.offerbg{
    background:url(../images/offerbg.jpg) repeat-y;
    width:1000px;
    min-height:710px;
}

.offerbot{
    background:url(../images/offerbottom.jpg) no-repeat left bottom;
    width:1000px;
    min-height:710px;
}

.offerlft{
    min-height:540px;
    float:left;
    width:490px;
}

.offerrht{
    min-height:540px;
    float:left;
    width:490px;
    margin-left:20px;
}

.costCont{
    overflow:hidden;
}
.costLft{
    float:left;
    width:470px;    height:130px;
    background:url(../images/offercost.png) no-repeat;
    margin-left:10px;
    margin-bottom:40px;
    overflow:hidden;
}
.costRht{
    float:left;
    width:470px;    height:130px;
    background:url(../images/offercost2.png) no-repeat;
    margin-left:40px;
    margin-bottom:40px;
    overflow:hidden;
}


.costCont strong{
    display:block;
    width:100px;    height:100px;
    font:bold 21px/21px "trebuchet MS";
    text-align:center;
    padding:30px 0 0 10px;
    float:left;
    color:#000;
}

.costCont b{
    display:block;
    font:bold 21px/21px "trebuchet MS";
    text-align:center;
    float:left;
    margin-top:50px;
    margin-left:20px;
}


.offerbutton{
    overflow:hidden;
    margin-top:20px;
}

.offerbutton a{
    font:bold 21px/50px "trebuchet MS";
    text-align:center;
    cursor:pointer;
    color: #000;
}
.offerbutton input{
    font:bold 26px/50px "trebuchet MS";
    text-align:center;
    cursor:pointer;
    color: #000;
    border:0px;
}

.buttonLft,.buttonLft:hover{
    background:url(../images/offerbutton1.png) no-repeat;
    display:block;
    width:287px;    height:86px;
    float:left;
    color:white;
}

.buttonRht,.buttonRht:hover{
    background:url(../images/offerbutton2.png) no-repeat;
    display:block;
    width:287px;    height:86px;
    float:left;
    margin-left:225px;
    color:white;
}




/*----------------------faq------------*/

#main2 h3{
    margin-left:5px;
    background:url(../images/faqtitlebg.jpg) repeat;
    height:34px;
    border:2px solid #010D17;
    line-height:34px;
    padding:0 0 0 10px;
    margin-top:20px;
    color:#d1d1d1;
}
#main2 h3 b{
    color:#d1d1d1;
}

.faqlist{
    color:#D1D1D1;
    font:normal 14px/20px "trebuchet MS";
    margin-top:25px;
}

.faqlist li{
    font:bold 21px/21px "trebuchet MS";
    color:#fff;
    background:url(../images/list1.jpg) no-repeat;
    line-height:30px;
    padding:0 0 0 15px;
    margin-top:15px;
    overflow:hidden;
    width:100%;
}

.faqlist li span{
    font:normal 14px/20px "trebuchet MS";
    color:#d1d1d1;
    margin-left:30px;
    width:943px;
    float:right;
    margin-top:5px;
}


.readon{
    height:24px;    width:80px;
    display:block;
    margin-left:5px;
    margin-top:15px;
    background:url(../images/submitbg.jpg) repeat-x;
    border:none;
    font:bold 14px/14px "trebuchet MS";
    color:#000407;
    text-align:center;
    line-height:24px;
}
.readon:hover{
    height:24px;    width:80px;
    display:block;
    margin-left:5px;
    margin-top:15px;
    background:url(../images/submitbg.jpg) repeat-x;
    border:none;
    font:bold 14px/14px "trebuchet MS";
    color:#000407;
    text-align:center;
    line-height:24px;

}


.error{
    padding:5px;
    background:#600;
    color:#FFFFFF;
    text-align:left;
    width:670px;
    margin-top:20px;
    margin-left:5px;
    }
.success{
    padding:5px;
    background:#00CC66;
    color:#000;
    text-align:left;
    width:670px;
    margin-top:20px;
    margin-left:5px;
    }

.success b{
    color:#000;

}
.wraper div .contactSubmit {
    width: 160px;
}
.wraper .damien {
    float: left;
}

.damien{
    margin-right:8px;
    }

.banner{
	width:690px; 
	overflow:hidden;
}

.wraper .seminarimage {
	float: right;
}
.wraper .seminartext {
	font-size: 14px;
	font-style: oblique;
	color: #CCC;
}


/*###for calendar table##########################################*/
.calendar {
    text-align:center;
    color:#FFFFFF;
    background-color:#333333;
    font-size:13px;
    border-color:#666666;
    border-style:solid;
    border-width:1px;
}
.calendar td, .calendar th{
    padding:8px 0px 8px 0px;
    border-width:1px;
    }
.calendar .row2{
    background-color:#444444;
    }



.calendar .today,.calendar td:hover{
    background-color:#888888;
    font-weight:bold;
    }

.week_row,.week_row td:hover{
    background-color:#444444;
    color:#FFFFFF;
    }

.with_content {
    background-color:#0000FF;
    color:#FF0000;
    font-weight:bold;
}


/*getUserInfo*/

.getUserInfo {
    width:400px;
    height:30px;
    color:#AAAAAA;
    background-color:#333333;
    margin:6px 0px;
    font-size:14px;
    border-color:#444444;
    border-width:1px;
    border-style:solid;
    font-weight:bold;
    font-style:italic;

}
.getUserInfo:focus{
    color:#FFFFFF;
    background-color:#444444;
    border-width:1px;
    border-style:solid;
    border-color:#666666;
    font-style:normal;
    }

.noti {
    color:#FF0000;
    font-style:italic;
    font-weight:bold;
    font-size:14px;
    }
.noti_ok {
    color:#00FF00;
    font-size:13px;
    font-style:normal;
    }


.readButton {
    background:transparent url(../images/submitbg.jpg) repeat-x scroll 0 0;
    color:#000407;
    font-family:"trebuchet MS";
    font-size:14px;
    font-weight:bold;
    height:24px;
    line-height:24px;
    text-align:center;
    width:80px;
    padding:6px 6px 6px 6px ;
    margin-left:10px;
    border:0px;
}


.componentheading{
    display: none;
}

.texttest {
    padding-left: 270px;
}

.menushow{
    background-color:#262626;
    position:absolute;
    display:block;
    z-index:2;
}
