/***********************************************/
/* nhn.css                                     */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #000033;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	min-width: 1024px;
}

a:link, a:visited, a:hover {
	color: #0000ee;
	text-decoration: none;
	font-variant: small-caps;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #841617;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
}

h2{
 font-size: 120%;
}

h3{
 padding-top: 10px;
 font-size: 100%;
}

h4{
 font-size: 90%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #ffffdd;
}

/* fix for sub and sup to remove uneven line heights */
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
/* and this is for a span to do a crude horizontal alignment of a sub and super when it is a single char - the sup MUST be after the sub */
.subsup sup {
	left: -0.5em;
	margin-right: -0.4em;
}
	
.bigger {
  font-size: 110%;
}
.smaller {
  font-size: 90%;
}
.center {
  text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.dir {
  padding-right: 12px;
  background-image: url(/images/moreright.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.floatl {
  float: left;
}
.firstfew{
	font-style: normal;
	font-size: large;
	font-weight: bolder;
	color: #841617;
}
.phonelist {
    font-size: smaller;
}
.recentawards{
	max-width: 600px;
}
.oured {
	color: #841617;
}
input.searchimage {
	vertical-align:top;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	float: left;
	width: 220px;
	padding: 0px;
	background-color: #841617;
/*    color: #fdf9d8; */
	color: #f8f8f8;
}
#skipit {
	width: 1px;
	height: 1px;
	border-width: 0px;
}
#rightcol {
	float: right;
	width: 250px;
}

#content{
	margin: 0 250px 0 220px;
	padding: 0 1% 0 1%;
}
@media print {
  #navBar{
    width: 20%;
	font-size: small;
  }
  #rightcol {
    width: 20%;
  }
  #content {
    margin-left: 20%;
    margin-right: 20%;
  }
}


/***********************************************/
/*Component Divs                               */
/***********************************************/
#pagetitle {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2em;
  margin-right: 2em;
  color: #841617;
  border-bottom: 1px solid;
}
#deptlogo {
  background-image: url(/images/nhn-logo.png);
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  padding-bottom: 0px;
  padding-top: 8px;
  font-size: 110%;
}
#deptlogo a {
  color: #841617;
  text-decoration: none;
  font-weight: bold;
}
#deptlogo img {
  float: left;
  width: 50px;
  height: 68px;
  border: none;
  padding-right: 5px;
}
#deptlogo p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 7px;
}
#hld {
  margin-left: 1em;
}
#dop {
  margin-left: 3em;
}
#ast {
  margin-left: 2em;
}
#outxt {
  display: block;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 11px;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#leftperpage {
    background-color: white;
}
#leftperpage p.fillunder {
    font-size: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: -1px;
	background-color: #cccccc;
}
#faclist {
  padding-left: 1em;
}
#faclist p {
  padding: 0px 0px;
  margin: 0px 0px;
  font-size: 9px;
}
#faclist h2 {
  padding-top: 5px;
}
@media print {
  #navBar li {border-bottom: 0px solid #fff;}
}
/*********** #sectionLinks styles *************/

#sectionLinks{
    clear: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
/*	font-size: 90%; */
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
/*    color: #fdf9d8; */
	color: #f8f8f8;
}
	
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
/*
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	color: #fdf9d8;
 */
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #ffffff;
	color: #aa0000;
	padding: 2px 0px 2px 10px;
}
#sectionLinks li{
	border-top: 1px solid #cccccc;
	background-color: #841617;
}
@media print {
  #sectionLinks {border-bottom: 0px solid #fff;}
}

/********* Our main right column styles ***********/
#rightbox {
	background-color: #f8f8f8;
	padding: 0px 0px 5px 10px;
	margin-top: 0px;
	border-left: 1px solid gray;
}
#rightlinks p {
    margin: 0px 0px 0px 0px;
}
#rightlinks p.oneeventbr {
    margin-left: 1em;
}
#rightlinks ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
#deptapply p {
    padding-top: 5px;
	padding-bottom: 5px;
}
/********* Our NHN search box styles ***********/
#NHNsearch {
    padding: 0px 0px 10px 0px;
/*	height: 22px; */
}
p#NHNsearch {
	margin: 0px;
	display: inline;
}
#NHNnavsearch .searchbox {
    background-image:url(/images/search-dept.gif);
    background-repeat: no-repeat;
    height: 14px;
    font-size: 11px;
    border:1px solid #888888;
    vertical-align:top;
    margin:0px;
    padding: 0px;
    width:180px;
}

/***********************************************/
/* #NHNfooter styles                            */
/***********************************************/

#NHNfooter{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color: #FDF9D8;
	color: #444;
	padding: 0px;
	margin: 0px;
}
#NHNfootertag {
    width: 120px;
    float: left;
    padding: 0px;
    font-size: larger;
	margin: 0px;
}
#NHNfootertag p {
    margin: 2px 0px 0px 0px;
	padding: 2px;
}
#NHNfooterlinks {
    width: auto;
    text-align: center;
	margin-left: 120px;
	margin-right: 120px;
}

#NHNfooterlinks p{
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* #OUfooter styles                            */
/***********************************************/

#OUFooter {
    clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color: #841617;
	color: #EEE;
	padding: 0px;
	margin: 0px;
}
#OUFooter a {
    color: #EEE;
}
#OUfoottag {
    width: 120px;
    float: left;
    padding: 0px;
    font-size: larger;
	margin: 0px;
}
#OUfoottag p {
    margin: 2px 0px 0px 0px;
	padding: 5px 2px 2px 2px;
}
#OUfootlinks {
    width: auto;
    text-align: center;
    vertical-align: middle;
	margin-left: 120px;
	margin-right: 120px;
}
#OUfootlinks p {
	margin: 0px;
	padding: 0px;
}

/* End of our template ids */

/***********************************************/
/* Main page ids                               */
/***********************************************/

#initpic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#respics table {
    width: 95%;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#respics img {
    margin: 0px 0px 0px 0px;
}
@media print {
  #respics table {
    width: 50%;
  }
  #respics img {
    width: 50%;
  }
}
#centlogo img {
    border: none;
	width: 150px;
	height: 160px;
}
#centlogo a {
	text-decoration: none;
}
#specialev {
	background-color: #f8f8f8;
	clear: left;
}
/* These are for the brief events listing in the template */
.evdate {
  color: green;
  margin-left: -1em;
}
.evtitle {
  font-style: italic;
  margin-left: 0;
}
.evtime {
  font-weight: bold;
}
p.oneeventbr {
  text-indent: 0em;
  margin-left: 0em;
  margin-bottom: 2px;
  margin-top: 2px;
}
.pastevents {
  background-color: #f0f0f0;
}
/* This is for our newsletter page */
#newslet td {
  vertical-align: top;
}
/* For our award pages */
.awardcol1 {
  float: left;
  width: 33%;
  position: relative;
  left: 99%;
  overflow: hidden;
}
.awardcol2 {
  float: left;
  width: 33%;
  position: relative;
  left: 99%;
  overflow: hidden;
}
.awardcol3 {
  float: left;
  width: 33%;
  position: relative;
  left: 99%;
  overflow: hidden;
}
.awardee {
  margin: 4px;
  border-width: 1px;
  border-color: black;
  border-style: dotted;
  text-align: center;
  background-color: black;
  color: #fdf9d8;
}
.lf {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
.rf {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}
#plaque {
  background-image: url(/images/woodgrainvert.jpg);
  padding-top: 20px;
}
#awardinfo {
  width: 75%;
  margin: 10px auto 0px auto;
  background-color: black;
  color: #fdf9d8;
}
#awardinfo h1, #awardinfo h2 {
  color: #fdf9d8;
}
#awardbot {
  float: left;
  width: 100%;
  padding-top: 20px;
  background-image: url(/images/woodgrainvert.jpg);
}
#awardouter3 {
  float: left;
  width: 100%;
  position: relative;
  background-image: url(/images/woodgrainvert.jpg);
  overflow: hidden;
}
#awardouter2 {
  float: left;
  width: 100%;
  position: relative;
  right: 33%;
  background-image: url(/images/woodgrainvert.jpg);
}
#awardouter1 {
  float: left;
  width: 100%;
  position: relative;
  right: 66%;
  background-image: url(/images/woodgrainvert.jpg);
}
/* For our donations page */
.giftbutton {
  float: left;
  margin-top: 20px;
  margin-right: 5px;
  background-color: #841617;
  color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.giftbutton a {
  color: white;
  text-decoration: none;
  padding: 5px;
}
