@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cdcdcd;
	background-image: url(Images/images/bg_body.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 810px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container #btnGraphicDesign {
	position: absolute;
	left: 518px;
	top: 149px;
}
.oneColFixCtrHdr #container #btnPrinting {
	position: absolute;
	left: 588px;
	top: 149px;
}
.oneColFixCtrHdr #container #btnLogoGear {
	position: absolute;
	left: 658px;
	top: 149px;
}
.oneColFixCtrHdr #container #btnWebsites {
	position: absolute;
	left: 727px;
	top: 149px;
}


.oneColFixCtrHdr #container #LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
.oneColFixCtrHdr #container #main_menu {
	position: absolute;
	height: 30px;
	width: 400px;
	top:150px;
	left:13px;
}

#blog {
	height: 30px;
	width: 31px;
	top: 731px;
	left: 115px;
	padding:0px 0px 0px 0px;
	position:absolute;
	visibility:hidden;
}
#twitter {
	height: 30px;
	width: 31px;
	top: 731px;
	left: 72px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
#facebook {
	height: 30px;
	width: 31px;
	top: 731px;
	left: 27px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
#copyright {
	height: 15px;
	width: 229px;
	top: 771px;
	left: 5px;
	padding:0px 0px 0px 0px;
	position:absolute;
	font-size:xx-small
}
#legal {
	height: 15px;
	width: 156px;
	top: 771px;
	left: 644px;
	padding:0px 0px 0px 0px;
	position:absolute;
	font-size:xx-small;
	text-align: right;
}
#legal span a{
	text-decoration:none;
	color:black;
}
#legal span a:hover{

	color:white;
}
.oneColFixCtrHdr #container a.school-callout {
	width: 254px;
	height:  72px;
	display: block;
	margin: 15px 0 0 0;
	right: 7px;
	top:0px;
	position: absolute;
	z-index: 1000;
	background: url(Images/school.png) no-repeat 0 0;
	text-indent: -9999em;
}
