html { height: 100%; }
body {
	background: url(../images/bg-1.gif) top left repeat;
	/*background-image: url(boingo-web-new.jpg);*/
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0; padding: 0;
}

.clear { clear: both; }

#topper {
	width: 820px;
	background: #fff;
	margin: 10px auto 0 auto;
	height: 15px;
}

#container { 
	width: 820px;
	margin: 5px auto; }
	div#headMenu {
		width: 800px;
		text-align: right;
		padding-right: 20px;
		margin: 0 0 5px 0; }
		div#headMenu ul {
			font-size: 9pt;
			font-weight: bold;
			list-style: none;
			display: inline; }
			div#headMenu ul li { 
				display: inline;
				list-style: none;
				margin-right: 10px; }
				div#headMenu ul li a { color: #000; text-decoration: none; }
					div#headMenu ul li a:visited { color: #000; text-decoration: none; }
					div#headMenu ul li a:active { color: #000; text-decoration: none; }
					div#headMenu ul li a:hover { color: #666; text-decoration: none; }
				 
		
#wrapper {
	width: 820px;
	margin: 0 auto;
	background: #fff;
	min-height: 500px;
	border: 1px #666 solid; }
	
	
	#header {
		background: url(../images/header-bg.jpg) top left repeat-x;
		width: 820px;
		margin: -1 auto;
		height: 60px; 
		border: 1px #666 solid; 
		border-width: 1px 0 0 0;}
		#header #logo { 
			position: relative;
			left: 10px;
			background: url(../images/boingo-logo.jpg) top left no-repeat;
			width: 131px;
			height: 60px; }
		#header #contactinfo {
			float: right;
			text-align: right;
			margin-right: 8px; }
			#header #contactinfo p {
				color: #FFFFFF;
				font-size: 0.8em;
				font-weight: bold; }
			#header #contactinfo p a { color: #fff; text-decoration: none; }
				#header #contactinfo p a:visited { color: #fff; }
				#header #contactinfo p a:hover { color: #fff; text-decoration: underline; }
			
			#header #bannerad {
				float: right;
				width: 468px;
				height: 60px; }
		
		
		
	#menu {
		height: 29px;
		width: 502px;
		margin: 0 auto;
		padding: 0;
		background: url(../images/menu-ul-bg.gif) top center no-repeat;
		text-align: center;
		font-size: 0.8em; }
		#menu ul {
			width: 502px;
			height: 29px;
			overflow: hidden;
			list-style: none;
			text-align: center;
			white-space: nowrap;
			margin: 0px auto 0 auto;
			padding-left: 0; }
			#menu ul li {
				float: left;
				width: 94px;
				padding: 6px 0 0 6px;
				text-align: center;
				margin: 0; }
			#menu ul li.last { width: 94px; padding: 6px 0 0 0;; }
			#menu ul li a { color: #000; text-decoration: none; }
				#menu ul li a:visited { color: #000; }
				#menu ul li a:hover { color: #990033;  }
		

 	
	
	#content {
		margin: 10px 10px;
		padding: 0 20px; }
	
	#footer {
		width: 836px;
		background: transparent;
		height: 15px; }
		
#leftSide { float: left; width: 48%; }
#rightSide { float: left; width: 48%; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color:#660000;
	margin: 0 0 0 0;
	padding: 0; }
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: #000;
	padding: 0;
	margin: 0 0 0.5em 0; }
	
.return {
	font-size: 0.8em;
	color: #999999;
	height: 20px;
	background: url(../images/pagetop.gif) 0% 50% no-repeat;
	padding: 0.5em 0 0 20px;
	margin: 1em 0 1em 0;
	border: 1px solid #999; 
	border-width: 1px 0 1px 0; }
	.return a { color: #999999; text-decoration: none; }
	
	.return a:visited, .return a:active { color: #999999; text-decoration: none; }
	.return a:hover { color: #999999; text-decoration: underline; }
	
.noMorP { margin: 0; padding: 0; }

#key {
	width: 80%; }
	#key ul {
		list-style: none; }
		#key ul li {
			list style: none; display: inline;
			padding-right: 0.5em; }
			
.servsugg img { padding-right: 0.5em; }