/*** all background images should begin with: "/sites/gbdeducation/images" ***/

/*** global styles ***/

body {
	font-family: Verdana, Arial, sans-serif;
	height: 100%;
	background: url(/sites/gbdeducation/images/background.gif) #FFFFFF repeat-y;
	padding: 0;
	margin: 0;
}

#page {
	position: relative;
	width: 750px;
	min-height: 100%;
	height: 100%;
}
html>body #page { /* adjustment for Mozilla browsers */
	height: auto;
}

a {
	color: #333399;
	text-decoration: none;
}
a:hover	{ text-decoration: underline; }

ul {
	list-style: none;
	padding: 0;
	margin: 12px 0px;
}
ul li {
	background: url(/sites/gbdeducation/images/bullet.gif) 20px 8px no-repeat;
	padding-left: 35px;
}
html>body ul li { /* adjustment for Mozilla-based browsers */
	background-position: 20px 6px;
}

#utilityBar {
	width: 100%;
	background: #445DD3;
	margin-bottom: 1px;
}

#utility {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background: url(/sites/gbdeducation/images/utility_back.gif) no-repeat top left;
	padding: 7px 5px 5px 40px;
	float: right;
}
#utility a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 5px;
}
#utility a:hover {
	text-decoration: underline;
}

#titleBar {
	width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #A2A2A2;
	clear: both;
}
#logo {
	width: 188px;
	text-align: center;
	background: #FFFFFF;
}
#logo img { display: inline; }
#search {
	width: 165px;
	background: url(/sites/gbdeducation/images/gbdeducation_logo.gif) #FFFFFF left center no-repeat;
}
#search form { display: none; }

/*** columns ***/

#column1 {
	width: 188px;
	float: left;
	clear: both;
}
#column2 {
	width: 532px;
	margin: 0px 15px;
	float: right;
}
#home #column2 {
	width: 562px;
	margin: 0;
}

#fullWidth {
	padding-top: 1px;
	margin: 0px 15px 0px 15px;
	clear: both;
}

/*** 2nd - 4th tier navigation (left column) ***/
#subnav {
	margin: 0px 0px 20px 1px;
	border-top: 1px solid #999999;
}
#subnav a {
	font-size: 70%;
	font-weight: bold;
	color: #092656;
	background: #E0E0E0;
	padding: 3px 5px 4px 5px;
	border-top: 1px solid #FFFFFF;
	border-left: 4px solid #445DD3;
	border-bottom: 1px solid #999999;
	display: block;
	width: 187px;
}
html>body #subnav a { width: 173px; } /* adjustment for Mozilla-based browsers */
#subnav a:hover {
	text-decoration: none;
	background-color: #C0C0C0;
}
#subnav a.active {
	background: #CAE1CA;
}
#subnav a:hover.active { background: #CAE1CA; }

#subnav #tier3 {
	margin-top: 1px;
	border-left: 4px solid #CCCCCC;
	border-bottom: 1px solid #999999;
}
#subnav #tier3 a {
	font-size: 65%;
	font-weight: normal;
	color: #004E96;
	background: url(/sites/gbdeducation/images/bullet_tier3.gif) #FFFFFF 3px 5px no-repeat;
	padding: 2px 4px 3px 17px;
	border: none;
	width: auto;
}
#subnav #tier3 a:hover { text-decoration: underline; }
#subnav #tier3 a.active { font-weight: bold; }

#subnav #tier4 a {
	font-weight: normal;
	color: #004E96;
	background: url(/sites/gbdeducation/images/bullet_tier4.gif) #FFFFFF 15px 5px no-repeat;
	padding: 2px 4px 3px 29px;
	border: none;
	width: auto;
}
#subnav #tier4 a:hover { text-decoration: underline; }
#subnav #tier4 a.active { font-weight: bold; }

/*** breadcrumb trail ***/
#breadcrumb {
	font-size: 65%;
	padding: 6px 7px;
	float: left;
}
#breadcrumb a {
	color: #000000;
	text-decoration: underline;
}

/*** printer friendly button ***/
#pfv a {
	font-size: 55%;
	text-decoration: none;
	background: url(/sites/gbdeducation/images/pf_icon.gif) center left no-repeat;
	padding: 4px 5px 4px 24px;
	margin: 2px 4px;
	display: block;
	float: right;
}
#pfv a:hover { text-decoration: underline; }

/*** content area ***/

.bigHead {
	font-size: 85%;
	font-weight: bold;
	color: #A30010;
	margin: 10px 0px;
}
#home .bigHead { margin: 10px; }

.subHead2 {
	font-size: 80%;
	font-family: Arial;
	font-weight: bold;
	color: #003399;
	margin: 10px 0px;
}

.advOrg {
	width: 100%;
	padding: 1px 1px 0px 1px;
	margin: 15px 0px;
	border: 1px solid #999999;
}
.advOrg table {
	width: 100%;
}
.advOrg th {
	background: url(/sites/gbdeducation/images/dotted_line.gif) #DADEF2 bottom left repeat-x;
	height: 17px;
}
.advOrg td {
	width: 50%;
	vertical-align: top;
	background: url(/sites/gbdeducation/images/advorg_back.gif) top left repeat-y;
	padding-top: 2px;
}
.advOrg a {
	font-size: 70%;
	background: url(/sites/gbdeducation/images/bullet.gif) 22px 7px no-repeat;
	padding: 2px 5px 2px 33px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}

.text {
	font-family: Arial;
	font-size: 75%;
	padding-bottom: 10px;
	margin-left: 15px;
}
#home .text { margin: 0px 10px; }

.text td { font-size: 75%; }
.text td td { font-size: 75%; } /* to counter-act nested tables */
.text p { margin: 12px 0px 0px 0px; }
.text a { text-decoration: underline; }

.text .ContentTitles { 
	font-size: 100%;
	font-weight: bold;
	color: #A30010;
	margin: 10px 0px;
}

.regtext {
	font-family: Arial;
	font-size: 75%;
}

.indent { padding-left: 25px; }

.schedule {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #666666;
}
.schedule th {
	font-family: Arial;
	font-size: 75%;
	text-align: left;
	background: #CAE1CA;
	padding: 1px 4px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.schedule .titles th {
	font-family: Verdana;
	font-size: 80%;
	color: #333333;
	background: none;
	border: none;
}
.schedule td {
	font-family: Arial;
	font-size: 70%;
	padding: 2px 4px;
	border-bottom: 1px solid #DEDEDE;
}
.schedule .titles .phase1 { background: #EAF0F6; }
.schedule .phase1 {
	background: #EAF0F6;
	border-bottom: 1px solid #FFFFFF;
}
.schedule a { text-decoration: underline; }

.staffPic {
	margin: 0px 0px 10px 10px;
	border: 1px solid #666666;
	float: right;
}

hr {
	height: 1px;
	color: #CCCCCC;
	margin: 10px 0px 5px 0px;
}

.returnToTop {
	text-align: right;
	margin: 5px 0px 10px 0px;
	clear: both;
}

/*** image component ***/
.image {
	margin: 0px 0px 15px 0px;
	display: block;
}

/*** news (home page only) ***/

#news {
	background: #E5ECF2; 
	margin: 0px 0px 10px 1px;
}
#news .title {
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	background: #445DD3;
	padding: 3px 4px;
	border-bottom: 1px solid #FFFFFF;
}
#news .text { margin: 8px 10px; }
#news .text p { margin-top: 5px; }

/*** sitemap styles ***/

#sitemap  {
	font-size: 75%;
	list-style: none;
	width: 60%;
	padding: 0;
	line-height: 1.4em;
	clear: both;
}
#sitemap li { /* to adjust global li styles */
	padding: 0;
}
#sitemap a { text-decoration: underline; }
#sitemap .tier1 {
	margin-top: 10px;
	background: #E8E8E8;
	border-left: 4px solid #445DD3;
	border-bottom: 1px solid #999999;
	line-height: 1.2em;
}
#sitemap .tier1 a {
	font-weight: bold;
	padding: 3px 6px;
	display: block;
}
#sitemap .tier2 {
	background: none;
	padding-left: 15px;
}
#sitemap .tier3 {
	padding-left: 35px;
	background: url(/sites/gbdeducation/images/bullet_sitemap.gif) #FFFFFF no-repeat 23px 6px;
}
#sitemap .tier4 {
	padding-left: 55px;
	background: url(/sites/gbdeducation/images/bullet_sitemap.gif) #FFFFFF no-repeat 43px 6px;
}

/* footer styles */

#footerSpacer {
	height: 35px;
	clear: both;
}

#footer {
	position: absolute;
	bottom: 0%;
	font-size: 65%;
	padding-left: 1px;
	clear: both;
}

#legal {
	text-align: center;
	width: 92px;
	background: #CFCFCF;
	padding: 2px 0px;
	float: left;
}
#legal a { color: #000000; }
#privacy {
	text-align: center;
	width: 92px;
	background: #9C9C9C;
	padding: 2px 0px;
	float: left;
}
#privacy a { color: #FFFFFF; }
#copyright {
	text-align: center;
	width: 564px;
	color: #FFFFFF;
	background: #000000;
	padding: 2px 0px;
	float: left;
}

/* adjustments for printer friendly pages */
body#pf { background: none; }
#pf #page {
	width: 100%;
	min-height: auto;
	height: auto;
	margin: 0;
}
#pf #utilityBar { display: none; }
#pf #titleBar {
	padding: 5px 0px;
	border-top: none;
	border-bottom: 1px solid #999999;;
}
#pf #search { display: none; }
#pf #nav { display: none; }

#pf #column1 { display: none; }
#pf #column2 {
	width: 95%;
	margin: 0 2.5%;
	float: none;
}
#pf #fullWidth { width: auto; }

#pf #subnav { border-right: 1px solid #CCCCCC; }
#pf #subnav a {
	font-weight: normal;
	color: #000000;
	background: none;
}
#pf #subnav a:hover {
	background: none;
}
#pf #subnav .active {
	font-weight: bold;
	background: none;
}
#pf #subnav a:hover.active { background: none; }
#pf #subnav #tier3 { background: none; }
#pf #subnav #tier3 a { background: none; }
#pf #subnav #tier4 { background: none; }
#pf #subnav #tier4 a { background: none; }
#pf #subnav img { display: none; }

#pf .advOrg { display: none; }

#pf #breadcrumb {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	float: none;
}
#pf #pfv { display: none; }

#pf .text ul {
	list-style: disc;
	margin-left: 20px;
}
#pf .text ul li {
	background: none;
	padding-left: 0px;
}

#pf .schedule th { background: none; }
#pf .schedule td { border-left: 1px solid #CCCCCC; }
#pf .schedule .titles .phase1 {
	background: none;
	border-right: 2px solid #CCCCCC;
}
#pf .schedule .phase1 {
	background: none;
	border-bottom-color: #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
}

#pf #sitemap .tier1 {
	background: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#pf #sitemap .tier3 {
	padding-left: 0;
	margin-left: 40px;
	background: none;
	list-style: disc; 
}
#pf #sitemap .tier4 {
	padding-left: 0;
	margin-left: 60px;
	background: none;
	list-style: disc; 
}

#pf #footerSpacer { display: none; }
#pf #footer {
	position: relative;
	bottom: auto;
	padding-top: 35px;
}
#pf #legal { display: none; }
#pf #privacy { display: none; }
#pf #copyright {
	width: 100%;
	color: #000000;
	background: none;
}

/*** nav styles with Milonic ***/
#nav {
	background: url(/sites/gbdeducation/images/tab_none.gif) #FFFFFF bottom right no-repeat;
	margin: 0px 1px 1px 1px;
}
#nav table {
	border-right: 1px solid #999999;
}
#nav td {
	text-align: center;
	background: url(/sites/gbdeducation/images/tab.gif) #FFFFFF bottom right no-repeat;
	padding: 4px 11px 4px 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
}

#nav td a {
	color: #000000;
}


.text table td p {
margin: 6px 0px 6px 0px;

