	/*  Notes:
			Red - #71121B
			Gray - #262626
			Background - #FDFDFD
			
		Measurements from right edge of header text: Left edge<-->590px<-->text edge<-->210px<-->right edge
		*/
		
		@font-face {
			font-family: ScalaSansPro;
			src: url(fonts/Light.otf);
		}
		
		@font-face {
			font-family: ScalaSansPro;
			src: url(fonts/Regular.otf);
			font-weight: bold;
		}
		
		@font-face {
			font-family: ScalaSansPro;
			src: url(fonts/LightItalic.otf);
			font-style: italic;
		}
		
		@font-face {
			font-family: ScalaSansPro;
			src: url(fonts/Italic.otf);
			font-weight: bold;
			font-style: italic;
		}
			
		
		body {
			color: #262626;
			background-color: #FDFDFD;
			font-family: "ScalaSansPro", "Scala Sans Pro", "Scala Sans", "ScalaSans", "Helvetica Neue", Helvetica, Arial, sans-serif; /* textsize/linespacing */
			width: 800px;
            text-rendering: optimizeLegibility;
		
		}
		
		#wrapper {
			
		}
		
		#banner img{
			width: 700px;
			padding-top:50px;
			padding-left:65px;
		}
		

		#main {
			text-align: right;
			font-size:1.5em;
			margin-top: 50px;
			padding-right: 210px;
			
			
		}
		
		ul {
			list-style-type: none;
		}
		
		a {
			color: #262626;
			text-decoration: none;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		#services{
			text-align: right;
			margin-top: 50px;
			padding-right: 210px; 
			color: #71121B;
			font-weight: bold;
			font-size: 2em;
		}
		
		#services img{
			border-style: none;
			height:30px;
		}
		
		#inner-banner img{
			width:500px;
			padding-left:165px;
			padding-top:50px;
		}
		
		#research {
			text-align: right;
			padding-top: 0px;
			padding-right: 210px;
			font-size: 0.9em;
			line-height: 1.4em;
			margin-left: 80px;
			
		}
		
		#research h1{
			padding-top:0.5em;
			font-size:  1.1em;
			line-height: 1.2em;
		}
		
		#research a {
			text-decoration: underline;
			font-style: italic;
		}
		
		#research li {
			margin: 1em 0em;
		}
		
		sup, sub { vertical-align: 0;
		           position: relative; }
		sup { bottom: 1ex; }
		sub { top: 0.8ex; }
