body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333333;
}

h1, h1 .h1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#DE7B03;
	font-size:1.8em;
	font-weight:bold;
}

h1 a{
	color:#DE7B03;
}

h1 a:hover, h1 a:focus{
	color:#333;
}

h2, h2 .h2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#DE7B03;
	font-size:1.2em;
	font-weight:bold;
}

h2 a{
	color:#DE7B03;
}

h2 a:hover, h2 a:focus{
	color:#333;
}

h3, h3 .h3{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#DE7B03;
	font-size:1.2em;
}

h3 a{
	color:#DE7B03;
}

h3 a:hover, h3 a:focus{
	color:#333;
}

h4, h4 .h4{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	font-size:1.2em;
	letter-spacing:2px;
	font-weight:bold;
}

h4 a{
	color:#666;
}

h4 a:hover, h4 a:focus, h4 .active{
	color:#DE7B03;
}

ul{
	margin-left:0px;
	padding-left:15px;
}

.thumbnail{
	border:none;
	padding:0px;
	}
.page-header {
	background-color:#DE7B03;
	margin:0px;
	border:none;
	box-shadow: 1px 5px 7px grey;
	padding-bottom:0px;
}

.page-header a {
	color:#fff;
}

.page-header a:hover {
	color:#bfbfbf;
}

.navbar_page {
    color: #FFF;
	background-color:#bfbfbf;
	border:none;
	border-radius: 0px;
}

.navbar_page a {
    color: #000;
}

.navbar_page a:hover, .navbar_page a:focus, .navbar_page .active {
    color: #333;
}

.navbar-default {
	background-color:#DE7B03;
	border:none;
	border-radius: 0px;
	color:#000;
	box-shadow: 1px 5px 7px grey;
}

.navbar-default a:hover, .navbar-default a:focus, .navbar-default .active {
    color: #000;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	color:#000;
	background-color:#E7E7E7;
}

.carousel-indicators {
    left: 4%;
}

.footer {
	background-color:#bfbfbf;	
}

a {
	color:#333;
	font-weight:bold;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

.img-left{
	margin-top:20px;
	float:left;
}