#wrapper {
	border:1px solid #ccc;
	background-color: #FFFFFF;
	text-align:left;
	position: relative;
	width: 978px;
	margin: 2em auto;
}
#header {
	height: 62px;
	position: relative;
	background-image: url(eyBeam/$file/eyBeam-internal.png);
	background-repeat: no-repeat;
	background-position: 225px;
	padding: 0 20px 0 20px;
}

#eyBreadCrumb {
	margin: 3pt 20px 0pt 29px;
	display: block;
}
#extra {
	float: left;
	width: 242px;
}
#footer {
	padding: 0 31px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ccc;
	font-size: 0.9em;
} 

#content-wrap, .home #content-wrap {
	width: 746px;
	float: left;
}
#content {
	float: right;
	width:488px;
}
#sidebar, .home #sidebar {
	width:230px;
	float:right;
}
* html .home #sidebar {
	clear:left;
}
.m-2 #content, .home #content {
	width: 746px;
	float:left;
}
.m-2 #content .pad {
	margin-left:31px;
	margin-right:0!important;
}
.home #content .pad {
	margin-left:21px; 
}
.m-1 #content-wrap {
	width: 978px;
}
.m-1 #content {
	width: 978px;
}
.m-1 #content .pad {
	margin-left:31px;
	margin-right:21px;
}
#wrapper.no-menu #header {border-bottom: 1px solid #ccc;}
#wrapper.no-beam #header, #wrapper.home #header {background-image:none;}
#wrapper.border-top {border-width: 1px 0 0 0;}
.no-breadcrumb #content-wrap  {
	margin-top:0px;
}
.no-breadcrumb #sidebar, .no-menu #sidebar {margin-top:16px;}

/*hides unused styles*/
.m-1 #extra, .m-1 #sidebar, .m-2 #extra, 
.home #extra, .no-breadcrumb div#eyBreadCrumb, .no-menu div#eyMenuNav
 {
	display:none !important;
}
.m-1 #extra.show, .m-2 #extra.show
 {
	display:block !important; width:auto !important; 
}
.boxleft, .boxright{
	border: 1px solid #999;
	float:left;
	width:198px;
	margin:1em 8px 1em 0;
	padding:10px;
}
.boxright {
	margin-right:0; margin-left:8px;
	float: right;
}
.m-2 .boxleft, .m-2 .boxright {
	width:319px;
}
.m-1 .boxleft, .m-1 .boxright {
	width:433px;
}
.boxleft h2, .boxright h2 {font-size:12px; margin:0;padding:0; }

