﻿/*===========================================================*/
/* Default Master Style Sheet                                */
/* Created 06/08 Jon Forst                                   */
/* Modified: 07-11-09: New PHP includes and abstracted style */
/* TODO:  Remove unused style   - done                       */
/*===========================================================*/
/*@charset "utf-8";*/
html, body{height:100%;}  

body
{
    padding: 0px 0px 0px 0px; /*top right bottom left*/
    margin: 0px 0px 0px 0px; /*top right bottom left*/
    background: #808080 url('/common/images/background.gif') repeat left top; /* basic properties */
    color: #000000; 
}
.navbak
{
    background: #FFFFFF url('/common/images/nav_background.gif') repeat; /* basic properties */
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #414042;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #414042;
}
.navheader
{
    font-weight: bold;
    font-size: 14px;
}
.sidebarLogos img
{
    border: 1px solid #000000;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
}
.leftnav
{
    font-family: arial;
    color: #535353;
    font-size: 12px;
    padding: 0px 5px 10px 5px;

}
.leftnav a
{
    font-family: arial;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}
.leftnav a:hover
{
    font-family: arial; 
    /*color: #FA6707; /* big nasty orange */
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}
.rightnav
{
	font-family: arial;
	color: #333333;
	font-size: 11px;
	padding: 0px 5px 10px 5px;
}
.footer
{
	font-family: arial;
	color: white;
	font-size: 11px;
}
.footer a
{
	font-family: arial;
	color: white;
	font-size: 11px;
	text-decoration: none;
}
footer a:hover
{
	font-family: arial;
	color: #fff000;
	font-size: 11px;
	text-decoration: underline;
}
#maincontent
{
	font-family: arial;
	color: black;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}
.contentheader
{
    color: #000000;
    font-size: 17px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: Verdana;
}
img
{
    border: 0px; padding: 0px; text-decoration: none;
}
a{ text-decoration: none;}
/***********************************************/
/***********************************************/
.headerlogos
{    white-space: nowrap;    
     border-left: solid 1px #414042;    
     border-right: solid 1px #414042;
     height: 100px; width: 850px;
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
     background-color: #FFFFFF;
}
.headerlogos a{text-decoration: none;border: 0px;}
.headerlogos a:hover{color: Red;}
.headerlogos img{padding: 5px 0px 0px 0px;}
.masthead
{    
    white-space: nowrap;
    border-left: solid 1px #414042;
    border-right: solid 1px #414042;
    width: 850px;    
    height: 370px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

} 
.masthead  a
{   padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    text-decoration: none;
}

.mastheadleft
{
background: #808080 url(/common/2010header/mastheadBNHCLogo.jpg);
width: 300px;
height: 240px;
float: left;
border: solid 0px #000000;
background-repeat: no-repeat;
white-space: nowrap;
} 
.mastheadcenter
{
    background: #808080 url(/common/2010header/mastheadCenter.jpg);
    width: 300px;
    height: 240px;
    border: solid 0px #000000;
    background-repeat: no-repeat;
    white-space: nowrap;
}   
.mastheadright
{
background: #808080 url(/common/2010header/mastheadSponsor.jpg);
width: 250px; height: 240px;  
border: solid 0px #000000; 
float: right;
background-repeat: no-repeat;
}      
.masthead img
{
    /*padding: inherit;
    margin: inherit;
    border: 0px;
    white-space: nowrap;
    display: inline-table;*/
}
    
.headernav
{
    background: #808080 url(/common/2009header/headerNavBak0.png) repeat-x;
    background-repeat: repeat-x;
    font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: 850px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 3px;
    line-height: 30px;
    border-left: solid 1px #414042;
    border-right: solid 1px #414042;
}
.headernav a
{color: #FFFFFF; text-decoration: none;}
.headernav a:hover
{
    color: #FA6707; /* big nasty orange */
}
/***********************************************/
/***********************************************/
.contentHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}