a {
	outline: 0;
}

.fakeHome .left_nav {
    margin: 0 0 -9px;
}

#browseTopics {
    color: #555555;
    font-family: Tahoma;
    font-size: 13px;
}

#browseTopics>li {
	border-top: 1px solid #BFBFBF;
	cursor: pointer;
    float: left;
    line-height: 20px;
    position: relative;
    width: 100%;
}

#browseTopics>li>span {
	display: block;
    padding: 7px 10px 7px 15px;
    position: relative;
}

.dir-arrow {
	background-image: url("../../../assets/images/nrd/drill_down_arrow_sprite.png");
	background-repeat: no-repeat;
	height: 15px;
	padding:0;
	position: absolute;
	right:5px;
	top:35%;
	width: 15px;
}

.collapsed {
	background-position: 0 0;
}

#nrdHomepageContent {
	float: left;
	width: 630px;
}

.NRD-homepage-UL {
	list-style-type: disc;
}

.NRD-homepage-UL>li {
	line-height: 20px;
	margin: 0 5% 5%;
}

.grey-box {
	background: #eee;
	padding: 15px;
}

.horizontalRule {
	border: 1px solid #ccc;
	clear: both;
	margin: 0 auto 5%;
	width: 94%;
}

.home-full-content {
	float: left;
	margin: 0 4% 5%;
	width: 92%;
}

.home-full-content ul {
	list-style-position: inside;
	list-style-type: disc;
}

#sponsorLinks li {
  display:inline;
}

.home-half-content {
	float: left;
	margin-bottom: 5%;
	width: 48%;
}

.left-content {
	margin-right: 2%;
}

.right-content {
	margin-left: 2%;
}

.home-half-content>div {
	margin: 0 0 10%;
}

.home-full-content>div>h2, .home-full-content>div>h3, .home-full-content>div>a,
.home-half-content>div>h2, .home-half-content>div>h3, .home-half-content>div>a {
	display: block;
	margin: 0 0 10px 0;
}

.home-full-content>div>p,
.home-half-content>div>p {
	margin: 0 0 15px 0;
}

.grey-box>p:last-child {
	margin: 0;
}

.home-full-content>div>h2,
.home-half-content>div>h2 {
	font-size: 120%;
}

.home-full-content a:hover,
.home-half-content a:hover {
	text-decoration: none;
}

.split { 
	float: left;
	width: 50%;
}

#left_rail_container {
    width: 275px;
}

#newsFeed, #crisisResources {
  margin-left: 10px;
}

.home_template #main_content_container {
    width: 675px;
}

.home_template #main_content {
    padding: 0 30px 50px 10px;
}

#gNav {
	width: 78%;
}

#emailInfo {
	bottom: 0;
	position: relative;
}

.NRDModal-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed; 
  top: 0;
  width: 100%;
  z-index: 9999;
  filter: alpha(opacity=70);
}

.NRDModal-modal {
  background:#fff;
  padding:20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  outline: medium none;
  padding: 30px;
  position: fixed;
  top: 10%;
  width: 860px;
  z-index: 10000;
}

.NRDModal-body {
    font-size: 1.2em;
    padding: 30px 0;
}

.NRDModal-header {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}

a.NRDModal-close {
  background: #000;
  border: 2px solid #FFFFFF;
  border-radius: 27px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.8em;
  line-height: 1;
  padding: 6px 12px 8px;
  position: absolute;
  right: -5px;
  text-align: center;
  text-decoration: none;
  top: -5px;
}