@charset "UTF-8";
	
	@font-face {
    font-family: 'NoxOTBold';
    src: url('fonts/noxbold-webfont.eot');
    src: url('fonts/noxbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noxbold-webfont.woff') format('woff'),
         url('fonts/noxbold-webfont.ttf') format('truetype'),
         url('fonts/noxbold-webfont.svg#NoxOTBold') format('svg');
    font-weight: normal;
    font-style: normal;

	}

@font-face {
    font-family: 'NoxOTRegular';
    src: url('fonts/noxregular-webfont.eot');
    src: url('fonts/noxregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noxregular-webfont.woff') format('woff'),
         url('fonts/noxregular-webfont.ttf') format('truetype'),
         url('fonts/noxregular-webfont.svg#NoxOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


	#html, body {
  		max-width:1120px;
		min-width:600px;
		height: 100%;
		margin: auto;
		background-image:url(../images/main_background.jpg);
		}

	*{
		margin:0px;
		padding:0px;
		}
		
	p {
		font-family: NoxOTRegular, Arial, sans-serif;
		font-size: 18px;
		line-height:24px;
		font-style:normal;
		color:#fff;
		margin-top:10px;
		}
		
	h1 {
		font-size: 40px;
		font-family: NoxOTBold, Arial, sans-serif;
		font-weight:normal;
		line-height:35px;
		color: #d64121;
	}
	
	h2 {
		font-size: 30px;
		font-family: NoxOTRegular, Arial, sans-serif;
		font-weight:normal;
		line-height:26px;
		color:#fff;
	}
	
	hr {
   		background-color: #FFFFFF;
   		border: 0 none;
		color: #FFFFFF;
		height: 1px;
	    left: -10px;
	    margin: 10px 0px 20px 0px;
	    opacity: 0.6;
	    position: relative;
	    width: 105%;
		}

	img{
		margin:10px 0px 0px 0px;		
		width:100%;		
		}
	
	img.line{
		margin:0px;
		padding:0px;
		width:60px;
		height:1px;
		}
	
	#bodyDiv{
		margin-right:10px;
		} 

	
	#leftColumn{
		margin-top:10px;
		width:150px;
		position:fixed;
		z-index:100;
				}
		
	#logo{
		width:140px;
		margin-left:5px;
		height:161px;
		background-image:url(../images/pg_background.png);
		background-repeat: no-repeat;
		}
			
	#menu{
		margin-right:10px;
		width:130px;
		float:right;
		font-family: NoxOTRegular, Arial, sans-serif;
		text-align:right;
		font-size:30px;
		line-height:30px;
		}
	
	#menu ul{
		list-style-type: none;
		}

	#content {
	    border-left: 1px solid rgba(255, 255, 255, 0.6);
	    border-right: 1px solid rgba(255, 255, 255, 0.6);
	    float: right;
	    margin-left: 150px;
	    overflow: hidden;
	    padding: 10px;
	    position: relative;	
		}			
			
	#title{
		padding:20px 0px 0px 0px;
		}
	
	#description{
		padding:5px 0px 0px 0px;
		}
		
	#image{
		padding:10px 0px 0px 0px;
		float:left;
		}
		
	.pgLogo{
		opacity: 0;
		}
	
	.float{
		float:left
		}
	
	.pg {
		opacity:0;
		margin:0px;
		width:140px;
	}
	
	.subnav
		{
		position:relative;
		margin-bottom: 5px;
		padding-left:10px;
		overflow:hidden;
		font-size:22px;
		line-height:24px;
		}
	
	.opensubnav
		{
		position:relative;
		margin-bottom: 5px;
		padding-left:10px;
		font-size:22px;
		line-height:24px;
		}
		
	.topnav
		{
		padding: 0px;
		margin-left:8px;
		position:relative;
		}

	.topnav li {
		float: none;
		}
	
	.tertiary{
		font-size:18px;
		line-height::18px;
		margin-bottom: 10px;
		}
	
	.currentLink{
		color:#d64121;
		}
