/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	height:100%;
	font-size: 0.90em;
	font-family: verdana, arial, sans-serif;
	color: white;
}
#wrapper {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #006599;
}

#content {
	padding-top: 20px;
	margin-left: 180px;
	margin-right: 10px;
}

#content.home_content {
	padding-top: 0px;
	margin-left: 185px;
	_margin-left: 175px;
	margin-right: 235px;
}

#header {
	width: 900px;
	height: 148px;
	color: #000000;
	border-left: 2px solid #0067A3;
	z-index: 2;
}

#header a {
	background: url(../images/header.png) no-repeat;
	display: block;
	width: 900px;
	height: 148px;
	text-decoration: none;
}

#header a span {
	visibility: hidden;
}

#top {
	width:900px;
	border-top: 2px solid #ACE5F4;
	border-left: 2px solid white;
	border-right: 2px solid #0067A3;
	_border-right: none;
}

#left {
	margin-top: 5px;
	width: 170px;
	float: left;
	z-index: 2;
	_padding-bottom: -50px;
}

#top_right {
	float: right;
	margin-top: 0;
	width: 228px;
	text-align: center;
	border-right: 2px solid #0067A3;
	border-left: 2px solid #ACE5F4;
	border-bottom: 2px solid #0067A3;
}

#bottom {
	clear:both;
	background-color: #006599;
	width: 900px;
	height: 218px;
	border-top: 2px solid #ACE5F4;
	border-left: 2px solid #0067A3;
}

#bottom_right {
	margin-top: 0;
	margin-right: 2px;
	float: right;
	width: 230px;
	height: 218px;
	font-size: .6em;
	border-left: 2px solid #ACE5F4;
	background: url(../images/robot_background.jpg) no-repeat;
}

#locations {
	width:230px;
	height: 287px;
	background: url(../images/location_background.jpg) no-repeat;
}

* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear:both;
	width:902px;
	height:44px;
	color: #006599;
	text-align:center;
	background: url(../images/footer.png) no-repeat;
	background-color: white;
	font-size: .75em;
	border-top: 2px solid #0066A6;
}

#footer p {
	padding-top: 10px;
	color: #006599;
	font-size: 1.5em;
	font-weight: bold;
}
