﻿/* elements */
body {
	/* display and height present to make the content area scrollable without the rest of the page scrolling */
	display: block;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* roughly 10pt */
	background-color: #D2D2D2;
}
h1 {
	font-size: 1.5em;
	margin: -8px 0px 6px 0px;
}
h2 {
	font-size: 1.35em;
	margin: 15px 0px 12px -6px;
}
h2 a {
	text-decoration: none;	
}
a {	
	color: #046B96;
}
img {
	border-style: none;	
}

/* classes */
.container {
	background-color: #FFFFFF;
	border: 1px #A2A2A2 solid;
	width: 760px;
	overflow: auto;
	margin: 2px auto;
}
.ribbon {
	height: 4px;
	width: 760px;
	background-image: url('../../SiteCollectionImages/sitedesign/ribbon.gif');
}
.admin {
	float: right;
}
.console {
	clear: right;
}
.headerleft {
	height: 108px;
	width: 454px;
	float: left;	
}
.NCDlogo {
	margin: 10px 0px 0px 15px;
}
.portalbutton {
	height: 84px;
	float: right;
	margin-bottom: 3px;
}
.portalbutton a {
	display: block;
	width: 272px;
	height: 84px;
	background-image: url('../../SiteCollectionImages/sitedesign/portalbuttons.gif');
}
.portalbutton a:hover {
	background-position: 0 -84px;
}
.bannerimage {
	height: 140px;
	width: 458px;
	clear: both;
	float: left;
}
.bannerimage img {
	margin-left: -0.5px;
}
.bannertextarea {
	height: 140px;
	width: 302px;
	float: left;
}
.bannertext {
	margin: auto 5px auto -1px;	
}
.bannertopright {
	height: 24px;
	width: 305px;
	margin-left: 1px;
	clear: right;
	float: left;
	background-image: url('../../SiteCollectionImages/sitedesign/bannertop.gif');
}
.bannerbottomleft {
	height: 24px;
	width: 287px;
	clear: both;
	float: left;
	background-image: url('../../SiteCollectionImages/sitedesign/bannerbottomleft.gif');
}
.bannerbottomright {
	height: 24px;
	width: 473px;
	float: left;	
	margin-bottom: 15px;
	background-color: #C0C730;
}
.portal {
	width: 229px;
	clear: right;
	float: left;
	padding: 0px 9px 15px 9px;
}
.jobbutton {
	clear: both;
}
.jobbutton a {
	float: right;
	margin: -8px 18px 8px 0px;
	display: block;
	width: 154px;
	height: 32px;
	background-image: url('../../SiteCollectionImages/sitedesign/jobbuttons.gif');
}
.jobbutton a:hover {
	background-position: 0 -32px;
}
.schooltheme {
	color: #537D31;
}
.schooltheme a, .schooltheme a:link, .schooltheme a:visited, .schooltheme a:hover, .schooltheme a:active {
	color: #537D31;
}
.adulttheme {
	color: #007D4C;
}
.adulttheme a, .adulttheme a:link, .adulttheme a:visited, .adulttheme a:hover, .adulttheme a:active {
	color: #007D4C;
}
.businesstheme {
	color: #046B96;
}
.businesstheme a, .businesstheme a:link, .businesstheme a:visited, .businesstheme a:hover, .businesstheme a:active {
	color: #046B96;
}
.accesslink {
	clear: both;
	margin: auto auto 5px 19px;
}
.accesslink a {
	color: #046B96;	
}

/* fixes for empty publishing field controls causing white space */
.splashLinkArea
{
	min-height: 0px;
}
.splashLinkFrame
{
	min-height: 0px;
	height:0px;
}

/* IDs */
#bannertitle { /* necessary due to order alternate CSS is applied in relation to other stylesheets - want to leave CSSLink as the first one */
	color: #06794D;
}
#portalleft {
	padding-left: 19px;
}