@charset "UTF-8";
/* CSS Document */
/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
img {
	border: 0;
}
/* end reset browser styles */
body {
	margin: 0 auto;
	background-color: #862d2d;
}



#mainIntro span:hover {
  color: #ffffff;
  background: #862d2d;
  text-decoration: none;
}


#mainIntro span {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  width: 78px;
  font-family: Arial;
  color: #862d2d;
  font-size: 16px;
  background: #ffffff;
  padding: 4px 10px 4px 13px;
  border: solid #862d2d 1px;
  text-decoration: none;
 }
 
 #mainIntro a {
	 text-align: center;
	 display:block;
 }

a {
	color: #862d2d;
	font-family: Helvetica, san-serif;
	font-size: 18px;
	font-weight: 200;
	text-decoration: none;
}
a:hover {
	color: #474747;
	background-position: 3px 50%;
	font-family: Helvetica, san-serif;
	font-weight: bold;
}


p {
	margin-top: 0px;
	margin-bottom: 16px;
	
}
.mainDiv {
	width: 960px;
	height: 100%;
	padding-top: 100px;
	padding-bottom:100px;
	margin: 0 auto;
	background-color: #FFF;
}
.navBar {
	width: 800px;
	height: 100px;
	background-image: url(http://www.themilitant.com/NI/web/NI-logo_red.png);
	background-repeat: no-repeat;
	margin: auto;

}
.navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.navBar li {
	display: inline;
	float: right;
	font-family: Helvetica, san-serif;
	padding: 78px 0px 0px 0px;

}
span {
	color: #72150D;
	font-weight: bold;
}

hr { display: block; height: 1px;
	border: 0; border-top: 1px solid #862d2d;
	width: 860px;
	margin: 10px auto 5px auto; 
	padding: 0px;
}

h1 {
	font-family: Helvetica, sans-serif; 
	font-size: 22px;
	color:#993333;
	line-height:48px;
	font-weight:800;

}
#mainIntro {
	width: 685px;
	height: 100%;
	margin-top: 60px;
	margin-left: 132px;
	margin-bottom:10px;
	font-family: helvetica, san-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 26px;
	color: #757575;
}

#minis {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	position: relative;;
}
.footer {
	display: block;
	margin:auto;
	position: relative;
	width: 800px;
	height: 100px;
	font-family: helvetica, san-serif;
	font-size: 16px;
	color: #862d2d;
	clear: both;
}
