* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #222426;
	background-repeat: repeat-x;
	color: #424140;
	font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
}

body.home {
	background-image: url(/images/bodybg-home.png);
}

body.inside {
	background-image: url(/images/bodybg-inside.png);
}

h1 { font-size: 3.0em; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }

p, td {	font-family: Arial; font-size: 11px; line-height: 140%; margin-bottom: 10px; }

a { color: #0049A8; font-size: 12px; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a.home { color: #D3A722; font-size: 12px; text-decoration: none; }
a.home:hover, a.home:active { text-decoration: underline; }
a img { border:0px; }

.cityskyline { color:#ffffff; font-size: 12px; padding-top:40px; padding-left:5px; }
h1.cityskyline { font-size: 13px; font-weight:bold; padding:0; margin-bottom: 18px; }

.footer-copyright {
	background-color:#0049A8;
	color: #FFF;
	padding-top: 63px;
	padding-left: 10px;
}

.clear { clear: both; }

div#page-wrap {
	background-color:#FFF;
	width: 966px;
	margin: 0px auto;
}

div#header-navbar {
	background-color: #0049A8;
	display: block;
	height: 53px;
	padding-left:250px;
}	

div#header-logo {
	background-color: #0049A8;
	display: block;
	padding-left: 26px;
	width: 940px;
}	

div#header-logo.home {
	height: 84px;
}	

div#header-logo.inside {
	height: 109px;
}	

div#main-content {
	min-height:250px;
	width: 966px;
}

div#footer {
	background-color: #0049A8;
	display: block;
	height: 140px;
	width: 966px;
}
	div#footer div#footer-left-col {
		display: block;
		float: left;
		margin-top: 43px;
		text-align: center;
		width: 186px;
	}
	div#footer div#footer-middle-col {
		display: block;
		float: left;
		width: 532px;
	}
		div#footer div#footer-middle-col-navbar {
			background-image: url(/images/footer-navbarbg.png);
			background-repeat: no-repeat;
			height:33px;
			padding-left:6px;
			padding-top:23px;
		}
	div#footer div#footer-right-col {
		display: block;
		float: left;
		margin-top: 43px;
		text-align: center;
		width: 248px;
	}

