html
{
	font-family: 'Open Sans', Verdana, Arial, serif;
	font-size: 15px;
}

body
{
	background: url('../img/strip.png') repeat-x;
}

.container
{
}

a:link,
a:hover,
a:visited
{
	color: #208ac7;
}

.hibox
{
	padding: 20px;
	background: #F8F8F8;
	border-top: 1px solid #e5e4e4;
	border-bottom: 1px solid #e5e4e4;
}

.infobox
{
	color: #9D9D9D;
	font-size: 20px;
}

#header
{
	height: 83px;
}

#content
{
	padding-top: 30px;
}

footer.footer
{
	width: 100%;
	background: url('../img/strip_tiny.png') repeat-x;
	color: #888;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 20px;
	font-size: 13px;
}

nav
{
	padding-top: 30px;
	padding-bottom: 20px;
	
	float: right;
}

nav ul
{
	padding-left: 0;
}

@media (max-width: 991px) {
	nav {
		float: none;
		width: 100%;
	}
}


nav a:link,
nav a:visited,
nav a:hover
{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
}

.link-color-1
{
	padding-bottom: 10px;
	border-bottom: 2px solid #e32016;
}

.link-color-2
{
	padding-bottom: 10px;
	border-bottom: 2px solid #fc9d0a;
}

.link-color-3
{
	padding-bottom: 10px;
	border-bottom: 2px solid #c4a36b;
}

.link-color-4
{
	padding-bottom: 10px;
	border-bottom: 2px solid #9f0740;
}

nav a:hover
{
	padding-bottom: 10px;
	border-bottom: 2px solid #208ac7;
}

nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

h1,
h2,
h3,
h4
{
	text-transform: uppercase;
}