/* @import must be at top of page */

@import url("button.css");
@import url("category.css");
@import url("footer.css");
@import url("navigation.css");
@import url("search.css");
@import url("table.css");
@import url("images.css");
@import url("heading.css");
@import url("pubs.css");
@import url("people.css");
@import url("news.css");

/* Body */	

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2A8000;
	}

/* Container */	

#container {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 20px auto auto auto;
	padding: 0;
	background-image: url(../images/nav_bg.jpg); /* Vertical line in navigation menu */
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #333333;
	}		

/* Header Image */

#header-image {
	margin: 0; 
	padding: 0;
	background-image: url(../images/NE_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}


/* Image of storke tower located on bottom of navigation menu */

#nav-image {
	margin: 0;
	padding: 0;
	background-image: url(../images/storke.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	}

/* Content */

#content {
	float: left;
	width: 720px;
	margin: 150px auto 0 auto; /* Top, Right, Bottom, Left */
	padding: 12px 24px 18px 24px; /* Top, Right, Bottom, Left */
	}	

/****** Default Links ******/

a:link, a:visited {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #039;
	} 	

a:link:hover, a:visited:hover {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #F00;
	}		
		
	
/* HTML Tags */	

p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0;
	margin: 0 0 18px 0; /* Top, Right, Bottom, Left */	
	}
	
sup {
	font-size: x-small;
	color: #000000;
	line-height: inherit;
	padding: inherit;
	margin: inherit; /* Top, Right, Bottom, Left */	
	}	
	
sub {
	font-size: x-small;
	color: #000000;
	line-height: inherit;
	padding: inherit;
	margin: inherit; /* Top, Right, Bottom, Left */	
	}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 12px 0 12px 0; /* Top, Right, Bottom, Left */
	padding: 0;
	color: #2A8000;
	}

h2 {
	font-size: 16px;
	font-weight: bold;	
	padding: 0;
	margin: 0 0 4px 0; /* Top, Right, Bottom, Left */		
	}
	
h2 sub {
	font-size: 16px;
	font-weight: bold;	
	padding: 0;
	margin: 0 0 4px 0; /* Top, Right, Bottom, Left */		
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;	
	margin: 0 0 4px 0; /* Top, Right, Bottom, Left */						
	}
	
strong {
	font-size: inherit;
	font-weight: bold;		
	line-height: inherit;
	}	

ol {
	margin: 0 0 8px 34px; /* Top, Right, Bottom, Left */		
	padding: 0; 
	}

ul {
	list-style-type: disc;
	margin: 0 0 8px 24px; /* Top, Right, Bottom, Left */		
	padding: 0; 	
	}	
	
li {
	font-size: 12px;
	font-weight: normal;		
	line-height: 18px;
	list-style-position: outside;
	}	
		

.small {
	font-size: 11px;
	color: #000000;
	line-height: normal;
	padding: 0;
	margin: 0 16px 18px 0; /* Top, Right, Bottom, Left */	
	}	

/* Clear All Element */
	
.clear {
	clear: both; /* Keeps contact and footer CSS displaying properly */
	padding: 1px 0 0 0;
	margin: 0;
	}
	
	
.symbol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0;
	margin: 0 0 18px 0; /* Top, Right, Bottom, Left */	
	}
