  
@font-face {
	font-family: 'FranklinGothicURW-Boo';
	font-weight: normal;
	font-style: normal;
 	src: url('1FD396_0_0.eot');
 	src: url('1FD396_0_0.eot?#iefix') format('embedded-opentype'),url('1FD396_0_0.woff') format('woff'),url('1FD396_0_0.ttf') format('truetype');
	}

@font-face {
  font-family: 'Armata';
  font-style: normal;
  font-weight: 400;
  src: url('/css/missionbay/Armata-Regular-webfont.eot');
    src: url('/css/missionbay/Armata-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/missionbay/Armata-Regular-webfont.woff') format('woff'),
         url('/css/missionbay/Armata-Regular-webfont.ttf') format('truetype'),
         url('/css/missionbay/Armata-Regular-webfont.svg#ArmataRegular') format('svg');
}

@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: normal;
  src: local('Arimo'), url('http://themes.googleusercontent.com/static/fonts/arimo/v3/ZS0wkeOZuckNE3boyLYNt6CWcynf_cDxXwCLxiixG1c.woff') format('woff');
}

@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: bold;
  src: local('Arimo Bold'), local('Arimo-Bold'), url('http://themes.googleusercontent.com/static/fonts/arimo/v3/UnXpojilM3XslYxUnWuVe3YhjbSpvc47ee6xR_80Hnw.woff') format('woff');
}

@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: normal;
  src: local('Arimo Italic'), local('Arimo-Italic'), url('http://themes.googleusercontent.com/static/fonts/arimo/v3/4x7GlnDRx9FKnMrqORHWMQLUuEpTyoUstqEm5AMlJo4.woff') format('woff');
}

@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: bold;
  src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'), url('http://themes.googleusercontent.com/static/fonts/arimo/v3/_K7sg-ijHdmkwPzV9FiqaL3hpw3pgy2gAi-Ip7WPMi0.woff') format('woff');
}

@font-face {
	font-family: 'ProximaNovaS-Semibold';
	src: url('webfonts/1E6B7A_0_0.eot');src: url('webfonts/1E6B7A_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1E6B7A_0_0.woff') format('woff'),url('webfonts/1E6B7A_0_0.ttf') format('truetype');}
 
  
 @font-face {font-family: 'ProximaNovaA-Semibold';src: url('webfonts/1E6B7A_1_0.eot');src: url('webfonts/1E6B7A_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1E6B7A_1_0.woff') format('woff'),url('webfonts/1E6B7A_1_0.ttf') format('truetype');}
 
  
 @font-face {font-family: 'ProximaNova-Semibold';src: url('webfonts/1E6B7A_2_0.eot');src: url('webfonts/1E6B7A_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1E6B7A_2_0.woff') format('woff'),url('webfonts/1E6B7A_2_0.ttf') format('truetype');}
 

/*basic headlines*/
h1 {
	font-family: 'Armata', sans-serif;
	
}

h2 {
	font-family: 'Armata', sans-serif;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Armata', sans-serif;
}

h4 {
	font-family: ProximaNova-Semibold; 
	font-weight: normal; 
	font-style: normal; 

	
}

h5 {
	font-family: 'ProximaNova-Semibold', arial; 
	font-weight: normal; 
	font-style: normal; 

	
}
h6 {
	
}

/*Homepage basic headlines*/
section.hs2 h2, aside h2{
	color:#c6792d;
	text-transform:lowercase;
	font-weight:normal;
	font-size:1.2em;

}
section.hs2 h3, aside h3{
	color:#c6792d;
	text-transform:lowercase;
	font-weight:normal;

}

/*Subpage article*/



article p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#303030;
	line-height:18px;
	margin-bottom: 10px;
}

article h1 {
	background-color:#668da4;
	padding:2px 85px 0px 25px;
	color:#FFF;
	font-size:27px;
	display:inline;
	font-weight:normal;
	margin-bottom: 10px;
	
}
article h2 {
	font-size:20px;
	color:#303030;
	font-weight:normal;
	margin-bottom: 10px;
	
}

article h3 {
	font-size:20px;
	line-height:22px;
	display:inline;
	background-color:#f9aa10;
	clear:both;
	padding:3px 6px;
	color:#FFF;
	font-weight:normal;
	margin-bottom: 10px;
	
}
article h4 {
	font-size:11px;
	color:#989B9B;
	margin-bottom: 10px;
 

	
}
article h5 {
	font-size:11px;
	color:#668DA4;
	text-transform:capitalize;
	margin-bottom: 10px;


	
}
article h6 {
	
}

.imgPadRight10 {
padding-right: 10px;
}

.imgPadLeft10 {
padding-left: 10px;
}