@charset "UTF-8";
/* PAGE ----------------------------------------------------------------------------- */

 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');
  
 h1, h2, h3, h4 {
    font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-style: italic;
	color:#999;
}
 h1 {
	font-weight: 700;
	color:#FFF;
}
h1.approved {
	color:#F7990D;
	font-size: 40px;
}
body {
	background:#333;
	color:#FFF;
	padding: 50px;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 15px 0;
}
a {
	color:#f89926;
}
a:hover {
	background-color:#f89926;
	color: #FFF;
	text-decoration:none;
}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.creative {float: left; margin: 0 40px 20px 0;}
.clear {clear: both}
/* MAIN NAV ----------------------------------------------------------------------------- */

.mainlogo {
	float: right;
}
table#icons {
	background: #FFF;
}
table#icons td {
	padding: 30px;
	width: 120px;
}
table#icons td img {
	width: auto;
	height: 90px;
}
table#icons td p {
	font-size: 12px;
	font-style: italic;
	margin: 20px 0;
	color:#333;
}
hr {margin: 20px 0; border-top: 1px solid; border-color: black; background: none;}

.banner {margin: 0 30px 30px 0; float: left;}
