body {
	background:url(../img/pagebg.gif);
	margin: 0;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
div {
	margin:0;
	padding:0;
}
#container {
	width:760px;
	margin: 0 auto 20px auto;
	background:#fff url(../img/containerbg.gif) top left repeat-y;
	border:thick groove #900;
	overflow:auto;
	position:relative;
}
#masthead {
	background:#004898 url(../img/masthead.gif) no-repeat;
	height:100px;
}
#masthead h1 {
	margin:0 0 0 -2000px
}
#logo {
	position:absolute;
	top:0;
	left:0;
}
/*--- Footer - Bottom Links ---*/

#footer {
	clear:both;
	margin:0 0 30px 160px;
}
#mainBody {
	margin-bottom:1px;
	padding-bottom:1px;
}

/* Navigation Links */
#nav {
	width:140px;
	padding-left:10px;
	float:left;
	color:#C24538;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:30px;
	padding-bottom:30px;
}
#nav p {
	font-size: 1.1em;
	font-weight:bold;
	margin: 15px 0px 2px 0px;
}
#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}
#nav li {
	margin-bottom:3px;	
}
#nav a {
	font-weight:bold;
	color: #FFFFFF;
	background-image: url("../images/bullet-null.gif");
	background-repeat:no-repeat;
	background-position:100% 50%;
	display: block;
	width: 130px;
	padding: 2px 10px 2px 0px;
}
#nav a:hover {
	color: #FFAA00;
	background-image:  url("../images/bullet-on.gif");
}
#nav .menutoplevel a:hover {
	background-image: url("../images/bullet-down.gif");
	background-position: right 7px;
}
#nav .menu2ndlevel a {
	font-weight:bold;
	color: #C24538;
	background-image: url("../images/bullet-null.gif");
	display: block;
	width: 120px;
	padding: 2px 10px 2px 0px;
	margin: 0px 0px 0px 15px;
}	
#nav .menu2ndlevel a:hover {
	background-image: url("../images/bullet-null.gif");
	background-repeat:no-repeat;
	background-position: 100% 50%;
	color: #C24538;
}
#nav .menu3rdlevel a {
	margin: 0px 0px 0px 30px;
	width: 105px;
	color: #FFFFFF;
}
#nav .menu3rdlevel a:hover {
	background-image: url("../images/bullet-on.gif");
	color: #FFFFFF;
}
#nav ul.nodrop li a:hover {
	background-image: url("../images/bullet-on.gif");
	background-position:100% 50%;
}

/*---- Content Area --*/
#content {
	width:560px;
	padding-right:20px;
	padding-bottom:0	px;
	float:right;
	margin-bottom:0;
	/*background-color:#fff;*/
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004898;
	text-align: center;
	margin: 20px 0px 15px 0px;
	padding:0px;
	line-height: 1.2em;
	font-size:2em;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004898;
	text-align: center;
	margin: 20px 0px 10px 0px;
	padding:0px;
	font-size:1.6em;
}
#content h3 {
	color: #900;
	margin: 20px 0px 0px 0px;
	font-size:1.4em;
}
#content h4 {
	color: #004898;
	margin: 20px 30px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #b31b1a;
	font-size:1.2em;
}
#content h5 {
	color: #004898;
	margin: 20px 0px 0px 0px;
	font-size:1.2em;
}
#content p {
	margin: 0px 30px 10px 0px;
	padding:0px;
	font-size:1.1em;
	line-height:1.5em;
}
#content ul {
	margin: 10px 30px 10px 40px;
	padding: 0px 0px 0px 0px;
	font-size:1.1em;
	line-height:1.5em;
}
a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #004898;
}
.centered {
	text-align: center;
}
.alert {
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
	text-align: center;
}
.note {
	width:275px;
	margin: 10px auto 10px auto;
}
dt {
	font-weight:bold;
}
.tinytext {
	font-size:.9em;
}
hr {
	width: 80%;
}
.superscript {
	font-size: 0.8em;
	vertical-align: super;
}

/* ------- Tables ----- */
.dataTable {
	border: 1px solid #004898;
	width:auto;
	margin: 0px auto 0px auto;
	font-size: 10px;
	line-height: 1.2em;
}
.dataTable .insideFormTable td{
	padding: 0px;
	border: 0px solid #FFFFFF;
}
.dataTable th {
	color: #FFFFFF;
	background-color: #004898;
	border: 1px solid #FFFFFF;
	padding: 4px;
}
.dataTable td {
	border: 1px solid #093A86;
	padding: 4px;
	vertical-align:top;
}
table#pubsList, table#linksList {
	width:98%; margin:0;
}
#register01Table {
	width: 95%;
	margin-left: 0px;
}

/*--- Forms----- */
.form {
	margin:0px;
	padding: 0px;
}
.formTable {
	width:auto;
	margin: 0px auto 0px auto;
	font-size: 1em;
	line-height: 1.2em;
}
.formTable td {
	padding:3px;
}
.formTable th {
	text-align:right;
	padding:3px;
}
.insideFormTable {
	margin: 0px;
}
.buttonCell {
	text-align:center;
}
.button {
	background-color: #900;
	color: #FFFFFF;
	font-weight: bold;
}
.formLabels {
	font-weight: bold;
	text-align:right;
	font-size: 1em;
}
input, select {
	font-size: 1em;
	line-height: 1.2em;
}
textarea {
	font-size: 1em;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.formInstructions {
	text-align: center;
}

/* form objects for the search page */
fieldset {
	width: 350px;
	margin: 0px auto 10px auto;
	padding: 20px 0px 0px 0px;
}
legend {
	color:#b31b1a;
	font-size: 1.3em;
	font-weight: bold;
}
fieldset select {
	width: 150px;
	margin: 15px 0px 5px 75px;
}
fieldset input {
	margin: 15px 0px 5px 0px;
}
#providerListTable {
	margin: 20px auto 0px auto;
	width: 400px;
}
td.nameCell {
	vertical-align: top;
	font-size:1.2em;
	color: #073B86;
	font-weight: bold;
	white-space:nowrap;
	padding: 10px 0px 0px 0px;
}
td.phoneCell {
	text-align: right;
	width: 150px;
	vertical-align: top;
	padding: 10px 0px 0px 0px;
	font-size:11px;
	color: #073B86;
	font-weight: bold;
}
td.addressCell{
	padding: 0px 0px 8px 40px;
	vertical-align: top;
	border-bottom: 1px dotted #b31b1a;
	line-height: 1.2em;
}
td.detailLink {
	text-align: right;
	vertical-align: bottom;
	border-bottom: 1px dotted #b31b1a;
	padding: 0px 0px 8px 0px;
}

/*--------- Membership Application Form ----------*/
form#memberApp {
	width:500px;
	margin:20px auto;
	padding:0;
}
#memberApp fieldset {
	padding: 20px 0 20px 30px;
  	margin: 20px 0 0 0;
	width:460px;

}
#memberApp label {
	width:150px;
	padding:0 4px 0 0;
	float:left;
	text-align:right;
}
#memberApp label.renew {
	width:260px;
	padding:0 2px 0 0;
	float:left;
	text-align:right;
}
#memberApp input {
	width:250px;
	float:left;
	margin:0;
}
#memberApp input.renew {
	width:auto;
	float:left;
	margin:2px;
	padding: 2px;
}
#memberApp p {
	clear:both;
	margin: 0;
	line-height:2em;
	padding:5px 0;
}
#memberApp h4 {
	clear:both;
}
#memberApp #profTraining label {
	width:400px;
	float:none;
	margin-left:20px;
	margin-bottom:5px;
	text-align:left;
	display:block;
	line-height:1.3em;
	
}
#profTraining textarea {
	float:none;
	width:400px;
	height:100px;
	margin-left:20px;
}

.txtEduBck {
	border: 1px groove #99CD00;
	text-align: left;
	width:25px; 
	height:14px;
}

#memberApp #profTraining input.submitButton {
	width:6em;
	margin:0 0 0 200px;
}
#content p#signupButton {
	text-align:center;
	margin:10px;
}
#content p#signupButton a {
	background-color:#900;
	padding:4px 10px;
	border:2px groove #600;
	font-weight:bold;
	color:#fff;
}
#content p#signupButton a:hover {
	background-color:#004898;
	border-color:#666;
}
/*--- Home Page ---*/
#HomeImg {
	float:right;
}

/*----- Membership Explanantion Page ---- */
#content p.tagLine {
	text-align:center;
	font: italic bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #004898;
}
#content #benefits {
	width:400px;
	margin:0 auto;
	background:url(../img/benefitsBG.jpg) top center repeat-y;
	border:2px groove #000;
}
#content #benefits h1 {
	color:#fff;
	background: #004898 url(../img/benefitsTitle.gif) top center no-repeat;
	margin:0;
	text-align:center;
	border-bottom:2px groove #000;
	font: italic bold 3em Georgia, "Times New Roman", Times, serif;
	height:44px;
}
#content #benefits h1 span {
	margin-left:-2000px;
}
#content #benefits ul {
	margin:20px 0 20px 50px;
}
#content #benefits li {
	list-style:none;
	margin:8px 0;
	padding:0 20px 0 18px;
	background:url(../img/benefitsBullet.gif) 0 3px no-repeat;
}
h2#memberLevel {
	font: italic 2.5em Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
}
#content p.memberLevelQuestions {
	margin: 10px 60px 15px 60px;
	text-align:center;
}
#content table#membershipCriterion {
	margin:30px auto 0 auto;
	border-collapse:collapse;
	border:1px solid #333;
	background:#C6DEEF url(../img/benefitsBG.jpg) center top repeat-y;
}
#content table#membershipCriterion td, #content table#membershipCriterion th  {
	border:1px solid #333;
	padding:4px;
	text-align:left;
}
#content table#membershipCriterion th  {
	background-color: #004898;
	color:#fff;
}
#content table#membershipCriterion th.level {
	width:175px;
}
#content table#membershipCriterion ul {
	margin:0 0 0 20px;
	padding:0;
}
#content p#memCriterionNotes {
	font-size:.9em;
	margin:3px 0 5px 70px;
}
#content p#skillsTesting {
	margin:0 0 30px 20px;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}
#content table#membership {
	margin:0 auto 0 auto;
	border-collapse:collapse;
	border:1px solid #333;
	background:#C6DEEF url(../img/benefitsBG.jpg) center top repeat-y;
}
#content table#membership td, #content table#membership th  {
	border:1px solid #333;
	padding:4px;
}
#content table#membership th  {
	background-color: #004898;
	color:#fff;
}
#content table#membership td {
	text-align:center;
}
#membershipFootnotes {
	text-align: center;
}
#membershipFootnotes p {
	margin:6px 0;
}

/* Used on Seminar and Provider Detail Pages */
#ProviderDetailTable {
	margin: 15px auto 0px auto;
	width: auto;
	border: 0px;
}
#ProviderDetailTable td.infoCell {
	padding: 20px 0px 0px 30px;
	width: auto;
	border: 0px;
	vertical-align: top;
}
#ProviderDetailTable td.picture {
	padding: 10px 0px 0px 0px;
	width: auto;
	border: 0px;
	text-align:center;
	vertical-align: top;
}
#content p.providerDetailHeading {
	font-size: 1.2em;
	font-weight: bold;
	color: #073B86;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #b31b1a;
}
#content p.providerDetailInfo {
	font-size: 1.1em;
	margin: 0px 30px 10px 20px;
}
h1#providerPage {
	margin: 30px 0px 0px 0px;
}
.seminarListHead {
	text-align:left;
	font-size:1.2em;
}
.dataTable td.seminarInfo {
	padding: 4px 4px 4px 30px;
	font-size:1.1em;
}
#seminarTable td.buttonCell {
	vertical-align:middle;
}
#seminarTable {
	width: 85%;
}
.providerListTable hr {
	width: 100%;
}
div.centeredBlock {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#content ul.bod {
	margin: 30px 0px 50px 0px;
	padding: 0px;
	list-style-type:none;
}
#content ul.bod li {
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
}
.caption {
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}
p.image {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.tableCaption {
	font-size: 1em;
	text-align:center;
	padding: 0px 20px 0px 20px;
}
table.ergonomic {
	width:94%;
	margin: 20px 0px 40px 0px;
	border: 3px double #093A86;
}
table.ergonomic td {
	padding: 5px;
	border: 1px double #AAAAAA;
	border-collapse: collapse;
}
#linkList ul{
	margin: 0px;
	padding:0px;	
}
#linkList li{
	margin-bottom: 10px;
	margin-left:30px;
	margin-right:50px;
	padding:0px;
	list-style-position:outside;	
}
.leftimage {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.rightimage {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:10px;
}
.clearLeft {
	clear:left;
}
.clearall {
	clear:both;
}
#bottomlinks {
	font-size:1em;
	line-height:1.3em;
	text-align:center;
	margin-top:30px;
}
img#headache01 {
	float:left;
	margin:10px 10px 0 0;
}
img#headache02 {
	float:right;
	margin: 5px 10px 0px 10px;
}
/* Publications Page */
div.PubList {margin: 0 40px 20px 0; border-bottom: 1px solid #aaa; padding:0; }
.pubcitationList { font-size: 1.2em; font-weight: bold; color: #073B86;; margin: 30px 0 4px 0px; padding:0; }
.pubView {position:relative; text-align:right; margin:-1.5em 0 4px 0; line-height:1.5em;}

.pubcitation { font-size: 1.2em; font-weight: bold; color: #073B86; margin: 60px 30px 4px 0px; padding:0; }
.pubauthor {margin:0 30px 0 20px; line-height:1.5em;}
.pubdate {margin:0 0 0 20px; line-height:1.5em;}
.pubLink {margin:0 30px 0 20px; line-height:1.5em;}
.pubabstract {margin:20px 30px 50px 20px; line-height:1.5em; border-top: 1px solid #aaa; padding:5px 0;}

div.PubProvDetail { border-bottom: 1px solid #aaa; margin:5px 30px 20px 20px;}
.pubcitationProvDetail {font-size: 1.1em; margin: 0px 0 0px 0; line-height:1.5em; font-weight:bold;}
.pubDateProvDetail {font-size: 1.1em; margin: 0px 0 0px 0; line-height:1.5em;}
.pubViewProvDetail {position:relative; text-align:right; margin:-1.5em 0 0 0; line-height:1.5em;}

div.jobs {margin: 0 40px 20px 0; border-bottom: 1px solid #aaa; padding:0; }
.jobsName {font-size: 1.2em; font-weight: bold; color: #073B86;; margin: 30px 0 4px 0px; padding:0; }
.jobsDate {margin:0 0 0 20px; line-height:1.5em; }
.jobsLocation {margin:0 0 0 20px; line-height:1.5em; }
.jobsView {position:relative; text-align:right; margin:-1.5em 0 4px 0; line-height:1.5em;}

.navigationStatus {text-align:center; margin-top:10px;}


/*Exercise Page */

#exerList h2 {
	text-align:left;
}
#exerList li {
	margin-left:40px;
	padding-left:0;
}

/* Testing Information Page */
.testingBox {
	margin: 15px 20px 15px 0;
	padding:5px 0 5px 5px;
	background:#C6DEEF url(../img/benefitsBG.jpg) center top repeat-y;
	border:1px solid #000066;
}

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #9CF;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}