@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr,  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end reset*/

#wrap {
	display:table;
	margin:auto;
	width:950px;
	height:100%;
	background:url(images/body.png) repeat-y;
}

#header {
	height:90px;
	width:905px;
	padding:0px 0 0 0px;
	background:url(images/header.png);
}

#header a {
	color:#999;
	text-decoration:none;
	font-size:80%;
	margin-right:20px;	
}

#menubar {
 background-color: #4ECAFE;
 width:830px;
}

#body {
	height:100%;
	width:790px;
	background:url(images/body.png) repeat;
	padding: 10px 80px 10px 60px;
}

#buildingbody {
	height:100%;
	width:790px;
	background:url(images/body.png) repeat;
	padding: 10px 80px 10px 60px;
}

#bodyleft {
	padding:0 0 0 15px;
	height:100%;
	width:200px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	
}

#bodyright {
	padding:0 0 0 15px;
	height:100%;
	width:475px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

#buildingsright {
	padding:0 0 0 15px;
	height:100%;
	width:560px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

#contactbody {
	padding:0 15px 0 15px;
	height:100%;
	width:800px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

#footer {
	height:66px;
	width:950px;
	background:url(images/footer.png);
	clear:both;
}

body {
	background: #7AD8FC;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	font-size:120%;
	line-height:1.5;
}

h2 {
	font-size:110%;
	line-height:1.4;
}

p, li, th{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

td{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

th{font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}