@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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 160%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* clear fix */
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.group {
	display: inline-block;
	clear: both;
}
/* start commented backslash hack \*/ * html .group {
	height: 1%;
}
.group {
	display: block;
} /* close commented backslash hack */

/* END RESET */
html, body {
	background-color: #edf5ee;
	font: 100%/1.3 Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}
h1 {
	width: 224px;
	height: 62px;
	position: absolute;
	left: 0;
	top: 125px;
	margin: 0 0 0 -85px;
	background-image: url(../images/RainmakerHeaderLogo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h2 {
	width: 260px;
	height: 62px;
	position: absolute;
	right: 40px;
	top: 190px;
	font-size: 85%;
	line-height: 20px;
	font-weight: 100;
}
header {
	width: 1024px;
	min-height: 100px;
	margin: 0 auto 0 auto;
	position: relative;
}
section {
	width: 1024px;
	height: auto;
}
footer {
	width: 100%;
	min-height: 250px;
	margin: -31px auto 0 auto;
	position: relative;
	background-image: url(../images/floor.jpg);
	background-position: center top;
	top: 31px;
}
#container {
	width: 1024px;
	min-height: 850px;
	margin: 0 auto 0 auto;
	background-image: url(../images/rm_elevatorLG.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.socialmedia {
	width: 140px;
	position: absolute;
	right: 0;
	top: 137px;
	margin-right: -59px;
	border: 0;	
}
.socialmedia img {
	margin: 0 7px 0 0;
	border: 0;
}
.phonenumber {
	width: 170px;
	font-size: 20px;
	font-weight: bold;
	color: #002768;
	text-align: center;
	position: absolute;
	right: 0;
	margin-right: -67px;
	top: 170px;
}
.chalkboard {
	float: left;
	margin: 120px 0 0 -150px;
	width: 351px;
	height: 313px;
	border: 0;
}
.linksign {
	float: right;
	margin: 130px -160px 0 0;
	border: 0;	
	transform:rotate(2deg);
-ms-transform:rotate(2deg); /* IE 9 */
-moz-transform:rotate(2deg); /* Firefox */
-webkit-transform:rotate(2deg); /* Safari and Chrome */
-o-transform:rotate(2deg); /* Opera */

	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	cursor: hand;
	-moz-box-shadow: 3px 3px 4px #838983;
	-webkit-box-shadow: 3px 3px 4px #838983;
	box-shadow: 3px 3px 4px #838983;
	
}
.linksign:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: hand;
	-moz-box-shadow: 3px 3px 4px #dfe5df;
	-webkit-box-shadow: 3px 3px 4px #dfe5df;
	box-shadow: 3px 3px 4px #dfe5df;
}
#slidecontrol {
	float: left;
	width: 428px;
	margin: 81px auto 0 auto;
}
/*General Mosaic Styles*/
.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 428px;
	height: 654px;
	margin-left: 96px;
	background: url(../images/elevator_crowd.jpg) no-repeat center center;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.mosaic-backdrop {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.mosaic-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
}