/*URL: www.associatedtraining.co.ukContact: glen@sterlingcapitalreserve.co.ukCopyright Associated Training and Consultancy 2005, 2006Code & Design: Glen Swinfield Version 3.0*//* =========================main styles - imported from seperate sheets for easy(er) maintenance ============================ *//* =================================================================================================================*/@import "basic.css"; /*--- basic styles ---*/@import "headings.css"; /*--- headings ---*/@import "divs.css"; /*--- div framework ---*/@import "forms.css"; /*--- contact forms / login forms ---*/@import "navigation.css"; /*--- contact forms / login forms ---*//* ==========================================  other bits and pieces  ==================================================  *//*=================================================================================================================*//* right nav links */#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #006633;
width: 137px;
padding: 3px 12px 3px 8px;
text-decoration: none;
text-align: left;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}

#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #69C;
width: 137px;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}


}/* lists */#left ul {  margin-left:30px;   text-align:left;
}#left ul li {  padding-left:15px;  background:url(/images/icons/bullet.gif) no-repeat 0 5px;   margin-bottom:10px;
}#left ol { margin-left:40px;
}/* tables */table {    border-collapse:collapse;   border:1px solid #999;  border-bottom:4px solid #999;   width:100%; text-align:center;
}td,th {    font:12px arial;    border-top:1px solid #999;  border-right:1px solid #999;    padding:2px;
}th {   background:#ccc;    color:#000; font-weight:bold;
}table.schedule th{ width:110px;    text-align:right;   padding-right:6px;  }table.schedule td{ text-align:left;    padding-left:6px;   }/* styled paragraphs */p.boast {   border-bottom:1px solid #ccc;   background:#ededed; color:#222222;  padding:4px;
}#contactDetails p {    margin-bottom:6px;
}#right p.no_marg{  margin:0;}img.border{   display:block;  margin-bottom:6px;  }   p.object{   margin:25px 0;  }   .center{    text-align:center;  }   .feedback .trainer{ margin-bottom:4px;  border-bottom:1px solid #ccc;   }   .feedback span{ font-size:14px; }   p.directions{font-weight:bold; background:#ededed; margin-bottom:8px; border-bottom:1px solid #ccc; padding:4px;}.course_index span{    display:block; border-bottom:1px solid #444; font-weight:bold; font-size:12px;  }   .course_index span a, .course_index span a:visited{ text-decoration:none;   }

div.flash-top{position:absolute; width:309px; top:65px; margin-left:-319px;}
html>body div.flash-top{position:absolute; width:309px; top:65px; margin-left:440px;}

.normalimageright {
         border:none;
         background-color:#ffffff;
         padding:10px;
         margin-left:1px;
         margin-right:1px;
         float:right;
         align:right;
}

.normalimageleft {
         border:none;
         background-color:#ffffff;
         padding:10px;
         margin-left:4px;
         margin-right:4px;
         float:left;
         align:left;
}