@charset "UTF-8";
/* CSS Document */
/* #../Fonts
================================================== */
@import url("fonts.css");	
@import url("bottles.css");	

body{
	font-family: 'SourceSansProRegular';
	background-color:#f8f8f8;
}

a {
	color:#F15A2B;
	text-decoration:none;
}

a:hover,a:focus {
	color:#999999;
	text-decoration:none;
}

h1	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	color: #000000;
	font-weight: normal:
	
}

p	{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	
}


.lead {
	font-family: 'SourceSansProLight';
}
.info_page {
	margin-top: 80px;
	padding-top: 30px;
	
}
.border_top {
	border-top: thin solid #444444;
}

.info_page h3{
	font-family: 'SourceSansProLight';
	font-size: 2em;
	line-height: 1.3em;
	color: #ffb700;
	margin-bottom: 50px;
	margin-top: 0px;
}
.people {
	margin-top: 50px;
}
.contact p{
	font-size: .9em;
	color: #000000;
}
/* page
====================================*/

.page_margin {
	 padding-bottom: 20px;  
	 margin-top: 40px; 
	 padding-top: 30px;
}
.full_wrap {
	background-color: #ffffff;
	margin-bottom: 50px;
}

.full_wrapNav {
	background-repeat: repeat;
	background-color: #777777;
	margin-bottom: 2px;
}
.full_wrapTwo {
	background-color:#fcf9f0;
	margin-bottom: 40px;
	padding: 60px 0 20px 0;
}
.full_wrapFooter {
	background-repeat: repeat;
	background-color: #eeeeee;
	margin-bottom: 10px;
	margin-top: 50px;
	padding: 30px 0 20px 0;
}
.header {
	
	background-color:#DB1519;
}
.logo {
	padding: 0 0 0 40px;
}
.space {
	margin-bottom: 10px;
}
.space2 {
	margin-bottom: 15px;
}
.footer {
	margin-top: 50px;

}

.footer h5 {
	font-size: 18px;
	color:#ffffff;
}

.footer p {
		font-family: "Courier New", monospace;
text-align: center;	font-size: 12px;
	color: #FFC95F;
}

.three {
	margin: 0 0 20px 0;
}

.three h3 { 
	color: #222222;
	margin-top: 27px; 
	margin-bottom: 8px;
	font-size: 17px;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.three p {
	font-family: 'SourceSansProRegular';
	font-size: 14px;
	line-height: 1.4;
}

.article-main {
	padding-bottom: 40px;
	margin-top: 40px;
	padding-top: 30px;
}

.welcome {
	padding-bottom: 40px;
}

.no-padding-left {
	padding-left: none;
}

/* navigation
====================================*/

.format {
	font-size: 12px;
	
}

.topNav {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	padding-top: 30px;
	
}

.topNav li a {
	font-size: 13px;
}

.mainNav {
	text-align: center;
	font-family: 'SourceSansProRegular';
	color: #ffffff;
	height: 50px;
	padding-top: 5px;
	text-transform:uppercase;
	letter-spacing: 2px;
	
}

.mainNav li a {
	font-size: 14px;
}

.navbar {
	 padding: 0;
}

.navbar .nav {
	display: table;
	font-size: 13px;
	float: right;
}

.navbar .nav li {
	display: table-cell;
	float: none;
}

.navbar .nav li a {
	text-align: center;
	color: #444444;
	padding-right: 0;
}

.navbar .nav li a:after {
	content: '|';
	padding-left: 15px;
}

.navbar .nav li:last-child a:after {
	content: none;
}

.nav li a:hover, .nav li a:focus {
	background-color: transparent;
	color: #999999;
	text-decoration: none;
}