/* Useful Colors
	#00CC66,4682B4,CC5500,33CC66,E0E0E0,0066FF,3366FF
	UT colors:
	BF5700, 005F86, D6D2C4, 333F48
 */


.jumbotron {
	background:#E0E0E0;
    border: solid #005F86;
    border-width:thin 0px thick 0px;
    margin-bottom: 0px;

}

.jumbotron img{
	width: 100px;
}

/* 
.jumbotron{
	background-image:url("http://realinf.com/wp-content/uploads/2013/06/investment-solar-wind-energy.jpg");
}
 */

.jumbotron h1 {
	padding-bottom: 5px;
	color:#BF5700;
}

.logoText {
	font-weight: bold;
	font-size: 120%;
	color:#333F48;
}

.nav {
	padding: 0px;
	background-color:#005F86;
}

.nav li {
	display: inline;
}

.nav a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 2px;
  text-transform:uppercase;

}

.nav a:hover {
  color: #005F86;
}

.nav-pills > li.active > a {
    background-color: #BF5700;
}

.nav-pills > li.active > a:hover {
    background-color: #BF5700;
}

.nav-pills > li.active > a:focus {
    background-color: #BF5700;
}

.nav .dropdown-menu a{
	text-transform: none;
	font-weight: bold;
}

.nav .dropdown-menu > li.active > a {
	color: #FFFFFF;
	background-color: #BF5700;
}

.container {
	width:70%;
}

.content {
	font-size:16px;
	min-height: 340px;

}

.content img{
	width: 100px;
    height: auto;
	
}

.table .name{
	font-weight:bold;
}

.footer {
	width:100%;
	height:30px;
	position:relative;
	bottom:0px;
	background:#E0E0E0;
	text-align: center;
	color:white;
	margin-top:20px
}