@font-face {
	font-family: "openSans";
	src: url("fonts/OpenSans-Light.ttf");
}

@font-face {
	font-family: "osItalics";
	src: url("fonts/osItalics.ttf");
}

a .itemdiv {
	text-decoration: none;
	color: #151515;
}

a {
	transition: all .2s ease-out;
	text-decoration: none;
	color: #0069F8;
	outline: 0;
}

a:visited {
	color: #0069F8;
}

a:focus {
	color: #5C0001;
}

a:hover {
	color: #C75600;
}

body {
	font-family: "openSans";
	text-align: center;
	font-size: 16px;
	line-height: 16px;
}

.linediv {
	width: 500px;
	height: 1px;
	background-color: #B8B8B8;
	margin: 0 auto;
}

.tripledivcontainer {
	text-align: center;
	margin: 0 auto;
	width: 501px;
}

.itemdiv:active {
	background-color: #F8F8F8;
}

.itemdiv {
	float: left;
	text-align: center;
	margin: 0 18.5px;
	width: 130px;
	box-shadow: 0 0 2px 0 #BDBDBD;
	height: 140px;
	background-color: #F0F0F0;
	transition: all .15s ease-out;
	display: inline-block;
	cursor: pointer;
}

.itemdiv:hover {
	box-shadow: 0 0 3px 0 #989898;
}

#footerPic {
	font-family: Georgia, "Times New Roman", Times, serif;
    padding-right: calc(50% - 290px + 10ex);
    margin: 0 auto;
    text-align: right;
}

.lastlink {
	text-align: center;
	font-size: 12px;
}

#moreDiv {
	display: none;
}

#moreButton {
	transition: all .2s ease-out;
	color: #0069F8;
	cursor: pointer;
}

#moreButton:hover {
	color: #C75600;
}

#menu {
	position: absolute;
	z-index: 20;
	width: 70px;
	padding: 2px 0;
	box-shadow: 1px 1px 3px #9F9F9F;
	clear: none;
	opacity: 0;
	background-color: #FFF;
}

#infoButton {
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	background-color: #FFF;
	cursor: pointer;
}

#infoButton:hover {
	background-color: #D4F9FF;
}

#infoMask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(192,192,192,0.60);
	display: none;
}

#infoBox {
	width: 500px;
	padding: 20px 50px 15px;
	position: fixed;
	left: 0;
	background-color: #FFF;
	box-shadow: 0 1px 2px #6C6C6C;
}

#infoBox img {
	margin: 0 auto 10px;
}

#infoBox p {
	font-size: 18px;
	text-align: left;
	line-height: 25px;
}

#officeCrack {
	height: 26px;
	font-size: 16px;
	color: #FFF;
	line-height: 26px;
	cursor: pointer;
	background-color: #FF3636;
/*	transition: all .2s ease-out;*/
}

#officeCrack:hover {
	background-color: #FF5E41;
}