/* ---------------- Global Styles ---------------- */
*{
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica;
	color: #1E1E3B;
}

html body{
	background-image: url(graphics/page_tile.gif);
	background-color: #fff;
	background-repeat: repeat-y;
}

img {border:0;}
b {font-weight:bold;}
i {font-style:italic;}


/* ---------------- Page Structure ---------------- */

/* ---------------- Home Page ---------------- */

#homeSiteContainer {
	background: url(graphics/site_container.jpg) no-repeat;
	height: 100%;
}

#homePageTop {
	height: 265px;
	width: 740px;
	overflow:hidden;
}

#homeTopRight {
	float: right;
	width: 382px;
	position: relative;
	top: 0px;
}
#homeTopNav {text-align: right;}

#floatLink{
	position:absolute;	
	width:102px;
	height:45px;
	top:113px;
	left:343px;
}

/* ---------------- Content Pages ----------------*/
#contentSiteContainer {
	background: url(graphics/site_container_02.jpg) no-repeat;
	height: 100%;
}

#contentPageTop {
	height: 109px;
	width: 740px;
	overflow: hidden;
}

#contentTopRight {
	float: right;
	width: 313px;
	margin-top: 18px;
}

#nav1{margin-left: 0; width: 217px;}
#nav2{margin-left: 27px; width: 213px;}
#nav3{margin-left: 48px; width: 212px;}
#nav4{margin-left: 70px; width: 213px;}

#topLeft {float: left;}

#findNow {
	position: absolute;
	margin: 37px 0 0 -90px;
}

#navigation {
	height: 27px;
	background: url(graphics/nav_tile.gif) repeat-x;
	width: 739px;
}

#navigation a{float: left;}

/* Main Navigation */
#afci_newNav {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
	background: url(graphics/nav_tile.gif) repeat-x;
	width: 739px;
	}

#newNav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
	#newNav li {
		margin: 0px;
		padding: 0px;
		display: inline;
		}
		#newNav li a {
			display: block;
			float: left;
			background-image: url(graphics/bg_navmatrix.gif);
			background-repeat: no-repeat;
			height: 27px;
			text-indent: -9999px;
			text-decoration: none;
			outline: none;
			}

#bHome { background-position: 0 0; width: 88px; }
	#bHome:hover, .current #bHome { background-position: 0 -27px; }

#bAbout { background-position: -88px 0; width: 77px; }
	#bAbout:hover, .current #bAbout { background-position: -88px -27px; }

#bPublications { background-position: -165px 0; width: 82px; }
	#bPublications:hover, .current #bPublications { background-position: -165px -27px; }

#bNews { background-position: -247px 0; width: 122px; }
	#bNews:hover, .current #bNews { background-position: -247px -27px; }

#bContact { background-position: -369px 0; width: 76px; }
	#bContact:hover, .current #bContact { background-position: -369px -27px; }


.bMembers			{ float: left; display: block; text-decoration: none !important; text-indent: -9999px;  margin: 0px; padding: 0px; font-size: 0px; line-height: 17px; width: 102px; height: 17px; background: url(graphics/b_membershome.gif) 0px -17px no-repeat; }
.bMembers:hover	{ background-position: 0px 0px !important; }	

.bLogout			{ float: left; display: block; text-decoration: none !important; text-indent: -9999px;  margin: 0px 5px 0px 0px; padding: 0px; font-size: 0px; line-height: 17px; width: 57px; height: 17px; background: url(graphics/b_logout.gif) 0px -17px no-repeat; }
.bLogout:hover	{ background-position: 0px 0px !important; }	


#contentBox {
	background: url(graphics/content_back.jpg) no-repeat;
	width: 740px;
	padding-top: 23px;
}


#contentBoxChatterBox {
	background: url(graphics/content_back2.jpg) no-repeat;
	height: 100%;
	width: 740px;
	padding-top: 23px;
}

#footer {
	height: 71px;
/* 	background: url(graphics/footer_logo.jpg) no-repeat; */
	padding-left: 202px;
	margin-top: 10px;
	font-size: 10px;
	line-height: 19px;
}

.footerText {
/* 	background: url(graphics/footer_tile.gif) 0px 0px repeat-x; */
 	position: relative; 
	height: 41px;
	width: 537px;
 	top: 8px;
	font-size: 10px;
	line-height: 19px;
}

.membersButton {
	float: right;
	padding-right: 7px;
	padding-top: 5px;
}

#homeLeftCol {
	width: 210px;
	float: left;
}


.formStyle td {padding:4;}

/* ---------------- Search Box ---------------- */

#searchBox {
	background: url(graphics/search_box.gif) no-repeat;
	width: 179px;
	height: 33px;
	text-align: left;
	position: relative;
	top: -15px;
}

#searchInput {
	width: 101px;
	height: 14px;
	border: none;
	font-size: 10px;
	margin: 12px 0 0 39px;
}

#searchGo {
	position: relative;
	top: 7px;
}

/* ---------------- Ad Box ---------------- */

#adBox {
	width: 199px;
	height: auto;
	padding-top: 1px;
	margin: 0 0 20px 8px;
	text-align: center;
}

#adBox img {border:1px solid #7C8185;}

#adBox a {
	font-size:10px;
	color:#666;
}

#adBox a:hover {color:#000;}

#adBox div a {
	line-height:13px;
}

#hosting{
	background: url(graphics/hosting_hand.gif) no-repeat;
	padding-left: 38px;
	margin-left: 15px;
	height: 24px;
	font-size: 10px;
	color:#999999;
}

/* ---------------- Home Page ---------------- */

#homeBox {
	background: url(graphics/content_tile.gif) -5px 0 repeat-y;
	width: 519px;
	margin-left: 212px;
}

#mainBox {
	background: url(graphics/content_tile.gif) repeat-y;
	width: 524px;
	padding-left: 5px;
}

#mainTop {
	width: 519px;
	padding-top: 15px;
	background: url(graphics/content_titlebar.jpg)  no-repeat;
}

#mainTop2 {
	width: 519px;
	padding-top: 13px;
	background: url(graphics/content_titlebar.jpg)  no-repeat;
}

.bottomBar {
	height: 60px;
	display: block;
	background: url(graphics/content_bottom.gif) 0% 100% no-repeat;
}
.pathTrail a {
	color:#FFFFFF;
}

.pathTrail a:hover {
	color:#ff9900;
}

#mainContent {
	padding-top: 13px;
	padding-right: 30px;
	padding-left: 20px;
	font-size: 11px;
}

#mainContent table {
	font-size: 11px;
}

#mainContent p {
	//margin-bottom: 19px;
	margin-bottom: 10px;
	line-height: 15px;
}

#mainContent ul {
	//margin-bottom: 19px;
}

#courseText ul {
	margin: 0 0 0 24px;
}
#courseText table { layout: fixed; }

#sideColumn {
	position: absolute;
	width:199;
	margin-left: 525;

}

#sideBox {
	padding-top: 15px;
	background: url(graphics/sidebar_titlebar.jpg) no-repeat;
}

#sideBox a {text-decoration:underline;}
#sideBox a:hover {text-decoration:underline;}

#sideBoxLong {
	padding-top: 15px;
	background: url(graphics/sidebar_titlebarlong.jpg) no-repeat;
}

#sideBoxLong a {text-decoration:underline;}
#sideBoxLong a:hover {text-decoration:underline;}

#sideContent {
	padding: 15px 30px 20px 15px;
	background: url(graphics/sidebar_bottom.gif) 0% 100% no-repeat;
	position: relative;
	top: 6px;
}

#newsBox {
	padding-top: 15px;
	margin: 0 0 30px 8px;
	background: url(graphics/sidebar_titlebar.gif) no-repeat;
}

#newsBox #sideContent {padding-top: 0px;}

.newsEntry {
	font-size: 10px;
	padding: 15px 0;
	border-bottom: 1px solid #717276;
}

#contentHosting {
	background: url(graphics/hosting_hand.gif) no-repeat;
	padding-left: 38px;
	width:	180px;
	height: 24px;
	font-size: 10px;
	position: relative;
	left: 550px;
	top: 10px;
	color: #999999;
}

#contentAd {
	position: relative;
	top: 15px;
	width: 199px;
	margin-bottom: 50px;
	margin-right: 5px;
	text-align:center;
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	font-style: normal;
	font-family: arial, helvetica;
	color:#666666;
}

#contentAd a {color: #4878B4;}
#contentAd a:hover {color: #ff7700;}



/* ---------------- Results ---------------- */

.resultsHeader {
	margin-bottom: 10px;
	color: #1E1E3B;
}
.resultsTitle {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.resultsPages {
	font-size: 10px;
	text-align: right;
}

.resultsNav {
	clear: right;
	height: 13px;
	font-size: 10px;
	margin-bottom: 10px;
}

.arrowLeft {float:left;}
.arrowRight {float:right;}
.previous {
	background: url(graphics/results/arrow_left.gif) no-repeat;
	padding-left: 19px;
	text-decoration: none;
	float: left;
}

.next {
	background: url(graphics/results/arrow_right.gif) 100% 0 no-repeat;
	padding-right: 19px;
	text-decoration: none;
	float: right;
}

.more {
	background: url(graphics/results/arrow_right.gif) 100% 0 no-repeat;
	padding-right: 19px;
	text-decoration: none;
}

.next:hover, .previous:hover {
	color: #FF6600;
}

.searchResult {
	height: 80px;
	border: 1px solid #CBCDD6;
	background-color: #fff;
	margin-bottom: 14px;
}
.resultBranch {
	color: #FF6600;
	font-size: 11px;
	font-weight: bold;
	margin: 9px 0 0 20px;
	font-family: arial;
}

.resultLocation {
	font-size: 12px;
	color: #1E1E3B;
	margin: 2px 0 0 20px;
}

.resultToolbar {
	margin-left: 20px;
	margin-top: 8px;
}
.newSearch {text-align: center;}


/* ---------------- Profile ---------------- */

#profileLeft {width: 160px;}

#profileRight {padding-left: 15px;}

.areaDetails {}
.areaCurrency {
	background: url(graphics/profile/currency_bg.gif) no-repeat
}
.areaWeather {
	background: url(graphics/profile/weather_bg.gif) no-repeat;
}

.sideTitle {
	font-size: 10px;
	font-family: arial;
	color: #fff;
	height: 14px;
	padding: 1px 0 0 7px;
	margin-bottom: 5px;
	width: 150px;
}
/* \ commented backslash - recover from macIE5 padding workaround, it will ignore the following rule */
.sideTitle {padding-top: 0px;}

.weatherImage {
	width: 56px;
	text-align: right;
	float: left;
}

.weatherDegrees, .currencyMain {
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
}

.currencyMain {color: #339966; text-align: center;}

.weatherDegrees {
	margin-left: 74px;
	color: #7B97C5;
	padding-top: 3px;
	margin: 0 0 5px 74px;
}

.sideRows li{
	
	font: 10px/16px Arial;
	list-style-type: none;
	margin-bottom: 1px;
	border-bottom: 1px solid #fff;
	width: 150px;
}

.currencyList li{border-color: #7BC59A;color: #339966;}
.weatherList li{border-color: #7B97C5;color: #336699;}

.weatherMore {
	color: #333399;
	font-size: 10px;
	font-family: arial;
}
.profilePhoto {margin-bottom: 15px;}

/* ---------------- Browse ---------------- */

.browseList {
	border-top: 1px solid #cccccc;
	padding: 7px 0 0 0;
	margin: 10px 0 0 10px;
}

.squareList {margin-left: 5px;}

.browseList .squareList {
	margin: 8px 0 0 13px;
}

.squareList li {
	list-style-type: none;
	background: url(graphics/bullet_square.gif) 0px 6px no-repeat;
	line-height: 15px;
	padding-left: 10px;
}

/* ---------------- members login ---------------- */

/* removed and placed in doc_style_chatterbox.css */

/* ---------------- Formatting ---------------- */

#mainContent a {color: #4878B4;}
#mainContent a:hover {color: #ff7700;}
.newsTitle {font-weight: bold;text-decoration: none;}
.newsTitle:hover {color: #6C80A6;}
.footWhite{color: #fff;}
.footDark{color: #575E64;}

#hosting a, #contentHosting a{
	color: #999999;
	text-decoration: none;
}

#hosting a:hover, #contentHosting a:hover {color: #FF6600;}
.footWhite a{color: #fff; text-decoration: none;}
.footWhite a:hover {color: #D0DFEF;}

h1 {
	padding-left: 20px;
	color: #fff;
	font-size: 11px;
	margin-bottom: 9px;
}

h1 span {font-weight: normal;color: #ffffff;}

h2 {
	color: #FF6600;
	font-size: 11px;
	margin-bottom: 2px;
}

.mainTitle {
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 9px;
}

.mainTitle span {font-weight: normal;color: #ffffff;}


/* ---------------- List Styles ---------------- */

.arrowList li {
	font-weight: bold;
	font-size: 11px;
	margin: 9px 0 9px 33px;
	list-style-image: url(graphics/bullet.gif);
}

.subNav2 li{
	width: 150px;
	list-style-type: none;
	background: url(graphics/bullet_02.gif) 0px 4px no-repeat;
	line-height: 15px;
	padding-left: 8px;
	margin-bottom: 15px;
}

.seperator {margin: 10px 0;}

#sideContent {font-size: 11px;}
#sideContent a {text-decoration: none;}
#sideContent a:hover{color: #ff6600;}
#sideContent .current{font-weight: bold;}

#sideContent .link {text-decoration: underline;	font-weight:bold;}

.arrowList2 {
	list-style: none;	
}

.arrowList2 li {
	background: url(graphics/bullet_02.gif) 0px 4px no-repeat;
	line-height: 15px;
	padding-left: 8px;
	margin-bottom: 15px;
}

/* ---------------- Profile Formatting ---------------- */
h3 {font-size: 13px;}

h4 {
	font-size: 11px;
	margin-bottom: 3px;
}

h5 {
	color: #4878B4;
	font-size: 11px;
	margin-bottom: 2px;
}

.profileName {
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	margin-top: 3px;
}

.profileJob {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 6px;
}

#profileRight, #profileRight td {font-size: 12px;}
#profileRight a {color: #333399; text-decoration: none;}

.newSearch a{
	color: #8A96AB;
	font-weight: bold;
	text-decoration: none;
}

.newSearch a:hover{color: #FF6600;}



/* --------------- Members Only --------------- */

.userName {
	font-weight: bold;
	color: #ff6600;
}

.membersHomepageTools {
	margin-bottom:10;
	padding:10;
	background-color:#FFFFFF;
	border: 1px solid #CBCDD6;
}

.membersHomepageTools div {
	padding:0;
	margin-bottom:5;
}

.membersHomepageTools a {
	font-weight:bold;
	margin-bottom:45;
}

.membersHomepageTools a:hover {
	color:#4C6796;
}

.membersOverview {
	border:1px solid #CBCDD6;
	padding:10;
	margin-bottom:15;
}

.inputTable th {
	text-align:right;
	vertical-align:top;
	padding-top:5;
	padding-right:6;
}

.inputTable td {
	padding-top:2;
	padding-bottom:2;
}

.inputTable .groupedInput {
	margin-top:2;
}

.contactsTable {
	border-collapse:collapse;
	width:476;
}

.contactsTable th {
	text-align:left;
	padding:4;
	border:1px solid #FFFFFF;
}

.contactsTable td {
	padding:4;
	border:1px solid #FFFFFF;
}

.contactsTable a:hover {
	color:#FF6600;
}


/* --------------- Inputs --------------- */



.largeInputBox input, .largeInputBox select {
	font-weight: normal;
	font-size: 11px;
	line-height:16px;
	height:21;
	padding-left:3;
	border:1px solid #4A597A;
	width:330;
}

.largeInputBox textarea {
	font-weight: normal;
	font-size: 11px;
	line-height:16px;
	padding-left:3;
	border:1px solid #4A597A;
	width:330;
}

.largeInputBox .checkBox{
	width:14;
	height:14;
}



/* ------------ Alert ------------ */

/* -- SUCCESS -- */
.sbSuccess {
	border:1px solid #8D8E94;
	margin-bottom:15;
}

.sbSuccessImage {
	vertical-align:top;
	width:35;
	text-align:center;
	background-color:#D5D7E1;
	padding-top:5;
	padding-bottom:5;
}

.sbSuccessHeader {
	font-size: 14px;
	line-height: 18px;
	font-weight:bold;
	font-style: normal;
	font-family: arial, helvetica;
	color:#009900;
	padding:5;
	padding-top:9;
}

.sbSuccessHeader span {
	font-size: 12px;
}


.sbSuccessMessage {
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	font-style: normal;
	font-family: arial, helvetica;
	color:#666666;
	padding:5;
}

.sbSuccessMessage ol {
	margin-bottom:5;
}


/* -- FAILURE -- */
.sbFail {
	border:1px solid #8D8E94;
	margin-bottom:15;
}

.sbFailImage {
	vertical-align:top;
	width:35;
	text-align:center;
	background-color:#D5D7E1;
	padding-top:5;
}

.sbFailHeader {
	font-size: 14px;
	line-height: 18px;
	font-weight:bold;
	font-style: normal;
	font-family: arial, helvetica;
	color:#FF3300;
	padding:5;
	padding-top:9;
}

.sbFailHeader span {
	font-size: 12px;
}

.sbFailMessage {
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	font-style: normal;
	font-family: arial, helvetica;
	color:#666666;
	padding:5;
}

.sbFailMessage ol {
	margin-bottom:5;
}


/* -- ALERT -- */

.sbAlert {
	border:1px solid #8D8E94;
	margin-bottom:15;
}

.sbAlertImage {
	vertical-align:top;
	width:35;
	text-align:center;
	background-color:#D5D7E1;
	padding-top:5;
}

.sbAlertHeader {
	font-size: 14px;
	line-height: 18px;
	font-weight:bold;
	font-style: normal;
	font-family: arial, helvetica;
	color:#FF9900;
	padding:5;
	padding-top:9;
}

.sbAlertHeader span {
	font-size: 12px;
}

.sbAlertMessage {
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	font-style: normal;
	font-family: arial, helvetica;
	color:#666666;
	padding: 5;
}

.sbAlertMessage ol {
	margin-bottom:5;
}

#mainSearch {
	width: 240px;
	height: 76px;
	margin-left: 120px;
	background: url(graphics/browse/search_box.gif) no-repeat;
}

.mainTextBox {
	border: none;
	height: 14px;
	width: 147px;
	font-size: 11px;
	margin: 2px 0 0 46px;
}

.mainSearchGo {
	margin-left: 10px;
}

.imgStyle {
	background: url(graphics/shadow.gif) 2px 2px no-repeat;
	padding: 2px;
}
.imgStyle img{
	margin-top:-2px;
	margin-left: -2px;
}

.floatRight {float: right;	margin-left: 15px;}
.floatLeft {float: left; margin-right: 15px;}
.contentNav {
	margin-bottom: 15px;
	font-size: 9px;
	font-family: verdana;
	color: #ACACAC;
}
.contentNav .currentPage {
	font-weight: bold;
}



/* -- Program Table Style -- */
.programTable {
	border-top: 1px solid #C7C7C7;
}
.programTable th, .programTable td {
	font-weight: normal;
	padding: 3px;
}

td.headerCell {
	background: #E6E6E6;
	font-weight: bold;
	font-size: 10px;
}

.programTable th {
	border-left: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	font-size: 9px;
	color: #676767;
	background: #FBFBFB;
}
.programTable td {
	border-bottom: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	padding: 3px 3px 3px 10px;
}

.deadRow {height: 35px;}

.programTable td span {
	font-weight: bold;
	font-style: italic;
	color: #ff6600;
}

/* -- Rates Table Style -- */
.ratesTable {
	border-top: 1px solid #C7C7C7;
}
.ratesTable td, .ratesTable th {
	font-family: verdana;
}
.ratesTable td {
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #C7C7C7;
	padding: 3px;
	border-right: 1px solid #C7C7C7;
}

.ratesTable th {
	font-weight: normal;
	text-align: left;
	font-size: 9px;
	width:170px;
	padding: 3px;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	color: #676767;
	background: #FBFBFB;
}

.rateOrange td {color: #000; font-weight: bold;}

/* -- Registration Form -- */

.registrationForm .textField, .registrationForm select, .registrationForm textarea {width: 230px;}
.registrationForm span {
	color: #990000;
	font-size: 10px;
}

.registrationForm td {
	padding: 2px;
	vertical-align: top;
}

/* ----- Events ----- */

.eventPhotos {
	width:500;
}

.eventPhotos img {
	margin-bottom:20;
}

/* ----- Leadership Profiles ----- */

.leadershipContentLeft {
	width:225;
	float:left;
	margin-right:15;
	margin-bottom:20;
}

.leadershipContentRight {
	width:225;
	float:left;
	margin-bottom:20;
}

.leadershipContentLeft img {
	float:right;
	margin-left:10;
	border:1px solid #333333;
}

.leadershipContentRight img {
	float:right;
	margin-left:10;
	border:1px solid #333333;
}

.leadershipContentLeft span {
	font-weight:bold;
}

.leadershipContentRight span {
	font-weight:bold;
}

.clearBoth {clear:both;}



/* ERROR MAILBOX - STYLE SHEET */

.error {
   font-weight: normal;
   color:#FF6600;
   font-size: 12px;
   font-family: arial, helvetica;
   line-height: 14px;
   font-variant: normal;
   font-style: normal;
}

.errorHeader {
   font-weight: bold;
   color:#FF6600;
   font-size: 13px;
   font-family: arial, helvetica;
   line-height: 16px;
   font-variant: normal;
   font-style: normal;
}

.errorNumber {
   font-weight: bold;
   color:#FF6600;
   font-size: 12px;
   font-family: arial, helvetica;
   line-height: 14px;
   font-variant: normal;
   font-style: normal;
}

.errorMessage {
   font-weight: normal;
   color:#000000;
   font-size: 12px;
   font-family: arial, helvetica;
   line-height: 14px;
   font-variant: normal;
   font-style: normal;
}

.flt_rgt {
	float: right; 
	}

/* Dynamic Incentive Tool */
#bluNav_b1 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px; padding: 0px; line-height: 27px; width: 292px; height: 27px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b1.gif) 0px -27px no-repeat; display: block; }
#bluNav_b1:hover	{ background-position: 0px 0px; }

/* Location Inquiry Tool */
#bluNav_b2 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px; padding: 0px; line-height: 26px; width: 268px; height: 26px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b2.gif) 0px -26px no-repeat; display: block; }
#bluNav_b2:hover	{ background-position: 0px 0px; }

/* Professional Development */
#bluNav_b3 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px; padding: 0px; line-height: 26px; width: 243px; height: 26px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b3.gif) 0px -26px no-repeat; display: block; }
#bluNav_b3:hover	{ background-position: 0px 0px; }

/* Cineposium & Events */
#bluNav_b4 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px; padding: 0px; line-height: 26px; width: 213px; height: 26px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b4.gif) 0px -26px no-repeat; display: block; }
#bluNav_b4:hover	{ background-position: 0px 0px; }

/* Location Trade show and events */
#bluNav_b4_locTrade 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px; padding: 0px; line-height: 26px; width: 213px; height: 26px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b4_loctrade.gif) 0px -26px no-repeat; display: block; }
#bluNav_b4_locTrade:hover	{ background-position: 0px 0px; }

/* -- Main Nav [Sub Pages] -- */

/* Dynamic Incentive Tool */
#bluNav2_b1 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px 0px 0px 0px; padding: 0px; line-height: 22px; width: 240px; height: 22px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b1_sub.gif) 0px -22px no-repeat; display: block; }
#bluNav2_b1:hover	{ background-position: 0px 0px; }

/* Location Inquiry Tool */
#bluNav2_b2 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px 0px 0px 0px; padding: 0px; line-height: 23px; width: 233px; height: 23px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b2_sub.gif) 0px -23px no-repeat; display: block; }
#bluNav2_b2:hover	{ background-position: 0px 0px; }

/* Professional Development */
#bluNav2_b3 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px 0px 0px 0px; padding: 0px; line-height: 23px; width: 235px; height: 23px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b3_sub.gif) 0px -23px no-repeat; display: block; }
#bluNav2_b3:hover	{ background-position: 0px 0px; }

/* Cineposium & Events */
#bluNav2_b4 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px 0px 0px 0px; padding: 0px; line-height: 23px; width: 234px; height: 23px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b4_sub.gif) 0px -23px no-repeat; display: block; }
#bluNav2_b4:hover	{ background-position: 0px 0px; }

/* Location Trade show and events */
#bluNav2_b4_locTrade 			{ float: right; text-align: left; text-indent: -9999px; margin: 0px 0px 0px 0px; padding: 0px; line-height: 23px; width: 234px; height: 23px; font-size: 0px; text-decoration: none; background: url(graphics/toolbar/b4_sub_loctrade.gif) 0px -23px no-repeat; display: block; }
#bluNav2_b4_locTrade:hover		{ background-position: 0px 0px; }


/* set padding for blue nav2 */
.bn2_pad1 { padding-right: 73px; }
.bn2_pad2 { padding-right: 53px; }
.bn2_pad3 { padding-right: 30px; }
.bn2_pad4 { padding-right: 9px; }


/*------------------------------------
|	nEW Site Footer
+-----------------------------------*/
#siteFooter {
	display: block;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(graphics/img_footer_logo.gif) 24px 0px no-repeat; */
	height: 71px !important;
	min-height: 71px !important;
	font-size: 9px;
/* 	border: 1px solid red; */
	}
	#siteFooter .addFooterPadding {
		margin: 0px 0px 10px 0px;
		padding: 20px 0px 10px 134px;
		}
	
#insertAddress {
	color: #000 !important;
	font-weight: bold;
	font-size: 9px;
	}		
	
.ft_copyright {
	display: block;
	color: #555;
	margin-top: 5px;
	font-size: 9px;
	}
		
.footerTinyNav {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 170px;
	line-height: 12px;
	font-size: 9px;
	}
	.footerTinyNav ul {
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		line-height: 12px;
		font-size: 9px;
		}
		.footerTinyNav ul li {	
			display: inline;
			margin: 0px;
			padding: 0px;
			line-height: 12px;
			font-size: 9px;
			}
		.footerTinyNav ul li a {				
			margin: 0px;
			padding: 0px;
			color: #555;
			text-decoration: none;
			font-size: 9px;
			}
		.footerTinyNav ul li a:hover {				
			margin: 0px;
			padding: 0px;
			color: #222;
			text-decoration: underline;
			font-size: 9px;
			}
	
#insertAddress {
	color: #fff;
	}		
	
.ft_copyright {
	display: block;
	background: url(graphics/location_request/bg_total.gif) 100% -14px no-repeat;
}
.infoBox {
	border: 1px solid #FFEE00;
	background: #FFFCD0;
	color: #575212;
	padding: 10px;
	margin: 15px 0;
	text-align: center;
	line-height: 16px;
}
.infoBoxWhite {
	padding: 10px 2px 5px 2px;
	margin: 15px 0;
	text-align: center;
	border: 1px solid #CCC;
}
.infoBoxWhite p { margin: 0; }


#locTree {
	margin-top: 15px;
}
#locTree .locBoxContent {
	padding-top: 30px;
	background: url(graphics/location_request/bg_legend.gif) 100% 0 no-repeat;
	
}

td.errorField  {
	background: url(graphics/location_request/bg_error.gif) !important;
	border: 1px solid #edcdce !important;
}

#messageBox {
	display: none;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}
.errorMessage {
	background: #FFEEEE;
	border: 1px solid #9D0A0E;
}
.successMessage {
	background: #EAFFEA;
	border: 1px solid #009900;
}
#messageBox ol#errorList {
	margin: 5px 0 0 20px;
}
#messageBox .errorTitle {
	color: #9D0A0E;
}

#processingMessage {
	font-weight: bold;
	color: #FF7700;
}
#processingMessage img {
	position:relative;
	top: 3px;
}

/* --------------------------------------------
|	INCENTIVES PAGE
--------------------------------------------- */ 

.incentivesItem h2 {
	color: #FF6600;
	font-size: 13px;
	margin-bottom: 2px;
}

.incentivesItem h3 {font-size: 11px;}

/* ---------------------------------------------
|	COURSES, EXAM, QUIZ
---------------------------------------------- */

.breadcrumb { list-style: none; margin-bottom: 6px; }

.breadcrumb li {
	line-height: 18px;	
	color: #4878B4;
	display: inline;
}
.breadcrumb li a {
	font-weight: normal;
	text-decoration: none;
}
.breadcrumb .current, .breadcrumb .current a{ font-weight: bold; }

.optionBar {
	list-style: none;
	border: 1px solid #BFD0E2;
	padding: 10px;
	text-align:center;
	background: #EFF1F4;
	margin-bottom: 10px;
}
.optionBar .current a { font-weight: bold; }
.optionBar li { display: inline; }


.courseDetailsBox {
	background: #fff; 
	border: 1px solid #bfd0e2; 
	text-indent: 0;
	text-align: left;
	display: block;
	clear: both;
	padding: 8px 10px; 	
	}
	.courseDetailsBox .addPadding {
		padding: 8px 10px; 	
		}

		
.courseDetailsBox img {
border: 1px solid #555;
margin: 5px;
}

.courseDetailsBox ul {
margin: 2px 10px 0px 25px;
padding: 0px;
}

.courseDetailsBox ul li {
margin: 2px 0px 0px 5px;
padding: 0px;
}
		
.CDB_purchased {
	background: #dbffd4 !important; 
}


.CDB_completed {
	background: #ddf !important; 
}

.courseDetailsBox h1 {
	color: #172042;
	position: relative;
	clear: both;
	padding: 0;	
	font-size: 14px;
}
.courseDetailsBox h2 {
	color: #172042
}
.courseDetailsBox p {
	padding-right: 5px;	
}
.dashList {
	list-style: none;
	margin: 0 0 0 4px;
	padding: 0 0 16px 0;
}
	.dashList li {
		background: url(graphics/dash_bullet.gif) 0 10px no-repeat;
		margin: 0;
		padding: 0 0 0 8px;
		line-height: 18px;
	}
	
/* --- Print Link --- */	
.printLink {
	width: 435px;
	text-align: right;
	margin-bottom: 10px;
}
.printLink a {
	text-decoration: none;
}
.printLink a img {	
	margin-bottom: -2px;
	margin-top: 2px;
}
/* --- Course Navigator --- */
fieldset {
	border: 1px solid #c3cee5;
	margin: 0 0 16px 0;
	padding: 0 0 0 5px;
}
legend {
	color: #c3cee5;
	font-size: 10px;
}
.courseNavigator {
	margin: 4px 0 6px 0;
	float: left;
	padding: 0 0 3px 4px;
	font-size: 10px;
}
.courseNavigator a { color: #5375a7; }
	.previousLink {
		float: left;
		width: 70px;
	}
	.previousLink a, .nextLink a {
		font-weight: bold;
	}
	.currentCourse {
		text-align: center; 
		float: left; 
		width: 285px;
	}
	.nextLink {
		float: right;
		padding-right: 10px;
	}

/* --- Incorrect Answers ---*/
#errorDiv { 
	border: 1px solid red; 
	background: #FFEEEE; 
	display: none; 
	color: #FF0000; 
	padding: 10px;
	margin-bottom: 15px;
}

.questionError { border: 1px solid #ffa6a6; background: #FEF6F6; }

.radioList {
	/*list-style: none;*/
	padding: 4px;
	margin: 0 0 0 32px;
	list-style: lower-alpha;
}
.radioList li { margin-bottom: 8px; line-height: 16px; }

/* --- Exam --- */
.courseDetailsBox textarea {
	font-size: 12px;
	padding: 4px;
	width: 445px;
}
.rightSubmit {
	text-align: right;
	width: 445px;
	margin: 20px 0;
}

/* --- Quiz --- */
.courseDetailsBox h2 { line-height: 16px; margin: 10px 0 4px 0; padding: 0; }

#mainContent .correctAnswer {
	color: #2f7122;
	background: url(graphics/icon_correct.gif) 100% -1px no-repeat;
}
#mainContent .incorrectAnswer {	
	color: #fb2812;
	background: url(graphics/icon_incorrect.gif) 100% -1px no-repeat;
}

#mainContent .courseDetailsBox .incorrectAnswer, #mainContent .correctAnswer {
	display: inline;
	padding-right: 20px;
}
		
.footerTinyNav {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 170px;
	line-height: 12px;
	}
	.footerTinyNav ul {
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		line-height: 12px;
		}
		.footerTinyNav ul li {	
			display: inline;
			margin: 0px;
			padding: 0px;
			line-height: 12px;
			}
		.footerTinyNav ul li a {				
			margin: 0px;
			padding: 0px;
			color: #555;
			text-decoration: none;
			}
		.footerTinyNav ul li a:hover {				
			margin: 0px;
			padding: 0px;
			color: #222;
			text-decoration: underline;
			}
			
/* --- Courses --- */
.purchaseCourse {
	margin: 0px !important;
	padding: 0px 0px 3px 0px !important;
	text-align: right;
	font-weight: bold;
	color: #2d6b21;
	}		
	.purchaseCourse a {
		color: #2d6b21 !important;
		}
	.purchaseCourse a:hover {
		color: #f60 !important;
		}		

.completedCourse {
	margin: 0px !important;
	padding: 0px 0px 3px 0px !important;
	text-align: right;
	font-weight: bold;
	color: #009;
	}		
	.completedCourse a {
		color: #009 !important;
		}
	.completedCourse a:hover {
		color: #f60 !important;
		}		
		
.tocComp { color: #2d6b21 !important; }		
	.tocComp a { color: #2d6b21 !important; }		
.tocInco { color: #d83535 !important; }		
	.tocInco a { color: #d83535 !important; }		
		
.tocChap, tocChap a {
	color: #5375a7;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	margin: 0px !important;
	padding: 0px 0px 3px 0px !important;
	}
p.tocChap {text-decoration: none; color: #7F9ED3; }
	
.chapList {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDD;
	}
	.chapList ol {
		margin: 0px 0px 0px 35px !important;
		padding: 0px !important;
		display: block !important;
		clear: both !important;
		}
		.chapList ol li {		
			margin: 0px !important;
			padding: 3px 0px 3px 0px !important;
			font-size: 12px;
			}
			.chapList li a:hover { color: #FF7700 !important; } 
.tocQuiz {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 16px !important;
	padding: 0 0 0 22px !important;
	background: url(graphics/page_green.png) 0 0 no-repeat;
	height: 20px;	
	}
.tocQuiz a:hover { color: #FF7700 !important; }
	

.morCourses {
	text-align: right;
	}
.morCourses a {
	font-weight: bold;
	}	

.courseName {
	color: #5375a7;
	margin: 0px !important;
	padding: 0px !important;
	}		

.courseDesc {
	width: 400px;
	}	

.detBoxLink {
	text-align: right; 
	margin: 0px; 
	padding: 0px 5px 0px 0px;
	}
	
.courseCompletion {
	margin: 0px;
	padding: 0px;
	}
	
.courseCompletion p {
	margin: 0 0 2px 0 !important;
	padding: 0px !important;
	}	
.cc_outerBord	{
	border: 1px solid #b5b6b9;
	width: 280px;
	}
.cc_fullWidth { 
	width: 100%;
	border: 1px solid #b5b6b9;
} 
	
.cc_innerBoard {
	border: 2px solid #fff;
	}
	
.cc_progBar {
	background: url(graphics/bg_progbar_or.gif) repeat-x; height: 16px; line-height: 16px;
	}

.cc_progBarComp {
	background: url(graphics/bg_progbar_gr.gif) repeat-x; height: 16px; line-height: 16px;
	}
	
.btnExpand { padding-bottom: 5px; outline: none !important; font-size: 11px; background: url(graphics/bg_expand.gif) no-repeat 0px 2px; display: block !important; text-decoration: none; color: #000; padding-left: 12px; }
.btnHide { padding-bottom: 5px; outline: none !important; font-size: 11px; background: url(graphics/bg_hide.gif) no-repeat 0px 2px; display: block !important; text-decoration: none; color: #000; padding-left: 12px; }

.quizInfoTbl {
	margin: 0px;
	padding: 0px;
	}
	
.quizInfoTbl table {	
	margin: 0px;
	padding: 0px;
	border: 1px solid #c3cee5;
	width: 420px;
	}
		
.quizInfoTbl table td {		
	height: 24px;
	text-align: left;
	}
	.quizInfoTbl table td p {			
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 5px !important;
		}
	
.quizInfoTbl table th {		
	background: url(graphics/bg_dash_tbl.gif) repeat-x;
	height: 24px;
	text-align: left;
	}	
	.quizInfoTbl table th p {			
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 5px !important;
		font-weight: normal;
		color: #fff;
		}

	.dashCol1 { width: 190px; }
	.dashCol2 { width: 108px; }
	.dashCol3 { width: 122px; }
	.dashOdd { background: #eff1f4; }
	
	.dashPass { color: #2f7122; }
	.dashFail { color: #fb2812; }
	.dashNA { color: #888; }	
	
.tblExamTot {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c3cee5;
	width: 470px;
	}
	
.tblExamTot td  {
	height: 24px;
	text-align: left;
	}		
	.tblExamTot td p {			
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 5px !important;
		}
	
.tblExamTot th {		
	background: url(graphics/bg_dash_tbl.gif) repeat-x;
	height: 24px;
	text-align: left;
	}	
	.tblExamTot th p {			
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 5px !important;
		font-weight: normal;
		color: #fff;
		}

		.exmCol1 { width: 332px; }
		.exmCol2 { width: 138px; }	
		
.noCourses {
	height: 190px;
	}			
	
.dash_courseBox {
	margin: 0px;
	padding: 0px;
	width: 474px;
	}
	
.dash_courseBox .crsTitle {
	margin: 0px;
	padding: 0px;
	width: 474px;
	height: 31px;
	background: url(graphics/bg_crstitle.gif) top no-repeat;
	}

.dash_courseBox .crsTitle p {
	float: left;
	margin: 0px;
	padding: 8px 5px 0px 10px !important;
	color: #fff;
	margin: 0px !important;
	}
	
.dash_courseBox .crsTitle p a {		
	color: #fff !important;
	text-decoration: underline;
	font-weight: bold;
	}
	
.crsEXPBtn {
	margin: 0px;
	padding: 8px 0px 0px 12px;
	float: left;
	}
	
.btn_crsExp { margin: 0px; padding: 0px; background: url(graphics/b_exp_title.gif) no-repeat; height: 15px; width: 15px; display: block; }
.btn_crsCon { margin: 0px; padding: 0px; background: url(graphics/b_con_title.gif) no-repeat; height: 15px; width: 15px; display: block; }	

.dash_crsBoxCont {
	margin: 0px;
	padding: 0px;
	background: #fff;
	border-top: none;
	border-bottom: 1px solid #a5b2c1;
	border-left: 1px solid #a5b2c1;
	border-right: 1px solid #a5b2c1;	
	}
	.dash_crsBoxCont .addWidth {	
		width: 472px;
		}
		.dash_crsBoxCont .addWidth .addPadding {
			margin: 0px;
			padding: 10px;
			}
			
/* --------------------------------------------
|	LOCATION REQUEST BOX
--------------------------------------------- */ 

.locReqBox {
	border: 1px solid #babbba;
	background: #FFF;
}

.locReqBox span.locBoxHeader {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #5f5f5f;
	border-bottom: 1px solid #babbba;
	height: 19px;
	line-height: 17px;
	padding-left: 9px;
	background: #d7d7d7 url(graphics/location_request/bg_box_header.gif) repeat-x;
}
.locBoxContent {
	padding: 11px 17px;
}
.locBoxRequired {
	color: #9d0a0e;
	font-weight: bold;
	font-size: 9px;
	display: block;
	margin: 0 0 10px 0;
}

.locBoxContent label {
	font-weight: bold; 
	font-size: 11px;
	display: block;
	margin: 0 0 2px 5px;
}
.locBoxContent label span {color: #9d0a0e;}
.locBoxContent .inputText, .locBoxContent .inputSelect {
	height: 18px;
	font-size: 11px;
	padding-left: 2px;
	margin-left: 5px;
	width: 180px;
}
.inputSelect option {
	width: 220px;
}
.locBoxContent input#db_LocationRequest_startDate, .locBoxContent input#db_LocationRequest_endDate {
	width: 162px;
}
#locBoxForm {
	background: url(graphics/location_request/bg_table_col.gif) 205px 0 no-repeat;
}
#locBoxForm td em {
	font-size: 9px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
}
#locBoxForm {
	width: 430px;
}
#locBoxForm td {
	padding: 5px 0;
}
#db_LocationRequest_message {
	font-size: 11px;
	width: 410px;
	margin-left: 5px;
	height: 105px;
}
.bCal {
	vertical-align: middle;
	margin-left: 2px;
}
input#db_LocationRequest_addToMailList {
	float: left;
	margin-right: 2px;
}

.locBoxContent #locBoxForm td#paddedSeperation {
	padding-top: 22px;
	background: url(graphics/location_request/bg_seperation.gif) 0 7px no-repeat;
}

#locReqBoxForm {
}

#rootList, #rootList ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#rootList ul {
	display: none;
	margin-left: 5px;
}
#rootList ul li {
	padding-left: 10px;
	line-height: 18px;
	background: url(graphics/location_request/bg_li.gif) 0 0 no-repeat;
}
#rootList li.lastRow {
	background: url(graphics/location_request/bg_li_last.gif) 0 0 no-repeat;
}
#rootList li.open ul {

}
#rootList li span {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	padding-right: 13px;
	background: url(graphics/location_request/bg_expand.gif) 100% 50% no-repeat;
	cursor: pointer;
}
#rootList li.rootItem {
	padding: 4px 0;
	line-height: 18px;
	background: url(graphics/location_request/bg_root_item.gif) 0 100% no-repeat;
}
#rootList a {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	padding-right: 13px;
	background: url(graphics/location_request/bg_expand.gif) 100% 50% no-repeat;
}
#rootList li a.open {
	background: url(graphics/location_request/bg_contract.gif) 100% 50% no-repeat;
}

#rootList a.checkBox, #rootList a.checkSemi {
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	background-image: url(graphics/location_request/bg_check_matrix.gif);
	background-repeat: no-repeat;
}
#rootList a.checkBox {background-position: 0 0;}
#rootList a.checkBox:hover {background-position: -30px 0;}
#rootList a.checkSemi {background-position: 0 -16px;}
#rootList a.checkSemi:hover {background-position: -15px -16px;}

#rootList a.commissionLink {
	background: none !important;
	font-weight: normal;
}
#totalChecks {
	margin-top: 3px;
	margin-right: 5px;
	padding: 0 0 0 160px;
	line-height: 14px;
	height: 14px;
	line-height: 13px;
	display: block;
	float: right;
	background: url(graphics/location_request/bg_total.gif) no-repeat;
}
#totalChecksNum {
	color: #ff6600;
	padding-right: 3px;
	line-height: 14px;
	font-size: 10px;
	display: block;
	background: url(graphics/location_request/bg_total.gif) 100% -14px no-repeat;
}

#locTree {
	margin-top: 15px;
}
#locTree .locBoxContent {
	padding-top: 30px;
	background: url(graphics/location_request/bg_legend.gif) 100% 0 no-repeat;
	
}

td.errorField  {
	background: url(graphics/location_request/bg_error.gif) !important;
	border: 1px solid #edcdce !important;
}

#messageBox {
	display: none;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}
.errorMessage {
	background: #FFEEEE;
	border: 1px solid #9D0A0E;
  padding: 3px 5px;
}
.successMessage {
	background: #EAFFEA;
	border: 1px solid #009900;
}
#messageBox ol#errorList {
	margin: 5px 0 0 20px;
}
#messageBox .errorTitle {
	color: #9D0A0E;
}

#processingMessage {
	font-weight: bold;
	color: #FF7700;
}
#processingMessage img {
	position:relative;
	top: 3px;
}

/* --------------------------------------------
|	INCENTIVES PAGE
--------------------------------------------- */ 

.incentivesItem h2 {
	color: #FF6600;
	font-size: 13px;
	margin-bottom: 2px;
}

.incentivesItem h3 {font-size: 11px;}			

.membersFormSignup {
	margin: 0px;
	padding: 0px;
	}
	
.tbl_formSignup {
	margin: 0px;
	padding: 0px;
	width: 480px;
	}
	.tbl_formSignup tr {
		margin: 0px;
		padding: 0px;
		}
		.tbl_formSignup tr td {
			margin: 0px;
			padding: 0px;
			vertical-align: middle;
			}
			.tbl_formSignup tr td.col1 { width: 120px; }
			.tbl_formSignup tr td.col2 { width: 360px; }			
	
			.tbl_formSignup tr td p {
				padding: 0px !important;
				margin: 5px !important;
				vertical-align: middle;
				}
			.tbl_formSignup tr td input { margin: 0px 2px; height: 20px; line-height: 11px; font-size: 11px !important; border: 1px solid #888; width: 218px; padding-top: 2px; }
			.tbl_formSignup tr td select { margin: 0px 2px; font-size: 11px !important; border: 1px solid #888; }
				
.ipt_short {
	width: 50px !important;
	}				
	
.error { border:1px solid #FF0000; background: #ffe0e0; padding: 10px; }


/* --------------------------------------------
|    JOB APPLICATION FORMs
 -------------------------------------------- */
 
.applicationForm .jobField {
  margin-bottom: 15px;
  }
  .applicationForm .required {
    font-weight: normal !important;
    font-size: 10px;
    }
  .applicationForm .jobField label{
    font-weight: bold;
    display: block;
    padding-bottom: 2px;
    }
  .applicationForm .jobField input{
    font-size: 11px;
    padding: 2px;
    }
  .applicationForm .jobQuestion {
    margin-bottom: 15px;
    }
    .applicationForm .jobQuestion label {
      font-weight: bold;
      display: block;
      padding-bottom: 2px;
      }
    .applicationForm .jobQuestion textarea {
      font-size: 11px;
      width: 470px;
      }
  .applicationForm .jobAttachment {
    margin-bottom: 15px;
    }

/* Error Form */

.applicationErrors {
  margin-bottom: 15px;
  }
  .applicationErrors li {
    margin-left: 25px;
    }
  .applicationErrors .errorMessage {
    margin-bottom: 2px;
    padding-left: 3px;
    }