/*Questionnaire Toggle*/
#faqList
{
margin-top: 20px;
margin-right: 35px;
}
#faqList p.q
{
display: block;
width: 95%;
line-height: 2em;
font-weight: bold;
color:#000099;
cursor: pointer;
padding-left: 40px;
}
#faqList li.open p.q
{
background: #e3eef4 url(../images/toggle_minus.png) 10px 50% no-repeat;
}
#faqList li.open div.a
{
display: block;
text-align:justify;
}
#faqList li.close p.q
{
background: #eee url(../images/toggle_plus.png) 10px 50% no-repeat;
}
#faqList li.close div.a
{
display: none;
}

<!--Main Questionnaire Page-->
#questList
{
margin-top: 20px;
margin-right: 35px;
}
#questList p.q
{
display: block;
width: 95%;
line-height: 2em;
font-weight: bold;
color:#000099;
padding-left: 10px;
}
#questList li p.q
{
background: #e3eef4;
}
#questList li div.a
{
display: block;
margin-right: 40px;
}

.padModContent
{
text-align: 20px;
}

.grayBorder 
{
border: 1px solid #ccc;
margin: 50px 40px;
padding: 0 10px 10px 10px;
display: inline-block;
}

.paddedModContent
{
/*padding: 12px;*/
padding-top: 12px;
}

ol, ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}

.bound
{
border: 1px solid #e2e2e2;
margin: 75px 10px;
padding: 0 10px 10px 20px;
display: inline-block;
}

/* Common to all module types */
.module,
.module33,
.module50,
.module100,
.module1andhalf,
.duomodule,
.trimodule,
.quadmodule,
.pentmodule
{
border-top: 4px solid #023f72;
float: left;
padding: 10px 5px;
margin-top: 10px;
}

.module h2,
.module33 h2,
.module50 h2,
.module100 h2,
.module1andhalf h2,
.duomodule h2,
.trimodule h2,
.quadmodule h2,
.pentmodule h2
{
color: #163f81;
  font-size: 1.65em;
  font-weight: bold;
  line-height: 1;
  margin: 1.5em 0 1em 0;
  text-transform: uppercase;
}

.module h3,
.module33 h3,
.module50 h3,
.module100 h3,
.module1andhalf h3,
.duomodule h3,
.trimodule h3,
.quadmodule h3,
.pentmodule h3
{
background: none;
font-weight: bold;
font-size: 1.2em;
height: 2.2em;
}

.module h4,
.module33 h4,
.module50 h4,
.module100 h4,
.module1andhalf h4,
.duomodule h4,
.trimodule h4,
.quadmodule h4,
.pentmodule h4
{
  color: #163f81;
  font-size: 1.1em;
  font-weight:bold;
  line-height: 1;
  margin: 2em 0 1em 0;
  text-transform: uppercase;
}


.modulesep
{
/*width in column css*/
float: left;
height: 1px;
}


/* Span one and a half modules */
.module1andhalf
{
width: 195px;
text-align: left;
/*margin: 50px 0 0 120px;*/
}

/* Span 2 modules */
.duomodule
{
width: 400px;
}


/* Span 3 modules */
.trimodule
{
width: 263px;
}

/* Span 4 modules */
.quadmodule
{
width: 732px;
}

/* Span 5 modules */
.pentmodule
{
width: 910px;
}

.module100
{
padding: 10px 5px;
margin-top: 10px;
clear: both;
width: 98%;
}

/*No Bar*/
/* Common to all module types */
.nobarmodule,
.nobarmodule33,
.nobarmodule50,
.nobarmodule100,
.nobarmodule1andhalf,
.nobarduomodule,
.nobartrimodule,
.nobarquadmodule,
.nobarpentmodule
{
border-top: none;
float: left;
padding: 10px 5px;
margin-top: 10px;
}

.nobarduomodule
{
padding-bottom: 20px;
}

.nobarmodule h2,
.nobarmodule33 h2,
.nobarmodule50 h2,
.nobarmodule100 h2,
.nobarmodule1andhalf h2,
.nobarduomodule h2,
.nobartrimodule h2,
.nobarquadmodule h2,
.nobarpentmodule h2
{
color: #163f81;
  font-size: 1.65em;
  font-weight: bold;
  line-height: 1;
  margin: 1.5em 0 1em 0;
  text-transform: uppercase;
}

.nobarmodule h3,
.nobarmodule33 h3,
.nobarmodule50 h3,
.nobarmodule100 h3,
.nobarmodule1andhalf h3,
.nobarduomodule h3,
.nobartrimodule h3,
.nobarquadmodule h3,
.nobarpentmodule h3
{
background: none;
font-weight: bold;
font-size: 1.2em;
height: 2.2em;
}

.nobarmodule h4,
.nobarmodule33 h4,
.nobarmodule50 h4,
.nobarmodule100 h4,
.nobarmodule1andhalf h4,
.nobarduomodule h4,
.nobartrimodule h4,
.nobarquadmodule h4,
.nobarpentmodule h4
{
  color: #163f81;
  font-size: 1.1em;
  font-weight:bold;
  line-height: 1;
  margin: 2em 0 1em 0;
  text-transform: uppercase;
}


/* Span one and a half modules */
.nobarmodule1andhalf
{
width: 195px;
text-align: left;
/*margin: 50px 0 0 120px;*/
}

/* Span 2 modules */
.nobarduomodule
{
width: 400px;
}


/* Span 3 modules */
.nobartrimodule
{
width: 263px;
}

/* Span 4 modules */
.nobarquadmodule
{
width: 732px;
}

/* Span 5 modules */
.nobarpentmodule
{
width: 910px;
}

.nobarmodule100
{
padding: 10px 5px;
margin-top: 10px;
clear: both;
width: 98%;
}

.grayline
{
border-top: 1px solid #e2e2e2;
padding: -15px 5px;
margin-top: 5px;
}

.clear
{
clear: both;
height: 1px;
font-size: 1px;
border: none;
margin: 0;
padding: 0;
background: transparent;
z-index: -1000;
display: inline-block;
}
