/*
edu.artschools.com
site.css for all forms in this site 

note***  hack to accomodate IE7: use [] before property:value;
					this is until we add a stylesheet for IE7 only.
				If you'd rather use a different hack, please explain it here, 
				so that when we add a stylesheet, we can search and replace.
-----------------------------------------*/


html{
	margin:0 auto;
	background: #ececec;
	}

body{
	margin:0 auto;
	background-color: #ececec;
	width:957px;
	}
	
	body div.form_group,
	body fieldset{
		border:0;
		margin-bottom:0;
		padding:0 1.8em 1.8em 1.8em;
	}
	
a {
	color:#6b8f01;
	}
	
	a:hover{
		text-decoration:underline;
		}

ul{
	list-style-type:none;
	}
	
/*clear items*/

	.clear,
	#nav,
	#article,
	.article_page div.index{ 
		display: inline-block; 
		}   
	
	.clear:after,
	#nav:after,
	#article:after,
	html .article_page div.index:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
	}

body div.article_page,
#layout_container {
	width:957px;
	padding:0 29px;
}
		
/*Header
-----------------------------------------*/

/*article specific*/ html #container #header{
		padding: 0;
		height:156px;
	}
	
/*article specific*/ #container #header,
#layout_header{
	background:transparent url("../images/cs/header-bg.gif") top left no-repeat;
	height:156px;
	margin:0;
	}
	
	body.step2 #layout_header,
	body.step3 #layout_header,
	body.step4 #layout_header,
	body.step4success #layout_header{
		height:156px;
	} 
	
/*article specific*/ #container #header span#site-name,
	#layout_header #header span#site-name{
		float:left;
		margin:28px 0 0 364px;
		text-align:left;
		display:none;
	}
	
	#layout_header #header{
	width:100%;
	}
	
div#header #header_logo {
	height:62px;
}


div#header #header_logo {
	float:left;
	padding:5px 0 0 10px;
	width:100%;
}

	/*	article specific*/ #container #header a #company-logo {
		background:transparent url(../images/cs/logo_site.gif) no-repeat scroll 0 0;
		display:block;
		width:445px;
		padding:62px 0 0 0;
		margin:5px 0 0 10px;
	}
	
	/*	article specific*/ .article_page #header a #company-logo,
	div#header #header_logo h1 {
		display:inline;
		margin-bottom:0;
		float:left;
	}

	div#header #header_logo h1 a {
		background:transparent url(../images/cs/logo_site.gif) no-repeat scroll 0 0;
		display:block;
		height:62px;
		width:445px;
	}

/*we must change this so the article page header is the same as the other pages*/
	/*	article specific*/ 
	.article_page #header a #company-logo:after{
		content:"Fire Up Your Culinary Career";
		color:#000;
		font-size:12px;
		font-weight:bold;
		font-style:italic;
		margin:0;
		padding: 7px 0 0 5px;
		float:left;
		clear:both;
	}

div#header #header_logo h1 a span {
	display:none;
}
 
div#header #header_logo h2.tagline {
	content:"Fire Up Your Culinary Career";
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:0 0 0 5px;
	float:left;
	clear:both;
}
		
/*Navigation
-----------------------------------------*/
	/*	article specific*/ .article_page #nav {
		position: absolute;
		top:102px;
	}
	
	/*	article specific .article_page #nav, */
	#layout_header #nav{
		padding:10px 0 0 18px;
		height:39px;
		[]height:49px;
	}
	
	html #layout_header #nav{
		padding:2px 0 0 0px;
	}
	
	div.article_page #nav{
		[]padding-bottom:10px;
	}
	
		/*	article specific*/ .article_page #nav ul,
		#layout_header #nav ul{
			display:inline;
			list-style-type:none;
		}
		
		/*	article specific*/ .article_page #nav ul li,
			#layout_header #nav ul li{
				display:inline;
				float:left;
			}
				
					/*	article specific .article_page #nav ul li, */
					#layout_header #nav ul li {
						padding:33px 25px 8px 25px;
					}

					/*	article specific */ .article_page #nav ul li {
							padding: 0 25px 0 25px;
						}
						
						/*	article specific*/ .article_page #nav ul li,
						#layout_header #nav ul li {
							color:#e1e1e1;
							font-weight:bold;
							font-size:13px;
							text-transform:uppercase;
						}
						
						/*  article specific*/ .article_page #nav ul li a,
						#layout_header #nav ul li a {
							color:#e1e1e1;
							text-decoration:none;
						}
						/*  article specific*/ .article_page #nav ul li a:hover,
						#layout_header #nav ul li a:hover {
							text-decoration:none;
						}
						

/*Content
-----------------------------------------*/

body.index #layout_main{
	background:transparent url("../images/cs/index-main-bg.jpg") top left no-repeat;
	margin:10px 0;
	height:660px;
	}
	
/*	article specific*/ html .article_page #main #article {
		margin:0 auto;
	}
	
/*	article specific*/ .article_page #main #article,
	#layout_main #layout_center {
	width:957px;
	}

/*Index page 
-----------------------------------------*/
/*Index pagemain*/
		
		#widgetContainer {
			float:left;
			position:relative;
			width:497px;
			height:305px;
			margin-bottom:10px;
		}
		
		#widgetContainer h2 {
			color:#6b8f01;
			font-size:14pt;
			font-weight:bold;
			text-transform:none;
			padding:10px 0 25px 15px;
		}
		
		#widgetContainer #intro-text p {
			padding:0 15px 0 235px;
		}

		#layout_main #layout_center #side_nav_container {
			background-color:transparent;
			float:left;
			width:134px;
			padding:5px 3px;
			height:310px;
			text-align:left;
			margin-right:10px;
		}

	/* article specific */ 
		#main #side_nav_container {
			background:transparent url(../images/cs/left-nav-bg.gif) top left no-repeat;
			position:absolute;
			width:134px;
			padding:5px 3px;
			height:310px;
			text-align:left;
			margin-right:10px;
			z-index:1;
		}
		

	/* article specific */ #main #side_nav_container ul,
		#layout_main #layout_center #side_nav_container ul {
			margin-left:5px;
		}
		
	/* article specific */ #main #side_nav_container li,
		#layout_main #layout_center #side_nav_container li {
			font-family:Tahoma,Arial,Helvetica,sans-serif;
			text-align:left;
			font-weight:normal;
			list-style-type:none;
			padding:3px 3px;
			margin-left:0px;
			background:none;
		}
		
	/* article specific */ #main #side_nav_container li.label,
		#layout_main #layout_center #side_nav_container li.label {
			color:#000;
			background:none;
			font-size:13px;
			font-weight:bold;
		}
		
	/* article specific */ #main #side_nav_container a,
		#layout_main #layout_center #side_nav_container a {
			color:#000;
			font-size:13px;
			text-decoration:none;
		}
		
	/* article specific */ #main #side_nav_container a:hover,
		#layout_main #layout_center #side_nav_container a:hover {
			text-decoration:underline;
		}
		
		.widgetContainer {
			position:absolute;
			left:190px;
			top:497px;
			width:497px;
		}
		
		.list_copy {
			color:#000;
			font-size:10pt;
			text-align:left;
			width:460px;
		}

		.list_copy h2 {
			color:#6b8f01;
			font-size:14pt;
			font-weight:bold;
			text-transform:none;
		}
		
		.list_copy p {
			margin:0 0 10px 0;
		}
		
/*Index page article_list*/

		#layout_main #layout_center .article_list {
		}
		
		#list1 {
			position:absolute;
			left:190px;
			top:690px;
			width:235px;
			margin-right:10px;
		}
		
		#list1 h2, #list2 h2 {
			font-size:11pt;
			font-weight:bold;
			line-height:18px;
			color:#6b8f01;
		}
		
		#list2 {
			position:absolute;
			left:435px;
			top:690px;
			width:230px;
		}
		
		#list3 {
			position:absolute;
			top:488px;
			left:675px;
			width:311px;
			height:155px;
		}
		
		#list3 h2 {
			color:#000;
			font-size:11pt;
			font-weight:bold;
			text-align:center;
		}
		
		#list4 {
			position:absolute;
			top:650px;
			left:675px;
			width:311px;
		}
		
		#list4 h2 {
			color:#000;
			font-size:11pt;
			font-weight:bold;
			text-align:center;
			padding-bottom:7px;
		}
		
		.article_list ul {
			padding:0;
			margin:0 0 0 2px;
		}
		
		.article_list ul li {
			color:#af7acf;
			background:transparent url(../images/cs/dot.gif) no-repeat scroll 0 7px;
			padding:0 0 0 15px;
			margin:0;
		}
		
		#list4 ul {
			padding:0 15px;
		}
		
		#list3 ul {
			padding:15px 0 0 45px;
		}
		
		#list3 ul li {
			padding-bottom:3px;
		}
		
		#list3 #location_list {
			padding-left:25px;
			padding-top:5px;
		}
		
		#list3 .list_left {
			float:left;
			padding-top:10px;
		}
		
		#list3 .list_right {
			float:right;
			padding-top:10px;
			padding-right:30px;
		}
		
		
/*Step one form
-----------------------------------------*/
	
	/*	article specific*/ html .article_page div#lead_gen_form{
	}
	
	/*	article specific*/ html .article_page div.index{
		/*background: transparent url("../images/pl/miniform-box.png") no-repeat 56px 14px;*/
			background-color:transparent;
	}
		
		#layout_main #layout_center div.index{
			/*background: transparent url("../images/pl/miniform-box.png") no-repeat 56px 14px;*/
			background-color:transparent;
			position:absolute;
			width:311px;
			height:305px;
			top:170px;
			/*[]margin-top:-8px;*/
			left:676px;
		}

		/*	article specific*/html .article_page .index form{
						background-color: transparent;
					}
					
		/*	article specific*/ .article_page .index form,
				#layout_main #layout_center .index form{
					width:270px;
					padding: 10px 16px 10px 25px;
					background-color: transparent;
				}
				
				div.lead_form p.title{
					padding-left:30px;
					color:#fff;
					font-size:13pt;
					font-weight:bold;
					margin-bottom:5px;
				}
				
/* lead_form fields		
-----------------------------------------*/

	/*  article specific  */ .article_page form div.lead_form div,
	body.index form div.lead_form div{
		margin-bottom:7px;
	}
				
	/*	article specific*/ .article_page div div.error_message,	
	body.index div div.error_message {
		display:none;
	}
	
		/*	article specific*/ .article_page div.formRow label.error:after,
		body.index div.formRow label.error:after {
			content: " *";
		}

	/*	article specific*/ .article_page  div#formRow_terms .error_message,
	body.index div#formRow_terms .error_message {
		display:block;
		margin-bottom:0;
	}
	
	div.formRow label {
		color:#000;
	}
	
	.checkbox_label, .checkbox_label a {
		color:#000;
		padding:0;
		margin-right:0;
	}
	
	  /*	article specific*/ .article_page form div.lead_form #formRow_3,
	  body.index form div.lead_form #formRow_3{
	  	margin-right:20px;
	  }
	  
	  /*	article specific*/ .article_page form div.lead_form #formRow_3,
	  /*	article specific*/ .article_page form div.lead_form #formRow_emailaddress,
	  /*	article specific*/ .article_page form div.lead_form #formRow_emailaddress label,
	  /*	article specific*/ .article_page form div.lead_form #formRow_emailaddress input,
	  body.index form div.lead_form #formRow_3,
	  body.index form div.lead_form #formRow_emailaddress,
	  body.index form div.lead_form #formRow_emailaddress label,
	  body.index form div.lead_form #formRow_emailaddress input{
	  	width:121px;
	  	padding-right:20px;
	  	float:left;
		color:#000;
		}
	
	#step1_form #formRow_emailaddress{
		padding-right:20px;
		width:138px;
	}
	 
	  #step1_form #formRow_emailaddress, 
	  #step1_form #formRow_zipcode{
	  	display:inline;
	  	float:left;
	  }
	
		#step1_form #formRow_zipcode{
			width:40px;
		}	
											
	 /*	article specific*/ .article_page form div.lead_form #formRow_4,
	 /*	article specific*/ .article_page form div.lead_form #formRow_zipcode,
	 /*	article specific*/ .article_page form div.lead_form #formRow_zipcode label,
	 /*	article specific*/ .article_page form div.lead_form #formRow_zipcode input,
	 body.index form div.lead_form #formRow_4,
	 body.index form div.lead_form #formRow_zipcode,
	 body.index form div.lead_form #formRow_zipcode label,
	 body.index form div.lead_form #formRow_zipcode input{
	 	width:67px;
	 	float:left;
		color:#000;
	 	[]width:40px;
	 }
	 
	  /*	article specific*/ .article_page form div.lead_form #formRow_emailaddress label,
	  /*	article specific*/ .article_page form div.lead_form #formRow_zipcode label,
	  /*	article specific*/ .article_page form div.lead_form #formRow_17202 label,
	  /*	article specific*/ .article_page form div.lead_form #formRow_1 label,
	 body.index form div.lead_form #formRow_zipcode label,
	 body.index form div.lead_form #formRow_emailaddress label,
	 body.index form div.lead_form #formRow_17202 label,
	 body.index form div.lead_form #formRow_1 label {
	 	color:#fff;
	}
				
					#step1_form #formRow_emailaddress label, 
					#step1_form #formRow_zipcode label{
						display:inline;
						color:#fff;
					}
					
					#step1_form #formRow_emailaddress input{
						width:138px;
						} 
						
					#step1_form #formRow_zipcode input{
						width:40px;
					}
					
				/*	article specific*/ .article_page form div.lead_form #formRow_5,
				body.index form div.lead_form #formRow_5,
				#step1_form #formRow_terms{
					float:left;
					clear:left;
					[]width:230px;
				}

/*form button				*/
				#step1_form .buttonContainer{
					padding-bottom:40px;
				}	
				
				form .buttonContainer{
					text-align:center;
				}
				
				body.step3 .buttonContainer {
					padding-right:10px;
				}
				
				body.step2 .buttonContainer{
					padding-right:100px;
				}
				
					form .button{
						background:transparent url("../images/cs/button.gif") no-repeat 50% 0;
						padding:5px;
						margin:0 auto;
						border:none;
						color:#FFF;
						width:188px;
						height:33px;
						font-weight:bold;
						font-size:14px;
						text-align:center;
						cursor:pointer;
						text-transform:uppercase;
					}
        	
						form .button:hover{
							background:transparent url("../images/cs/button.gif") no-repeat 50% -100px;
						}
						
/*Article Specific
-----------------------------------------*/	

	#article {
		width:807px;
		background:transparent url(../images/cs/article-content-bg.gif) no-repeat right 0px;
		float:right;
		position:relative;
	}
	
	#article #main_column {
		background:transparent url(../images/cs/article-content-bot-bg.gif) no-repeat right bottom;
		float:left;
		width:807px;
		position:relative;
		margin-top:10px;
		padding:0 0 10px 150px;
	}
	
	#article #main_column h2 {
		padding:0 0 0 10px;
		width:405px;
		color:#6b8f01;
		font-size:14pt;
		font-weight:bold;	
	}
	
	#article #main_column #article_body p {
		padding:0 0 0 10px;
		width:465px;
	}
	
	#article #main_column #article_body ul {
		padding:10px 0 0 15px;
		width:445px;
	}
	
	#article #main_column #article_body li {
		padding:0 0 10px 0;
		list-style:disc;
/*		background:transparent url(../images/cs/dot.gif) no-repeat scroll 0 50%;*/
	}
	
	#article #main_column #article_body li ul li {
		list-style:circle;
	}
		
	#article #right_column{
		position:absolute;
		width:326px;
		top:0;
		left:650px;	}
	
	#article #main_image {
		display:inline;
		float:left;
		padding: 0 10px 10px 10px;
	}
	
	#article_body p,
	#article_body ul {
		float:left;
		display:inline;
		clear:left;
		width:99%;
	}
	
	#container .article_page #nav {
		position:absolute;
		top:140px;
		left:25px;
	}
	
	#footer-wrapper #footer {
		margin-top:10px;
	}
	
	#article #left_nav_list{
		padding:10px;
		margin-left:0;
	}
	
/*	there's no ul wrapping this in the dom*/
	#article #left_nav_list li {
		background:transparent url(../images/cs/dot.gif) no-repeat scroll 0 50%;
		padding:0 0 0 14px;
	}

/*Step 2+ specific
-----------------------------------------*/	

/*Step2+ layout*/
		body.step2 #layout_main #layout_center .fact{
			background:transparent url(../images/cs/fact-box-top-bg.gif) top left no-repeat;
			position:absolute;
			top:220px;
			left:676px;
			width:310px;
			font-size:12pt;
			text-align:center;
			padding-top:10px;
		}
		
		body.step2 #layout_main #layout_center .fact .wrapper {
			background:transparent url(../images/cs/fact-box-bot-bg.gif) bottom left no-repeat;
			padding-bottom:20px;
		}
		
		body.step2 #layout_main #layout_center .fact h2 {
			color:#fff;
			font-size:14pt;
			font-weight:bold;
		}
		
		body.step2 #layout_main #layout_center .fact p {
			color:#fff;
			font-size:11pt;
			padding:0 10px;
			font-style:italic;
		}
		
		body.step2 #layout_main #layout_center {
			background:transparent url(../images/cs/step2-form-bg.gif) top left no-repeat;
			margin: 10px 0;
			width:637px;
			display:block;			
		}
		
		body.step2 #layout_main #layout_center .step2 {
			background:transparent url(../images/cs/step2-bottom-bg.gif) bottom left no-repeat;
			width:540px;
		}
		
		body.step2 #layout_main #layout_center #step2-call-to-action {
			padding:15px 0 0 125px;
			color:#000;
			font-size:14pt;
			font-weight:bold;
		}
		
		body.step2 #layout_main #step_indicator {
			background:transparent url(../images/cs/step-indicator-bg.gif) top left no-repeat;
			height:43px;
			width:310px;
			margin-bottom:10px;
			color:#000;
			font-size:11pt;
			position:absolute;
			top:166px;
			left:676px;
		}
			
			/*body.step3 #layout_center form div.form_group,
			body.step3 #layout_center form fieldset {
				background:transparent url(../images/pl/form_arrow.gif) no-repeat scroll 5px 20px;
				padding:13px 0 0 25px;
			}
			
			body.step3 .nothanks_top {
				float:right;
			}
			
			body.step3 .nothanks_bottom {
				margin:-56px 31% 0 0;
				display:block;
				float:right;
				text-align:right;
				width:100%;
			}*/
		
		body.step3 #layout_main #layout_center {
			background:transparent url(../images/cs/step3-content-bg.gif) top left no-repeat;
			margin: 10px 0;
			width:957px;
			display:block;			
		}
		
		.step3 #layout_center .step3 {
			background:transparent url(../images/cs/step3-content-bot-bg.gif) bottom left no-repeat;
			/*width:957px;*/
		}
		
		.step3 fieldset, .step3 div.offer_announcement {
			width:730px;
		}
		
		.step3 fieldset {
			margin-bottom: 25px;
		}
		
		#step3-call-to-action {
			padding:15px 0 0 125px;
			color:#000;
		}
		
		#step3-call-to-action h2 {	
			font-size:14pt;
			font-weight:bold;
		}
		
		#layout_center .step3 .offer_announcement {
			display:none;
		}
		
		body.step4 #layout_main {
			margin-top:10px;
			background:transparent url(../images/cs/step4-content-bg.gif) 0 0 no-repeat;
		}
		
		body.step4 #layout_main #layout_center {
			padding-bottom:20px;
			background:transparent url(../images/cs/step3-content-bot-bg.gif) bottom left no-repeat;
		}
		
		.step4 #layout_center h2 {
			padding:20px 15px 0 145px;
			color:#000;
			font-size:14pt;
			font-weight:bold;
		}
		
		body.step4success #layout_main {
			margin-top:10px;
			background:transparent url(../images/cs/step4-success-bg.gif) 0 0 no-repeat;
		}
		
		.step4success #layout_center {
			padding-bottom:20px;
			background:transparent url(../images/cs/step3-content-bot-bg.gif) bottom left no-repeat;
		}
		
		.step4success #layout_center h2 {
			padding:20px 15px 0 185px;
			color:#000;
			font-size:14pt;
			font-weight:bold;
		}
		
		.step4 #layout_center a,
		.step4success #layout_center a {
			color:#0000ff;
		}
		
		.step4 #layout_center p,
		.step4 #layout_center ul,
		.step4success #layout_center p,
		.step4success #layout_center ul {
			padding:0 100px 0 185px;
			font-size:12pt;
		}
		
		.step4 #layout_center ul li,
		.step4success #layout_center ul li, {
			padding:0 0 3px 15px;
		}
		
		.step4 #layout_center a h5,
		.step4success #layout_center a h5 {
			width:304px;
			height:91px;
			background:transparent url(../images/cs/logo_chefsblade.gif) 0 0 no-repeat;
			float:right;
			clear:right;
			padding: 0 110px 20px 0;
		}
		
		.step4 #layout_center a h5 span,
		.step4success #layout_center a h5 span {
			display:none;
		}
		
		body.step3 .error_message,
		body.step4 .error_message,
		body.step4success .error_message{
			padding-left:0;
		}
		
		body.step4 #layout_center #spinner-container h3,
		body.step4success #layout_center #spinner-container h3 {
			clear:both;
			padding-left:130px;
		}
		
		form.step4 .offer_announcement,
		form.step4success .offer_announcement {
			display:none;
		}
		
		#spinner-container .step_message p {
			padding-bottom:30px;
			text-align:center;
			background:transparent url(../images/cs/step3-content-bot-bg.gif) bottom left no-repeat;
		}
		
		
		.ajax_loader p {
			text-align:left;
		}
		
		.ajax_loader h1 {
			font-size:18pt;
			color:#000;
			font-weight:bold;
			text-align:center;
		}

/*Step2+ form*/
	form{
		padding:10px 75px 30px 120px;
	}
	
	form div.form_group h4,
	form legend{
		padding:10px 0 10px 0;
		color:#6b8f01;
		display:none;
	}
	
	form .formRow {
		margin-left:20px;
	}
	
	form .formRow label{
		width:120px;
		font-weight:normal;
	}
	
	.formRow select{
		width:206px;
	}
		form.step2 label {
			text-align:left;
		}
		
		form.step2 fieldset {
			width:475px;
		}
		
		form.step2 div.form_group h4,
		form.step2 legend{
			background-color:transparent;
			padding: 2px 0 15px 0;
			display:block;
			font-size:15px;
		}

		form.step3 .select_offer_header, 
		form.step4success .select_offer_header {
			background:#DEE8EC none repeat scroll 0 50%;
			padding:6px;
			display:block;
			font-size:11pt;
			font-weight:bold;
		}
		
		form.step3 .offer_logo, 
		form.step4success .offer_logo {
			float: left; 
		  margin: 4px; 
		}
		
		form.step3 .description, 
		form.step4success .description{
			margin-top: 4px;
		}
		
		form.step3 label, 
		form.step4success label{
			padding: 5px;
			margin-top:10px;
			width:99%;
		}
			
			body.step4 #layout_center .formRow label,
			body.step4success #layout_center .formRow label,
			body.step3 #layout_center .formRow label{
				text-align:left;
			}

			form.step3 .formElements select, 
			form.step4success .formElements select{
				width:100%;
			}
			
/*Footer
-----------------------------------------*/	

	#footer {
	padding:0 10px 20px;
	margin:0 auto;
	height:20px;
	clear:left;
	width:957px;
	}
		
		#footer .nav{
			float:left;
		}
		
		#footer .nav,
		#footer .copy{
			display:inline;
			color:#999;
			font-size:10px;
		}
		
			#footer .nav a{
				color:#666;
				padding:5px;
			}
			#footer .nav a:hover {
				text-decoration:underline;
			}
			
		
		#footer .copy{
			background:transparent url("../images/cs/Monster_Footer_white_sm.png") no-repeat 100% 2px;
			padding-right:175px;
			float:right;
		}
			
/*Extras
-----------------------------------------*/	

/*				we should really make this text at the end of the article, and add the swoop as a background image AND it should be a GIF or PNG*/
				#start-now-cta {
					background:transparent url(../images/pl/CTA_edu_PL.jpg) no-repeat scroll 0 0;
					height:27px;
					width:347px;
				}
				
/*  footer articles  */
body.footer_article #main{
	background:transparent url(../images/cs/bg_footer_pages_mid.gif) repeat-y 50% 50%;
	float:left;
}

body.footer_article #article {
/*	background-color:#fff;
	background-image:none;*/
	background:transparent url(../images/cs/bg_footer_pages_top.gif) no-repeat 50% 0;
}

body.footer_article #article #main_column {
/*	background-color:#fff;
	background-image:none;*/
	background:transparent url(../images/cs/bg_footer_pages_bottom.gif) no-repeat 50% 100%;
	width:807px;
}

body.footer_article #article #main_column #article_title {
	padding:20px 15px 0 25px;
	color:#6b8f01;
	font-size:14pt;
	font-weight:bold;
}

body.footer_article #article #main_column h3 {
	padding:20px 15px 0 25px;
	color:#000;
	font-size:12pt;
	font-weight:bold;
}

/*body.footer_article #article #main_column #article_body p {
	padding:20px 15px 0 25px;
}*/
