html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0;

}
h1 {
	padding: 0;
	font-size: 18px;
	color: #FFF;
}
.buildingtype {
	font-size:10px;
	font-weight:normal;
	color:#0093d0;
}
h2 {
	padding-top: 0;
	font-size:12px;
	color: #FFF;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color: #FFF;
}
.smallerfont {
	font-size:11px;
	font-weight:normal;
	color:#CCC;
}
h4 {
	font-size:11px;
	font-weight:normal;
	color: #666;
	margin: 15px 0 10px 0;
}
h5 {
	padding: 0px;
	font-size:9px;
	color: #0093d0;
}
.contact_us {
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.contact_us2 {
	font-weight:bold;
	color:#333;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 800px;
	background-repeat:no-repeat;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	position:relative;
   overflow:hidden;
}
.slide-out-div {
          padding: 20px;
          width: 570px;
          background: #ccc;
          border: 1px solid #29216d;
		  z-index:300;
      }


div#container {
	padding: 20px;
}
div.logo {
	float:right;
	z-index:100;
	padding: 0px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 5px 0 5px;
	text-align: center;
}

