*!
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul{list-style:none;}
caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}

abbr,acronym {border:0;font-variant:normal;}

/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* Fonts Reset */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font-size:100%;}


/* Grids */
/* for all templates and grids */
body{text-align:center;}
#footer{clear:both;}

#wrapper {
margin:auto 0px; /* not for structure, but so content doesn't bleed to edge */
width:auto;text-align:left;}
.innerWrap3 .subWrap1,
.innerWrap1 .subWrap1 {float:left;margin-left:2%;width:32%;}

	/*Float units (and sub grids) to the right */
	.innerWrap1 .subWrap1{float:right;}
	/*Float units (and sub grids) to the left */
	.innerWrap1 div.first {float:left;}
       .innerWrap3 div.first,
       .innerWrap1 div.first {margin-left:0;}
.innerWrap1 div.first {width:66%;}

/* clearing */
#main-content:after,
.innerWrap2:after,
.innerWrap3:after,
.innerWrap1:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.innerWrap3 .subWrap1 {float:left;}


/* Jquery Tabs CSS --------------------------------------Jquery Tabs CSS ------------------------------------------------*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
/*
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px;
}
*/
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    /*background: url(tab.png) no-repeat;*/
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #2a57aa;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}


*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
  cursor: pointer;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel {
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.ui-tabs-loading em {
  padding: 0 0 0 20px;
  background: url(loading.gif) no-repeat 0 50%;
}


/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/*------------------------------------------------------------------*/
 /* Skin */
.home .ui-tabs-nav, .home .ui-tabs-panel {font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;font-size: .9em;}
.home .ui-tabs-nav {list-style: none;margin:0;padding:0;background-color:transparent;}
.home .ui-tabs-nav a, .home .ui-tabs-nav a span {display: block;padding: 0 10px;}
.home ul#introListLinks {float: right;}
/* products tabs on home page */
.home .ui-tabs-nav  a {margin: 0 0 0 .2em;padding: .5em;color: #2a57aa;line-height: 1.2;text-align: center;text-decoration: none;white-space: nowrap;outline: 0;font-size: 1.2em;background-image: url(http://www.versosolutions.com/images/site/featuredTab.gif);background-repeat: no-repeat;background-position: 0% 83.5%;}
.home .ui-tabs-nav  a:hover {background-image: url(http://www.versosolutions.com/images/site/featuredTab.gif);background-position: 0% 42.8%;color: #fff;}
.home .ui-tabs-nav .ui-tabs-selected  a {position: relative;top: 0px;margin: 0;color: #2a57aa;background-color: transparent;padding: .5em;font-size: 1.20em;font-weight: 600;background-image: url(http://www.versosolutions.com/images/site/featuredTab.gif);background-position: 0% 0%;background-repeat: no-repeat;}
.home .ui-tabs-panel {border: 4px solid #a8d603;padding: 1em 8px .4em 8px;background:#fff;}
#container2 #horizList  li a{font-size: 1.0em;line-height: 125%;}
div#container2 div.ui-tabs-panel a{font-weight: 600; background-color: transparent; color: #2a57aa; border-bottom: 1px dashed #a0a0a0; line-height: 100%;}
 /*custom CSS---------------------------------------custom CSS--------------------------------------------------------------------*/
a {text-decoration: none;outline: none;}
strong {font-weight: 600;}
body {background-repeat: repeat-x;width: 100%;border-top: 5px solid #E0E0E0;}
#wrapper {margin-left: auto;margin-right: auto;width: 100%;}
.hidden {display: none;}
.important {color: #2a57aa; font-weight: 600;}
.superScript {font-size: .85em;vertical-align: top;font-weight: 600;}
/* Logo*/
#masthead {height: 132px;width: 100%;background-image: url(http://www.versosolutions.com/images/site/mastheadbg.png);background-repeat: repeat-x ;  background-position: bottom;
}

/* accessible image replacement Gilder Levin Shea Method http://www.mezzoblue.com/tests/revised-image-replacement/#gilderlevin */
form {
margin-top: 26px;
}


#mastheadWrapper {
  width: 936px;
  height: 100px;
  margin: 0 auto 0 auto;
  padding-top: .2em;
  position: relative;
}



#logo {
position: absolute;
}


#logo a {
	width: 371px;
  height:71px;
  display: block;
  text-indent: 390px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(http://www.versosolutions.com/images/site/Verso-Solutions-ITSM-ITIL.png);
  background-repeat: no-repeat;
}

.home #logo  {
	width: 371px;
  height: 71px;
  display: block;
  text-indent: 390px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(http://www.versosolutions.com/images/site/Verso-Solutions-ITSM-ITIL.png);
  background-repeat: no-repeat;
}

#functionalNav {
float: right;
margin: 0px 0px 0 0;
}

#functionalNav ul {
margin-left: 10px;
text-align: right;
}

#functionalNav  li {
  display: inline;
  color: #a0a0a0;
}

#functionalNav li a {
  color: #2a57aa;
  font-size: .9em;
  border-bottom: 1px dotted #a0a0a0;
  padding: 0 3px 0 3px;
}





#functionalNav li a:hover {
  color: #a8d603;
}

#login {
  width: 14em;
  padding: 5px;
  font-size: .9em;
  background-color: #a8d603;
  border: 1px solid #2a57aa;
  margin-left: 10px;
}

#login label {
 color: #2a57aa;
}





/* Navigation */
#navsearch {

  background-image: url(http://www.versosolutions.com/images/site/navbg.gif);
  background-repeat: no-repeat;
  width: 937px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -56px;
}

#navbar {
    background-image: url(http://www.versosolutions.com/images/site/navbg-right.gif);
    background-repeat: no-repeat ;
    background-position: 100% 0%;
    padding-bottom: .1em;
    line-height: 1em;
}

#navbar ul {
    float: left;
    margin-left: 1em;
}

#navbar ul li {
    float: left;
    line-height: 231%;
    background-image: url(http://www.versosolutions.com/images/site/list-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}


#navbar ul li.current a{
    color: #a8d603;
   padding: 0 1.2em 0 1.8em;
   margin-top: -1px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em ;
    font-weight: 600;
}

#navbar ul li a {
    display: block;
    float: left;
    padding: 0 1.2em;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em ;
    font-weight: 600;
    color: #ececec;
    }

#navbar ul li a:hover {
  background-image: url(http://www.versosolutions.com/images/site/list-bghov.gif) ;
  background-repeat: repeat-x
}

#navbar ul li.current a:hover {
background-image: none;
}

#navbar ul li a#sectionNav-topLevel {
  color: #a8d603;
}
#navbar ul li a#sectionNav-topLevel:hover {
  color: #2a57aa;
}

/* Search */
#search {
  width: 21%;
  margin-left: 76%;
  line-height: .9em;
}

#searchButton {
position: absolute;
}


#keywords {
margin: 5px 10px 0 0;
}


/* Main Content Area */

#mainContent {
position: relative;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(http://www.versosolutions.com/images/site/maincontbg.gif);
  background-repeat: repeat-y;
}

/*Breadcrumbs Navigation */

#breadcrumbs {
  position: absolute;
  margin-left: 3em;
  font-size: .9em;
  color: #a0a0a0;
  padding-top: .8em;
  z-index: 1;
}

#breadcrumbs li{
  display: inline;
}

#breadcrumbs li a {
  color: #a0a0a0;
  border-bottom: 1px dotted #a0a0a0;
}



#breadcrumbs li a:hover {
  color: #a8d603;
}

/*Introduction Jquery Tabs area */
#introduction {
  width: 98.4%;
  margin-left: auto;
  margin-right:auto;
}


#container1 div  {
  background: transparent;
  border: none;
  color: #2a57aa;
}


ul#introListLinks {
  float: right;
  background-image: url(http://www.versosolutions.com/images/site/introsubbg1.png);
  background-repeat: no-repeat ;
  padding-top: 1em;
  height: 184px;
}


#introListLinks li, #introListLinks .ui-tabs-nav li {
  display:block;
}

ul#introListLinks a {
margin-left: 1em;
background-image: url(http://www.versosolutions.com/images/site/arrowbulletoff.gif);
background-repeat: no-repeat;
background-position: 3% 42%;
padding-left: 2em;
padding-right: .3em;
text-align: left;
}

ul#introListLinks a:hover {
color: #a8d603;
}

ul#introListLinks li.ui-tabs-selected a {
margin-left: 1em;
background-image: url(http://www.versosolutions.com/images/site/arrowbulletgr.gif);
background-repeat: no-repeat;
background-position: 3% 42%;
padding-left: 2em;
padding-right: .3em;
text-align: left;
}

div#section-1 {
  height: 182px;
  background-image: url(http://www.versosolutions.com/images/site/hpIntro1.gif);
  background-repeat: no-repeat ;
  background-position: bottom left;
}

div#section-2 {
  height: 182px;
  background-image: url(http://www.versosolutions.com/images/site/hpIntro2.gif);
  background-repeat: no-repeat ;
  background-position: bottom left;
}

div#section-3 {
  height: 182px;
background-image: url(http://www.versosolutions.com/images/site/hpIntro3.gif);
  background-repeat: no-repeat ;
  background-position: bottom left;
}

div#section-4 {
  height: 182px;
background-image: url(http://www.versosolutions.com/images/site/hpIntro4.gif);
  background-repeat: no-repeat ;
  background-position: bottom left;
}

div#section-5 {
  height: 182px;
background-image: url(http://www.versosolutions.com/images/site/hpIntro5.gif);
  background-repeat: no-repeat ;
  background-position: bottom left;
}

#container1 div.ui-tabs-panel  {
padding: 15px 0 0 240px;
font-weight: 600;
}

#container1 div.ui-tabs-panel h3 {
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size: 2.2em;
color: #a8d603;
}


#container1 div.ui-tabs-panel p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: 300;
margin: 15px 0 0 6px;
}


#container1 div.ui-tabs-panel ul.hpIntro li
{
  font-weight: 300;
  color: #2a57aa;
	margin-left: 3em;
	list-style-type: disc;
	margin-top: .5em;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

#container1 div#section-1 p{
  margin-left: -1000px;
}

/* homepage / all pages? section titles */


.sectionTitle {
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  margin: 0  ;
  font-size: 1em;
}


/* Home Page Featured Area */
/* Products section title image replacement*/
#products a.sectionTitle {
  background-image: url(http://www.versosolutions.com/images/site/productTitle.gif);
  background-position: 0% 0%;
  width: 135px;
  height:29px;
  text-indent: 145px;
  left: 15px;
}

#products a.sectionTitle:hover {
  background-image: url(http://www.versosolutions.com/images/site/productTitle.gif);
  background-position: 0% 100%;
  }
/*  end Products section title*/
#featured {
margin: 0px 8px 33px 8px;
  padding-top: 2.6em;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

}

#featured h3 {
  font-size: 1.4em ;
  font-weight: 600;
  color: #2a57aa;
  padding: 0 0 .2em 0em;
}

#featured p {
  font-family: Arial, Helvetica, sans-serif ;
  color: #808080;
  font-size: 1.2em;
	padding-right: 1.4em;
margin-bottom: 13px;
	line-height: 130%;
	letter-spacing: normal;
}




#products {
  width: 66.5%;
  position: relative;
  }

ul.hpProductsList li
{
  font-weight: 300;
  color: #2a57aa;
	margin-left: 3em;
	list-style-type: disc;
	margin-top: .5em;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}


/*change styling of intro list vertical links*/




/* overriding tabs css to control tabs height. If changing the padding of the tabs,
the featured div padding needs changing to maintain grid spacing*/
#horizList  {
  margin-left: 30.93%;
}

#horizList li, #horizList .ui-tabs-nav li {
  float: left;
  margin: 0 0 0 0px;
  min-width: 143px; /* be nice to Opera */
}
#horizList   li a {
  padding: .7em 0 .6em  0;
  line-height: 1 ;
  }

/* this controls the product image in the featured product tabs area on the home page*/
#section-7 {
  background-image: url(http://www.versosolutions.com/images/site/serviceDeskhp.gif);
  background-position: 10% 50%;
  background-repeat: no-repeat;
  padding-left: 19em;
  padding-bottom: 1.4em;
  position: relative;
height: 160px;
  margin-bottom: 1.7em;
}


#section-8 {
  background-image: url(http://www.versosolutions.com/images/site/helpDeskhp.gif);
  background-position: 10% 50%;
  background-repeat: no-repeat;
  padding-left: 19em;
  padding-bottom: 1.4em;
  position: relative;
height: 160px;
  margin-bottom: 1.7em;
}


#section-9 {
  background-image: url(http://www.versosolutions.com/images/site/commandCentrehp.gif);
  background-position: 10% 50%;
  background-repeat: no-repeat;
  padding-left: 19em;
  padding-bottom: 1.4em;
  position: relative;
height: 160px;
  margin-bottom: 1.7em;
}




/* End Home Page Products Feature */

/* Home Page Consultancy Feature */
#services {
  background-color: #fff ;
  padding: 0 ;
  margin: 2px 0 0 0;

}

#services h3 {
  background-image: url(http://www.versosolutions.com/images/site/consultTab.gif);
  background-repeat: no-repeat ;
  color: #fff;
  font-size: 1em;
  padding: .6em .55em .6em .55em;
  text-align: center   ;
  width: 34%;
  margin-left: 63%;
}

#services h3 a, #services h3 a:visited {
  color: #fff;
}

#services h3 a:hover{
  color: #a8d603;
}

#consultInfo {
  border: 4px solid #2a57aa ;
   height: 188px;
   position: relative;
}

#consultInfo p {
  padding: 1em 1.4em 0 1em;
  background-position: bottom right;
  background-repeat: no-repeat;
  font-size: 1.05em;
	line-height: 130%;
	letter-spacing: normal;
}


#consultInfo p a{
color: #2a57aa;
background-color: transparent;
border-bottom: 1px dashed #909090;
font-weight: 600;
}

#consultInfo p strong {
  font-weight: 600;
}


#consultInfo ul {
  background-image: url(http://www.versosolutions.com/images/site/consultCompass.gif);
  background-position:2% 0%;
  background-repeat: no-repeat;
  padding-bottom: 0em;
  padding-left: 3.5em;
}

#consultInfo li {
  font-size: .9em;
}



.home p.featuredButton,
#consultInfo p.featuredButton
 {
  margin:0;
  padding: 0;
  position: absolute;
top: 85%;
left: 80%;
}

#consultInfo p.featuredButton {
left: 65%;
}

p.featuredButton a{
  font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #A8a8a8;
  font-size: .9em;
width: 91px;
  height: 20px;
  display: block;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(http://www.versosolutions.com/images/site/featuredButton.gif);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

div#container2 div.ui-tabs-panel p.featuredButton a,
#consultInfo p.featuredButton a {
border-bottom: none;
}

.products p.featuredButton a,
.consultancy p.featuredButton a,
.resources p.featuredButton a,
.company p.featuredButton a {
  position: relative;
  left: 45%;
  top: 10%;
}

.products #modules p.featuredButton a {
  left: 83.4%;
  top: 10%;
}
p.featuredButton a:hover {
  background-image: url(http://www.versosolutions.com/images/site/buttonHover.gif);
}

/* End Home Page Consultancy Feature */
/* What's new 3 column  division */

#columnWrap {
  width: 70%;
  margin: 20px 0px 30px 48px;
  background-image: none;
position: relative;
}

.home #columnWrap {
  width: 98.3%;
  margin:  0 auto 0 auto;
  padding: 0;
  background-image: url(http://www.versosolutions.com/images/site/informedBG.gif);
  background-repeat: repeat-x ;
  position: relative;
}



#columnWrap a.sectionTitle {
  background-image: url(http://www.versosolutions.com/images/site/knowTitle.gif);
  background-position: 0% 100%;
  width: 143px;
  height:36px;
  text-indent: 155px;
  left: 15px;
  top: 10px;
}

#columnWrap a.sectionTitle:hover {
  background-image: url(http://www.versosolutions.com/images/site/knowTitle.gif);
  background-position: 0% 0%;
  }
#columnWrap h5{
    color:#2a57aa;
    letter-spacing:-1px;
    font: 600 16px "Trebuchet MS",Arial,Helvetica,sans-serif;
    width: 100%;
    background-color: #fff;
  }

#columnWrap a,
#columnWrap a:link,
#columnWrap a:visited {
	color:#2a57aa;
	border:0;
    text-decoration: none;
	}

#columnWrap a.readMore {color: #a8d603; background-color: transparent;border-bottom: 1px dashed #2a57aa;margin-bottom: 10px;}
#columnWrap  a:hover {
	color:#acacac;
	border:0;
	background:none;
	}
#columnWrap div.subWrap1 div.columnContent div.entry p.featuredButton a:hover {
  background-image: url(http://www.versosolutions.com/images/site/buttonHover.gif);
}

div.columnContent {
  margin: 0em 0em 1em 0em;
  padding: 0em 1em 1em 1.5em;
  position: relative;
  background-color: #fff;
}

.products div.columnContent, 
.consultancy div.columnContent,
.resources div.columnContent,
.company div.columnContent  {
  background-image: url(http://www.versosolutions.com/images/site/blueBox.gif);
  background-repeat: no-repeat;
  background-position: 0% -1%;
  margin:0 ;
  padding:0;
  width: 190px;
}


 .entry {
  color: #757F90;
  background-color: #fff;
  border-bottom: 2px dotted #E4E4E4;
  position: relative;
  padding-top: 1em;
}

.products .entry,
.consultancy .entry,
.resources .entry,
.company .entry {
  background-color: transparent;
  margin-top: 0;
   border: 1px solid #e5eff8;
}

.entry  ul {
  padding: 0 0 8% 15%;

}

.entry ul li {
  list-style-type: circle;
  line-height: 160%;
  color: #2a57aa;
}


#columnWrap p {
    line-height:120%;
    margin:  0 1em 1em 0;
    color: #757F90;
  	}

.products #columnWrap p, 
.consultancy #columnWrap p,
.resources #columnWrap p, 
.company #columnWrap p {
  margin-left: 7%;
  line-height: 160%;
}

#columnWrap h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  background-image: url(http://www.versosolutions.com/images/site/whatsNewTab.gif);
  background-position: top left;
  background-repeat: no-repeat ;
  padding: 10px 0 11px 0;
  width: 120px;
  position: absolute;
  top: -38px;
  left: 59.8%;
}

.products #columnWrap  h4,
.consultancy #columnWrap  h4,
.resources #columnWrap  h4,
.company #columnWrap  h4 {
  background-image: url(http://www.versosolutions.com/images/site/tab-blueBox.gif);
  background-repeat: no-repeat;
  top: -42px;
  left: 0%;
  width: 190px;
  font-size: 1.2em;
color: #2a57aa;

}
.products #col-1 h4 a,
.products  #col-1 h4 a:visited,
.consultancy #col-1 h4 a,
.consultancy  #col-1 h4 a:visited,
.resources #col-1 h4 a,
.resources #col-1 h4 a:visited,
.company #col-1 h4 a,
.company  #col-1 h4 a:visited  {
  color: #2a57aa;
}

.products #col-1 h4 a:hover ,
.consultancy #col-1 h4 a:hover ,
.resources #col-1 h4 a:hover ,
.company #col-1 h4 a:hover {
  color: #a0a0a0;
}

.products #col-2 h4 a,
.products #col-2 h4 a:visited,
.consultancy #col-2 h4 a,
.consultancy #col-2 h4 a:visited,
.resources #col-2 h4 a,
.resources #col-2 h4 a:visited,
.company #col-2 h4 a,
.company #col-2 h4 a:visited {
  color: #a8d603;
}

.products #col-2 h4 a:hover,
.consultancy #col-2 h4 a:hover,
.resources #col-2 h4 a:hover,
.company #col-2 h4 a:hover {
  color: #a0a0a0;
}

.products #col-3 h4 a,
.products #col-3 h4 a:visited {
  color: #4e565c;
}

.products #col-3 h4 a:hover {
  color: #a0a0a0;
}

.columnContent h4 a:hover {
  color: #a0a0a0;
}

.oneColumnBox {
background-color:transparent;
border:1px solid #E5EFF8;
margin-top:0pt;
background-image:url(http://www.versosolutions.com/images/site/OneColBlueBox.gif);
background-repeat:no-repeat;
padding:0.5em;

}
.bulletList {
color:#2A57AA;
font-family:"Trebuchet MS", Arial,Helvetica,sans-serif;
font-size:1em;
letter-spacing:normal;
line-height:140%;
}

.pricing ul.bulletList {
margin: 0 0 26px 26px;
width: 80%;
font-size: .9em;
}
.productContent ol li {
list-style-type: none;
}
.productContent ol li ul {
margin-left: 26px;
}
ul.bulletList li{
list-style-type: circle;
list-style-position: inside;
font-size: 1.1em;
padding-bottom: 13px;
padding-left: 10px;
}
ol.bulletList {
margin-left: 26px;
}
ol.bulletList li{
list-style-position: inside;
font-size: 1.0em;
padding-bottom: 13px;
padding-left: 10px;
color: #2a57aa;
background-color: transparent;
}

.oneColumnBox h5 {
color: #a8d603;
background-color: transparent;
font-size: 1.2em;
font-weight: 600;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
margin-bottom: 13px;
} 
/* Columns  */
#columnWrap #col-1,
#columnWrap #col-2,
#columnWrap #col-3 {
  width: 32%;
  margin-top: 50px;
  background-color: transparent;

}



#columnWrap #col-1 h5,
#columnWrap #col-2 h5,
#columnWrap #col-3 h5 {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 1.0em;
  background-color: transparent;
}

#col-1 h5 {  background-image: url(http://www.versosolutions.com/images/site/whitepaper.png);}
.resources #col-1 h5, .resources #col-2 h5 {background-image: none;}

#col-2 h5 {
  background-image: url(http://www.versosolutions.com/images/site/pencil.jpg);
}

#col-3 #news h5 {
font-family: Arial, Helvetica, sans-serif;
  background-image: url(http://www.versosolutions.com/images/site/news.jpg);
  background-position: 0% 0%;
  font-weight: 600;
  font-size: 1.1em;
  padding: .8em 0 .4em 1.8em;
  width: 90%;
  background-color: transparent;
    background-position: 0% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
}

#col-3 #news span.entryDate {
color: #757f90;
font-weight: 300;
font-size: .85em;
}

#col-3 #flickrBadge h5 {
  padding: 0em 0 1em 0 ;
}

#col-1 p.entries-link,
#col-2 p.entries-link,
#col-3 p.entries-link {
  margin-left: 30%;
  text-align: right;
}


#col-1 p.entries-link,
#col-2 p.entries-link {
padding-top: 13px;
}
 #col-3 #flickrBadge p.entries-link{
   padding-top: 1em;
 }

#col-1 p.entries-link a, #col-1 p.entries-link a:visited,
#col-2 p.entries-link a, #col-2 p.entries-link a:visited,
#col-3 p.entries-link a, #col-3 p.entries-link a:visited {
  color: #a8d603;
  font-weight: 600;
  text-align: right;
}


#col-1 p.entries-link a:hover,
#col-2 p.entries-link a:hover,
#col-3 p.entries-link a:hover {
  color: #a0a0a0;
}

/* Feeds box */
#beInformed {
  width: 98%;
  margin: 0 auto 0 auto;
  padding: 50px 0 39px 0;
  color: #8f8f8f;
  font-family: Arial, Helvetica, sans-serif ;
  background-image: url(http://www.versosolutions.com/images/site/informedBG.gif);
  background-repeat: repeat-x ;
  position: relative;
}


#beInformed .sectionTitle {
  background-image: url(http://www.versosolutions.com/images/site/feedsTitle.gif);
  background-position: 0% 100%;
  width: 104px;
  height:30px;
  text-indent: 115px;
  left: 15px;
  top: 10px;
  }

#beInformed .sectionTitle span {
	position: absolute;
	width: 100%;
	height: 100%;
  background-image: url(http://www.versosolutions.com/images/site/feedsTitle.gif);
 }



#beInformed h4 {
  color: #2a57aa;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:1.4em;
  font-style:normal;
  font-variant:normal;
  font-weight:600;
  letter-spacing:-1px;
  line-height:normal;
  padding-left: 19px;
  background-position: left;
  background-repeat: no-repeat  ;
}

#beInformed h4 a:hover {
  color: #a8d603;
}

#beInformed p {
  color: #a8d603;
  font-weight: 600;
}
#beInformed p.subHead {
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 1.2em;
margin-left: 1.8em;
}
#beInformed p.noSpam {
position: absolute;
top:-3px;
left:450px;
z-index: 10000;
margin: 0;
}

#beInformed p.noSpam a{
border: none;
}
#beInformed a {
 color: #2a57aa;
 border-bottom: 1px dotted #d0d0d0;
 padding-bottom: 0;
 line-height: normal;
}

#beInformed a:visited {

}

#beInformed a:focus, #beInformed a:hover  {
 color: #2a57aa;
}

#emailNewsletter  {
  margin: 10px 0 0 0px;
  padding: 10px 0 0 23px;
  background-color: #F9FBFE;
  position: relative;
  width: 61%;
  margin: 0 0 0 17px;
  padding: 5px;
  border-style: dotted;
  border-color: #D0D0D0;
  border-width: 2px;
  }

#emailNewsletter h4 {
  background-image: url(http://www.versosolutions.com/images/site/blogN-letterTitle.gif);
  background-repeat: no-repeat;
  background-position: 0% 40%;
  margin: 0 0 0 0em;
  position: absolute;
  width: 347px;
  white-space: nowrap;
  text-indent: 355px ;
  overflow: hidden;
}

#emailNewsletter p {
  margin-left: 2em;
margin-top: 26px;
}


#emailNewsletter form {
  margin-top: 6px;
  margin-left: 0em;
}
#emailNewsletter form p {
margin-top: 0;
position: relative;
}

#emailNewsletter form p input {
background-color: #f2f6fd;
color: #808080;
font-weight: 300;
padding-left: 6px;
margin-bottom: 8px;
display: inline;
}

#emailNewsletter form p input.submitButton {
position: absolute;
left: 220px;
z-index: 1000;
background-color: transparent;
}


#emailNewsletter p.smallprint {
  font-size: .8em;
  color:  #2a57aa;
  padding: 1em 0 0 0;
  position: relative;
  left: 2.0em;
  margin: 13px 0 0 4em;
  font-weight: 600;
}

#emailNewsletter p.smallprint a:hover {
  color: #a8d603;
}


#feeds { 
width:27%;
margin: 0px 17px 0 0px;
background-color: #F9FBFE;
position: relative;
border: 2px dotted #d0d0d0;
background-image: url(http://www.versosolutions.com/images/site/feedsHPicon.gif);
background-position: 75% 40%;
background-repeat: no-repeat;
}

#feeds h4 {
  background-image: url(http://www.versosolutions.com/images/site/feedsHPTitle.gif);
  background-position: 0% 40%;
  margin: 5px 0 0 10px;
  position: absolute;
  width: 94px;
height: 20px;
  white-space: nowrap;
  text-indent: 110px ;
  overflow: hidden;
}

#feeds ul {
margin: 36px 0 12px 26px;
list-style-position: inside;
}

#feeds ul li {
margin-bottom: 7px;
}
#columnWrap div#col-3 {
margin-right: 0;
}
.products #columnWrap div#col-3,
.consultancy #columnWrap div#col-3,
.resources #columnWrap div#col-3,
.company #columnWrap div#col-3 {
  margin-left: 0;
}

#flickrBadge a img{
  border: 1px solid #DAE4F4;
  margin-left: 2px;
  padding: 4px;
  background-color: #f2f6fd;
  }


/* 2nd level pages*/
#secMainContent {
  width: 950px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-image: url(http://www.versosolutions.com/images/site/maincontbg2.gif);
  background-repeat: repeat-y;
  clear: right;
}


/*Secondary Page conent wrappers to create faux columns for side nav */
#contentWrapper {
  background-image: url(http://www.versosolutions.com/images/site/maincontbgtop2.gif);
  background-repeat: no-repeat;
}
.search #secMainContent,
.search #contentWrapper,
.search #contentWrapper2 {
background-image: none;
}

#contentWrapper2 {
  background-image: url(http://www.versosolutions.com/images/site/maincontbgbot2.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
padding-bottom:2em;
  position: relative;
}


/* 2nd Level Page Overview intro section */

#pageOverview {
  width: 67.3%;
  margin: 0 0em 0 0.6em;
  padding: 14em 1em 2em 3em;
  font-family: Arial, Helvetica, sans-serif ;
  color: #2a57aa;
  font-size: 1em;
	line-height: 140%;
	letter-spacing: normal;

}
.products  #pageOverview, 
.consultancy  #pageOverview,
.resources  #pageOverview,
.company  #pageOverview {
  height: 400px;
  padding: 3em 1em 1em 3em;
  background-image: url(http://www.versosolutions.com/images/site/product.gif);
  background-repeat: no-repeat;
  background-position: 40% 22%;
  position: relative;
  }

.consultancy  #pageOverview{
background-image: url(http://www.versosolutions.com/images/site/consultBG.gif);
left: 12px;
}

.resources  #pageOverview{
background-image: url(http://www.versosolutions.com/images/site/resourcesBG.gif);
left: 12px;
}

.company  #pageOverview{
background-image: url(http://www.versosolutions.com/images/site/companyBG.gif);
left: 12px;
}
.products  #pageOverview h1,
.consultancy #pageOverview h1,
.resources  #pageOverview h1,
.faqs  #pageOverview h1{
  width: 600px;
  height: 100px;
  position: absolute;
  top: 305px;
  left: 29px;
  display: block;
  text-indent: 650px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(http://www.versosolutions.com/images/site/productOverviewTitle.gif);
  background-repeat: no-repeat;
}
.consultancy  #pageOverview h1  {
  background-image: url(http://www.versosolutions.com/images/site/consultancyTitle.gif);
}

.resources #pageOverview h1  {
  background-image: url(http://www.versosolutions.com/images/site/resourcesTitle.gif);
}

.faqs #pageOverview h1 {
  background-image: url(http://www.versosolutions.com/images/site/faqsTitle.gif);
top: 52px;
left: 60px;
height: 35px;
}

.products #pageOverview p,
.consultancy #pageOverview p,
.resources #pageOverview p {
  font-size: 1.1em;
  color: #757F90;
  line-height: 160%;
  font-weight: 400;
  font-family: Arial,Helvetica,sans-serif;
  margin: 310px 1em 0 0;
  padding-bottom: 1em;
}
.products #pageOverview p span.firstWords {
  font-weight: 600;
  color: #a8d603;
  font-size: 1.2em;
}

.products #pageOverview p span {
  font-weight: 600;
}

.products div.help {
  width: 64.5%;
  background-image: url(http://www.versosolutions.com/images/site/infoSmall.png);
  background-position: 0% 10%;
  background-repeat: no-repeat ;
  border: 2px dotted  #e5eff8;
  background-color: #F7f9fd;
  margin: 0 5% 30px 5%;
}

.products div.help p {
  padding: 6px 4% 6px 4%;
}

#pageOverview  a {  border-bottom: 1px dashed #808080;  font-weight: 600;color: #2a57aa;background-color: transparent;}
#pageOverview  a:visited {  color: #909090;}
#pageOverview  a:hover {  color: #a8d603;border-bottom: 1px dashed #2a57aa;}
.products #pageOverview p.help a:link { color: #a8d603;}
#pageOverview div#columnWrap div#col-1 div.columnContent div.entry a.readMore {  border-bottom: 1px dashed #808080;  font-weight: 600;color: #a8d603;background-color: transparent;}

/* 2nd level Extras 3 column */

#modules {
  width: 616px;
  margin-left: 5%;
  margin-bottom: 20px;
  position: relative;
}

#modules h4 {
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
  color: #2a57aa;
  background-image: url(http://www.versosolutions.com/images/site/blueMdulesTab.gif);
  background-repeat: no-repeat;
  padding: .5em 1em .5em 1em;
  text-align: center;
}

#modules div {
  background-image: url(http://www.versosolutions.com/images/site/blueMdulesBox.gif);
  background-repeat: no-repeat;
  padding: .5em;
}

#modules p {
  font-family: Arial, Helvetica, sans-serif ;
  font-size: 1em;
	line-height: 140%;
	letter-spacing: normal;
  padding: .5em 0 0 .5em;
}

#modules .entry ul {
  padding: 2% 0 0 7%;
}

#modules .entry ul li {
  color: #2a57aa;
  margin-bottom: .5em;
}

#modules .entry ul li h5 {
  color: #a8d603;
  font-weight: 600;
}

#modules .entry ul li h5 a,
#modules .entry ul li h5 a:visited {
  color: #a8d603;
  font-weight: 600;
}
#modules .entry ul li h5 a:hover {
  color: #a0a0a0;
}


span.italicSpan {
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

.products #modules p.featuredButton {
   left: 38%;
}



/* Sidebar Nav */

#sidebarNav {
  position: absolute;
 top: 30px;
 left: 718px;
  margin-right: .6em;
  width: 23.7%;
}

#secndCallToAction h3 {
  background-image: url(http://www.versosolutions.com/images/site/nextStepsH3.gif);
  width: 130px;
  height:30px;
  text-indent: 190px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
 position: relative;
 top: 23px;
 left: 40px;
}

#secndCallToAction {
  width: 99.5%;
  background-image: url(http://www.versosolutions.com/images/site/nextStepsBG2.gif);
  background-repeat: no-repeat;
  background-position: 80% 100%;
  position: relative;
}
#secndCallToAction ul {
  padding-left: 2.2em;
  padding-top: 1.7em;
  padding-bottom: .5em;
  background-image: url(http://www.versosolutions.com/images/site/sidebarDiv.png) ;
  background-position: bottom;
  background-repeat: no-repeat
}


#secndCallToAction li {
  width: 100%;
  padding: 0;
}


#secndCallToAction li a {
  width: 170px;
  height: 27px;
  display: block;
  text-indent: 200px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0em 0 .95em 0em;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

#secndCallToAction li a.telephone2 {
background-image: url(http://www.versosolutions.com/images/site/nextStepsCall.gif);
  }

#secndCallToAction li a.email2 {
background-image: url(http://www.versosolutions.com/images/site/nextStepsInfo.gif);
  }

#secndCallToAction li a.demo2 {
  background-image: url(http://www.versosolutions.com/images/site/nextStepsDemo.gif);
  }

#sidebarNav div.highlightBox p{
font-size: 1.0em;
color: #2a57aa;
background-color: transparent;
line-height: 140%;
font-family: Arial, Helvetica, sans-serif;
padding: 0 10px 10px 0;
}

 #sidebarNav div#quoteBox blockquote {
  font-style: oblique ;
}

 #sidebarNav div.highlightBox h4 a {
font-size: 1.1em;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
font-weight: 600;
color: #2a57aa;
background-color: transparent;
padding-bottom: 10px;
}

 #sidebarNav div.highlightBox h4 a:hover {
color: #a8d603;
background-color: transparent;
}

#secndSideNav li {
  background-image: url(http://www.versosolutions.com/images/site/sidebarDiv.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 99%;
    padding: 0.6em 0em 0.6em 0em;
}

#secndSideNav li a {
  font-weight: 600;
  color: #2a57aa;
  padding: 0em 0.6em 0em 1.5em;
  width: 89%;
  display:block;
}

#secndSideNav a:focus {
  color: #A8d603;
}

#secndSideNav a:hover {
  color: #A8d603;
}

#secndSideNav .mainCat {
font-size: 1.2em;
margin-left: -1em;
}

#blog #secndSideNav .mainCat,
.article #secndSideNav .mainCat {
margin-left: 0em;
padding-left: 1.5em;
color: #2a57aa;
}

#blog #secndSideNav li#currentPage,
.article #secndSideNav li#currentPage{
  color: #a8d603;
  font-weight: 600;
}

#secndSideNav li#currentPage {
  background-image: url(http://www.versosolutions.com/images/site/sidenavCurrent.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-bottom:.6em;
  padding-left: .5em;
}

#secndSideNav li#currentPage a {
  color: #a8d603;
  font-weight: 600;
}



#footer {
  width: 100%;
  padding: 1.5em 0 5em 0;
  background-image: url(http://www.versosolutions.com/images/site/footerbg.gif);
  background-repeat: repeat-x;
position: relative;

}
#blog #footer {z-index: 10000;}
#footerNav {
width: 936px;
margin-left: auto;
margin-right:auto;

}

#footerNav ul {
text-align: center;
}

#footerNav  li {
  display: inline;
  color: #a0a0a0;
}

#footerNav li a {
  color: #a0a0a0;
  font-size: .9em;
  margin-right: .5em;
  border-bottom: 1px dotted #a0a0a0;
}

#footerNav li a.last {
  border-right: 0;
}

#footerNav li a:hover {
  color: #2a57aa;
}

#copyright {
  float: left;
   margin: -1.2em 0 0 0em;
   color: #a0a0a0;
}

#agency {
  float: right;
  color: #a0a0a0;
  margin-right: 0em;
  margin-top: -1.2em;
}

#agency a {
  color: #a0a0a0;
  border-bottom: 1px dotted #a0a0a0;;
}

#agency a:hover {
  color: #2a57aa;
}

#contentHoldingDiv {
  height: 825px;
  }
