BODY {
	font: Arial, Helvetica, sans-serif;
	color: #000;
}
#main-body {
	width: 100%;
}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
a:link {
	color: #06C;
	text-decoration: underline;
}
a:visited {
	color: #339;
	text-decoration: underline;}
a:hover {
	color: #f00;
	text-decoration: underline;}
a:active {
	color: #f00;
	text-decoration: underline;}
P, INPUT, SELECT, TH, TD {font-size: 1.4em;}
	
/* TOP MENU */
.topmenu {
	visibility: hidden;
}

/* BIG CONTAINER */
#BigContainer {
	width: 100%;
	}
	
/* LOGO & NAVIGATION */
#container1 {
	position: relative;
	height: 100px;
	}
#logo {
	font-size: 1.8em;
	color: #333366;
	background: url(images/schreiber-logo.gif) no-repeat left top;
	height: 99px;
	padding-left: 85px;
	vertical-align: 50%;
	width: 30%;
}
#logo a{
	color: #333366;
	text-decoration: none;
	position: relative;
	display: block;
	top: 10px;
}
#logo img {
	float: left;
	margin-right: 10px;
}
#nav {
	visibility: hidden;
}


/* TOP BANNER */

#TopBanner {
	visibility: hidden;
}

/* BLURB */
#container2 {
	width: 100%;
}
#blurb {
	width: 100%;
}
#RequestBrochure {
	visibility: hidden;
}

/* 3 COLUMNS */
#container3 {
	position: relative;
	margin-top: 10px;
	clear: both;
}
#wrapper {
}
#col-right {
	width: 100%;
	clear: both;
}
#col-left {
	width: 100%;
	clear: both;
}
#col-middle {
	width: 100%;
	clear: both;
}
h2.services {
	background: url(images/bullet-services.gif) no-repeat left 50%;
	padding-left: 40px;
}
h2.industries {
	background: url(images/bullet-industries.gif) no-repeat left 50%;
	padding-left: 40px;
}
h2.info {
	background: url(images/bullet-info.gif) no-repeat left 50%;
	padding-left: 40px;
}

/* INSIDE PAGE CONTENT */
#container4 {
	position: relative;
	margin-top: 10px;
	clear: both;
}
#content-main {
	width: 100%;
	clear: both;
}
#content-side {
	visibility: hidden;
}


/* FOOTER */
#footer {
	border-top: thin solid #666666;
}
#footer-links {
	clear: both;
}
#contact {
	clear: both;
}

/* COPYRIGHT */
#copyright {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: thin solid #666666;
}

/* TEXT */
a.learn {
	visibility: hidden;

}
