/*** default styles ***/

body
{
	color: #333333;
	margin: 8px;
	background-color: #c1c0c0;
	background-image: url(/images/common/main_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 11px;
}

#page-center
{
  margin-right: auto;
	margin-left: auto;
	width: 754px;
	background-color: #ffffff;
	border: solid 3px #b2b2b2;
}

a
{
    color: #006699;
    text-decoration: none
}
a:link
{
    color: #006699;
    text-decoration: none
}
a:visited
{
    color: #006699;
    text-decoration: none
}
a:hover
{
    color: #006699;
    text-decoration: underline;
}
a.bold
{
    color: #148fac;
    font-weight: bold;
    text-decoration: none;
}
a.bold:link
{
    color: #148fac;
    font-weight: bold;
    text-decoration: none;
}
a.bold:visited
{
    color: #148fac;
    font-weight: bold;
    text-decoration: none;
}
a.bold:hover
{
    color: #148fac;
    font-weight: bold;
    text-decoration: underline;
}
a.green
{
    color: #276719;
    text-decoration: underline;
}
.label
{
  color: #066ea2;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  padding-right:5px;
  font-family: Verdana;
  font-size: 10px;
}
.bluebold
{
  font-weight: bold;
  color: #148fac;
}

.right
{
  text-align: right;
}
.left
{
  text-align: left;
}
.center
{
  text-align: center;
}
.middle
{
  vertical-align: middle;
}
.middlecenter
{
  vertical-align: middle;
  text-align: center;
}
input
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
select
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error
{
	font-size: 10px;
	font-weight: bold;	
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #cc3333;
}

.floatLeft
{
  float:left;
}
.floatRight
{
  float:right;
}
.clear
{
	clear: both;
	font-size: 1px; 
	line-height: 1px;
	height: 0px;
	white-space: nowrap;
}		

form
{
  margin: 0;
}
div.blt
{
  text-indent: -11px;
  padding-left: 11px;
  padding-bottom: 4px;
}

/* NAV/HEADER ITEMS */
.header
{
  width: 754px;
}
.headerNav
{
  background-image: url(/images/header/nav_buttonbg.jpg);
  background-repeat: no-repeat;
  width: 637px; /* 641 - padding */
  height: 45px; /* 45 - padding */
  padding-right: 4px;
  text-align: right;
  vertical-align: bottom;
  font-size: 0px;
  line-height: 0em;
}
.headerContact
{
  background-image: url(/images/header/nav_middle.jpg);
  background-repeat: no-repeat;
  width: 313px; /* 339 - padding */
  height: 28px;
  padding-right: 11px;
  text-align: right;
  font-size: 0px;
  line-height: 0px;
}
.navDivider
{
  padding-left: 3px;
  padding-right: 3px;
}
/* END - NAV/HEADER ITEMS */

/* FOOTER */
#footer
{
  width: 754px;
  height: 108px; /* 83 - padding */
  color: #999999;
  text-align: center;
  background-image: url(/images/footer/footer_bg.gif);
  background-repeat: no-repeat;
  padding: 15px 0px 0px 0px;
}

#disclaimer
{
padding:20px;
background:#b2b2b2;


}
/* END - FOOTER */

/* HOME PAGE - Items specific to this page */
#leftCol
{
  float: left;
  width: 464px; /* 471 - padding */
  padding: 0px 3px 0px 4px;
}

#rightCol
{
  float: left;
  width: 279px; /* 283 - padding */
  padding-right: 4px;
}
.flash
{
  margin-bottom: 3px;
}
.overview
{
  font-size: 12px;
  padding: 10px 0px 10px 2px;
}

.questions
{
  background-image: url(/images/home/questions_bg.gif);
  background-repeat: no-repeat;
  background-color: #d3f5b9;
  width: 245px; /* 273 - padding */
  height: 143px;  /* 171 - padding */
  border: solid 3px #e0ead4;
  padding: 38px 0px 0px 28px;
  margin-bottom: 10px;
}

.memberApp
{
  background-image: url(/images/home/memberapp_bg.gif);
  background-repeat: no-repeat;
  background-color: #c2ecff;
  width: 153px; /* 273 - */
  height: 167px; /* 276 - */
  border: solid 3px #ebf3f7;
  padding: 100px 0px 0px 120px;
  margin-bottom: 4px;
}
/* END - HOME PAGE */

/* COMMON */
.bluegrad
{
  background: url(/images/common/bluegrad.gif);
  background-repeat: repeat-x;
  padding: 20px;
}
.featured
{
  background-image: url(/images/common/featured_bg.jpg);
  background-color: #e8e8e8;
  width: 264px; /* 279 - padding */
  height: 83px; /* 98 - padding */
  padding: 15px 0px 0px 15px;
}
.featuredImage
{
  float: left;
  width: 100px;
  border: solid 1px #cfcfcf;
  padding: 1px;
}
.featuredText
{
  float: left;
  width: 140px;
  padding-left: 12px;
}
.news
{
  background-image: url(/images/common/featured_bg.jpg);
  background-color: #e8e8e8;
  width: 264px; /* 279 - padding */
  height: 82px; /* 97 - padding */
  padding: 15px 0px 0px 15px;
}
.rule
{
  background-color: #cecece;
  height: 1px;
  font-size: 1px;
}
div.rulePadding
{
  height: 1px;
  font-size: 1px;
  line-height: 0px;
  white-space: nowrap;
  background-color: #d7d7d7;
  margin: 15px 0px 10px 0px;
}
.ruleGreen
{
  background-color: #9bd274;
  height: 1px;
}

.title
{
  font-size: 12px;
  color: #148fac;
  font-weight: bold;
}
.banner
{
  padding-bottom: 3px;
  font-size: 1px;
}
.bodytext
{
  font-size: 12px;
}
.wideBody
{
  padding: 40px 60px 40px 60px;
  background: url(/images/common/bluegrad.gif);
  background-repeat: repeat-x;
}


img.border
{
  background-color: #ffffff;
  border: solid 1px #cfcfcf;
  padding: 1px;
}

div.industryCareer
{
  background-image: url(/images/common/industry_career_bg.gif);
  background-repeat: no-repeat;
  background-color: #c9f5a7;
  width: 220px; /* 273 - */
  border: solid 3px #e0ead4;
  padding: 50px 25px 25px 28px;
  margin-bottom: 4px;
}

div.downloadApp
{
  background-image: url(/images/common/download_app_bg.gif);
  background-repeat: no-repeat;
  background-color: #c3edff;
  width: 220px; /* 273 - */
  border: solid 3px #ebf3f7;
  padding: 50px 25px 25px 28px;
  margin-bottom: 4px;
}

div.applyNow
{
  background-image: url(/images/common/apply_bg.gif);
  background-repeat: no-repeat;
  background-color: #c3edff;
  width: 220px; /* 273 - */
  border: solid 3px #ebf3f7;
  padding: 50px 25px 25px 28px;
  margin-bottom: 4px;
}

/* END - COMMON */

/* NEWS */
div.news-item
{
  width:624px;
}
div.news-item-image
{
  float: left;
  width: 147px;
  text-align: center;
  padding-bottom: 10px;
}
div.news-item-text
{
  float:left;
  width: 477px;
  font-size: 12px;
  padding-bottom: 10px;
}
div.news-item-textonly
{
  float:left;
  width: 624px;
  font-size: 12px;
  padding-bottom: 10px;
}
div.news-item-download
{
  float:left;
  vertical-align:middle;
}
img.details
{
  padding: 1px;
  border: solid 1px #cccccc;
}

.newsTitle
{
  font-size: 15px;
  color: #148fac;
  font-weight: bold;
  padding: 5px 0px 20px 0px;
}

.fileDownload
{
  background-image: url(/images/common/blue_swoosh.jpg);
  background-repeat: no-repeat;
  background-color: #c4edff;
  width: 213px; /* 273 - */
  border: solid 3px #ebf3f7;
  padding: 24px 30px 15px 30px;
  margin-bottom: 4px;
  line-height: 1.4em;
}
.fileDownload p
{
  padding: 8px 0px 8px 0px;
  margin: 0px;
}
a.pdf
{
  padding-left: 22px;  
  background: transparent url(/images/common/pdf.gif) no-repeat center left;  
  font-size: 12px;
  font-weight: bold;
  color: #148fac;
  text-decoration: underline;

}
/* END - NEWS */

/* MEMBERS LIST * DETAILS */
.blueGradBody
{
  background: url(/images/common/bluegrad.gif);
  background-repeat: repeat-x;
  padding: 20px 30px 20px 30px;
  margin-top: 0px;
  margin-left: 4px;
  margin-right: 3px;
}
.searchInput
{
  float: left;
  width: 285px;
}
.searchDivider
{
  float: left;
  width: 25px;
  padding-top: 20px;
}
.searchLogos
{
  float: left;
  width: 375px;
}

.searchLogosNew
{
  float: left;
  width: 475px;
}

.searchInputNew
{
  float: left;
  width: 190px;
}

.searchDividerNew
{
  float: left;
  width: 0px;
  padding: 30px 12px 0px 9px;
}

div.memberBox
{
  background-image: url(/images/members/member_bg.gif);
  background-repeat: repeat-x;
  background-color: #f7f7f7;
  width: 687px;
  height: 98px;
  margin-bottom: 5px;
}
div.memberBox-image
{
  float: left;
  width: 140px;
  text-align: center;
  padding-top: 12px;
}
div.memberBox-text
{
  float:left;
  width: 525px;
  padding-top: 15px;
}

div.memberDetails
{
  padding: 35px 40px 35px 40px;  
}
div.memberDetails-image
{
  float: left;
  width: 385px;
}
div.memberDetails-text
{
  float:left;
  width: 289px;
  font-size: 12px;
  padding-top: 35px;
}
.memberTitle
{
  font-size: 16px;
  color: #148fac;
  padding-bottom: 17px;
}
/* END - MEMBERS LIST * DETAILS */



/* BEGIN - Training Schedule */
.grayBox
{
  background: #f7f7f7 url(/images/training/graybox_bg.gif) repeat-x;
  height: 54px; /* 65 - padding */
  padding: 11px 0px 0px 27px;
  margin: 0px 0px 10px 0px;
  border-bottom: solid 1px #d3d3d3;
}
.blueBox
{
  float: left;
  min-height: 520px;
  padding: 20px 20px 20px 30px;
  background: #f7fcfe url(/images/training/bluebox_bg.jpg) repeat-x;
  border: solid 1px #c0daeb;
  font-size: 11px;
}
.tdHeader
{
  font-weight: bold;
  border-bottom: solid 1px #cccccc;
  padding: 2px 0px 2px 2px;
  font-size: 11px;
}
.tdColHeader
{
  background-image: url(/images/training/table_header_bg.gif);
  background-repeat: repeat-x;
  padding: 2px 0px 2px 2px;
  font-size: 11px;
  font-weight: bold;
  color: #008eaf;
}
.tdContent
{
  border-bottom: solid 1px #cccccc;
  padding: 5px 0px 5px 2px;
  font-size: 11px;
}
.providerBox
{
  float: left;
  padding: 0px;
  width: 210px;
  height: 120px;
}
.trainingFMI
{
  font-family: Verdana;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #037792;
  padding: 15px 0px 20px 0px;
}
/* END - Training Schedule */

/* BEGIN - Online Payment */

.applyContainer
{
    padding-bottom:20px;
    border:1px solid red;
}


.applyType
{
background-image: url(/images/membership/box_bg.gif);
padding:2px;
/*border-right:1px solid #D0D0D0;
border-left:1px solid #D0D0D0;*/
border-bottom:1px solid #D0D0D0;
height:24px;
width:185px;
}

.membershipType
{
padding-top:20px;

}


.applyBox
{
float:left;
border-right:1px solid #D0D0D0;
border-left:1px solid #D0D0D0;
border-bottom:1px solid #D0D0D0;
border-top:1px solid #D0D0D0;
height:170px;
width:190px;
color:#066EA2;
font-weight:bold;
margin:0 0px 20px 0;
padding:0 0px 20px 0;


}

.applyBtn
{
padding:10px 0 0 40px;
}

/* END - Online Payment */

label
{
  margin: 0px;
  padding: 0px;
}
label.hidden
{
  visibility: hidden;
  display: none;
  width: 1px;
  height: 1px;
  font-size: 1px;
  margin: 0px;
  padding: 0px;
}