/* -- MAIN -- */

body {
  margin: 0 auto;
  color: #000000;
  font: 12px Arial, Helvetica, sans-serif;
  background-color: #C2D561;

}


/* -- TEXT -- */

h1 {
  font-size: 18px;
  color: #363A91;
}
h2 {
  font-size: 14px;
  color: #363A91;
}
h3 {
  font-size: 14px;
  color: #363A91;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
h4 {
  font-size: 14px;
  color: #D84D2C;
   margin: 0;
  padding: 0;
  margin-top: 15px;
}
h5 {
  font-size: 12px;
  color: #363A91;
   margin: 0;
  padding: 0;
  margin-top: 15px;
}
h6 {
  font-size: 10px;
  color: #363A91;
   margin: 0;
  padding: 0;
  margin-top: 15px;
}
p {}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

/* -- LINKS -- */

a {
  outline: none;
  color: #363A91;
}
a img {}
a:focus {}
a:link, a:visited {}
a:hover, a:active {
  color: #D84D2C;
  text-decoration: underline;
}




/* -- MAKE ROOM -- */

.clearer {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}


/* -- CUSTOM LAYOUT -- */

#pagecontainer {
   width: auto;
   min-height: 95%;
   background: #FFFFFF url(/assets/html/top-repeat.gif) repeat-x center top;
   height: auto;
   margin: 0 auto;
}
#header {
   width: 925px;
   height: 138px;
   margin: 0 auto;
   clear: both;
}
.iheader { display: block; clear: both; width: auto; height: 95px; }
.logo { float: left; display: inline; padding-top: 26px; }
.tnav{
   float: right;
   display: inline;
   width: 241px;
   height: auto;
   text-align: right;
   padding-top: 8px;
}
.tnav img{ display: block; clear: both; text-align: right; }
.tnav span {
  height: 44px;
  margin: 0;
  padding: 6px 0 0;
  list-style: none;
  display: block;
  clear: both;
  color: #4F54BD;
  letter-spacing: .12em;
  font: bold 14px Arial, Helvetica, sans-serif;
}


#nav { padding-left: 45px; }
#nav ul { height: 40px; margin: 0; padding: 0; list-style: none; display: block; clear: both; margin-left: 13px; }
#nav ul li {
   float: left;
   margin: 0;
   padding: 0px;
   list-style: none;
   height: 40px;
   margin-right: 10px;
}
#nav ul li a {
   display: block;
   height: 40px;
   color: #FFFFFF;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: .05em;
   text-decoration: none;
}
#nav ul li a span {
	left: -3000px;
 position: absolute;
}
#nav ul li:hover {
	background-position: 0 -40px;
}
.home { width: 63px; height: 40px; background: transparent url(/assets/html/nav-home.gif) center top no-repeat; }
.about  { width: 97px; height: 40px; background: transparent url(/assets/html/nav-about.gif) center top no-repeat; }
.sol  { width: 140px; height: 40px; background: transparent url(/assets/html/nav-sol.gif)  center top no-repeat; }
.diff  { width: 148px; height: 40px; background: transparent url(/assets/html/nav-diff.gif)  center top no-repeat; }
.start  { width: 171px; height: 40px; background: transparent url(/assets/html/nav-start.gif)  center top  no-repeat; }
.contact  { width: 119px; height: 40px; background: transparent url(/assets/html/nav-con.gif)  center top  no-repeat; }
#content {
   width: 933px;
   height: auto;
   min-height: 380px;
   display: block;
   clear: both;
   margin: 0 auto;
   background: url(/assets/html/center-repeat.png) repeat-y center top;
}

.sideslogan { 
    width: 58px; 
    height: auto;
    float: left;
    display: inline;
}
.contentcontainer {
    width: 858px;
    height: auto;
    float: left;
    display: inline;
    margin-left: 1px;

}
.contentfooter {
  margin: 0 auto;
  clear: both;
  display: block;
  width: 933px;
  height:42px;
  background: #FFFFFF url(/assets/html/content-footer-faded.png) no-repeat center top;
}


#footer {
   height: auto;
   display: block;
   clear: both;
   margin: 0 auto;
   background: #C2D561 url(/assets/html/bot-repeat.jpg) repeat-x center top;
}
.ifooter {
   clear: both;
   display: block;
   width: 933px;
   margin: 0 auto;
   padding-top: 5px;
}
.isfooter  a {
   color: #2F3384;
   font-size: 11px;
   font-weight: normal;
}
.isfooter {
   clear: both;
   display: block;
   width: 933px;
   margin: 15px auto 0;
   padding-top: 10px;
   height: auto;
   border-top: 1px solid #363A91;
   color: #2F3384;
   text-decoration: none;
   font-size: 11px;
   font-weight: normal;
}
.isfooter  ul {
   margin: 0;
   padding: 0;
   text-align: center;
   list-style: none;
   height: auto;
}
.isfooter  ul li{
   float: left;
   margin: 0;
   padding: 0;
   padding-right: 6px;
   padding-left: 6px;
   font-size: 12px;
   text-transform: uppercase;
   text-decoration: none;
   color: #363A91;
}
.isfooter  ul li a {
   color: #2F3384;
   text-decoration: none;
   font-size: 11px;
   font-weight: bold;
}



/* home slides */
ul#slides{
	margin: 0;
	padding: 0;
	list-style: none;
   width: 225px;
   height: 500px;    
   z-index: 100;
   position: relative;
}
ul#slides li{
	margin: 0;
	padding: 0;
	list-style: none;
 display: block;
}
#leftcontent {
	width: 675px;
    height: auto;
    float: left;
    display: inline;
}
#rightcontent {
   width: 225px;
   height: 400px;
   float: left;
   display: inline;
   margin-top: 35px;
}
/* HOME SPECIFIC STYLES */
#hslides {
	width: 857px; height: 255px; margin: 0 auto; display: block; display: none;
}

#hslidesqpulse,#hslidesexpert,#hslidesmg {
	width: 857px; height: 255px; margin: 0 auto; display: none;
}
.hometop { width: 857px; height: auto; margin: 0 auto; }
.hboxes {
  width: 857px;
  height: auto;
  margin: 0 auto;
  font-size: 12px;
}
.learnmorebar {
  width: 857px;
  height: auto;
  margin: 0 auto;
  font-size: 12px;
}
.hqc a:hover, .hci a:hover, .hcd a:hover{
	background-position: 0 -56px;
}
.hqcup, .hciup, .hcdup {
	background-position: 0 -56px;
}
.hqc ul, .hci ul, .hcd ul{
	margin: 0;
 padding: 0;
 padding: 4px;
 list-style: none;
}
.learnmore {
	text-align: right;
 font-style: italic;
}
.hqc ul li, .hci ul li, .hcd ul li  { padding-bottom: 4px; 
}
.hqc a span, .hci a span, .hcd a span {
	left: -3000px;
 position: absolute;
}
.hqc p, .hci p, .hcd p{
  padding: 0;
  margin: 0;
  padding: 4px;
  font-size: 12px;
}
.hqc img, .hci img, .hcd img{
  padding: 0;
  margin: 0 6px 0 0;
  float: left;
  display: inline;
  font-size: 11px;
		padding-bottom: 10px;
}
.hqc { float: left; display: block; width: 32%; margin-left: 8px; padding-right: 6px;}
.hci { float: left; display: block; width: 32%; padding-right: 6px; }
.hcd { float: left; display: block; width: 32%; }
.learnmorebar div.lbarleft{ 
	text-align: right;
 font-style: italic;
float: left; display: block; width: 33%; margin-left: 8px;}
.learnmorebar div { 
	text-align: right;
 font-style: italic;
float: left; display: block; width: 33%; }
.white { color: white; }
.hbqc {
  background: url(/assets/html/hbox-qual-comp.gif);
  height: 56px;
  width: 277px;
  display: block;
}
.hbci {  
	background: url(/assets/html/hbox-crea-info.gif);
  height: 56px;
  width: 277px;
  display: block;
}
.hbcd {
  background: url(/assets/html/hbox-colla-desc.gif);
  height: 56px;
  width: 277px;
  display: block;
}
.hnews {
	display: block;
 width: 841px;
 height: auto;
 padding: 8px;
}
.hnews h2 {
  background-color: #363A91;
  padding: 5px 5px 5px 8px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}

/* sub content layouts - styles */

h1.hdrprocess {
  background: url(/assets/html/h1-ppblue.gif) no-repeat right bottom;
  color: #363A91;
  font-size: 26px;
  height: 44px;
  font-weight: bold;
  padding-left: 10px;
			line-height: 44px;
}
h1.hdrqc {
	background: url(/assets/html/h1-qcpurple.gif) no-repeat right bottom;
	color: #363A91;
	font-size: 26px;
	height: 44px;
	font-weight: bold;
	padding-left: 10px;
			line-height: 44px;
}
.pghdr {
  float: left;
  display: inline;
  padding-left: 5px;
}
.subtag {
  float: right;
  display: inline;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: .1em;
  padding-right: 12px;
}
.scontent {
	margin: 0 auto;
 width: 841px;
 display: block;
 clear: both;
 padding: 13px;
}
.sleft {
	width: 595px;
 	height: auto;
	min-height: 400px;
 	float: left;
 	display: inline;
 	margin-right: 10px;
 	border-right: 1px solid #999999;
 padding-left: 10px;
	padding-right: 30px;
}
.sright {
	width: 170px;
	height: auto;
	float: left;
	display: inline;
	padding-left: 10px;
	font-size: 12px;
 padding-top: 20px;
}
.sright ul {
	margin: 0;
	padding: 0;
}
.sright ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
 line-height: 15px;
}
.gheader {
	margin-left: 1px;
}
/* sitemastermind specific and global stylings */
.bioslistable {
	padding-top: 10px;
 padding-bottom: 20px;
}
.bioslistnodetable {
 margin-bottom: 20px;
}
.rechdr {
  font-size: 14px;
  color: #363A91;
  font-weight: bold;
}
.bioslistable img{
  margin-left: 8px;
  border: 1px solid #999999;
  width: 100px;
}
/* start the process form */
form#starttheprocess { z-index: 90; }
.formbox {
  border: 1px solid #666666;
  padding: 4px;
}
form#starttheprocess fieldset {
  border: 0px;
  padding: 0;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}
form#starttheprocess ul { list-style: none; padding: 0;
margin: 0; padding-top: 3px; margin-left: 5px;}

form#starttheprocess fieldset#InterestedinQPulseOptions ul li,
form#starttheprocess fieldset#InterestedinMindGeniusOptions ul li
{ width: 33%; float: left; display: inline; margin:0; padding: 0; }
form#starttheprocess fieldset#InterestedinExpertChoiceOptions ul li
{ width: 33%; float: left; display: inline; margin:0; padding: 0; }

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
form.cmxform input:focus { border: 1px dotted black; }
form.cmxform input.error { border: 1px dotted red; }
#Industry label.error {
	margin-left: -103px;
}
.hnews ul li {
  float: left;
  height: auto;
  width: 33%;
}

div.error {
  width: auto;
  height: auto;
  padding: 10px;
  border: 1px solid #FF0000;
  display: none;
}
form.cmxform input image {
	border: 0px solid #FFFFFF;
}
.subimage {
	border: 0px solid #FFFFFF;
}

