#site-title span a {
    font-weight: bold;
}
#site-description {
}
#site-copyright a {
	text-decoration: underline;
}
#site-copyright a:hover {
	color: #3c9bed;
}
/**
 For zebra-striping tables:
*/
tr:nth-of-type(odd) {
  background-color:#ddd;
}
.tablepress .odd td {
	background-color:#ddd;
}
/**
 Smaller top padding than the default for the presentation (home) page
*/
section.one-column div#content {
	padding: 1.5em 0;
}
/**
 Tweak the top margin of the header container just a little bit -- without this, the header text looks quite close to the top menu.
*/
#header-container > div {
    margin: 1.5em 0 0 0;
}

/**
 Action button styling (for sidebar)
*/
div.action-button {
	display: table;
  float: none;
  margin: .75em auto 0;
  min-width: 150px;
	width: 175px;
  border: 2px solid #222;
	text-align: center;
  background-color: #3c9bed;
	padding: 1px 10px;
}
div.action-button:hover {
	opacity: .60;
  cursor: pointer;
}
div.action-button a {
	color: white;
}

/**
 * Questionnaire signature images
 */
img.questionnaire-signature {
  border: none !important;
  box-shadow: none !important;
}
img.questionnaire-signature:hover {
  background-color: transparent !important;
}

/**
 * Slider customizations
 */
.theme-default .nivoSlider .slide-text .inline-slide-text a {
	border: none;
	text-decoration: underline;
	font-weight: bold;
}
.theme-default .nivoSlider .slide-text .inline-slide-text a:hover {
	color: #e6f3ff;
}

/**
 * Newsletter Signup
 */
div.sib_signup_box_inside_2 input {
	width: 70%;
	min-width: 250px;
	max-width: 550px;
}
div.sib_signup_box_inside_2 div.action-button {
	margin: 5px;
}
div.sib_signup_box_inside_2 div.action-button input[type=submit] {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	border: none;
}

/**
 * spaced blurbs for text area
*/
p.spaced-blurb {
	margin-bottom: 10px;
}

/**
 * custom rules for printing
 */
@media print {
	#secondary {
		display: none;
	}
	#bg_image {
		display: none;
	}
	#footer {
		display: none;
	}
	#access {
		display: none;
	}
}

table.simple-2col {
	border: 0;
}
table.simple-2col tr {
	background-color: #fff;
}
table.simple-2col td {
	width: 50%;
}

/**
 * definition list css
 * (mainly for reorg rules page)
 */
#content dt {
	font-weight: normal;
}
#content dd {
	padding-left: 2em;
}