body {
	height: 100%;
	width: 100%;
}

#headerStrip {
	width: 100%;
	height: 6px;
	background-color: #afbc36;
}

header {
	margin: 0 auto;
	width: 900px;
	height: 79px;
	position: relative;
	z-index: 500;
}

	header .logo a {
                background: #fff url(http://ebcusa.com/uploads/ebc/images/MilliCare_25th_logo.png) no-repeat 0 0;
		display: block;
		height: 59px;
		width: 429px;
		overflow: hidden;
		text-indent: -999px;
                margin-top: 10px;
	}

	header .headerLinks {
		display: block;
                margin-top: 6px;}
		/* height: 79px;
		line-height: 79px; */
	

	header .headerLinks a {
		font: 1em Arial, sans-serif;
		color: #777777;
		text-decoration: none;
		padding: 0;
                text-align: right;
                display: block;
                line-height: 22px;
	}
	header .headerLinks a.login-open {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		-moz-border-top-left-radius: 6px;
		-moz-border-top-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		background: #9dad12;
		color: #fff;
		padding:  7px 15px 15px;
		text-decoration: none;
	}
	header .headerLinks a:hover {
		text-decoration: underline;
	}

#navStrip {
	width: 100%;
	text-align: center;
	background: url(http://ebcusa.com/uploads/ebc/images/navstrip-background.gif);
	height: 30px;
}

nav {

}

/*************** CONTENT ****************/

h1, h2 {
	color: #ae3d8e;
	font-family: Georgia, Times, serif;
}
h1.page-title {
	font-size: 2.753em;
}
h2.page-title {
	font-size: 2.753em;
color: #ae3d8e;
	font-family: Georgia, Times, serif;

}
h3, h5, h6 {
	color: #9dad12;
	font-weight: bold;
}
h4 {
	color: #3da9d9;
	font-weight: bold;
}
h6 { font-style: italic; }

p {
	color: #444444;
}
p.page-title-copy {
	font: 1.2em/1.5 Georgia, Times;
	margin-right: 1.33em
}

#contentBackground {
	width: 100%;

	background: url(http://ebcusa.com/uploads/ebc/images/background-sky.jpg) no-repeat center top;
	text-align: center;

}

.wrapper {
	width: 900px;
	text-align: left;

}


section {
	
}

#breadcrumbs {
	padding: 1.6em 0;
	color: #444444;
	font: 1em Arial, sans-serif;
}

	#breadcrumbs a {
		color: #3da9d9;
		text-decoration: none;
		font: 1em Arial, sans-serif;
	}
	
	#breadcrumbs a:hover {
		text-decoration: underline;
	}	

.bluelink a{
	color: #3da9d9;
	font-style:italic;
	font-weight: bold;
}	
	
/*************** HOMEPAGE ****************/

.firstreadtext {
	color: #444444;
	font: 1.20em/1.41 Georgia, Times, serif;
	margin: .8em 72px 1.467em 0;
	padding: 0;
}
.firstreadtext a {
	font-size: 1em;
}

#certified {
width: 850px;
	height: 100px;

}

#certified img {
margin: 0px 0 0 50px;
}

#homepage-callout-top {
	background-image: url('http://ebcusa.com/uploads/ebc/images/homepage-calloutbox-top.png');
	width: 300px;
	height: 10px;
}

#homepage-callout {
	background: url('http://ebcusa.com/uploads/ebc/images/homepage-calloutbox-background.png') repeat-y;
	padding: 8px 20px 8px;
	text-align: center;
	display: table;
}
#homepage-callout h6 {
	margin: 0 0 1.2em;
	text-align: center;
}

	#homepage-callout #images {
		margin-left: -1.2em;
display:table;
width:auto;
	}

	#homepage-callout img {
		margin-left: 1.0em;
	}	

#homepage-callout-bottom {
	background-image: url('http://ebcusa.com/uploads/ebc/images/homepage-calloutbox-bottom.png');
	width: 300px;
	height: 10px;

}

.height185 {
	height: 185px;
}

.home-center-h2 {
}

.home-center-p a {
	margin-top: 5px;
}

.truth-in-numbers h2 {
	margin-right: .4em;
}
.truth-in-numbers p {
	color: #777;
	margin-top: .2em;
}

.savingsmodule {
	width: 220px;
	height: 60px;
}

	.savingsmodule-image {
		margin-right: 8px;
	}
	
	.savingsmodule-saved {
		width: 160px;
		height: 15px;
		color: #777;
		padding-bottom: 4px;
		font: bolder .8em verdana, arial;
	}
	
	.savingsmodule-numbers {
		width: 160px;
		height: 30px;
		margin-top: 4px;
		line-height: 1em;
	}
	
	.savingsmodule-numbers  h5 span.unit {
		color: #777;
		margin-top: 6px;
		font: 0.5em verdana;
	}
	
	.savingsmodule-numbers h5 {
		color: #afbc36;
		font: 1.467em/1em Georgia, Times, sans;
	}

#pictureborder {
padding: 1px; 
border: 3px solid #9dad12;
}

/* callout box
*************************************/

.callout {
	border-top: 2px solid #379fcd;
	border-bottom: 2px solid #379fcd;
	margin: 2em 0;
	padding: 40px 60px 40px 60px;
}
.callout h3 {
	font: 1.6em Georgia, Times, serif;
}

/* Login Box
*************************************/

	
	.login-box {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		-moz-border-top-left-radius: 6px;
		-moz-border-bottom-left-radius: 6px;
		-moz-border-bottom-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		background: #9dad12;
		color: #fff;
		display: none;
		width: 236px;
		padding: 1em;
		position: absolute;
		top: 56px;
		right: 0;
		z-index: 501;
	}
	.login-box fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}
	.login-box legend {
		color: #eaefbc;
		font-size: .933em;
		font-weight: bolder;
		padding-bottom: .93em;
	}
	.login-box span {
		clear: both;
		display: block;
		margin: 0 0 .4em;
	}
	.login-box label,
	.login-box input {
		display: block;
		float: left;
		vertical-align: top;
	}
	.login-box label {
		font-size: .93em;
		font-weight: normal;
		width: 76px;
	}
	.login-box input {
		border: 1px solid #a8a733;
		background: #fff;
		height: 20px;
		width: 150px;
		padding: 0 4px;
		outline: none;
	}
		.login-box .forgot-pwd input {
			width: 102px;
		}
		.login-box .forgot-pwd span.error {
			margin: .267em 0 0;
		}
	.login-box input.button {
		background: #6b760c;
		border: 1px solid #b2c414;
		color: #fff;
		cursor: pointer;
		float: right;
		font-size: .8em;
		height: 22px;
		overflow: visible;
		margin: 0;
		padding: 0 1.1em;
		width: auto;
		white-space: nowrap;
	}
	.login-box span.error {
		clear: both;
		color: #eaefbc;
		display: none;
		font-size: .8em;
		font-style: italic;
		font-weight: bolder;
		line-height: 1.2em;
		margin: .267em 0 .267em 78px;
	}
		.login-box .forgot-pwd span.error {
			float: left;
		}
	.login-box span.response {
		margin: .8em 0 1em;
	}


/*************** SIDE ****************/
#sideNavigationTop {
	width: 219px;
	height: 51px;
	background-image: url('http://ebcusa.com/uploads/ebc/images/rightnavigation-top.png');
}

#sideNavigationTop h5 {
	font: 1.25em Arial, sans-serif;
	color: #666666;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	width: 219px;
}

.sideNavigation {
	width: 219px;	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #e6edcd;
	text-align: left;
}

.childElement {
	width: 180px;
	text-align: left;
	padding: 8px 0 8px 16px;
	margin-left: 10px;
	background: url(http://ebcusa.com/uploads/ebc/images/rightnavigation-bullet.png) no-repeat 0 11px;
	border-bottom: 1px solid #bfcb63;
	border-top: 1px solid #ffffff;
}

.childElementfirst {
	border-top: none;
}

.childElementlast {
	border-bottom: none;
}

	.childElement a {
		font: 1em Arial, sans-serif;
		color: #3da9d9;
		text-decoration: none;
		font-weight: medium;
	}

#sideNavigationBottom{
	width: 219px;
	height: 20px;
	background-image: url('http://ebcusa.com/uploads/ebc/images/rightnavigation-bottom.png');
	margin-bottom: 50px;
}


/*************** BOTTOM ****************/

#bottomImageStrip {
	width: 100%;
	height: 328px;
	text-align: center;
}
#bottomImageStrip .row {
	display: block;
	height: inherit;
	*height: 100%;
	position: relative;
}
	#bottomSocialMedia {
		text-align: right;
		width: 102px;
		position: absolute;
		bottom: 8px;
		right: 0;
	}
	#bottomSocialMedia a {
		display: block;
		float: left;
		height: 26px;
		width: 26px;
		margin-left: 8px;
	}
	#bottomSocialMedia a span {
		display: none;
	}

	#bottomImageStrip {
		background: url(http://ebcusa.com/uploads/ebc/images/background-home.jpg) no-repeat 50% 100%;
	}
	#bottomImageStrip.our-services {
		background-image: url(http://ebcusa.com/uploads/ebc/images/background-office.jpg);
		background-position: 50% 0;
		height: 356px;
	}
	#bottomImageStrip.about-us {
		background-image: url(http://ebcusa.com/uploads/ebc/images/background-home.jpg);
	}
	#bottomImageStrip.our-results {
		background-image: url(http://ebcusa.com/uploads/ebc/images/background-meetingoutside.jpg);
	}
	#bottomImageStrip.why-choose-ebc {
		background-image: url(http://ebcusa.com/uploads/ebc/images/background-eatingofffloor.jpg);
		height: 356px;
	}
	#bottomImageStrip.national-accounts {
		background-image: url(http://ebcusa.com/uploads/ebc/images/background-airport.jpg);
	}

#footerStrip {
	width: 100%;
	height: 13px;
	background-color: #3da9d8;
	padding: 12px 0px 15px 0px;
	text-align: center;
	color: #ffffff;
	font: 0.9em Arial, sans-serif;
}

	#footerStrip a {
		padding: 0px 10px 0px 10px;
		color: white;
		border-right:1px solid white;
		text-decoration: none;
		font: 0.9em Arial, sans-serif;
	}

	#footerStrip a:hover{
		text-decoration: underline;
	}

	#footerStrip .last {
		border-right: 0;
		padding-right: 0;
	}

.collapsed {
overflow: hidden;
	
}
span.collapsed {

	display: none;
}

a.collapse, a.expand {
padding: 15px 0 15px 0;
display: block;
}

span.collapsed ul {

	display: none;
}

span.collapsed ul li {

	display: none;
}

span.collapsed  {

	display: none;
}


.process  {
padding-bottom:15px;
}

.process h3 {
margin:0 0 3px 230px;
padding-top: 50px;
}
.process p {
margin:0 0 0 230px;
font-weight:bold;
margin-bottom:0;
}

.hereshow {
padding-left: 60px;
display:inline-block;
}

.hereshow p {

padding-top:10px;
padding-bottom:50px;
margin-bottom:0;
}

.polymerhow {
padding-left: 45px;
display:inline-block;
}

.polymerhow p {

padding-top:22px;
padding-bottom:30px;
margin-bottom:0;
}

.textilegraphic {
padding-bottom:15px;
padding-left: 20px;
}

.textilegraphic img {
float:left;
}

.textilegraphic p {
margin-left: 360px;
padding-top:100px;
margin-bottom:0;
}

.schutz h3, .schutz img, .schutz p {
padding: 5px 0 5px 0;
}

.faq ul {
margin-bottom:0;
}

.faq h3 {
padding: 10px 0 0px 0;
}

.faq p {
padding: 10px 0 10px 0;
}
.faq a {
padding: 10px 0 10px 0;
cursor: pointer;
}
.faq a.videoLink {padding: 0;}

#homepage-callout-top-n {
	background-image: url('http://ebcusa.com/uploads/images/additions912011/homepage-calloutbox-top-lb.jpg');
	width: 300px;
	height: 17px;
}

#homepage-callout-n {
	background: url('http://ebcusa.com/uploads/images/additions912011/homepage-calloutbox-background-lb.jpg') repeat-y;
width: 300px;

	text-align: center;
	display: table;
}
#homepage-callout-n h6 {
	margin: 0 0 1.2em;
	text-align: center;
color: #ffffff;
}
	#homepage-callout-n p {
		color: #666;
		font-size: .9em;
		line-height: 120%;
		margin-bottom: 1.37em
	}

	#homepage-callout-n #images {
		margin-left: -1.2em;
display:table;
width:auto;
	}

	#homepage-callout-n img {
		
	}	

#homepage-callout-bottom-n {
	background-image: url('http://ebcusa.com/uploads/images/additions912011/homepage-calloutbox-bottom-lb.jpg');
	width: 300px;
	height: 17px;

}

/* Thick Box */
.thickBox {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.thickBoxContent {
    display: none;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    overflow: visible;
    position: fixed;
    top: 150px;
    width: 100px;
    z-index: 2000;
}
.thickBoxClose {
    display: none;
    height: 31px;
    left: 50%;
    margin-left: 310px;
    overflow: visible;
    position: fixed;
    top: 130px;
    width: 31px;
    z-index: 2100;
}

.videoLink {width: 20px; height: 17px; background: url(/uploads/images/video_icon.png) no-repeat; margin-left: 10px; text-indent: -99999px; display: inline-block; vertical-align: middle;}