/* FOR DEBUGGING PURPOSES

div {
  border: 1px solid red;
}/*

/* Everything 
   Use * html for IE specific selector fixes
*/
* {
    /*font: normal normal normal 1em Arial, Verdana, Helvetica, sans-serif;*/
    font: normal normal normal 1em Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/* Add Additional Body id tab styles for each navigation item here */
body {
    background: #292626;
    color: #333333;
    margin: 0;
    margin-bottom: 40px;
    font-size: 0.8em;
    text-align: center; /* MSIE needs this */
}

em {
    font-style: italic;
}

strong, strong a, b {
    font-weight: bold;
}

.em_home{
    font-weight: bold;
    font-size: 1.0em;
}

/* Development Class to hide notes onscreen */
.notes{
    display: none;
}
.notes_hilight{
    color: #FF0033;
}

a.backlink{
    text-decoration: underline;
    font-size: 1.1em;
    color: #000000;
}
a.backlink:hover{
    text-decoration: none;
}

a.pager_link{
    color: #000000;
}
a.pager_current{
    color: #000000;
}


#wrap {
    background-color: white;
    margin: 0 auto;
    padding: 0;
    text-align: left; /* For MSIE inadequacy */
    width: 740px; /* 720 - 22 - 18 */
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
* html body #wrap {
  width: 740px; /* Should be 680px; IE needs 727 */
}




/* The header */
#header {
    background: #333333 url(/elements/graphics/backgrounds/headerBG.png) repeat-x scroll top right;
    height: 118px;
    border: 0;
    margin: 0;
    padding: 0;
}
#header .logo {
    float: right;
    background-color: #E5E5E5;
    margin: 0;
    margin-right: 52px;
    padding: 0;
    width: 175px;
    height: 90px;
}
#header h1{
  display: none;
}



/* Primary Navigation Menu */
#menu {
  height: 29px;
  border-bottom: 1px solid #FFFFFF;
}

#menu p {
  float: left;
  height: 29px;
  margin: 0;
  width: 0;
}

#menu p span {
  display: none;
}

#menu ul {
  list-style: none;
}

#menu ul li {
  display: inline;
}

#menu ul li.skip {
  display: none;
}

#menu ul li a {
  display: block;
  float: left;
  height: 29px;
  
}

#menu ul li.menu1 a {
  background-image: url(/elements/graphics/nav/nav_01.png);
  width: 55px;
}

#menu ul li.menu2 a {
  background-image: url(/elements/graphics/nav/nav_02.png);
  width: 57px;
  border-left: 1px #FFFFFF solid;
}

#menu ul li.menu3 a{
  background-image: url(/elements/graphics/nav/nav_03.png);
  width: 58px;
  border-left: 1px #FFFFFF solid;
}

#menu ul li.menu4 a {
  background-image: url(/elements/graphics/nav/nav_04.png);
  width: 57px;
  border-left: 1px #FFFFFF solid;
}
#menu ul li.menu5 a {
  background-image: url(/elements/graphics/nav/nav_05.png);
  width: 58px;
  border-left: 1px #FFFFFF solid;
}
#menu ul li.menu6 a {
  background-image: url(/elements/graphics/nav/nav_06.png);
  width: 58px;
  border-left: 1px #FFFFFF solid;
}
#menu ul li.menu7 a {
  background-image: url(/elements/graphics/nav/nav_07.png);
  width: 57px;
  border-left: 1px #FFFFFF solid;
}
#menu ul li.menu8 a {
  background-image: url(/elements/graphics/nav/nav_08.png);
  width: 70px;
  border-left: 1px #FFFFFF solid;
}
#menu ul li a span{
  display: none;
}




/* Page Header Banner */
#header .headerbanner {
    background-color: #545454;
    height: 60px;
    border-left: 55px solid #545454;
    margin: 0;
    padding: 0;
}

#header .headerbanner img {
   background-color: #FFFFFF;
   margin-top: 0;
   border: 0;
   height: 60px;
   border-left: 1px solid #FFFFFF;
}


img {
    border: 0;
}

#header .secondarynavbar {
    background-color: #000000;
    height: 30px;
    /*width: 738px;*/
    border-top: 1px solid #FFFFFF;
    margin: 0;
    padding: 0;
}


/* Secondary Navigation */
ul#secondarytabs {
    list-style-type: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
    color: #FFFFFF;
}
ul#secondarytabs li {
    /*float: left;*/
    height: 18px;
    background-color: #F97F05;
    margin: 0;
    padding: 0;
    padding-top: 11px;
    border-bottom: 1px solid #333;
}
ul#secondarytabs a:link, ul#secondarytabs a:visited {
    color: #000000;
    text-decoration: none;
    padding: 4px;
}
ul#secondarytabs a:hover {
    text-decoration: none;
    color: #FFFFFF;
}








/* HOME PAGE INTRO TEXT */

#hometext {
    background-color: #FFFFFF;
    /* border: 1px dotted red */;
    text-align: left;
    margin: 0;
    margin-top: 40px;
    padding: 15px; /* 700 - 18 - 2px border */
    min-height:100px;
}
#hometext p{
    margin-bottom: 1.0em;
}
/* HOME PAGE MAIN ADVERT BLOCKS */
#homeAdFeatures {
    background-color: #FFFFFF;
    /*border: 1px dotted #000000;*/
    /*text-align: center;*/
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    width: 738px;
    min-height:340px; /* Non IE */
}
#homeAdLeft {
    float:left;
    /*border: 1px dotted #000000;*/
    text-align: center;
    margin-left: 6px;
    padding: 0;
    width: 355px;
    min-height:340px; /* Non IE */
}
#homeAdRight {
    
    /*border: 1px dotted #000000;*/
    text-align: center;
    margin-left: 370px; /* 738 - (355px width of homeAdLeft + 7 + 7 + 7) */
    padding: 0;
    width: 355px;
    min-height:340px; /* Non IE */
}




/* HOME PAGE NEWS/TESTIMONIALS BLOCKS */
#homeInfo {
    text-align: left;
    margin: 7px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0;
    min-height:340px; /* Non IE */
}
#homeInfoTestims {
    float:left;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 184px;
    min-height:350px; /* Non IE */
}
#homeInfoNews {
    float:left;
    background: #FFFFFF url(/elements/graphics/backgrounds/NewsBar.png) no-repeat scroll top left;
    border: 1px solid #333333;
    text-align: left;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    padding-top: 40px;
    width: 310px;
}
#homeInfoNews h3{
    color: #333333;
    font-size: 1.1em;
    font-weight: bold;
}
#homeInfoNews a{
    text-decoration: none;
    color: #333333;
}
#homeInfoNews a:hover{
    color: #000000;
    text-decoration: none;
}
#homeInfoNews p{
    margin-bottom: 2.0em;
}
#homeInfoImage {
    float: left;
    width: 184px;
    height: 350px;
    background: #FFFFFF url(/elements/graphics/bannersHomePG/home_bott_right_01.png) no-repeat scroll bottom right;
}
#homeInfoImage h2{
    /* Used to hide text in the image block. */
    display: none;
}


/* 3rd PARTY BLOCKS */

#appholder {
    clear: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:0;
}
#appholder ul {
  list-style: none;
}

#appholder ul li {
  display: inline;
}

#appholder ul li span a {
  display: none;
}

#appholder ul li a {
  display: block;
  float: left;
}
#appholder img{
    border: 0;
}


/* SORT THESE OUT NEXT  FOR THREE LOGOS */
#appholder ul li.menu1 a {
  /*background-image: url(/elements/graphics/logos/webabillity.png);*/
  width: 135px;
  padding-left: 80px;
}
#appholder ul li.menu2 a {
  /*background-image: url(/elements/graphics/logos/faultdesk.png);*/
  width: 135px;
  padding-left: 80px;
}
#appholder ul li.menu3 a {
  /*background-image: url(/elements/graphics/logos/virtual-office.png);*/
  width: 135px;
  padding-left: 80px;
}



/* Common Page Content */
#content_wrap{
    background: url(/elements/photos/backgrounds/img_01.png) no-repeat left bottom scroll;
    min-height: 400px;
    border-top: 1px solid white;
}

#wrap_casestudies{
    background: url(/elements/photos/backgrounds/case_studies.png) no-repeat left bottom scroll;
    min-height: 400px;
}

#centre_align p{
    text-align: center;
    margin-bottom: 6.0em;
}
#content_nav{
    clear: left;
    float: left;
    width: 160px;
    padding-top: 50px;
    padding-left: 10px;
    display: none;
}

#content_nav ul{
    padding-left: 20px;
    list-style: circle;
}
#content_nav ul a{
    color: #000000;
    text-decoration: underline;
}
#content_nav ul a:hover{
    color: #333333;
    text-decoration: none;
}

#content{
/*    width: 540px; */
    width: 490px;
    margin-left: 180px;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 50px;
    padding-bottom: 50px;
    min-height: 400px;
}

#content h2{
    /*color: #666666;*/
    color: #404040;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}
h3{
    /*color: #666666;*/
    /*color: #292626;*/
    color: #4D4D4D;
    font-size: 1.1em;
    font-weight: bold;
}
#content h3 a{
    /*color: #666666;*/
    color: #292626;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}
#content h3 a:hover{
    text-decoration: none;
}

#content img.dl_link_icon{
    margin-right: 1.0em;
}

#content p{
    margin-bottom: 2.0em;
}

#content a{
    color: #000000;
    text-decoration: underline;
}
#content a: hover{
    color: #333333;
    text-decoration: none;
}

/* Used on services main page */
#content ul{
    padding-left: 20px;
    margin-bottom: 1.4em;
    list-style: disc;
}
#content ul li.service_menu{
    margin-bottom: 1.4em;
    font-weight: bold;
    font-size: 1.1em;
}
#content ul a{
    color: #000000;
    text-decoration: underline;
}
#content ul a:hover{
    color: #333333;
    text-decoration: none;
}

#content ul ul{
    padding-left: 20px;
    list-style: circle;
}
#content ul ul li{
    margin-bottom: 0.4em;
    font-weight: normal;
    font-size: 0.9em;
}
#content ul ul a{
    color: #000000;
    text-decoration: none;
}


.news_article{ /* DIV CLASS for news articles */
    clear: left;
    /* border: 1px solid #E5E5E5; */
    margin-bottom: 2.0em;
}
.news_thumb{ /* news thumb */
    float: left;
    border; 0;
    margin-bottom: 2.0em;
    margin-right: 0.4em;
}
.news_thumb_title{ /* title with image */
    padding-left: 140px;
}
.news_thumb_para{ /* paragraph with image */
    padding-left: 140px;
}
img.news_img{
    float: right;
    margin-left; 1.5em;
}





/* FOOTER BLOCKS */
#footer {
    clear: left;
    background-color: #333333;
    height: 32px;
    border-top: 2px solid #FF9600;
    margin: 0;
    padding: 6px;
    text-align:center;
}
#footer p {
    margin:0;
    padding: 0;
    color: #FFFFFF;
    font-size: 0.8em;
}
#footer a {
    color: #FFFFFF;
    text-decoration: underline;
}
#footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}





/* Form Styles */
.form_element{
    margin-bottom: 4px;
}
.required {
    color: #FF0033;
}
p.required_note{
    color: #FF0033;
    margin-left: 80px;
}

label{
    display: block;
    float: left;
    width: 80px;
    margin-left: 0;
}
.error {
    color: #FF0033;
    margin-left: 80px;
    font-size: 0.8em;
}
input, select, textarea{
  width: 340px;
  border: 1px solid #333333;
  margin-bottom: 2px;
}
textarea{
    height: 200px;
}
/* To align the date in forms
select.date_in_form{
  width: 64px;
} */

.normalised_radio{
    margin: 0;
    width: 1.0em;
    height: 1.0em;
    border: 0;
}
.normalised_checkbox{
    margin: 0;
    width: 1.0em;
    height: 1.0em;
    border: 0;
}
.required_note_table{
    color: red;
}

/* Quickform Table */
.form_table{
    width: 100%;
    border: 1px solid #E5E5E5;
    padding: 0;
}
.table_header{
    font-weight: bold;
    background-color: #E5E5E5;
    padding: 2px;
}
.table_label{
    padding: 2px;
    width: 30%;
}
.table_field{
    padding: 2px;
    width: 70%;
}
.submit_label{
    display: block;
    float: left;
    width: 150px;
    color: #333333;
}
.submit_value{
    margin-left: 140px;
    color: #000000;
}
.group_headers{
    border: 1px solid #E5E5E5;
    width: 350px;
    font-size: 10px;
}

.group_td_01{
    width: 90px;
    text-align: center;
}
.group_field_01{
    width: 100px;
    font-size: 10px;
}

.group_td_02{
    width: 30px;
    text-align: center;
}
.group_field_02{
    width: 30px;
    font-size: 10px;
}

.group_td_03{
    width: 40px;
    text-align: center;
}
.group_field_03{
    width: 40px;
    font-size: 10px;
}

.group_td_04{
    width: 45px;
    text-align: center;
}
.group_field_04{
    width: 45px;
    font-size: 10px;
}

.group_td_05{
    width: 50px;
    text-align: center;
}
.group_field_05{
    width: 50px;
    font-size: 10px;
}

.group_td_06{
    width: 50px;
    text-align: center;
}
.group_field_06{
    width: 50px;
    font-size: 10px;
}




#home_fetaures_flash {
/*  border: 1px solid #545454; */
  height: 295px;
  margin-left: 15px;
  width: 710px;
}
#secondarynav {
  float: left;
  width: 160px;
}
#secondarynav_topblock {
  height: 50px;
  background-color: #333;
}
ul#serv_subMenu {
  margin-left: 0;
  list-style: none;
  background-color: #F6F6F6;
}
ul#serv_subMenu li {
  background-color: #F5F5F5;
  border-bottom: 1px solid #999;
}
ul#serv_subMenu li a:hover {
  color: #666;
}





/* SECTION SPECIFIC POSITIONING OF THE SIDEBAR */

#solution_services #secondarynav {
  position: absolute;
}