﻿

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


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

#masthead{
	position: relative;
	min-width: 835px;
	max-width: 900px;
}

#topspacer{
	position: relative;
	padding-top: 70px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

#mainmasthead{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 835px;
	max-width: 900px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#pdbelogo{
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 10px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	line-height: 1.5;
	top: 6px;
	right: 0px;
	color: #333333;
	z-index:50;
}

#utility a{
	color: #333333;
}

#utility a:hover{
	text-decoration: underline;
}


/************* globalNav styles ****************/

#globalNav{
position: absolute;
top:110px;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("../images/css/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;	min-width: 850px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink_boards, a.glink_boards:visited{
  	font-size: small;
  	color: #000066;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink_boards:hover{
  	background-image:  url("../images/css/glblnav_selected.gif");
	text-decoration: none;
}
a.glink_schools, a.glink_schools:visited{
  	font-size: small;
  	color: #6699CC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink_schools:hover{
  	background-image:  url("../images/css/glblnav_selected.gif");
	text-decoration: none;
}

a.glink_dioexp, a.glink_dioexp:visited{
  	font-size: small;
  	color: #99CC66;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink_dioexp:hover{
  	background-image:  url("../images/css/glblnav_selected.gif");
	text-decoration: none;
}

a.glink_foundgov, a.glink_foundgov:visited{
  	font-size: small;
  	color: #CC6633;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink_foundgov:hover{
  	background-image:  url("../images/css/glblnav_selected.gif");
	text-decoration: none;
}

a.glink_ncsef, a.glink_ncsef:visited{
  	font-size: small;
  	color: #669999;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink_ncsef:hover{
  	background-image:  url("../images/css/glblnav_selected.gif");
	text-decoration: none;
}

a.glink_sla, a.glink_sla:visited{
  	font-size: small;
  	color: #CC99CC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink_sla:hover{
  	background-image:  url("../images/css/glblnav_selected.gif");
	text-decoration: none;
}

a.glink_sitedev, a.glink_sitedev:visited{
  	font-size: small;
  	color: #CC3300;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink_sitedev:hover{
  	background-image:  url("../images/css/glblnav_selected.gif");
	text-decoration: none;
}

a.glink_staff, a.glink_staff:visited{
  	font-size: small;
  	color: #CCCC66;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.glink_staff:hover{
  	background-image:  url("../images/css/glblnav_selected.gif");
	text-decoration: none;
}


.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 145px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #333333;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #333333;
}

.subglobalNav a:hover{
	color: #000000;
}

.schools{
	color:#6699CC;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 200;
}

#search input{
  font-size: 100%;
  margin: 0px  0px 0px 0px;
 }
 
#search a:link, #search a:visited {
	font-size: 100%;
	font-weight: bold;
}

#search a:hover{
	margin: 0px;
}