﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/* background: url('images/main_bg.jpg') center top; */
	background-color: Gray;
}
/* Masthead */
#mastheadstrip {
	background-color: #bbde78;
	height: 8px;
}
#masthead {
	height: 260px;
	background-image: url('images/NOBS_Header.jpg');
	background-repeat: no-repeat;
}
/* Navigation */
#navigation {
	border-bottom: 2px solid silver;
	background-image: url('images/tab_group_bg.gif');
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#navigation li {
	float: left;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid gray;
}
#navigation a:hover {
	background-color: gray;	
}
#navigation a.TabSelected {
	font-weight: bold;
	background-image: url('images/tab_selected_bg.gif')
}
/* Containers */
#container {
	width: 956px;
	margin: 0 auto;
	background-color: #fff;
}
#content {
	width: 920px;
	padding: 15px;
}
#newspanel {
    background-color: #000;
}
#news 	
{
	color: white;	
	font-weight: bold;    
	height: 20px;
	margin: 2px 20px 2px 20px;
}
/* Footer */
#footer {
	margin: 0px 10px 0px 10px;
	background: #fff url('images/footer_border.gif') repeat-x;
	text-align: center;	
}
#footer p {
	padding: 15px 0px 15px 0px;
	font-size: x-small;
	color: #000;
}
/* H Headings */
h1, h2, h3, h4
{
 	color: #91723f;   
}
h1 
{
    background: #fff url('images/NOBS_Logo2.jpg') no-repeat;   
    height: 56px;
    color: #91723f;   
    font-weight: bold;
    font-size: 26px;
    padding: 24px 0px 0px 80px;    
}
li 
{
    padding-bottom: 4px;
}
/* Links */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color:#006600;
	text-decoration: underline;
}
/* Other */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.ExecPhoto 
{
    padding:4px 4px 50px 120px;
    height: 140;
    background-image: url('images/NOBS_Photo_Eric.jpg');
    background-repeat: no-repeat;
}

