@font-face {
    font-family: 'BebasNeueRegular'; 
    src: url('fonts/BebasNeue-webfont.woff') format('woff') ;
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
 
 
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a { color: white; text-decoration: none} 
.container{
	position: relative;
	text-align: center;
}
 
.container > header{
	padding: 0px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
} 

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
 

.button2 {
	background-image: url(../images/pattern.png);
  background-color: transparent; 
  color: white; 
  border: 2px solid #008CBA;
	padding: 8px 16px;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
	background-image: url(../images/pattern.png);
  background-color: transparent; 
  color: white; 
  border: 2px solid #f44336;
	padding: 16px 32px;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

	   
	   .branchbox {
		   width: 100%; min-height: 100px; margin: 0 auto; text-align: center; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
		   
	   }