/* = COLOURS
Page heading - #A9DB39
Other headings - #557192
Main text - #6A6A6A
Anchors - #009CDC
Contact information - #992888
*/
/* cancels out browser preset styling for main elements listed. */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, em, small, strong, sub, sup, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
/* =GENERIC STYLING */
body{
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
                line-height: 1.3em;
                background:white;

}
h1, h2, h3, h4{
	color:#557192;
	font-weight:normal;
	/*padding:0.6em 0 0.3em;*/
line-height:1.3em;
   

}
h1{
	font-size:3.5em;
   color:#A9DB39;
   font-weight:bold;
   /*margin-bottom:2em;*/
   margin-bottom:0em;
}

td.newsletter {
	font-size:1.0em;
                font-weight: bold;
                color: #fff;
}

h2{
	/*font-size:1.9em;*/
	font-weight: bold;
               color: #127ba8;
}
h3{
	font-size:1.6em;

}

h4{
	/*font-size:1.2em;
   font-weight:bold;*/
}
small{
	font-size:0.9em;
}
p{
	/*margin:1em 0 1.5em 0;*/
	line-height:1.3em;
}
ul, ol {
margin:0;
      padding:0;         
}
/*editor styles. These can all be implemented through the xstandard editor so they need to be accommodated. */
.right{
   float:right;
}
.left{
   float:left;
}
.right{float:right;vertical-align:top;margin:5px 0 5px 15px;}
.left{float:left;vertical-align:top;margin:5px 15px 5px 0;}

p.right{text-align:right;}
p.left{text-align:left;}
.center{text-align:center;}
p.indent{margin-left:1em;} /* This should be EITHER margin-left or padding-left. It depends on the layout used */

div.left li{
   text-indent:-16px;
   padding-left:15px;
   list-style-position:inside;
}

/*= GENERIC CONTENT STYLES */
hr{
   border:0;
   color:white;
   background:white;
  border-bottom:dashed 1px #AAB6C1;
}

hr.newsletter {
   width: 700px;
   border:0;
   color:white;
   background:white;
  border-bottom:dashed 1px #AAB6C1;
}

a{	
	color:#009CDC;	
   text-decoration:none;
	}
a:visited{	
	color:#009CDC;
	}
a:hover, a:focus /* This is useful for mobile users and for keyboard only users  */
{

text-decoration: underline;
}


img{
	border:0; /*prevents images showing borders if they are linked*/
}
.blueheader{/*editor style*/}
#rel_col h4.blueheader, #rel_col h3.blueheader{
   color:#557192;
}
div.caption_image p{
   margin:5px 0;
   padding:0;
   font-weight:bold;
   color:black;
   text-align:center;
}

div.screenshot{
   width:315px;
   float:left;
display:inline;

}
div.screenshot p{
   margin:0;
   padding:0;
   margin:10px 60px 10px 50px;
   font-weight:bold;
   color:black;
   text-align:center;
}

.hidden{
position:absolute; /* useful for hiding text image text and menu headers*/
left:-3000px;
top:-10px;
font-size:1px;
}
/*.calloutbox{
   overflow:auto; 
   height:1%;
	clear:both;
	background:#FAFDB0;
	border:1px solid #A9DB39;
   border-width:1px 0;
	padding:1em;
	margin:1em 0;
         line-height:1.6em;
}*/
.calloutbox{
   overflow:auto; /* Ensures the box encloses any floated images inside */
   height:1%;
	clear:both;

	border:10px solid #DFF3B6;
color:black;
	padding:1em;
	margin:1em 0;
                line-height:1.6em;
}
/* = MAIN LAYOUT */
#wrapper{
   /*width:1024px;*/
   width:999px;
   margin:0 auto;
   padding:0;   
   position:relative;
}   

#contentwrapper{
   /*width:1024px;*/
   width:999px;
   overflow:auto;
	background-repeat: no-repeat;/* for landing page bg image (defined on each landing page */
   background-color: #fff;/* for landing page bg image (defined on each landing page */
}

#maincontent{
   margin:6em 5px 0 10px;
   width:630px;
   float:left;
   padding:0 0 1em 20px;
   display:inline;
   color:#6A6A6A;
}

#maincontent_full {
   margin:1em 5px 0 10px;
   width:950px;
   float:left;
   padding:0 0 1em 20px;
   display:inline;
   color:#6A6A6A;
}

#maincontent ul, #maincontent ol {
      /*clear: both; THIS REASON FOR THIS STYLE IS NOT CLEAR SO IT HAS BEEN REMOVED. IT MAY NEED TO BE REINSTATED IF THERE IS A DISPLAY ISSUE*/
      margin:1em 0 1.5em 2.2em;   
      font-size: 1.0em;
}
#maincontent li {
    line-height: 1.5em;
}


#maincontent ul.indent, #maincontent ol.indent {
    margin-left: 170px;
}

#menu{
   position:absolute;
   top:0;
   left:0;
}
a.homelink, a homelink:visited{
   float:left;
 display:inline;
   margin:0;
   padding:0;
}
a.homelink img{
   margin:0;
   padding:0;
}

/*  = BREADCRUMBS */
div.breadcrumbs{
   background:#DCF956;
   width:425px;
   padding:2em 225px 2em 10px;
   font-size:1.1em;
   color:black;

}
div.breadcrumbs p, div.breadcrumbs.fake p{
   display:inline;
   margin:0;
   padding:0;
}

div.breadcrumbs.fake{
   color:white;
   background:transparent;
}
div.breadcrumbs strong{
   color:black;
   margin-left:5px;
}
div.breadcrumbs a, div.breadcrumbs a:visited{
   color:black;
   margin:0 0.5em;
}
div.breadcrumbs a:hover, div.breadcrumbs a:visited:hover{
   color:#009CDC;
   background:transparent; 
}
/* =SEARCH */
#search{
   position:absolute;
   top:1.8em;
   right:1em;
}

#search p {
margin: 0;
padding: 0;
line-height: 0;
} 

#search input{
   color:#6A6A6A;
}
#search input.go_button, input.button{
   background: transparent url(/media/go_button.png) no-repeat center;
   border:0;
   width:64px;
   height:21px;
   color:#6A6A6A;
   font-weight:bold;
   font-size:1em;
}
/*  = CONTACT */
#contact_info{
   margin-top:3.5em;
  margin-bottom:1em;
}
#contact_info, #contact_info a, #contact_info a:visited{
   color:#992888;
   padding:0.1em;
}
#contact_info a:hover, #contact_info a:visited:hover{
   color:white;
   background:#992888;
}
#contact_info img{
   vertical-align:middle;
   margin-right:5px;
}
a.moreinfo, a.moreinfo:visited{
   font-weight:bold;
   background:url(/media/moredot.png) no-repeat right;
   padding-right:18px;
   margin:0 0.5em;  
}
a.moreinfo:hover, a.moreinfo:visited:hover{
   color:#009CDC;
   background:#fff url(/media/moredot.png) no-repeat right;

}
/*  = RELATED INFO */
#rel_col{
   /*width:330px;*/
   width:305px;
   float:right;
/*   margin:-40px 14px 0 10px;*/
   margin:-40px 14px 0 10px;
   padding:0;
   display:inline;/* prevents the double margin bug in IE */
   position:relative; /*used to position the group image on the home page*/
}
#rel_col .logo{
  /* position:absolute;
   top:12px;*/
}

#rel_col h2{
   font-weight:bold;
/*margin-bottom: 0.3em;*/
   margin:1.3em 0 1em 0.3em;
   line-height:1em;
}
#rel_col.internalpage{
   padding-bottom:300px;
}
#rel_col{
   font-size:1.2em;
   color:#6A6A6A;
}

#rel_col ul {
  margin-bottom: 0.3em;
  margin-left: 2em;
}

#rel_col ul li {
   /*list-style-position: inside;
 
   text-indent:-16px;
   padding-left:15px;*/
  margin-bottom: 0.5em;
}
#related_info ul.col_one, #related_info ul.col_two{
   margin-left:0;
   width:150px;
   float:left;
}

#related_info{
   margin-top:3em;
   line-height:1.5em;
}
#related_info.rel_landing {
   margin-top:0;
   /*padding-top:1.5em; cannot use margin because it collapses with the p margin above it in IE */
}
#related_info ul {
		margin-bottom: 15px;
		margin-left: 80px;
}

#related_info ul li {
   /*list-style-position: inside;
   list-style-image: url(/media/bullet_circle_lge.gif);
*/
   margin-bottom: 0em;

  list-style-type:none;
  background: url(/media/bullet_circle_lge_new.gif) no-repeat top left;
  padding-left:20px;
  position:relative;

}

#related_info img, #news_events img{
   float:left;
   margin:0 5px 5px 0;
}
#rel_col h4{
   color:#6A6A6A;
   padding:0;
   margin:0 0 0.5em 0;
}
#rel_col  p{
   margin-top:0;
   margin-bottom: 1.0em;
   padding:0;
}
#rel_col h3{
   margin:0 0 0.5em 0;
   position:relative; /*Used to counteract the relative positioning of the relative content div*/
}
#related_info h3{
   color:#A9DB39;
   border-bottom:1px solid #A9DB39;
   padding-bottom:0.3em;
}
#news_events h3{

   color:#557192;
   border-bottom:1px solid #557192;
   padding:0 0 0.3em 0;
   margin-top:2.5em;
}
#quote{
   margin-top:1.6em;
}
#quote h3{
      color:#A9DB39;
   font-style:italic;
   margin:3em 30px 0 30px;
   text-align:center;
   line-height:1.5em;
   font-size:1.6em/*  */;
}
#quote h3 strong{
         font-style:normal;
         font-size:0.9em;
         display:block;
         padding:1em 0 0 0;
         margin:0;
         line-height:1em;
}
#quote h3 em{
         margin:0;
         padding:0;
         display:block;        
         font-size:0.9em;
}
   #case_quote{
      color:#A9DB39;
      font-size:1.4em;
      font-weight:bold;
      margin:1em 0 2em 0;
      border-top:1px solid #A9DB39;
      padding-top:1em;
   }
   .green_border_botttom{
      padding-bottom:0em;
      border-bottom:1px solid #A9DB39;
   }
/* =MAINCONTENT */
#maincontent, #maincontent_full{
      font-size:1.3em;
}
#maincontent h1{
   margin-left:-15px;
}
/*  = Navigation footer */
#nav_footer{   
   clear:both;
   background:#A9DB39 url(/media/navfooter_separator.gif) no-repeat 975px top;
   overflow:auto;
   /*width:1004px;*/
   width:979px;
   padding-left:20px;
}
ul.quotelink ul{
   display:inline;
}
ul.quotelink li{
      float:left;
      list-style-type:none;
   /*   border-left:1px solid #F6FD32;*/
      background:url(/media/navfooter_separator.gif) no-repeat top left;
      padding-left:5px;

}
ul.quotelink li a, ul.quotelink li a:visited{
     /* height:7.5em;*/
      height:7em;
   display:block;
   /*width:169px;*/
   width:159px;
   color:white;
/*   font-size:1.6em;*/
  font-size:1.5em;
   font-weight:bold;
   padding:1.8em 15px 10px 15px;
   line-height:1.3em;
   background-color:#A9DB39;
   background-image:url(/media/moreinfodot_footer.gif);
   background-repeat:no-repeat;
   background-position:90px bottom;
   /* DO NOT GROUP ABOVE the whole thing will break. */
}
ul.quotelink li a:hover, ul.quotelink li a:visited:hover{
   background-color:#D1ED90;
   background-image:url(/media/moreinfodot_footer_over.gif);
   color:#6A6A6A;
   background-repeat:no-repeat;
   background-position:90px bottom;
}
.moreinfo_footer{
   display:block;
   font-weight:bold;
   font-size:0.9em;
   margin:0 1.5em 0 0;
   padding:5px 25px 5px 0;  
   text-align:right;
}
.moreinfo_footer:hover{
      background:none;
}
#related_contentlinks li{
   line-height:1.6em;
}
#related_contentlinks ul{
   height:10em;
}
#nav_footer div#related_contentlinks li a, #nav_footer div#related_contentlinks li a:visited{
   margin:0;
}
#nav_footer div{
   float:left;
      width:173px;
   padding:0 0 0 8px;
background:url(/media/navfooter_separator.gif) no-repeat top left;
}
#nav_footer div.no_quotelinks{
margin-left:580px;display:inline; 
padding-bottom:11px;  
}
.no_quotelinks{
   /* Editor style */
}
#nav_footer h3{
   /*margin-left:8px;*/
   margin:0.6em 0 0 8px;
   color:white;
   font-weight:bold;
}
#nav_footer div ul{
   margin:0 0 0 5px;
   padding:0;
   list-style-type:none;
}
#nav_footer div li{
/*margin:0.8em 0;*/
}
#nav_footer div li a, #nav_footer div li a:visited{
   display:block;
   width:130px;
   padding:0.4em 40px 0 4px;
   background:url(/media/navfooter_bullet.gif) no-repeat right;
   color:#6A6A6A;
   font-size:1.3em;
   font-weight:bold;
   margin:0 0 0.4em 0;
}
#nav_footer div li a:hover{
      color:#fff;
      background: url(/media/navfooter_bullet_over.gif) no-repeat right;
}
/* =FOOTER */
#footer{
   background:#557192;
   padding:1em 20px 0.2em 20px;
   font-size:1.1em;
}
#footer p{
   clear:both;
   padding:0;
   font-weight:bold;
   color:white;
   padding:0;
   margin:1em 0;
}
#footer ul{
   overflow:auto;
   padding:0 0 0.5em 0;
   width:600px;
}
#footer li{
      float:left;
      list-style-type:none;
      background:url(/media/footer_separator.gif) no-repeat center left;
      padding:0 0.7em;
}
#footer li a, #footer li a:visited{
   display:block;
   color:white;
}
#footer li a:hover, #footer li a:visited:hover{
   color:#fff;
}
/* =SITE TOOLS */

#nav_footer div#site_tools ul{
   list-style-type:none;
  
}
#site_tools p{
  margin-left:8px;
  margin-top:12px;
}
#site_tools img{
/*   margin:10px 0;*/
 
}
#site_tools a, #site_tools a:visited{
background-color:#A9DB39;
margin-left:4px;
}


/*=SITEMAP*/
div.col_one, div.col_two, div.col_three{
      float:left;
      width:210px;
   }

/* =Speech Bubble Styles*/

/* See styles in head of individual section landing pages for definition of person bg image and positioning of Speech Bubble*/

 div.position #arrow {
 	background-image: url(/media/speecharrow.gif);
	width: 120px;
	height: 58px;
	position: relative;
	left: 150px;
 }

#speechbub {
	background-image: url(/media/speechbox.png);
	color: #fff;
	padding: 15px;
 }
 
 div.position #speechbub { /*class allows for sizing and positioning on individual basis */
	width: 400px;
 }
 
 #speechbub h2 {
    margin-top: 0em;
	 margin-bottom: 0.6em;
	 font-size: 1.9em;
	 color: #fff;
 }
 
 #speechbub p {
   font-size: 1.0em;
line-height: 1.3em;
	margin-top: 0.0em;
   margin-bottom: 0.6em;
 }
 
#speechbub a {
  	color:#992888;
                font-weight: bold;
	/*position: relative;*/
          
  }

#speechbub a:hover {
  	color:#fff;
                font-weight: bold;
	position: relative;
          
  }
  
#speechbub ul,   #speechbub ol {
     	margin-left:  4.8em;
		margin-top: 0.4em;
margin-bottom: 0.2em;
   }
	
#speechbub li {
		 font-size: 1.0em;
		 margin-top: 0.6em
	}

/* Ask Us Pop Up */

#nav_footer div#qbox, #nav_footer div#qbox2, #nav_footer div#qboxsent,  #nav_footer div#button {
background:url(/) no-repeat top left
}



/*#qbox is the version of the Ask Us box that is delivered to users with Javascript switched on */
/*#qboxsent is the version of the Ask Us box that is delivered to users when message is ent and confirmation message appears */
/*#qbox2 is the version of the Ask Us box that is delivered to users with Javascript switched off. It resides on a separate webpage */


#qbox, #qboxsent {
	position: absolute;
	bottom: 170px;
	left: 600px;
	background:url(/) no-repeat top left;
}

#qbox #ask, #qboxsent #asksent {
   clear: both;
   width: 160px;
   height: 26em;
	display: block;
	background-color: #dcf956;
   border: solid 1px #009cdc;
	padding: 8px;
	padding-bottom: 30px;
	font-size: 1.0em;
	
}

#qbox #ask p.close, #qboxsent #asksent p.close {
   width: 100%;
	margin: 0;
	margin-bottom: 0px;
	padding-right:0;
	line-height: 1.0em;
	text-align: right;
}

#nav_footer div #qbox #ask p.close a, #nav_footer div #qbox #ask p.close a:visited, #nav_footer div #qboxsent #asksent p.close a, #nav_footer div #qboxsent #asksent p.close a:visited  {
   display:inline;
   width:0px;
   padding:0;
   background:url(/) no-repeat;
   color:#009CDC;
   font-size:1.1em;
   font-weight:bold;
   margin:0;
  
}


#qbox #ask span {
	line-height: 1.0em;
	margin-top: 0;
	padding-top: 0;
	color:#009CDC;
}

#qbox #ask label {
		color:#009CDC;
}
#qbox #ask input {
	font-size: 1.0em;
	width: 150px;

}

#qbox #ask input:focus, #qbox #ask textarea:focus {border-left: solid 2px #000;} 


#qbox #ask textarea {
	width: 150px;
	margin-bottom: 3px;
               /*cursor: inherit;*/
               font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

#qbox #button input.send {
   margin-left: 95px;
	width: 5em;
	background-color: #009CDC;
	border: solid 1px #fff;
	color: #fff;
	font-weight: bold;
   /*cursor: pointer;*/
}

#qboxsent p.confirmation {
	font-size: 1.0em;
	font-weight: bold;
	color: #009cdc;
}

#qbox p.error {
	font-size: 1.0em;
margin: 0;
padding:0;
	font-weight: bold;
	color: #f50000;
}

#qbox #ask label.error {
	color: #f50000;
	font-weight: bold;
}

/*No script version of form on separate web page*/

#nav_footer div li a.noscript, #nav_footer div li a.noscript:visited{
   display:block;
   width:130px;
   padding:0em 40px 0 4px;
   background:url(/) no-repeat right;
   color:#6A6A6A;
   font-size:1.1em;
   font-weight:normal;
   margin:0 0 0.4em 0;
	text-decoration: none;
}

#nav_footer div li a.noscript:hover {
   color:#fff;
}


#qbox2 {
   margin-top: 20px;
	width: 230px;
	background-color: #dcf956;
                border: solid 1px #009cdc;
	padding: 20px;
	padding-left: 100px;
}



#qbox2 #ask input, #qbox2 #ask textarea {
	width: 150px;
}

#qbox2 #ask input:focus, #qbox2 #ask textarea:focus {border-left: solid 2px #000;} 


#qbox2 #button input.send {
   margin-left: 60px;
	width: 4em;
	background-color: #009CDC;
	border: solid 1px #fff;
	color: #fff;
   font-size: 1.0em;
	font-weight: bold;
   cursor: pointer;
}

#nav_footer div #qbox2 #ask p.close a, #nav_footer div #qbox2 #ask p.close a:visited {
   display:inline;
   width:0px;
   padding:0;
   background:url(/) no-repeat;
   color:#009CDC;
   font-size:1.1em;
   font-weight:bold;
   margin:0;
   cursor: pointer;
}


/* =HOME GROUP IMAGE*/
#department_group{
position:absolute;
bottom:0;
left:-710px;
        /* right:360px;*/
}
#department_group{
  background:url(/media/people_cutout.jpg) no-repeat top left; 
  width:660px;
  height:408px;
}
#department_group img
{
   background:url(/media/headers_over.gif) no-repeat bottom left;  
      display:block;
}
#department_group img.operations{
   background-position:top left;
}
#department_group img.hr{
   background-position:left -408px;
}
#department_group img.sales{
   background-position:right -408px;
}
#department_group img.marketing{
   background-position:top right;
}
#department_group img.nohover{
   background-position:bottom left;
}

/* =REGISTRATION FORM*/

#registration label, form.boxForm label {
  display:block;
  float:left;
  padding-right:10px;
  text-align:right;
  width:165px;
  font-weight:bold;
}

form.boxForm label {
  width:280px;
}

form.boxForm label.short {
  width:200px;
}

#registration p, form.boxForm p {
  clear:both;
}

form.boxForm p {
  margin:1.5em 0 0.5em 0;
}

form.boxForm p.error {
   font-size:0.9em;
   color:#f00;
   text-align:center;
   margin:0;
   padding:0;
   clear:both;
}

form.boxForm .input {
  border: 1px solid #7F9DB9;
}

#registration p {
  min-height:22px;
}

* html #registration p {
  height:22px;
}

#registration span.error, form.boxForm span.error {
  color:#f00;
  font-size:0.9em;
}

#registration span.error {
 display:block;
 width:250px;
 float:left;
 margin-left:10px;
}

#registration .floated {
 float:left;
}

/* =STAFF ATTRITION CALCULATOR*/

table.boxTable {
  width:100%;
  border-collapse:collapse;
}

table.boxTable th {
  border-bottom: 1px solid #A9DB39;
  padding:3px;
}

table.boxTable td {
  border-bottom: 1px solid #A9DB39;
  padding:5px;
  text-align:center;
}

div#calcContent {
  min-height:450px;
}

* html div#calcContent {
 height:450px;
}

span.cost_gap
{
 display:block;
 width:10px;
 float:left;
}

/*=INPAGE BOOKMARK LIST*/
      #bookmark_links{
      margin:1em 0 1.5em 0;
      background:#F1F3F5 url(/media/down_arrow.jpg) no-repeat right 2.3em;
      padding:0.5em;
      }
      #bookmark_links li{
         list-style-type:none;
      /*   background:transparent url(bookmark_bullets.jpg) no-repeat;*/        
         background:transparent url(/media/bookmark_bullets.jpg) no-repeat;
          padding-left:20px;
        }
        
      #bookmark_links h3{
         border-bottom: 1px solid #899DB4;
         margin-left:1em;
         margin-right:1em;
      }
      p.top_of_page{
         text-align:right;
         border-top:dashed 1px #AAB6C1;
         background:transparent url(/media/up_arrow.gif) no-repeat right;
         padding-right:15px;
      }
      .pdf{
         background: url(/media/pdf_inline.gif) no-repeat left;
         padding-left:25px;
      }
/*=NEWS*/
div.news{
   background:url(/media/news_resources/news_bg.jpg) no-repeat;
padding:0.5em 1em;

   margin-bottom:1em;
}
div.news h3{
   margin:0.5em 0 1.5em 0;
}
div.news h4{
   color:#6A6A6A;
   font-size:1em;
   margin:1em 0;
}

/* Sample Newsletter Styles*/
	  p {
	     margin: 0px 0px 8px 0px;
		  padding:0;
	  }

h1.news {
   color: #fff;
   font-size: 1.2em;
   font-weight:bold;
}
	  
	  
	  h2 {
	  	 margin: 4px 0px 2px 0px;
		 padding:0;
		 font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;

	  }
	  
	   h3 {
	  	 margin: 0px 0px 2px 0px;
		 padding:0;
	  }
	  
	  a, a:visited, a:active {
	  	color: #127ba8;
	  }
	  
	  
	  ul, ol {
	  margin: 6px 0px 8px 25px; padding: 0;
	  }

ul.news li {
line-height: 1.3em;

}

	  
	   ul.right li, p.right {
	   	font-size: 11px;
			color: #127ba8;
                       margin-botom: 3px;
	   }
	  
	  hr {
	   width: 430px;
		position: relative;
		top: -4px;
	   border: 0;
		margin:0;
		padding: 0;
		height: 1px;
	  	border-top: 1px dotted #000;	
		text-align: left;
	  }
	  
	  #intro_box {
	  	background-image: url(http://www.incentivise.com/news_resources/newsletter/template-media/signature.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
                                color: #fff;
	  }

 #intro_box tr, #intro_box td {
	  	vertical-align: top;
	  }

#intro_box h2 {color: #fff;
font-size: 1.2em}
