/*!
 * Troutfly Internet
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body
{
	margin-top: 50px;
	background-color: #eeeeee;
}
.container
{
	background-image:none;
}
.navbar-inverse
{
    background-color: #25383C;
    border-color: #25383C;
}
.image-bg-fluid-height,
.image-bg-fixed-height
{
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.img-center
{
    margin: 0 auto;
}
footer
{
	text-align: center;
	background-color: #493D26;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	color: #ffffff;
}
h1
{
	margin: .5em 0;
	font-size: 1.7em;
}
h2
{
	margin: .5em 0;
	font-size: 1.4em;
}
h3
{
	margin: .5em 0;
	font-size: 1.3em;
}

.hidden   {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
form
{
	overflow-x: hidden;
	font-size: 14px;
	top : 0px;
	left : 0px;
	padding-right : 5px;
	padding-left : 5px;
	padding-top : 5px;
	font-family : verdana;
	color: #000000;
	background-color: #C9BE62;
}
a {
	color: #0000ff;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a:visited {
    color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
    text-decoration: none;
}
a:active {
	color: #0000ff;
    text-decoration: none;	
}
.red {
	color: #ff0000;
	font-weight: bold;
}
hr {
    height: 2px;
    background-color:#555;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 75%;
}

