/* CSS Document */

	@import url('page-nav.css');

	.as-page-wrapper
	{
		width:100%;
		
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		
		display: -moz-box;
		-moz-box-orient: vertical;
		-moz-box-align: center;
		-moz-box-pack: center;
		
		display: box;
		box-orient: vertical;
		box-align: center;
		box-pack: center;
		
		
	}
	
	.content-page .as-page
	{
		margin-top:100px;
		
		
		padding-bottom:20px;
	}

	.as-page-header
	{
		width:950px;
		position: relative;
		z-index:5;
	}
	
	.as-company-logo-wrapper
	{
		width:230px;
		position:absolute;
		top:0;
		left:0;
		z-index:5;
		background: -moz-linear-gradient(top, rgb(0,42,58) 0%, rgb(0,59,92) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,42,58)), color-stop(100%,rgb(0,59,92))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgb(0,42,58) 0%,rgb(0,59,92) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgb(0,42,58) 0%,rgb(0,59,92) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgb(0,42,58) 0%,rgb(0,59,92) 100%); /* IE10+ */
		background: linear-gradient(top, rgb(0,42,58) 0%,rgb(0,59,92) 100%); /* W3C */

		/*-webkit-box-shadow:10px 0 10px -5px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:10px 0 10px -5px rgba(0, 0, 0, 0.3);*/
		box-shadow:10px 0 10px 0px rgba(0, 0, 0, 0.3);			
	}
	.as-company-logo
	{
		
		background-image: url('../images/as-company-logo.png');
		background-repeat:no-repeat;
		background-position:center center;
		height:160px;
	}

	.as-full-width
	{
		width:920px;
	}

	.as-nav-width
	{
		width: 690px;
		float: left;	
	}
	.as-page-article
	{
		padding:20px 0 0 30px;
	}
	
	.as-page-banner
	{
		position:relative;
		background-image:url('../images/as-page-banner.jpg');
		background-repeat:no-repeat;
		width:720px;
		height:160px;

		margin-left:230px;
	}
	
	.as-page-tagline
	{
		position:absolute;
		bottom:10px;
		right:20px;
		width:187px;
		height:21px;
		overflow:visible;
	}