/**eWage CSS**/
/**styling for the help page**/

#help { margin: 0 auto; padding: 15px 0; height: 350px; width: 90%; border-bottom: solid 1px #cccccc; }
.helpleft { margin-right: 10px; width: 45%;  float: left; display: block; }
.helpright { margin: 0 0 0 10px; width: 45%; float: left; text-align: center; }
.helpright img { padding: 1em; margin: 0; border: solid 1px #cccccc; }
.helpright a:hover img { border: solid 1px #2267ac; }

.q { background: #ffffff url('../images/bullet_q.jpg') no-repeat 25px center; padding: 15px 0 10px 65px; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; font-size: 14px; font-weight: bold; font-style: italic; height: 32px; }
.ans { display: block; margin: 0 25px 5px 65px; font-size: 11px; text-align: justify; }

ul.ans li { list-style-image: url(../images/bullet_blue.jpg); }

ol { width: 80%; padding: 1em 0 0 6em; font-size: 1.5em; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; font-weight: bold; font-style: italic; }
ol li { margin-bottom: 1.5em; }
ol li ul { font-style: normal; font-weight: normal; }
