body {
	background: #333 url(../../_images/bg_main.jpg) no-repeat center 77px;
	font: normal normal 12px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 90px;
}
body.home {
	background: #333 url(../../_images/bg_home.jpg) no-repeat center 77px;
}

a:active {
	outline: none;
}
a.btn_more {
	background-image: url(../../_images/sprites_block.png);
	background-position: -150px -400px;
	width: 65px;
	height: 22px;
}
	a.btn_more:hover {
		background-position: -150px -425px;
	}

/* Text Image Replacement */					
.tir {
	display: block;
	text-indent: -3000px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}


#header_container {
	width: 100%;
	height: 69px;
	background-color: #494949;
	border-bottom: 8px solid #f4a91c;
}
#header {
	width: 960px;
	height: 69px;
	margin: 0 auto;
	background: transparent url(../../_images/menu_bg.png) no-repeat center bottom;
	position: relative;
}
	#header .main_menu {
		font-weight: bold;
		font-size: 13px;
		text-shadow: 0 1px 1px #ffecc9;
		position: absolute;
		right: 17px;
		bottom: 9px;
		z-index: 50;
	}
		#header .main_menu li {
			display: block;
			float: left;
			padding-left: 18px;
		}
		#header .main_menu a {
			color: #000;
			text-decoration: none;
		}
			#header .main_menu a:hover {
				color: #865e12;
			}
	#header .secondary_menu {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;
		line-height: 12px;
		position: absolute;
		right: 233px;
		top: 10px;
	}
		#header .secondary_menu li {
			display: block;
			float: left;
			padding-left: 12px;
		}
		#header .secondary_menu a {
			color: #acacac;
			text-decoration: none;
		}
			#header .secondary_menu a:hover {
				color: #ccc;
			}
	#header .search {
		position: absolute;
		width: 190px;
		height: 25px;
		top: 10px;
		left: 770px;
		background: transparent url(../../_images/sprites_block.png) no-repeat -450px -400px;
	}
		#header .search form, #Search, .search .middleColumn {
			float: left;
		}
		#header #SearchForm_SearchForm input.text {
			background-color: transparent;
			border: 0 none;
			color: #5b5b5b;
			width: 139px;
			padding: 5px 3px 0px 5px;
			float: left;
		}
		#header .search a {
			background-image: url(../../_images/sprites_block.png);
			background-position: -250px -400px;
			width: 22px;
			height: 22px;
			float: left;
			margin-top: 2px;
			margin-left: 6px;
		}
			#header .search a:hover {
				background-position: -250px -425px;
			}
		#header #SearchForm_SearchForm .action {
			display: none;
		}
	

#main_container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
	#main_container a {
		color: #000;
	}
	.home #main_container {
		color: #fefefe;
		padding-top: 360px;
	}
	.home #main_container .column {
		width: 240px;
		padding-left: 60px; 
		float: left;
	}
		.home #main_container .column h2 {
			background-image: url(../../_images/sprites_block.png);
			height: 17px;
			padding-bottom: 1px;
		}
			.column.lineworker_program h2 {
				background-position: 0 -300px;
				width: 215px;
			}
			.column.why_us h2 {
				background-position: -300px -300px;		
				width: 75px;
			}
		.home #main_container .column img {
			border: 1px solid #fff;
		}
		.home #main_container .column p {
			padding: 7px 10px;
			text-shadow: 0px 2px 2px #000;
		}
		.home #main_container .column .btn_more {
			float: right;
		}
	.home #main_container .action_buttons {
		width: 260px;
		padding-left: 50px;
	}
		.action_buttons li {
			display: block;
		}
		.action_buttons li a {
			display: block;
			margin-bottom: 32px;
		}
		.home #main_container .column.action_buttons img {
			display: block;
			border: 0 none;
		}
		/*
		.action_buttons a {
			background-image: url(../../_images/sprites_block.png);
			width: 260px;
			height: 99px;
			margin-bottom: 32px;
		}		
		.action_buttons a.btn_enroll_now {		
			background-position: 0 0;
		}
			.action_buttons a.btn_enroll_now:hover {
				background-position: -300px 0;
			}
		.action_buttons a.btn_request_info {
			background-position: 0 -150px;
		}
			.action_buttons a.btn_request_info:hover {
				background-position: -300px -150px;
			}
		*/
	.home #main_container .multimedia {
		clear: both;
		margin-left: 60px;
		float: left;
		position: relative;
	}
		.home #main_container .multimedia h2 {
			background-image: url(../../_images/sprites_block.png);
			background-position: -450px -300px;
			width: 117px;
			height: 17px;
			margin-bottom: 15px;
		}
		.multimedia ul {
			position: absolute;
			
		}
			.multimedia li {
				float: left;
				height: 97px;
				padding-right: 20px;
			}
				.multimedia li a {
				}
				.multimedia li img {
					border: 1px solid #a7a8a8;
				}
		.multimedia .scroll_wrapper {
			width: 340px;
			height: 97px;
			overflow: hidden;
			position: relative;
		}
		.multimedia a[href*=scroll_] {
			background-image: url(../../_images/sprites_block.png);
			width: 16px;
			height: 16px;
			position: absolute;
		}
		.multimedia a[href*=scroll_prev] {
			background-position: -330px -400px;
			top: 65px;
			left: -25px;
		}
			.multimedia a[href*=scroll_prev]:hover {
				background-position: -330px -425px;
			}
		.multimedia a[href*=scroll_next] {
			background-position: -360px -400px;
			top: 65px;
			right: -25px;
		}
			.multimedia a[href*=scroll_next]:hover {
				background-position: -360px -425px;
			}

	.home #main_container .about {
		width: 370px;
		padding: 30px 0 0 140px;
		float: left;
		color: #1c1c1c;
		/* text-shadow: 0px 2px 2px #c98b17; */
	}
	
	.interior #main_container {
		color: #565656;
	}

	
.interior #outer_container {
	width: 100%;
	background: transparent url(../../_images/footer_bg.png) no-repeat center bottom;
	padding-bottom: 45px;
}
.interior #inner_container {
	width: 100%;
	background: transparent url(../../_images/content_bg.png) repeat-y center top;
	float: left;
	padding-bottom: 5em;
}
	.include_sidebar #inner_container {
		background-image: url(../../_images/content_bg_sidebar.png);
	}

#sub_nav_container {
	float: left;
	width: 250px;
	background: transparent url(../../_images/bg_side_nav.png) no-repeat 0 bottom;	
	position: relative;
	padding-bottom: 14px;
	z-index: 45;
}	
	#sub_nav_container #sub_nav_title {
		text-indent: -3000px;
		width: 250px;
		height: 120px;
		background: transparent url(../../_images/sprites_block.png) no-repeat 0 -480px;
		position: absolute;
	}
	#sub_nav {
		background: transparent url(../../_images/side_photo_1.jpg) no-repeat 0 bottom;
		width: 100%;
		padding-bottom: 205px;
		float: right; 
	}
		#sub_nav ul {
			float: right;
			background-color: #f4a91c;
			width: 230px;
			font-weight: bold;		
			margin-top: 100px;
			padding-top: 30px;
			padding-bottom: 15px;
		}
			#sub_nav li {
				padding: 13px 10px 12px 30px;
				background: transparent url(../../_images/sprites_block.png) no-repeat -300px -480px;
				position: relative;
				line-height: 14px;
			}
			#sub_nav a {
				color: white;
				text-decoration: none;
			}
			#sub_nav li.current .sub_nav_marker {
				display: block;
				background: transparent url(../../_images/sprites_block.png) no-repeat -400px -400px;
				position: absolute;
				width: 15px;
				height: 22px;
				right: -14px;
				top: 12px;
			}

#main_content {
	margin-left: -10px;
	padding: 13px 0 0 60px;
	width: 650px;	
	border-left: 10px solid #101010;
	float: left;
}

	#main_content h1 {
		font-size: 18px;
		font-weight: normal;
		color: #F4A01C;
		padding-bottom: 5px;
	}
		#main_content h1.page_title {
			font-size: 18px;
			font-weight: normal;
			color: #3f3f3f;
			border-bottom: 1px solid #e7e7e7;
			padding-bottom: 6px;
			margin-top: 30px;
			margin-bottom: 1px;
			display: block; 
			width: 90%;
		}
			.include_sidebar #main_content h1.page_title {
				width: 400px;
			}
	#main_content h2 {
		font-size: 16px;
		font-weight: bold;
		color: #F4A01C;
		padding-bottom: 5px;
	}
	#main_content h3 {
		font-size: 14px;
		font-weight: bold;
		color: #F4A01C;
		padding-bottom: 5px;
	}
	#main_content h4 {
		font-size: 12px;
		font-weight: bold;
		color: #3f3f3f;
	}
	#main_content h5 {
		font-size: 12px;
		font-weight: normal;
		color: #000;
	}
	#main_content h6 {
		font-size: 10px;
		font-weight: bold;
		color: #000;
	}
		

	.include_sidebar #main_content h3 {
		width: 400px;
	}
	#main_content p {
		padding-bottom: 1.5em;
	}
		#main_content ul {
			list-style: disc;
			padding: 0 0 1.5em 1.5em;
		}
		
	#main_content #inner_content {
		border-top: 1px solid #f8f8f8;
		width: 90%;
		padding: 30px 0 0 0;
		margin-right: 60px; 
		float: left;
	}
		.include_sidebar #main_content #inner_content {
			width: 400px;
		}
	#main_content #side_bar {
		float: right;
		width: 170px;
		padding: 0 10px;
	}
		#main_content #side_bar ul {
			list-style: none;
			padding: 0 0 0 5px;
		}
		#main_content #side_bar li {
			padding: 0 0 15px 0;
		}
	

#breadcrumb {
	font-size: 10px
}
	#breadcrumb ul {
	
	}
	#breadcrumb li {
		background: transparent url(../../_images/sprites_block.png) no-repeat right -347px;
		display: inline;
		padding-right: 20px;
	}
			#breadcrumb li.li_last {
				background-image: none;
			}
		#breadcrumb li a {
			color: #7e7e7e;
			text-decoration: none;
		}
	
#footer {
	width: 855px;
	margin: 0 auto;
	clear: both;
	text-align: center;	
	padding-top: 45px;
}
		.interior #footer {
			padding-top: 20px;
		}
	#footer .footer_menu {
		font-weight: bold;
		font-size: 12px;
		z-index: 50;
	}
		#footer .footer_menu li {
			display: block;
			float: left;
			padding-left: 18px;
		}
		#footer .footer_menu a {
			color: #000;
			text-decoration: none;
		}
			#footer .footer_menu a:hover {
				color: #865e12;
			}
	#footer .social_links {
		float: right;
	}
		#footer .social_links li {
			float: left;
			width: 16px;
			height: 16px;
			padding-left: 10px;
		}
		#footer .social_links a {
			display: block;
			text-indent: -3000px;
			background: transparent url(../../_images/sprites_block.png) no-repeat 0 0;
			width: 16px;
			height: 16px;
		}
			#footer .social_links .facebook {
				background-position: 0 -400px;
			}
				#footer .social_links .facebook:hover {
					background-position: 0 -420px;
				}
			#footer .social_links .linkedin {
				background-position: -25px -400px;
			}
				#footer .social_links .linkedin:hover {
					background-position: -25px -420px;
				}
			#footer .social_links .youtube {
				background-position: -49px -400px;
			}
				#footer .social_links .youtube:hover {
					background-position: -49px -420px;
				}
			#footer .social_links .blogspot {
				background-position: -74px -400px;
			}
				#footer .social_links .blogspot:hover {
					background-position: -74px -420px;
				}
	#footer p {
		clear: both;
		color: #3b3b3b;
		font-size: 11px;
		line-height: 14px;
		padding-top: 13px;
	}
		#footer p a {
			color: #333;
			text-decoration: none;
		}
	#footer .credits_iid {
		background-image: url(../../_images/sprites_block.png);
		width: 101px;
		height: 24px;
		background-position: 0 -350px;
		float: right;
	}

.logo {
	position: absolute;
	display: block;
	background-image: url(../../_images/sprites_logo.png);
	background-position: center -176px;
	width: 219px;
	height: 137px;
	top: -64px;
	left: 13px;
	z-index: 48;
}	
.home .logo {
	background-position: 0 0;
	width: 282px;
	height: 176px;
	top: -68px;
	left: 10px;	
}

#main_content ul.blog_list {
	list-style: none;
}
	.blog_list .blog_item {
		border-bottom: 2px solid #bbb;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.blog_list .blog_item .blog_header {
		display: block;	
		float: left;
		width: 100%;	
		padding: 0 0 10px 0;
	}
		.blog_list .blog_item .blog_header h4 {
			font-size: 14px;
			float: left;
		}
		.blog_list .blog_item .blog_header .blog_pubdate {
			font-size: 10px;
			float: right;
			color: #7E7E7E;
		}
	.blog_list .blog_item .blog_desc {
		clear: both;
		text-align: left;
	}
		.blog_list .blog_item .blog_desc div {
			text-align: left;
		}
		
#gallery_module {	
	float: left;
}
	#gallery_module ul {
	}
	#gallery_module li {	
		float: left;	
		padding: 0 0.5em 0.75em 0.5em;
	}
		#gallery_module li a {
		}
			#gallery_module li a img {
				border: 2px solid black;
			}
			
#Form_Form	{
}
	#Form_Form input, #Form_Form textarea {
		font-size: 1.0em;
		font-family: Arial, sans-serif;
		padding: 0.2em;
	}
	#Form_Form .field {
		padding-bottom: 0.5em;
	}
	#Form_Form .text input {
	}
	#Form_Form .textarea textarea {
		width: 75%;
	}

.searchResultHeader {
	font-weight: bold;
}
.readMoreLink {
x	float: right;
}
#SearchResults li {
	clear: both;
	padding-bottom: 2.0em;
	float: left;
}
	#SearchResults li p {
		padding-bottom: 0.5em;
	}
.highlight {
	background-color: yellow;
}
	

