 @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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cdcdcd;
	background-image: url(Images/images/Background_V_Body);
	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. */
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(Images/images/Background_V_Header);
	background-repeat: no-repeat;
	background-position: center top;
	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 #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cdcdcd;
	position:relative;
	width:810px;
	height:50px;
	top:0px;
	left:0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #btnGraphicDesign {
	position: absolute;
	left: 522px;
	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;
}

.oneColFixCtrHdr #wrapper #footer #blog {
	height: 30px;
	width: 31px;
	top: -55px;
	left: 755px;
	padding:0px 0px 0px 0px;
	position:absolute;
	visibility:hidden;
}
.oneColFixCtrHdr #wrapper #footer #twitter {
	height: 30px;
	width: 31px;
	top: -55px;
	left: 667px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
.oneColFixCtrHdr #wrapper #footer #facebook {
	height: 30px;
	width: 31px;
	top: -55px;
	left: 712px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
.oneColFixCtrHdr #wrapper #footer #copyright {
	height: 15px;
	width: 229px;
	top: 0px;
	left: 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	font-size:xx-small
}
.oneColFixCtrHdr #wrapper #footer #legal {
	height: 15px;
	width: 156px;
	top: 0px;
	left: 644px;
	padding:0px 0px 0px 0px;
	position:absolute;
	font-size:xx-small;
	text-align: right;
}
.oneColFixCtrHdr #wrapper #footer #legal span a{
	text-decoration:none;
	color:black;
}
.oneColFixCtrHdr #wrapper #footer #legal span a:hover{

	color:white;
}
.oneColFixCtrHdr #container #myMovie {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:242px;
	height:202px;
	position:absolute;
	top:590px;
	left:515px;
}
.oneColFixCtrHdr #wrapper {
	background-attachment: scroll;
	background-image: url(Images/images/Background_V_Middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
	top:0px;
	left:0px;

}
.oneColFixCtrHdr #wrapper #bottomWrapper{
	position:absolute;
	top:902px;
	left:0px;
}

#overviewIcon{
	position: absolute;
	left: 490px;
	top: 214px;
}
.absPosition{
	position:absolute;
	z-index:100;
}

a.school-callout {
	width: 254px;
	height:  72px;
	display: block;
	margin: 15px 0 0 0;
	float: right;
	position: relative;
	z-index: 1000;
	background: url(Images/school.png) no-repeat 0 0;
	text-indent: -9999em;
}

