body
{
	background: #f2f5f8 url("../img/bg.png") repeat center top;
}

/* header
*/
.header .image
{
	/*height: 2.5em;*/
	height: auto !important;
	padding-top: 10px;
	float: left;
}

.header .title
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-left: 0.3em;
}

.nav-bar
{
	float: left;
	margin-top: 65px;
}

.nav-bar .nav
{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}

.nav-bar > .nav li
{
	float: left;
}

.nav-bar > .nav > li > a
{
	float: none;
	padding: 10px 15px 10px;
	margin-left: 10px;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 20px;
	font-weight: bold;
	color: #3B3240;
	/*background-color: #3B3240;*/
}

.nav-bar > .nav > li > a:hover
{
	color: #d35f31;
	background-color: transparent;
}

.nav-bar > .nav > li > .active
{
	color: #d35f31;
	background-color: transparent;
}

#keyword-search-static
{
	float: right;
	margin-top: 65px;
	color: #3B3240;
}

.carousel .item img
{
	min-width: 100%;
	max-height: 50%;
}

.carousel .logo
{
	display: block;
	max-width: 12%;
	position: absolute;
	top: 5%;
	z-index: 10;
	left: 5%;
}

.carousel .carousel-control 
{
	bottom:10%;
	top:;
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}


.carousel .carousel-caption
{
	background: rgba(0, 0, 0, 0.25)
}

.carousel .carousel-caption h1
{
	padding-left: 100px;
	color: white;
}

.purple1
{
	background-color: #400c22;
	max-height: 100px;
	min-height: 100px;
}

.purple2
{
	background-color: #5e1b44;
	max-height: 100px;
	min-height: 100px;
}

.content
{
	min-height: 400px;
}

.static-content
{
	background-color: white;
	min-height: 1000px;
}

.content a.span3
{
	font-size: 2.1em;
	font-weight: bold;
	padding-left: 10px;
	color: white;
	margin-left: 5px;
	line-height: 1.2em;
}

.content a.span3:hover
{
	text-decoration: none;
	color: #d35f31;
}

.content .span6 h4
{
	font-size: 12px;
	float: left;
	padding-right: 5px;
	margin: 0px;
}
.content .span6 .row
{
	margin-bottom: 20px;
}

.content .span6 .row2
{
	margin-bottom: 10px;
}

.partners > li
{
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

.logos-row
{
	margin-bottom: 1em;
}

.alpha-list
{
	list-style: lower-alpha;
}
.footer
{
	background-color: #76607e;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	right: 0;
	left: 0;
	/*bottom: 0;*/
}

.footer p
{
	color: white;
	padding-right: 10px;  
	padding-left: 10px;
}

.footer a
{
	/*color: #d35f31;*/
	color: white;
	font-weight: bold;
}

.footer a:hover
{
	color: #d35f31;
}

.footer img
{
	max-height: 1.2em;
	padding-left: 10px;
}