
@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('../fonts/centurygothic-webfont.eot');
    src: url('../fonts/centurygothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/centurygothic-webfont.woff') format('woff'),
         url('../fonts/centurygothic-webfont.ttf') format('truetype'),
         url('../fonts/centurygothic-webfont.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
}
body.mceContentBody {
	background: #fff;
	color: #000;
}

#printlogo {
	display: none;
}

#page-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px; /* the bottom margin is the negative value of the footer's height */
}

.page-node-69 #page-wrapper, .front #page-wrapper {
	margin: 0 auto -249px;
}

#page {
}

#header {
	min-width: 500px;
	position:relative;
}

#logo {
	position:fixed;
	float: left;
	top: 38px;
	left: 17px;
	width: 263px;
	height: 91px;
}

#nav {
	position:fixed;
	float: left;
	top: 128px;
	left: 40px;
	width: 218px;
	z-index: 100; /* Oct 30, 2013 - to fix issue that popped up in Chrome, perhaps with an update? - MH, BCF */
}

#quicklinks {
	position:absolute;
	top: 14px;
	right: 40px;
}

#edit-search-block-form--2 {
	height: 16px;
}

#main-wrapper {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	min-height: 600px;
}

#hometouts {
	width: 936px;
	height: 129px;
	margin: 0 auto 22px auto;
}

#footer {
	width:100%;
	height: 125px;
	position: relative;
	background-color:#333333;
	font-family: arial, san_serif;
	font-size: 10px;
	line-height: 15px;
	color: #dddddd;
	text-shadow: #333333 0.1em 0.1em 0.2em;
}

/*.footfix {
	position: fixed;
	bottom: 0;
}*/

#footer-wrapper {
	width: 940px;
	margin: 0 auto;
}


/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-bottom {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/

.block-title {
	display: none;
}

.add-or-remove-shortcuts, .tabs {
	display: none;
}
