html {
	min-height: 100%;
	position: relative;
}

body {
	color: #fff;
	background: #eee;
	margin-bottom: 100px;
	font-family: Verdana, Lucida Sans Unicode;
	line-height: 1.6em;
}

.container {width: 100%;}

a, a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

h3 {margin: 0;}
*:focus {outline: none;}
.navbar-nav > .active a {
	color: #555 !important;
	background-color: #ddd !important;
}

h1, h2, h3, h4{color: #3984c6;}

h4 {line-height: 130%;}

.spacer20 {height: 20px;}
.padding10 {padding: 10px;}
.padding20 {padding: 20px;}
.rounded5 {border-radius: 5px;}

.grayFont {color: #444;}
.lightBlueBackground {background: #47acd1;}
.whiteBackground {background: #fff;}

ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a {
	border: 0;
	border-radius: 0;
	background-color: #47acd1;
}

.navbar a h1 {color: #777;}

.navbar li a {
	border: 0;
	display: block;
	text-transform: uppercase;
	/* padding: 20px 15px 20px 15px; */
}


footer a, footer a:hover, .navbar a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

footer {
	bottom: 0;
	width: 100%;
	position: absolute;
	background: #47acd1;
}

