
body {
	background: #FDFDFD;
}

#main-container {
	margin-bottom: 20px;
	padding: 0;
}

#navbar {
	background-color: #3e3e3e;
}

#main-body {
	margin-top: .5em;
	padding-bottom: 10px;
}

nav {
	padding-left: 0 !important;
}

nav span {
	padding: 0;
	margin: 0;
}

nav a {
	margin-right: 4em;
	padding: .5em .4em;
	color: #eee;
	display: inline-block;
	text-decoration: none;
}

nav a:last-child {
	margin-right: 0;
}

nav a:hover, nav a:focus, nav a.active {
	background: #222;
	color: #eee;
	text-decoration: none;
}

.dropdown-menu {
	background: #2e2e2e;
}

ul.dropdown-menu li a {
	color: #eee;
	font-size: 90%;
}

#sidebar .kelly {
	background-color: #B90000;
	border-top: 1px solid #eee;
	color: #eee;
	padding: .3em 0;
	margin: 0 0 .5em;
}

#sidebar .kelly p {
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}

#main {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#main h2 {
	background-color: #B90000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1;
	margin: 0 0 .5em 0;
	padding: .3em;
	color: #eee;
}

#content {
	padding-right: .5em;
	padding-left: .5em;
}

#content h3 {
	font-size: 1.3em;
}

#sidebar {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	padding: 0 .5em 0 0;
	text-align: center;
}

p.sig {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}

.psn {
	line-height: 1;
}

footer {
	padding: 5px 0;
	text-align: center;
	background-color: #3e3e3e;
	color: #eee;
}

footer p {
	font-size: .9em;
	margin: .25em 0;
}

/*
bPopup (http://dinbror.dk/blog/bPopup/)
*/
.b-popup {
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 25px 5px #999;
	color: #111;
	display: none;
	min-width: 160px;
	min-height: 240px;
	padding: 25px
}

.b-close {
	border-radius: 7px;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	background-color: #2b91af;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	position: absolute;
	right: -7px;
	top: -7px;
}

.b-close:hover {
	background-color: #1e1e1e;
}

blockquote {
	font-size: 1em;
	font-style: italic;
}

blockquote footer {
	font-size: .9em;
	font-style: normal;
	background-color: #fff;
}
blockquote.lead {
	border-left: none;
}
blockquote.lead footer {
	display: inline;
}

.other-checked {
	display: inline;
	width: 200px;
}

.list-parent ul {
	display: none;
}

#search a {
	display: block;
}

#search li ul {
	margin-top: 1em;
}

.calculator {
	width: 340px;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	margin: 0 auto;
}

.calculator iframe {
	border: solid 1px #ccc;
}

.calculator p {
	margin:0
}

.calculator p a {
	color: #515151;
	display: inline;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.form-inline label, label span {
	font-weight: normal;
	font-size: 85%;
}
div.datepicker {
	background-color: #fff;
}