html, body {
	height: 100%;
}

body {
	background-color: #f8f8f8;
	font-size: 13px;
	color: #444;
}

a, a.btn-link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

a.btn, .dropdown-menu a {
	text-decoration: none !important;
}

label, input, select, textarea {
	font-size: 13px !important;
}

.control-group {
	margin-bottom: 10px !important;
}

.form-horizontal .help-block {
	margin-top: 10px;
}

.required label {
	font-weight: bold !important;
}

.required .radio, .required .checkbox, .required .checkbox label {
	font-weight: normal !important;
}

.page-header {
	margin: 0 0 10px;
	padding-bottom: 0;
	border-bottom: 1px dashed #ccc;
}

.page-header h1 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin: 0 0 10px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #f6ae36;
}
h2 a {
	color: #f6ae36 !important;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #f6ae36;
}

legend {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #555;
}

td.nowrap {
	white-space: nowrap;
}

.table-borderless th, .table-borderless td {
	border-top: 0 !important;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px;
	width: 1000px;
	background-color: #f1f1f1;
}

#push {
	height: 180px;
}

#header {
	width: 1000px;
	height: 145px;
	margin: 0 auto;
	background: url('../img/header-bg.png') top left repeat-x;
}
#header .container-fluid {
	padding: 0;
}

#slider {
	width: 1000px;
	margin: 0 auto;
	background-color: #f7ae36;
	margin-top: 5px;
}
#slider .container-fluid {
	padding: 0;
}
#slider .nav-pills {
	font-size: 12px;
	margin: 5px;
}
#slider .nav-pills a {
	font-weight: bold;
	color: #f7ae36;
	background-color: #fff;
	padding: 4px 10px;
	margin-right: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
}
#slider .nav-pills a:hover {
	color: #fff;
	background-color: #e09f38;
}
#slider .well {
	margin: 5px !important;
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#content {
	width: 1000px;
}

#sidebar-left {
	width: 200px;
	padding: 10px;
}

#sidebar-right {
	width: 205px;
	padding: 10px;
}
#sidebar-right p:last-child {
	margin-bottom: 0;
}

#main {
	width: 555px;
	padding: 10px 0;
}

#footer {
	width: 1000px;
	height: 170px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #221f1f;
	color: #ccc;
}
#footer address {
	font-size: 11px;
}
#footer strong, #footer a {
	color: #f5b03b;
}


.bulletin {
	background-color: #221f1f;
	margin-bottom: 10px;
}
.bulletin:last-child {
	margin-bottom: 0;
}
.bulletin-header {
	background: url('../img/bulletin-header-bg.png') center center no-repeat;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #221f1f;
	padding: 10px 0 10px 5px;
}
.bulletin-content {
	padding: 0 10px 10px 10px;
}
.bulletin-content h2 {
	color: #fff;
}
.bulletin-content a, .bulletin-date {
	color: #f5b03b;
	font-weight: bold;
}

.thumbnails li {
	margin-bottom: 0;
}

.img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
}
