/* Start of CMSMS style sheet 'CBT Training' */
/* CSS Document */

/********************
HTML ELEMENTS
********************/
body{
       margin:0;
       padding:0;
       background-color:#343434;
       font-family:  Arial, Verdana, Helvetica, sans-serif;
       font-size:75%;   /* 12 pixels */
}

img {
	border:none;
}

/********************
PAGE LAYOUT
********************/
#container{
	width:995px;				/***********   width:995px;   *************/
	margin-top:15px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:995px;
	height:170px;
	background:#ffdc72;
}

/******************* 
Container for 3 columns 
********************/
.main{			
        background: url('uploads/images/main_bg.jpg') repeat-y;
	width: 100%;

}

/*****************
LEFT COLUMN
******************/

.left_col {
	width: 178px;              /* left column width */
	margin-left: 0px;       
	float: left; 
	position: relative; 
	z-index: 10;
}

/* FIX FOR IE 6 BUG */
* html .left_col {
         margin-left:0px;
}


.special_events{
        width:178px;
        margin:0px;
}

.lighthouse{
        width:160px;
        margin:7px;
        background:#edbe0c;
        color:#000;
        font-size:80%;
        border:#fff solid 1px;
}

.nr , .workshops, .subscribe{
        width:160px;
        margin:7px;
        margin-top:14px;
        text-align:center;   
}
/******************
CENTRE COLUMN
******************/

.centre {
	float: left; 
	width: 599px; 
	position: relative; 
	z-index: 12;    
        padding:20px;   
}

.textbox{
       float:left;
       width:49%;
}

.photo{
       float:right;
       width:50%;
       text-align:right;
}

/********************
RIGHT COLUMN
********************/
.right_col {
	width: 178px;              /* right column width */
	margin-right: 0px;     
	float: right; 
	position: relative;
	z-index: 11;	
	background-image: url(uploads/images/RHbg_grad.jpg);
	background-repeat:repeat-x;
}

/* FIX FOR IE 6 BUG */
* html .right_col {
      margin-left:-2px;
}

.cert_prog{
       margin:0px;
       width:178px;
       background:#236fbd;
       line-height:27px;
       color:#fff;
       text-align:center;
       font-size:100%;
       font-weight:normal;
       letter-spacing: 0.05em;
}

.certs{
        width:160px;
        margin:7px;
        color:#000;
        font-size:80%;
}

/*********************
FOOTER
*********************/

#footer{
        color:#ABABAB;       
	font-size:9px;
	padding:9px;
	padding-top:15px;
	background:#fff;
}
.cbt {
float:left;
margin-top:0px;
margin-right:30px;
}

.nrudh{
       float:left;
       width:68px;
       height:68px;
       margin-top:0px;
       margin-right:30px;
}

.nrudh2{
      float:right;
      color:#222;
      width:310px;
      height:68px;
      margin-top:0px;
      margin-left:0px;
      text-align:right;
      
}

.su , .scu {
      float:left;
      margin-right:30px;
      margin-top:0px;
      height:50px;
}

#sub_footer{
       color:#ABABAB;       
	font-size:9px;
	padding:9px;
	padding-top:15px;
}

.footer_left{
         float:left;
         width:48%;
}

.footer_right{
        float:right;
        width:48%;
        text-align:right;
}
/***********************
NAVIGATION STYLES
***********************/

#menu ul{
         list-style:none;
         margin:0;
         padding:0;
}

#menu li{
         margin:0;
}

/* FIX FOR IE6 BUG */
* html #menu li {
        margin-left:-3px;
}

#menu li.currentpage {
         background:#EDBE0C;
         height:29px;
         
}

#menu h3{
         margin:0;
         line-height:27px; 
         padding-left:10px;
         font-size:100%;
         font-weight:normal;
         border-bottom:#000 dotted 1px;
}

#menu a:link,  #menu a:visited {
         display:block;
         width:168px; 
         height:29px; 
         margin:0;
         padding-left:10px;
         text-align:left; 
         text-decoration:none; 
         color:#000; 
         line-height:27px; 
         overflow:hidden;
         background-color:#8D7722;              
         border-bottom:#000 dotted 1px; 
}

#menu a:hover {
         background:#EDBE0C;
}

#sub_footer a:link, #sub_footer a:visited{
        color:#ababab;
        text-decoration:none;
}
#sub_footer a:hover{
       color:#dedede;
}

/**********************
TYPOGRAPHY
**********************/

#header h1{
        margin:0px;
        padding:0px;
        margin-left:-999px;
        font-size:0px;
        
}

/********
left column
*********/
.special_events h3{
       background:#edbe0c;
       color:#666;
       line-height:27px;
       width:178px;
       text-align:center;
       font-size:105%;
       font-weight:normal;
       letter-spacing: 0.2em;
}

/************************
Common to left - right columns
*************************/
.lighthouse h3, .certs h3{
       float:left;
       width:70px;
       margin-top:9px;
       margin-left:9px;
       font-size:115%;
}

.lighthouse img , .certs img {
     float:right;
     margin-top:9px;
     margin-right:9px;
}

.lighthouse p , .certs p{
     margin-left:9px;
     margin-right:9px;
}

/**********
right column
***********/

.certs hr{
        height:0px;
        width:160px;
        border:1px solid #000;
}

/**********
footer
**********/
.nrudh2 p {
      margin-top:0;
}


/**********************
CLEAR FOR FLOATS
**********************/
.clearb {
	clear:both;
        height:0px;
}
/* End of 'CBT Training' */

