/*------------------------------*/
/*   CONTENT APPLIABLE STYLES   */
/*------------------------------*/

.center { text-align: center;}

.thumb { margin: 5px 10px 0px 0px;}
.thumbHack { margin: 5px 10px 40px 0px;}

.overview-thumb { padding: 20px 20px 200px 20px;}


/* ul with no indention */
   .a_no-indentUL li { margin-left: 0px}

.no-indent { margin-left: 0px;}

.note { 
  border: 1px solid #999999;  
  padding: 10px;
  position: relative;
 
  }

.seperate-img-from-content { margin: 0px;}
.seperate-img-from-content dd, .seperate-img-from-content dt { float: left; margin: 0;}
.clear { clear: both; float: none !important;}


.a_quickStepLead {
	font-size: 1.2em;
}
.a_addlMaterials {
	margin-left: 2em;
}

/* different number colums for tables */
   .a_table_2ColLanding td { width: 40%; border:hidden}
   .a_table_2Col td { width: 40%;}
   .a_table_3Col td { width: 30%;}
   .a_table_4Col td { width: 20%;}

/* Alternate color for table row */
	.a_altBG { background: #f2eee5;}


/* Apply to DIV tag in Category Index pages so the content is in a column */

#a_categoryRightContent {
	float: right;
	}

#divRightCat {
	float: right;
	}
#divLeftCat {
	float: left;
	}



/*------------------------------*/
/*     H1 PAGE TITLE IMAGE  STYLES    */
/*------------------------------*/

.a_titleInfo {
	background: url("../img/icon_generic.gif") no-repeat 0px top;
	padding-left: 45px;
	line-height: 35px;
}

.a_titleForms {
	background: url("../img/icon_forms.gif") no-repeat 0px top;
	padding-left: 45px;
	line-height: 35px;
}

.a_titleOverview {
	background: url("../img/icon_overview.gif") no-repeat 0px top;
	padding-left: 45px;
	line-height: 35px;
}

.a_titlePolicy {
	background: url("../img/icon_policy.gif") no-repeat 0px top;
	padding-left: 45px;
	line-height: 35px;
}

.a_titleQuickSteps {
	background: url("../img/icon_quick_steps.gif") no-repeat 0px top;
	padding-left: 45px;
	line-height: 35px;
}

.a_titleResources {
	margin-top: 5px;
	background: url("../img/icon_resources.gif") no-repeat 0px top;
	padding-left: 45px;
	line-height: 35px;
}

.a_titleTraining {
	background: url("../img/icon_training.gif") no-repeat 0px top;
	padding-left: 45px;
	line-height: 35px;
}

.a_checkoff {
	background: url("../img/checkoff.gif") no-repeat 0px top;
	padding-left: 30px;
	line-height: 30px;
	margin-left: 40px;
}
