body
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #4a5d5b center;
	color: #525252;
}

a
{
	color: #2a6d83;
}

a:hover
{
	color: #feba01;
}

p
{
	padding-bottom: 8px;
	padding-top: 0px;
	margin: 0;
}

.not_bold
{
	font-weight: normal;
}

.last
{
	border: none;
}

.p_last
{
	padding: 0;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.cb
{
	clear: both;
}

.hidden
{
	display: none;
}

.body_wrapper
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.heading
{
	font-family: "Times New Roman", Times, serif;
	font-size: 17.54px;
	color: #FFF;
}

.heading_text
{
	color: #c5eca9;
}

.rel
{
	position: relative;
}

.abs
{
	position: absolute;
}

.white_bg
{
	background: #FFF;
}

.ui-dialog-content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h3
{
	font-size: 11.2px;
	font-weight: normal;
	color: #4fb20a;
	text-transform: uppercase;
}

.clickable
{
	cursor: pointer;
}

/*------------------------------------------------------------------------------------------------*/
/*----Header--------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

	.site_header
	{
		width: 980px;
		height: 170px;
		background: URL(../images/site_header_bg.jpg);
	}	

/*------------------------------------------------------------------------------------------------*/
/*----END Header----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*---Site Body------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
	
	.main_content_wrapper
	{
		padding-top: 15px;
		background: URL(../images/main_content_wrapper_bg.jpg);
	}
	
	/*------------------------------------------------------------------------------------------------*/
	/*---Left Column----------------------------------------------------------------------------------*/
	/*------------------------------------------------------------------------------------------------*/
	
		.left_column
		{
			width: 744px;
			min-height: 500px;
		}
		
		.left_column_content
		{
			width: 690px;
			padding-left: 27px;
			padding-right: 27px;
		}
		
		.left_column_content_top
		{
			margin-top: 10px;
			height: 10px;
			background: URL(../images/left_column_content_top.png) no-repeat center top;
		}
		
		.left_column_content_with_bg
		{
			width: 674px;
			margin-left: 27px;
			margin-right: 27px;
			padding-left: 8px;
			padding-right: 8px;
			background: URL(../images/left_column_content_bg.png) center;
			overflow: auto;
		}
		
		.left_column_content_bottom
		{
			height: 10px;
			background: URL(../images/left_column_content_bottom.png) no-repeat center top;
			margin-bottom: 10px;
		}
		
		.fireflies .left_column_content_top
		{
			background: URL(../images/left_column_content_top_fireflies.png) no-repeat center top;
		}
		.fireflies .left_column_content_with_bg
		{
			background: URL(../images/left_column_content_bg_fireflies.png) center;
		}
		.fireflies .left_column_content_bottom
		{
			background: URL(../images/left_column_content_bottom_fireflies.png) no-repeat center top;
		}
		
		.sparks .left_column_content_top
		{
			background: URL(../images/left_column_content_top_sparks.png) no-repeat center top;
		}
		.sparks .left_column_content_with_bg
		{
			background: URL(../images/left_column_content_bg_sparks.png) center;
		}
		.sparks .left_column_content_bottom
		{
			background: URL(../images/left_column_content_bottom_sparks.png) no-repeat center top;
		}
		
		.firelighters .left_column_content_top
		{
			background: URL(../images/left_column_content_top_firelighters.png) no-repeat center top;
		}
		.firelighters .left_column_content_with_bg
		{
			background: URL(../images/left_column_content_bg_firelighters.png) center;
		}
		.firelighters .left_column_content_bottom
		{
			background: URL(../images/left_column_content_bottom_firelighters.png) no-repeat center top;
		}
		
		.trailblazers .left_column_content_top
		{
			background: URL(../images/left_column_content_top_trailblazers.png) no-repeat center top;
		}
		.trailblazers .left_column_content_with_bg
		{
			background: URL(../images/left_column_content_bg_trailblazers.png) center;
		}
		.trailblazers .left_column_content_bottom
		{
			background: URL(../images/left_column_content_bottom_trailblazers.png) no-repeat center top;
		}
		
		.inferno .left_column_content_top
		{
			background: URL(../images/left_column_content_top_inferno.png) no-repeat center top;
		}
		.inferno .left_column_content_with_bg
		{
			background: URL(../images/left_column_content_bg_inferno.png) center;
		}
		.inferno .left_column_content_bottom
		{
			background: URL(../images/left_column_content_bottom_inferno.png) no-repeat center top;
		}
		
		/*------------------------------------------------------------------------------------------------*/
		/*---Top Navigation-------------------------------------------------------------------------------*/
		/*------------------------------------------------------------------------------------------------*/
		
			.top_navigation
			{
				width: 691px;
				height: 27px;
			}
			
			.top_navigation a
			{
				display: block;
				overflow: hidden;
				float: left;
				height: 21px;
				width: 83px;
				color: #FFF;
				text-decoration: none;
				font-weight: bold;
				font-size-adjust: 10.23px;
				text-align: center;
				background: URL(../images/top_menu_sprite.png);
				padding-top: 7px;
				padding-right: 3px;
			}
			
			.top_navigation a:hover
			{
				background: URL(../images/top_menu_sprite.png) 0 -28px;
			}
			.top_navigation .hover
			{
				background: URL(../images/top_menu_sprite.png) 0 -28px;
			}
			
			#contact-us
			{
				margin-right: 0 !important;
			}
			#arts
			{
			}
			
			.top_sub_navigation
			{
				top: 26px;
				z-index: 900;
				display: none;
			}
			
			.top_sub_navigation div
			{
				top: 0;
				left: 0;
			}
		
			.top_sub_navigation a
			{
				background: URL(../images/top_sub_nav_middle.png) repeat-y;
				padding: 5px 0 5px 15px;
				display: block;
				text-align: left;
				margin: 0;
				width: 152px;
				height: 15px;
				clear: both;
			}
			
			.top_sub_navigation a:hover
			{
				background: #47a109 !important;
			}
			
			.top_sub_navigation .top
			{
				width: 168px;
				height: 12px;
				background: URL(../images/top_sub_nav_top.png);
			}
			
			.top_sub_navigation .bottom
			{
				width: 168px;
				height: 6px;
				background: URL(../images/top_sub_nav_bottom.png);
			}
			
			.top_sub_navigation .middle
			{
				width: 168px;
				background: URL(../images/top_sub_nav_middle.png) repeat-y;
			}
			
			.about-us-subnav
			{
				margin-left: 86px;
			}
			
			.ministries-subnav
			{
				margin-left: 172px;
			}
			
			.our-friends-subnav
			{
				margin-left: 258px;
			}
			
			.kids-teens-subnav
			{
				margin-left: 257px;
			}
			
			.communities-subnav
			{
				margin-left: 424px;
			}

			.arts-subnav
			{
				margin-left: 430px;
			}
			
			.contact-us-subnav
			{
				margin-left: 602px;
			}
			
			.kids_age_groups
			{
				margin-left: 166px;
				margin-top: 17px;
				display: none;
			}
			
			.kids_age_groups_top
			{
				width: 153px;
				height: 8px;
				background: URL(../images/kids_age_groups_top.png) no-repeat;
			}
			
			.kids_age_groups_middle
			{
				width: 153px;
			}
			
			.kids_age_groups_middle a
			{
				width: 138px;
				background: URL(../images/kids_age_groups_middle.png);
			}
			
			.kids_age_groups_middle a:hover
			{
				background: #75c93c !important;
			}
			
			.kids_age_groups_bottom
			{
				width: 153px;
				height: 8px;
				background: URL(../images/kids_age_groups_bottom.png) no-repeat;
			}
			
		/*------------------------------------------------------------------------------------------------*/
		/*---END Top Navigation---------------------------------------------------------------------------*/
		/*------------------------------------------------------------------------------------------------*/
		
		.pic_selector_button
		{
			height: 8px;
			border: 1px solid #FFF;
			background: #066a2a;
			cursor: pointer;
		}
		
		.pic_selector_button.active
		{
			background: #0a829a;
		}
		
		.pic_selector_button.first
		{
			height: 8px;
			border-left: none;
			border-right: 1px solid #FFF;
			border-top: 1px solid #FFF;
			border-bottom: 1px solid #FFF;
			background: #066a2a;
		}
		
		.pic_selector
		{
			margin-top: 1px;
			border: 1px solid #FFF;
			margin-left: auto;
			margin-right: auto;
			width: 638px;
			position: relative;
			left: -2px;
		}
		
		.pic_selector_button.last
		{
			height: 8px;
			border-left: 1px solid #FFF;
			border-right: none;
			border-top: 1px solid #FFF;
			border-bottom: 1px solid #FFF;
			background: #066a2a;
		}
		
		.home-top
		{
			width: 744px;
			height: 253px;
			background: URL(../images/whats-up-top_bg.png) no-repeat;
		}
		
		.home-top-content
		{
		}
		
		.home-top .left-arrow, .home-top .right-arrow
		{
			width: 36px;
			height: 36px;
			background: URL(../images/whats-up-top_arrows.png);
			margin-top: 90px;
			cursor: pointer;
		}
		
		.home-top .left-arrow
		{
			margin-left: 9px;
			margin-right: 9px;
		}
	
		.home-top .left-arrow:hover
		{
			background: URL(../images/whats-up-top_arrows.png) 0 -37px;
		}
	
		.home-top .right-arrow:hover
		{
			background: URL(../images/whats-up-top_arrows.png) -40px -37px no-repeat;
		}
		
		.home-top .right-arrow
		{
			margin-left: 9px;
		}
		
		
		.home_heading
		{
			position: relative;
		}
		
		.home-pic-full
		{
			margin-top: 9px;
			position: relative;
		}
		
		.home-pic-full img
		{
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.left_menu_heading
		{
			margin-bottom: 18px;
		}
		
		.left_menu_link_list a
		{
			padding: 5px 0 5px 0;
			display: block;
			width: 150px;
			color: #525252;
			font-size: 11.2px;
			text-decoration: none;
		}
		
		.left_menu_link_list a:hover
		{
			color: #0a8299;
		}
		
		.left_menu_link_list
		{
			margin-bottom: 18px;
		}
		
		.top_pic_cap_heading
		{
			font-family: "Times New Roman", Times, serif;
			font-size: 17px;
			color: #FFF;
			text-transform: capitalize;
		}
		
		.top_picture_caption
		{
			font-size: 12px;
			color: #c5eca9;
			text-transform: capitalize;
		}
		
		.picture_captions
		{
			margin-top: 6px;
		}
		
		/*---------------------------------------------------------------------------------------------*/
		/*-----Arts------------------------------------------------------------------------------------*/
		/*---------------------------------------------------------------------------------------------*/
		
			.arts_heading
			{
				display: block;
				height: 23px;
				padding-top: 5px;
				padding-left: 7px;
				padding-right: 20px;
				background: #4fb20a;
			}
			
			.arts_text
			{
				padding-top: 5px;
			}
			
			.arts_content
			{
				display: block;
				padding-top: 10px;
				padding-left: 20px;
			}
		
			.arts_content_poems
			{
				padding-top: 10px;
				padding-left: 20px;
				overflow: hidden;
				height: 104px;
			}
		
		/*---------------------------------------------------------------------------------------------*/
		/*-----END Arts--------------------------------------------------------------------------------*/
		/*---------------------------------------------------------------------------------------------*/
		
		/*---------------------------------------------------------------------------------------------*/
		/*-----Blogs-----------------------------------------------------------------------------------*/
		/*---------------------------------------------------------------------------------------------*/
		
			.blog_heading
			{
				display: block;
				height: 23px;
				width: 460px;
				padding-top: 5px;
				padding-left: 20px;
				padding-right: 20px;
				background: #4fb20a;
				color: #FFF;
			}
			
			.blog_comments_heading
			{
				display: block;
				height: 22px;
				width: 460px;
				padding-top: 5px;
				padding-left: 20px;
				padding-right: 20px;
				background: #afdc90;
			}
			
			.blog_title
			{
				font-size: 15px;
				font-weight: bold;
			}
			
			.blog_heading h2
			{
				padding-bottom: 0;
			}
		
			.blog_content
			{
				display: block;
				width: 460px;
				padding-top: 10px;
				padding-left: 20px;
			}
			
			.blog_content_text
			{
				width: 460px;
			}
			
			.blog_comment_text
			{
				width: 460px;
				padding-top: 5px;
			}
			
			.comment_by
			{
				width: 150px;
			}
			
			.comment_alternate
			{
				background: #dae1e7;
			}
			
			.blog_user_image
			{
				width: 90px;
			}
			
			.comment
			{
				padding: 5px;
				border: 1px solid #CCC;
				margin-left: auto;
				margin-right: auto;
				margin-top: 8px;
			}
			
			.blogs_left_menu
			{
				width: 150px;
				margin-right: 5px;
			}
		
		/*---------------------------------------------------------------------------------------------*/
		/*-----END Blogs-------------------------------------------------------------------------------*/
		/*---------------------------------------------------------------------------------------------*/	
		
		/*------------------------------------------------------------------------------------------------*/
		/*---Bottom Menu----------------------------------------------------------------------------------*/
		/*------------------------------------------------------------------------------------------------*/
		
			.bottom_menu
			{
				width: 689px;
				height: 53px;
				background: URL(../images/bottom_menu_sprite.png);
			}
			
			.bottom_menu a
			{
				width: 172px;
				height: 53px;
				display: block;
				float: left;
				text-decoration: none;
			}
			
			#messages:hover
			{
				background: URL(../images/bottom_menu_sprite.png) 0 -53px no-repeat;
			}
		
			#testimonies:hover
			{
				background: URL(../images/bottom_menu_sprite.png) -172px -53px no-repeat;
			}
		
			#new-to-us:hover
			{
				background: URL(../images/bottom_menu_sprite.png) -344px -53px no-repeat;
			}
		
			#resources:hover
			{
				background: URL(../images/bottom_menu_sprite.png) -516px -53px no-repeat;
			}
		
		/*------------------------------------------------------------------------------------------------*/
		/*---END Bottom Menu------------------------------------------------------------------------------*/
		/*------------------------------------------------------------------------------------------------*/
		
		/*------------------------------------------------------------------------------------------------*/
		/*---Photo Gallery--------------------------------------------------------------------------------*/
		/*------------------------------------------------------------------------------------------------*/
		
			.photo_gallery_left_menu
			{
				width: 160px;
				margin-right: 5px;
			}
			
			.photo_gallery_left_menu a
			{
				display: block;
				font-size: 11px;
				color: #525252;
				width: 160px;
				padding-bottom: 19px;
				text-decoration: none;
				cursor: pointer;
			}
			
			.photo_gallery_left_menu a:hover
			{
				color: #1a8aa0;
			}
			
			.photo_gallery_image_list
			{
				width: 490px;
			}
			
			.photo_gallery_image
			{
				border: #e2e3e3 3px solid;
				margin: 5px;
			}
			
			.photo_gallery_image:hover
			{
				border: #1a8aa0 3px solid;
			}
			
			.gallery_name
			{
				color: #bfbfbf;
				font-size: 11px;
				padding-top: 8px;
			}
		
		/*------------------------------------------------------------------------------------------------*/
		/*---END Photo Gallery----------------------------------------------------------------------------*/
		/*------------------------------------------------------------------------------------------------*/
		
		/*------------------------------------------------------------------------------------------------*/
		/*---Bottom Content-------------------------------------------------------------------------------*/
		/*------------------------------------------------------------------------------------------------*/
			
			.bottom_content
			{
				width: 689px;
				height: 357px;
			}
			
			.bottom_blue_content
			{
				width: 172px;
				margin-left: 1px;
			}
			
			.bottom_orange_content
			{
				width: 172px;
				margin-left: 173px;
			}
			
			.bottom_yellow_content
			{
				width: 172px;
				margin-left: 345px;
			}
			
			.bottom_green_content
			{
				width: 172px;
				margin-left: 517px;
			}
			
			.bottom_blue_left
			{
				background: URL(../images/bottom_content/blue_left.png);
			}
			
			.bottom_blue_center
			{
				background: URL(../images/bottom_content/blue_center.png);
			}
			
			.bottom_blue_right
			{
				background: URL(../images/bottom_content/blue_right.png) repeat-x;
			}
			
			.content_wrapper_bottom_content
			{
				width: 688px;
				top: -357px;
				margin-left: 1px;
			}
			
			.content_block_bottom_content
			{
				height: 0px;
				width: 172px;
			}
			
			.content_block_bottom_content .content
			{
				padding: 5px;
				overflow: auto;
				width: 678px;
				height: 367px;
				color: #FFF;
			}
			
			.content_wrapper_bottom_content .content
			{
				display: none;
			}
			
			.blue_content_block
			{
				background: #0a8299;
			}
			
			.orange_content_block
			{
				background: #eb7000;
				margin-left: 172px;
			}
			
			.yellow_content_block
			{
				background: #ffbc1f;
				margin-left: 344px;
			}
			
			.green_content_block
			{
				background: #00a217;
				margin-left: 516px;
			}
			
			.bottom_menu_sub_navigation
			{
				width: 688px;
				margin-left: 1px;
				top: -376px;
			}
			
			.bottom_sub_menu
			{
				width: 172px;
				display: none;
			}
			
			.bottom_sub_menu .top
			{
				width: 172px;
				height: 28px;
			}
			
			.bottom_sub_menu .bottom
			{
				width: 172px;
				height: 9px;
			}
			
			.bottom_sub_menu .middle
			{
				width: 172px;
			}
			
			.bottom_sub_menu a
			{
				display: block;
				width: 152px;
				padding: 4px 0 4px 20px;
				text-decoration: none;
				font-size: 10px;
				font-weight: bold;
				color: #FFF;
			}
						
			.blue_sub_menu .top
			{
				background: URL(../images/bottom_sub_navigation/blue_top.png);
			}
			
			.blue_sub_menu .bottom
			{
				background: URL(../images/bottom_sub_navigation/blue_bottom.png);
			}
			
			.blue_tab_bottom
			{
				background: URL(../images/bottom_content/blue_bottom.jpg);
				width: 108px;
				height: 28px;
				color: #FFF;
				font-size: 11px !important;
				padding-left: 50px;
				padding-right: 14px;
				padding-bottom: 250px;
				padding-top: 0;
				overflow: hidden;
			}
			
			.blue_sub_menu .middle
			{
				background: URL(../images/bottom_sub_navigation/blue_middle.png);
			}
			
			.blue_sub_menu a:hover
			{
				background: #0a8299;
			}
			
			.orange_sub_menu
			{
				margin-left: 172px;
			}
			
			.orange_sub_menu .top
			{
				background: URL(../images/bottom_sub_navigation/orange_top.png);
			}
			
			.orange_sub_menu .bottom
			{
				background: URL(../images/bottom_sub_navigation/orange_bottom.png);
			}
			
			.orange_sub_menu .middle
			{
				background: URL(../images/bottom_sub_navigation/orange_middle.png);
			}
			
			.orange_sub_menu a:hover
			{
				background: #fc6300;
			}
			
			.yellow_sub_menu
			{
				margin-left: 345px;
			}
			
			.yellow_sub_menu .top
			{
				background: URL(../images/bottom_sub_navigation/yellow_top.png);
			}
			
			.yellow_sub_menu .bottom
			{
				background: URL(../images/bottom_sub_navigation/yellow_bottom.png);
			}
			
			.yellow_sub_menu .middle
			{
				background: URL(../images/bottom_sub_navigation/yellow_middle.png);
			}
			
			.yellow_sub_menu a:hover
			{
				background: #fcae00;
			}
			
			.green_sub_menu
			{
				margin-left: 516px;
			}
			
			.green_sub_menu .top
			{
				background: URL(../images/bottom_sub_navigation/green_top.png);
			}
			
			.green_sub_menu .bottom
			{
				background: URL(../images/bottom_sub_navigation/green_bottom.png);
			}
			
			.green_sub_menu .middle
			{
				background: URL(../images/bottom_sub_navigation/green_middle.png);
			}
			
			.green_sub_menu a:hover
			{
				background: #009d42;
			}
			
			.bottom_tabs_wrapper
			{
				overflow: hidden;
				height: 50px;
				position: relative;
			}
			
			.orange_tab_top
			{
				width: 149px;
				height: 79px;
				font-size: 11px !important;
				padding-left: 12px;
				padding-right: 12px;
				background: URL(../images/bottom_content/orange_top.jpg);
				color: #FFF;
			}
			.orange_tab_top p {
				font-size: 11px !important;
			}
			
			/*------------------------------------------------------------------------------------------------*/
			/*---Messages-------------------------------------------------------------------------------------*/
			/*------------------------------------------------------------------------------------------------*/
			
				.sermons_wrapper
				{
					width: 678px;
					overflow: hidden;
					height: 213px;
				}
				
				.sermons_list_wrapper
				{
					width: 999999px;
					height: 213px;
				}
				
				.sermons_list
				{
					float: left;
					width: 678px;
					height: 213px;
				}
				
				.messages_heading
				{
					color: #5eb9cb;
					font-weight: bold;
				}
				
				.testimonies_heading
				{
					color: #ffba85;
				}
				
				.messages_title
				{
					width: 386px;
					overflow: hidden;
				}
				
				.messages_speaker
				{
					width: 136px;
					overflow: hidden;
				}
				
				.messages_date
				{
					width: 148px;
					overflow: hidden;
				}
				
				.messages_title a
				{
					color: #FFF;
				}
				
				.prev_messages
				{
					cursor: pointer;
					display: none;
				}
			
				.next_messages
				{
					cursor: pointer;
				}
			
			/*------------------------------------------------------------------------------------------------*/
			/*---END Messages---------------------------------------------------------------------------------*/
			/*------------------------------------------------------------------------------------------------*/
			
		/*------------------------------------------------------------------------------------------------*/
		/*---END Bottom Content---------------------------------------------------------------------------*/
		/*------------------------------------------------------------------------------------------------*/
		
	/*------------------------------------------------------------------------------------------------*/
	/*---END Left Column------------------------------------------------------------------------------*/
	/*------------------------------------------------------------------------------------------------*/

	/*------------------------------------------------------------------------------------------------*/
	/*---Right Column---------------------------------------------------------------------------------*/
	/*------------------------------------------------------------------------------------------------*/
	
		.right_column
		{
			width: 209px;
			min-height: 500px;
			color: #FFF;
		}
		
		.right_column ul li a
		{
			color: #FFF;
		}
		
		.right_column_green
		{
			background: #4fb20a;
			padding: 4px;
			margin-bottom: 4px;
		}
		
		.right_column_blue
		{
			background: #0a8299;
			padding: 4px;
			margin-bottom: 4px;
		}
		
		.right_col_heading_link
		{
			background: #afdc90;
			color: #4c4c4c;
			display: block;
			font-size: 10.72px;
			text-decoration: none;
			padding: 7px 0 7px 6px;
			margin-bottom: 5px;
			font-weight: bold;
		}
		.right_col_blogging {
			width: 195px;
			display: block;
			font-size: 10.72px;
			text-decoration: none;
			padding: 7px 0 7px 6px;
			margin-bottom: 5px;
			background-color: #FFF;
			color: #4fb20a;
		}
		.right_col_blogging a {
			color: #4fb20a;
		}
		.right_col_blogging a:hover {
			color: #feba01;
		}
		
		.right_col_heading_link.blue
		{
			background: #91c6d1;
			color: #4c4c4c;
			display: block;
			font-size: 10.72px;
			text-decoration: none;
			padding: 7px 0 7px 6px;
			margin-bottom: 5px;
			font-weight: bold;
		}
		
		.right_col_heading_link:hover
		{
			background: #feba01;
			color: #4c4c4c;
		}
	
	/*------------------------------------------------------------------------------------------------*/
	/*---END Right Column-----------------------------------------------------------------------------*/
	/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*---END Site Body--------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------*/
/*---Footer---------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

	.footer_menu
	{
		width: 978px;
		text-align: center;
		height: 20px;
		padding-top: 6px;
		background: #707173 URL(../images/footer_menu_bg.png) center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer_menu a
	{
		color: #656565;
		font-size: 11.69px;
		text-decoration: none;
	}
	
	.footer_menu a:hover
	{
		text-decoration: underline;
	}
	
	.copyright
	{
		width: 978px;
		height: 19px;
		background: URL(../images/copyright_bg.png);
		text-align: center;
		color: #d9edcc;
		font-size: 11.69px;
		padding-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}

/*------------------------------------------------------------------------------------------------*/
/*---END Footer-----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*-----General Ajax Classes--------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

	.load
	{
		height: 11px;
		padding-right: 18px;
		padding-top: 5px;
		background: URL(../images/load.gif) no-repeat top right;
	}
	
	.correct
	{
		height: 11px;
		padding-right: 18px;
		padding-top: 5px;
		background: URL(../images/check.gif) no-repeat top right;
	}
	
/*---------------------------------------------------------------------------------------------*/
/*-----END General Ajax Classes----------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
