@charset "utf-8";
body  {
	font-size: 10px;
	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 */
	text-align: center;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.meta {
	visibility:hidden;
}
#container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;

}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
} 
#colWrapper {
	padding: 10px;
	
	}
#colWrapperContact {
	padding: 10px;
	height: 1000px;
	}
* html #block_1
	{
	display: inline;
	}
.block_facilityview
		{
	position:relative;	text-align: left;
	float: left;
	width: 1000px;
	}
.block_facilityview_small
		{
	position:relative;	text-align: left;
	float: left;
	width: 650px;
	}
.block_facilityview_right
		{
	position:relative;	text-align: left;
	float: right;
	width: 350px;
	}
.block_resume
		{
	position:relative;	text-align: left;
	float: left;
	width: 1000px;
	}
.block_resume img {
	float: left;
	margin: 10px;
	}
#block_register
		{
	position:relative;	text-align: left;
	width:1000px;
	}
#block_directionsmap
	{
	position:relative;
	text-align: left;
	float: left;
	width: 780px;
	margin-left:0px;
	}
#block_directions
		{
	position:relative;	text-align: left;
	float: left;
	width: 320px;
	}
#block_top
	{
	position:relative;
	text-align: left;
	float: left;
	width: 560px;
	margin-left:0px;
	}
#block_topright
	{
	position:relative;
	text-align: left;
	float: left;
	width: 460px;
	margin-left:0px;
	}
#block_topleft
		{
	position:relative;	text-align: left;
	float: left;
	width: 310px;
	}

#block_middle
	{
	position:relative;
	text-align: left;
	float: left;
	width: 250px;
	margin-left:280px;
	height: 400px;
	}

#block_middle_larger
	{
	position:relative;
	text-align: left;
	float: left;
	width: 250px;
	margin-left:280px;
	height: 500px;
	}	
#block_right
	{
	position:relative;	text-align: left;
	float: left;
	width: 260px;
	margin-left:-520px;
	height: 400px;

	}
#block_left
	{
	position:relative;	text-align: left;
	float: left;
	width: 260px;
	height: 400px;

	}

#block_middle_full
	{
	position:relative;
	text-align: left;
	float: left;
	width: 300px;
	margin-left:300px;
	height: 300px;
	}
#block_right_full
	{
	position:relative;	text-align: left;
	float: left;
	width: 300px;
	margin-left:-600px;
	height: 300px;

	}
#block_left_full
	{
	position:relative;	text-align: left;
	float: left;
	width: 300px;
	height: 300px;
	margin-left: 40px;

	}


#icons {
	text-align:right;
	height: 80px;
}
#footer { 
	height: 35px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 

	background:#999999;
} 
#footer a {
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	
}

#headercontainer {
	width: 1024px;
	background-image:url(../images/mplsskyline6.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	height: 160px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	background-color: #F2F5F9;
} 
#logo {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	//background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.newlocation {
	margin:0 auto; padding-left: 10px;
	height:20px;
	line-height:20px;
	display: block;	
	background:url(../images/topMenuImages.png) 0px -20px no-repeat;);
}

.address a {
	text-decoration:underline;
	color: #000066;
}
.address a:visited{color:#333333;}
.address a:hover{
	color:#000000;
	text-decoration: underline;
}

#addressbox {
	font-size: 9px;
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	//background-image:url(addrbg.png);
	height: 160px;
}
.address {
	padding-left: 10px;
	
}
#menubar {
	height: 22px;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 60px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.sectiontitle {
	font-size: 120%;
}
.centered {
	text-align:center;
}

.floorplan {
	float: left;
}
#weatherlet {
	background-color: #CCCCCC;
	}
.twitNavi {
    visibility:hidden;
}
.twitHeader {
	visibility:hidden;
	}
