/* = 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;*/
}

/* Blog Styles */

.blog h1 {
text-transform: lowercase;
}

.blog h2, .blog h3, h3#comments, #respond h3 {
  font-size: 1.3em;
  font-weight: bold;
  color:#009CDC;
}

.blog h2 a, .blog h3 a {
 color:#009CDC;
}

.blog h2 a:hover, .blog h3 a:hover {
 color:#fff;
}



/*.blog h2 , h3#comments, #respond h3 {
  font-size: 1.3em;
  font-weight: bold;
}*/

div.post {
   background-image: url(/media/grey-box-bg.jpg);
   background-repeat: repeat-x;
   background-position: bottom;
   padding: 8px;
   border-bottom: solid 1px #b8c3cf;

}


#rel_col h2.widgettitle {
  font-size: 1.2em;
}

h3#comments {
  margin-top: 1em;
}

textarea#comment {
   width: 620px;
}

/* =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;
}
h2{
	font-size:1.9em;
}
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.6em;
}
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;
}

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  */
{
	color:#fff;
   background:#009CDC;
}

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;
}

.calloutbox.home {
padding:0.5em;
}

.calloutbox.home h2 {
  margin: 0em 0em 0em 0em;
padding: 0;
}

.calloutbox.home p {
margin: 0em;
}


/* = MAIN LAYOUT */
#wrapper{
   /*width:1024px;*/
   width:999px;
   margin:0 auto;
   padding:0;   
   position:relative;
}   

#contentwrapper{
   /*width:1024px;*/
   width:999px;
   overflow:hidden;
   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 */
}

*html #contentwrapper {
  width:1010px;
}

#maincontent{
   margin:3em 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{
display: none;
   margin:0;
   padding:0;
}

/*  = BREADCRUMBS */
div.breadcrumbs{
   background:#bae537;
   width:425px;
   padding: 1em 225px 1em 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:0.5em;
   right:1em;
}

#search p {
margin: 0;
padding: 0;
line-height: 0;
} 

#search input{
   color:#6A6A6A;
	 font-size:1em; font-size:1em;
}

#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:1em;
  margin-bottom: 0em;
}

#contact_info #contact_info {
   margin: 0;
}

#contact_info, #contact_info a, #contact_info a:visited{
   color:#557192;
   padding:0.1em;
}
#contact_info a:hover, #contact_info a:visited:hover{
   color:white;
   background:#557192;
}
#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{
display: none;
   /*width:330px;*/
   width:305px;
   float:right;
/*   margin:-40px 14px 0 10px;*/
   margin:-26px 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*/
   font-size:1.2em;
}
#rel_col .logo{
  /* position:absolute;
   top:12px;*/
}

#rel_col h2{
   font-weight:bold;
	font-size: 1.4em;
/*margin-bottom: 0.3em;*/
   margin:1.3em 0 1em 0.3em;
   line-height:1em;
}

#rel_col.internalpage{
   padding-bottom:300px;
}

#rel_col.internalpage.modified { /*rotating image functionality removed from Rewards landing page */
   padding-bottom: 0px;
} 


#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:1em;
   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*/
}


/* Right Col Home */

#rel_col.home h2 {
	color:#A9DB39;
	font-weight:bold;
	font-size: 2.4em;
   margin: 0.5em 0em 0em 0em;
   line-height:1em;
}

/* Home page RHS and Rewards Landing page  boxes */

#rel_col div.box, #maincontent div.box  {
   background-image: url(/media/green-box-bg.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
   overflow: auto;	
   padding: 5px;
}

#maincontent div.box  {
background-image: url(/media/rewards-box-bg.jpg);
float: left;
 width: 290px;
 margin-right: 10px;

}

#rel_col div.box.grey {
   background-image: url(/media/grey-box-bg.jpg);
}

#rel_col div.box p, #maincontent div.box  p {
   font-size: 0.9em;
   line-height: 1.3em;
   margin-bottom: 5px;
}

#maincontent div.box  p {
   font-size: 0.85em;
   margin: 0 0 5px 0;
   padding: 0;
}

#rel_col div.box h3, #maincontent div.box h3  {
	color: #557192;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0.5em 0em 0.3em 0em;
}

#maincontent div.box h3 {
   font-size: 0.85em;
   color: #6a6a6a;
   margin: 0.5em 0em 0em 0em;
 }

#rel_col div.box p.left, #maincontent div.box p.left  {
	margin:5px 10px 5px 0;
}

#rel_col div.box img, #maincontent div.box img {
	border: solid 1px #aab6c1;
}

#rel_col div.box p.bullet {
	padding: 0;  
                margin: 0 0 2px 0;             
}

#rel_col div.box p.bullet a, #maincontent div.box p.bullet a {    
                margin: 100px 0 0 0;       
                font-weight: bold;
                color:#000;          
	background-image: url(/media/box-bullet.png);
	background-repeat: no-repeat;
	background-position: right;
                padding: 0 20px 2px 0px;
}

#rel_col div.box.grey p.bullet a {
background-image: url(/media/box-bullet-grey.png);
}

#maincontent div.box p.bullet a {
background-image: url(/media/box-bullet-rewards.png);
}
 
#rel_col div.box p.bullet a:hover, #maincontent div.box p.bullet a:hover {
        background-image: url(/media/box-bullet-over.png);
        background-color: transparent;
        color: #009CDC;	
}

#rel_col #rhs_image p {
margin: 0;
padding:10px 0 0 0;
text-align: center;
}


#related_info h3 {
   color:#A9DB39;
   border-bottom:1px solid #A9DB39;
   padding-bottom:0.3em;
}

/* Modified rel_col styles for pages with gradient boxes in rhs column */



#news_events h3{
   color:#557192;
   border-bottom:1px solid #557192;
   padding:0 0 0.3em 0;
   margin-top:2.5em;
}

#rel_col.modified #news_events h3 {
   margin-top: 1.0em;
}

#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;
}

#maincontent.home {
/*background: url(/media/home-composition.jpg) no-repeat bottom left;*/
padding-bottom: 10px;
margin:3em 5px 0 10px;

}

#maincontent.home div.top_image {
   clear: both;
   width: 590px;
   overflow: auto;
}

#maincontent.home h1 {
  clear: both;
  color: #557192;
  font-size: 2em;
  margin: 0em 0em 0.5em 0em;
font-weight: normal;
}



/*  = Navigation footer */
#nav_footer {   
   clear:both;
   background-image: url(/media/nav_footer_bg.jpg);
   background-repeat: repeat-x;
   background-color: #bae537; 
   overflow: auto;
   width:979px;
   height: 18.5em;
   padding-left:20px;
}

#nav_footer ul.quotelink li {
      float:left;
		width: 178px;
		height: 10em;
		margin: 10px 0px 10px 0px;
      list-style-type:none;
		border-left: solid 1px #cbeb69;
      padding: 0px 12px 4px 8px;
		font-size: 1.3em;
		font-weight: bold;
		color: #fff;
		position: relative;/* to allpw positioning of nested ul inside */
}

#nav_footer ul.quotelink li a, #nav_footer ul.quotelink li a:visited {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	display: block;
   background-color: transparent;
   list-style-type:none;
	font-weight: bold;
}

#nav_footer ul.quotelink li a:hover {
	 color: #6a6a6a;
}

#nav_footer ul.quotelink ul {
   position: absolute;
   left: -1px;
	top: 1em;
	background-color: transparent;
	padding: 0px;
	border-left: solid 1px #d1ed90;
}

#nav_footer ul.quotelink ul li {
	   float: none;
		width: 165px;
		height: 0.5em;
		padding: 0.8em 12px 0.2em 8px;
		font-size: 0.9em;
		line-height: 1.4em;
		font-weight: normal;
		color: #000;
		margin: 0;
      list-style-type:none;
		border-left: solid 0px #d1ed90;
}

#nav_footer ul.quotelink ul li a,
#nav_footer ul.quotelink ul li a:hover,
#nav_footer ul.quotelink ul li a:visited {
     width: 185px;
	  display: block;
     background-color: transparent;
     list-style-type:none;
	  background:url(/media/navfooter_bullet.gif) no-repeat right 3px;
     font-size: 1em;
	  font-weight: bold;
     color: #000;
}

#nav_footer ul.quotelink ul li a:hover {
   color: #6a6a6a;
	 background:url(/media/navfooter_bullet_over.gif) no-repeat right;
}

#nav_footer ul.quotelink ul li span a, #nav_footer ul.quotelink ul li span a:hover, #nav_footer ul.quotelink ul li span a:visited {
	  width: auto;
	  display: inline;
     background-color: transparent;
     list-style-type:none;
	  padding-right: 20px;
	  background:url(/media/navfooter_bullet.gif) no-repeat right 3px;
     font-size: 1em;
	  font-weight: bold;
     color: #000;
}

#nav_footer ul.quotelink ul li span a:hover {
   color: #6a6a6a;
	 background:url(/media/navfooter_bullet_over.gif) no-repeat 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 8px 8px;
	margin-top: 10px;
	border-left: solid 1px #cbeb69;
}
#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 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:150px;
   padding:0.4em 10px 0 4px;
   background:url(/media/navfooter_bullet.gif) no-repeat right;
   color:#fff;
   font-size:1.3em;
   font-weight:bold;
   margin:0 0 0.4em 0;
}

#nav_footer div li a:hover{
		color:#6A6A6A;
      background: url(/media/navfooter_bullet_over.gif) no-repeat right;
}
/* =FOOTER */
#footer{
   background:#557192;
   padding:0.5em 20px 0em 20px;
   font-size:1.1em;
	overflow:auto;
	margin-bottom: 1em;
}

#footer ul{
   float: left;
   overflow:auto;
   padding:0;
}
#footer li{
      float:left;
      list-style-type:none;
      background:url(/media/footer_separator.gif) no-repeat center left;
      padding: 0.3em 0.7em 0.7em 0.7em;
}
#footer li a, #footer li a:visited{
  /* display:block;*/
   color:white;
}
#footer li a:hover, #footer li a:visited:hover{
   color:#fff;
}

#footer p{ 
   float: right;
	padding: 0;
	margin:0;
	display: inline;
   font-weight:bold;
   color:#fff;
}
/* =SITE TOOLS */

#nav_footer div#site_tools ul{
   list-style-type:none;
   margin-bottom: 0px;
  
}
#site_tools p{
  margin-left:8px;
  margin-top:12px;
}
#site_tools img{
/*   margin:10px 0;*/
 
}
#site_tools a, #site_tools a:visited{
background-color:transparent;
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:#fff; 
                font-weight: bold;
	/*position: relative;*/
          
  }

#speechbub a:hover {
                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.3em
	}

#speechbub .calltoaction {
border: solid 1px;
border-top-color: #718cac;
border-left-color: #718cac;
border-right-color: #3c5675;
border-bottom-color: #3c5675;
background-color: #557192;
padding: 8px;
}

/* 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:-690px;
        /* 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;
}