@charset "UTF-8";
/* Structure  */
body  {
	background: rgb(224,225,225) url(../images/tile-masthead1.jpg) repeat-x left top;
	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: #000000;
}
.thrColElsHdr #wrapper {
	width: 65em;  /* this width will create a container that will fit in approx. 1000px browser window if text is left at browser default font sizes */
	margin: 0 auto 0 auto;
	padding: 0 0 0 0.5em;
	text-align: left;
	border-right: 1px solid #a1a1a1;
	border-bottom: 1px solid #9f9f9f;
	border-left: 1px solid #a1a1a1;
	background-color: #fff;
} 
.thrColElsHdr #topwrapper div.mast {
	width: 65.5em;
	text-align: center;
	margin: 0 auto;
}
.thrColElsHdr #topwrapper img.logotype {
	float: right;
	padding: 20px 8px 0 0;
}
.thrColElsHdr #topwrapper img.tponly {
	float: left;
	padding: 20px 0 0 13px;
}
.thrColElsHdr #topwrapper {
	clear:both;
	overflow:visible;		/* This chops off any overhanging divs */
	float:none;
	width:100%;
	height: 109px;
	background-color: #fff;
}
.thrColElsHdr #topwrapper {
	border-bottom: 1px solid #000;
}
.thrColElsHdr .wrapperpanels {
	height:580px;
	background: url(../images/grid_panels.png) repeat-x;
}
.thrColElsHdr .wrapper_m {
	height:625px;
	background: url(../images/grid_maincontent.png) repeat-x scroll 0 -70px #FFFFFF;
	overflow: visible;
	padding: 0;
	border: solid #fff 2px;
}
.thrColElsHdr #panel1 {
	float: left; /* since this element is floated, a width must be given */
	height:580px;
	padding: 0; /* top and bottom padding create visual space within this div */
	width: 218px;
}
.thrColElsHdr #panel2 {
	float: left;
	width: 218px; /* since this element is floated, a width must be given */
	height:580px;
	padding: 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #mainContent {
	margin: 0 0 0 0.35em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0;
	height:auto;
	float:left;	/* {width:400px; margin:0px; padding:0 0 0 20px; float:left}*/
	width: 35em;
} 
.thrColElsHdr div#footer {
	height: 40px;
	margin: 0 auto;
	padding: 0;
	width: 65em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColElsHdr #milestones {
	float: left;
	width: 32%; /* since this element is floated, a width must be given */
	height:auto;
	padding: 0 0.7em 0.7em 0; /* top and bottom padding create visual space within this div */
	margin: 0 0 0 0.5em;
}
.thrColElsHdr #publications {
	float: left;
	width: 64%; /* since this element is floated, a width must be given */
	height:auto;
	padding: 0;
}
