@charset "UTF-8";

/* ---------CSS 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-size: small;
	color:#FFF;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}
#main body {
	line-height:1.2em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* ---------Body Text--------- */
#main h1 {
	font-size: 160%;
}
#main h2 {
	font-size: 140%;
}
#main h3 {
	font-size: 120%;
}
#main h4 {
	font-size: 110%;
}
#main p {
	font-size: 110%;
	line-height: 115%;
}
a {
	color:#9c1b1f;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#company-logo {
	position: absolute;  // reposition logo from the natural layout  
	z-index: 1;
	width: 100%;
	top: 830px;
	text-align:right;
	border: none;
}

#main {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align:center;
	border: none;
	font-size:36px;
	height: 100%;
	margin:0;
	padding:0;}

#building-photo {
	position: absolute;  // reposition logo from the natural layout  
	z-index: 0;
	width: 100%;
	top: 585px;
	text-align:left;
	border: none;
}

/* ---------Layout--------- */
html, body{
	font-family: "Times New Roman", Times, serif;
	background:#231f20;
	font-size:36px;
	height: 100%;
	margin:0;
	padding:0;
	text-align:center;
} 



/* ---------Float Containers Fix---------  */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */  

