html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
/*	font-family: 'Source Sans Pro', sans-serif;*/
	font-family: arial, sans-serif;
	color: #ccc;	
	background-color: #000;
	font-weight: 300;
}
.clear {
	clear: both;
}
p {
	margin: 0px 0px 10px 0px;
}
a {
	color: #d55e25;
}
	a:hover {
		text-decoration: none;
	}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.header {
	height: 135px;
}
	.header img {
		padding: 20px 0px;
	}
.mainNav {
	right: 10px;
	position: absolute;
	top: 20px;
	height: auto;
	margin-top: 0px;
	display: inline-block;
	border-top: 1px solid #fff;
	padding: 10px;
}
	.mainNav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		.mainNav li a {
			line-height: 130%;
			font-size: 12px;
			text-transform: uppercase;
			text-decoration: none;
			color: #666666;
			display: block;
		}	
			.mainNav li a:hover {
				color: #fff;
			}
.content {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 170%;
}
	.content:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	.content.pressPage {
		background: #efefef;
		color: #333;
		position: relative;
		font-size: 11px;
	}
		.content.pressPage a {
			color: #000;
			display: block;
			font-weight:700;
			line-height: 17px;
		}
		
		.content.pressPage H3 {
			color: #d55e25;
			font-size:12px
		}
	
		.content.pressPage li {
	list-style: none outside none;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
		}
		.content.pressPage img {
			vertical-align: top;
			display: block;
		}
		.pressNav {
			list-style: none;
			margin: 0px;
			padding: 0px;
			position: absolute;
			right: 10px;
			top: 10px;
		}
			.pressNav li {
				float: left;
				width: auto;
				margin-left: 10px;
			}
			
			.pressNav a{
				color:	#D55E25 !important;
				font-size:12px;
			}
			
.mobileContent {
	display: none;
}
p.tagline {
	font-size: 17px; 
	width: 780px; 
	margin: 0 0px 10px 225px; 
	line-height: 120%;
}

.footerNav {
	width: 350px;
	margin: 0 auto 20px;
}
	.footerNav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		.footerNav li {
			float: left;
			margin: 0px 10px 0px 0px;
			padding: 0px 10px 0px 0px;
			border-right: 1px solid #aaa;
			line-height: 14px;
		}
		.footerNav li.last {
			float: left;
			margin-right: 0px;
			padding-right: 0px;
			border-right: none;
		}
			.footerNav li a {
				font-size: 11px;
				text-transform: uppercase;
				text-decoration: none;
				color: #666666;
			}
				.footerNav li a:hover {
					color: #fff;
				}

.pageHead {
	font-size: 24px;
	line-height: 120%;
	padding: 10px 0px 0px 0px;
	display: block;
	color: #d55e25;
	margin: 0px 0px 10px 10px;
	font-weight: 300;
}
.orangeText {
	color: #d55e25;
	font-size:12px;
	font-weight:700;
}

.columns {
	width: 100%;
}
	.column {
		margin: 0px 10px;
		border-top: 1px solid #333333;
		width: 31%;
		float: left;
		padding: 10px 0px;
	}
	
	.columns .column ul {
    padding: 0;
}

/* Home Slider */

#slides {
    width: 857px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		position: relative;
  }
  .current {
    font-weight: bold;
  }
	.slides_container {
		overflow: hidden;
		display: block;
		width: 680px;
		height: 384px;
		position: absolute !important;
		left: 175px;
		border: 1px solid #8f8f8f;
	}
	.slides_container div img {
		width: 680px;
		height: auto;
	}
	ul.pagination {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 175px;
	}
		ul.pagination li {
			margin: 0px 10px 19px 0px;
			width: 76px;
			float: left;
		}
		ul.pagination li img {
			width: 76px;
			height: 77px;
		}

/* Tablet Screen */

@media screen and (max-width: 960px) {
	.wrapper {
		width: auto;
	}
	.header {
		padding: 10px 10px 0px 10px;
		height: 110px;
	}
		.header img {
			width: 330px;
		}
	.mainNav li a {
		font-size: 11px;
	}
	.column {
		width: 44%;
	}
		.column.third {
			width: 95%;
		}
	p.tagline {
		font-size: 11px;
		width: 480px;
		margin: 0 auto 5px;
	}
	#slides {
		width: 480px;
		position: relative !important;
	}
		.slides_container {
			width: 478px;
			height: 271px;
			position: relative !important;
			left: auto;
		}
		.slides_container div img {
			width: 478px;
			height: 271px;
		}
		ul.pagination {
			width: 480px;
			margin: 10px 0px 0px 0px;
			padding: 0px;
		}
			ul.pagination li {
				width: 12.5%;
				margin: 0px;
			}
				ul.pagination li img {
					width: 95%;
					height: auto;
				}
}

/* Cell Phone Screen */

@media screen and (max-width: 480px) {
	.wrapper {
		width: auto;
	}
	.content.home {
		display: none;
	}
	.mainNav {
		display: none;
	}
	.mobileContent {
		display: block;
		width: 172px;
		margin: 0 auto;
	}
	.mobileContent:after {
	  content: "";
	  display: table;
	  clear: both;
	}
		.mobileNav {
			list-style: none;
			margin: 0px;
			padding: 10px 0px 10px;
		}
		.mobileNav li {
			float: left;
		}
			.mobileNav li img {
				width: auto;
				padding: 0px 5px 5px 5px;
			}
	.column {
		width: 95%;
		float: none;
		border-top: none;
	}
	.header {
		height: auto;
	}
	.header img {
		width: 100%;
		display: block;
		padding: 0px;
	}
	.footerNav {
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 10px 0px 20px;
	}
	.footerNav ul {
		width: 300px;
		margin: 0 auto;
	}
	.footerNav li a {
		font-size: 9px;
	}
}
