@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/Background_body.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 945px; /* 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: #FFFFFF;
	background-image: url(Images/images/Background_folder.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 754px;
	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 #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 799px;
	left: 68px;
	position: absolute;
	height: 293px;
	z-index: 0;
	top: 230px;
	background-color: transparent;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 #cd {
	height: 30px;
	width: 400px;
	position: absolute;
	top: 377px;
	right: 368px;
	color:black;
 	font-size: 24px;
	font-weight: bolder;
}
.oneColFixCtrHdr #container #days {
	height: 20px;
	width: 18px;
	top: 0px;
	left: 3px;
padding:0px 0px 0px 0px;
position:absolute;
}
.oneColFixCtrHdr #container #secs {
	height: 20px;
	width: 18px;
	top: 0px;
	left: 323px;
padding:0px 0px 0px 0px;
position:absolute;
}
.oneColFixCtrHdr #container #hours {
	height: 20px;
	width: 18px;
	top: 0px;
	left: 108px;
padding:0px 0px 0px 0px;
position:absolute;
}
.oneColFixCtrHdr #container #mins {
	height: 20px;
	width: 18px;
	top: 0px;
	left: 223px;
padding:0px 0px 0px 0px;
position:absolute;
}
.oneColFixCtrHdr #container #LOGO {
	position: absolute;
	left: 58px;
	top: 34px;
}
.oneColFixCtrHdr #container #portfolio {
	position: absolute;
	left: 121px;
	top: 541px;
}
.oneColFixCtrHdr #container #main_menu {
	position: absolute;
	height: 30px;
	width: 400px;
	top:150px;
	left:80px;
}

.oneColFixCtrHdr #container #blog {
	height: 30px;
	width: 31px;
	top: 631px;
	left: 180px;
	padding:0px 0px 0px 0px;
	position:absolute;
	visibility:hidden;
}
.oneColFixCtrHdr #container #twitter {
	height: 30px;
	width: 31px;
	top: 631px;
	left: 92px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
.oneColFixCtrHdr #container #facebook {
	height: 30px;
	width: 31px;
	top: 631px;
	left: 135px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
.oneColFixCtrHdr #container #googleplus {
	height: 30px;
	width: 31px;
	top: 631px;
	left: 178px;
	padding:0px 0px 0px 0px;
	position:absolute;
}
.oneColFixCtrHdr #container #copyright {
	height: 15px;
	width: 229px;
	top: 683px;
	left: 71px;
	padding:0px 0px 0px 0px;
	position:absolute;
	font-size:xx-small
}
.oneColFixCtrHdr #container #legal {
	height: 15px;
	width: 156px;
	top: 685px;
	left: 714px;
	padding:0px 0px 0px 0px;
	position:absolute;
	font-size:xx-small;
	text-align: right;
}
.oneColFixCtrHdr #container #footer #btnGraphicDesign {
	position: absolute;
	left: 383px;
	top: 532px;
}
.oneColFixCtrHdr #container #footer #btnPrinting {
	position: absolute;
	left: 512px;
	top: 533px;
}
.oneColFixCtrHdr #container #footer #btnLogoGear {
	position: absolute;
	left: 633px;
	top: 532px;
}
.oneColFixCtrHdr #container #footer #btnWebsites {
	position: absolute;
	left: 752px;
	top: 532px;
}
.oneColFixCtrHdr #container #footer #legal span a{
	text-decoration:none;
	color:black;
}
.oneColFixCtrHdr #container #footer #legal span a:hover{

	color:white;
}
#phone{
	position:absolute;
	top:89px;
	left:745px;
}
#phone h2{
	position:absolute;
	top:0px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index:-100;
}
#mainCopy{
	position:absolute;
	top:-2000px;
	left:-2000px;
	z-index:-100;
}
.oneColFixCtrHdr #container 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;
}

