/******************************************************/
/* GLOBAL.CSS Document                                */
/******************************************************/


/***************** HTML tag styles ********************/

body, dt, dl, h1, h2, h3, h4, h5, h6, p, ol, ul, form, img, blockquote {  
	padding: 0;
	margin: 0;
	
} 

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	
}

body {
	background-color: #ffffff;
	color: #ffffff;
	margin: 5px 0 0 0;
	text-align: center;
		
}

/***************** Header tag styles ********************/

h1 {
	color: #990000; 
	font: bold 16px Georgia, Georgia, serif;
	margin-bottom: 15px;
	padding-top: 10px;
	
} 

h2 {
	color: #666666;
	font: bold 14px Helvetica, Georgia, serif;
	margin-bottom: 0px;
	
}

h3 {
	color: #666666;
	font: bold 12px Helvetica, Georgia, serif;
	margin-top: 7px;
	margin-bottom: 0px;
		
}

/***************** list tag styles ********************/

#content ul {
	font: normal 12px Helvetica, Georgia, serif;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	padding: 5px;
	
}	

#content li {
	padding-bottom: 5px;
	margin-left: 2px;	
}

/*#content ol {
	font: normal 12px Helvetica, Georgia, serif;
	list-style-type:decimal;
	margin-left: 23px;
	line-height: 1.3em;
	padding: 5px;
	
}	
*/
/*****************  content styles ********************/

p {
	color: #666666;
	font: normal 12px Helvetica, Georgia, serif;
	line-height: normal;
	padding: 5px;
	
}

#footer p {
	color: #ffffff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 5px;
	padding-left: 20px;
	text-align: center;
	
}

#site p {
	color: #666666;
	font-size: 10px;
	text-align: right;
	font-weight: normal; 
			
}


#footer p {
	text-align: left; 
			
}


.italic {
	font: italic 12px Helvetica, Georgia, serif;
	margin-left: 20px;
	margin-right: 20px;
	
}

/***************** Hyperlink styles ********************/

a {
	color: #990000;
	font: normal 12px Helvetica, Georgia, serif;
	text-decoration: none;
				
}

#site a {
	color: #666666;
	font-size: 10px;
	text-align: right;
	font-weight: normal; 
			
}

#site a:hover {
	color: #990000;
	font-size: 10px;
	text-align: right;
	font-weight: bold; 
			
}


/***************** Layout Divs ********************/


#holder {
	background: #ffffff;
	border: 2px groove #990000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
	
}

#header {
	background-image: url(../images/NTV-Banner.jpg);
	border-bottom: groove #990000 2px;
	height: 100px;
	margin-bottom: 1px;
		
}


#content {
	background-color: #FFFFFF;
	color: #666666;
	float: inherit;
	height: auto;
	margin-left: 185px;
	margin-right: 15px;
	text-align: justify;
		
}


#footer {
	background-color: #990000;
	border-top: solid #ffffff 2px;
	border-bottom: solid #ffffff 2px;
	height: 25px;
	line-height: 14px;
	position: relative;
	
}

#nav {
	background-color: #ffffff;
	clear: left;
	float: left;
	margin-right: 18px; 
	width: 170px;
	
}

#site {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	width: 760px;
	
}

#fill {
	background: url(../images/red_bar.jpg); 
	background-repeat: repeat-y;
	background-position: left top;	
	
}

/***************** Navigation ********************/

#mainNav ul {
	list-style-type: none;
	margin-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
				
}

#mainNav li {
	display: inline;
	list-style: none;
	
	
}
#mainNav a:hover {
	background: #eb8921; 
		
}

#mainNav a {
	background-color: #990000; 
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 8px;	
	padding-bottom: 8px;
	text-decoration: none;
	text-align: center;
	width: 170px;
				
}

/***************** Images ********************/

img.figure_keydrivers {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 28px;
	padding: 2px;
		
}

img.staff {
	border: 0px solid #990000;	
		
}

img.staff2 {
	border: 0px solid #990000;
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 2px;
	float: left;
	clear: right;

}

img.fish {
	margin-bottom: 15px;
	margin-top: 12px;

}

