#ethics_link {
	font-size: 1em;
	margin-top: 0;
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.75px;
	font-size: 0.9em;
}

a {
	text-decoration: none;
}

#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

nav {
	font-weight: bold;
	text-align: center;
}

nav li {
	display: block;
}

#slogan {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0 10px 0;
}

.byline {
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
}

.centered_text {
	text-align: center;
}

#footer  img  {
	padding-right: 25px;
	padding-left: 25px;
}

#footer_images {
	width: 325px;
	display: block;
	clear: both;
	margin: 0 auto;
}

#ncra_ethics {
	background-image: url(../img/ncra_ethics.png);
	background-repeat: no-repeat;
	display: block;
	height: 97px;
	width: 97px;
	padding-bottom: 20px;
	float: right;
}

#ncra {
	background-image: url(../img/ncra_logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 97px;
	width: 210px;
	padding-bottom: 20px;
	float: left;
}

.large_text {
	font-size: 1.2em;
	font-weight: bold;
}

.fineprint {
	font-size: 0.8em;
	clear: both;
}

.hidden {
	display: none;
}

#header, #footer {
	text-align: center;
}

#service_list {
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}

#service_list ul {
	text-align:left;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

form {

width: 65%;
margin: 0 auto 0 auto;

}

@media screen and (min-width: 40em) {
	.nav-collapse li {
	  background: transparent;
}
