
/* override default with new blank header */
#header {
 background-image: url(http://www2.nau.edu/~hsdl-p/images/header.png) !important ;   
}

/* add buffer to existing div */
#department {
   padding: 5px;
}

#page-title {
   margin-top: 5px;
   font-size: 24px;
}


/* tabs */

ul#tabnav
{
	text-align: center;
	margin: 1em 0 1.5em 0;
	font-size: 1.2em;
	border-bottom: 1px solid #2E5D8B;
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li
{ /* do not change */
	display: inline;
}


ul#tabnav li.selected
{ /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}



ul#tabnav li.selected a
{ /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
   font-weight: bold;
}

ul#tabnav li a
{ /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #2E5D8B; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #eee ; /* set unselected tab background color as desired */
	color: #000; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover, ul#tabnav li.highlighted a:hover
{ /* settings for hover effect */
	background: #C8DBED;
}

ul#tabnav li.highlighted, ul#tabnav li.highlighted a
{ 
	background-color: #ffffcc; /* set background color to match above border color */
}


/* layout */
div#container{width:756px;margin:0 auto}
div#content{float:right;width:506px}
div#navigation{float:left;width:250px; text-align: center;}
div#extra{float:left;clear:left;width:250px;margin-top: 25px; text-align: center;}
hr.clearer {
   clear: both; width: 100%; color: #fff; background-color: #fff; height: 20px;
}

/* content */

.degree-thumbnail {
   float: left;
   margin-right: 10px;
   margin-bottom: 30px;
}

.packet-download {
   font-size: 14px;
   background-image: url(pdf-icon-24.png);
   background-repeat: no-repeat;
   padding-left: 25px;
   padding-top: 4px;
   padding-bottom: 6px;
}
h3.list {
   clear: left;
  /* border-top: 1px solid #ccc;*/
}

h3.list span {
   color: #999;
}

ul {
   margin-top: 5px;
}

ul.overview {
   margin-top: 0;
   font-size: 14px;
}

p.detail
{
   font-size: 10px;
   color: #999;
}

/* sidebar */

div.contact-box {
   background-color: #cee7ff;
   margin: 0px 15px;
   padding: 5px;
   text-align: left;
}

blockquote {
   margin: 0 15px;
   padding: 5px;
   font-size: 13px;
   font-family: Georgia, serif;
   background-color: #ffffcc;
}

ul.nav-list {
   list-style: none;
   text-align: left;
   padding-left: 0;
   margin-left: 0;
}