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

HTML, BODY {
	margin: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}	

div#container {
	min-width: 414px;
	max-width: 1276px;
	margin: 10px auto;
	background: url(../tile.jpg);
}

div#header {
	min-width: 414px;
	max-width: 1276px;
	margin: 20px auto;
	margin-bottom: 0px;
	color: #999;
	font-size: 10px;
	text-align: right;
}

div#header img {
	padding: 0px 5px 0px 15px;
}

div#footer {
	min-width: 414px;
	max-width: 1276px;
	margin: 20px auto;
	color: #999;
	font-size: 10px;
	text-align: right;
}

div#footer span {
	margin: 5px;
}

div.element {
	float: left;
	border: 1px solid #447398;
	min-width: 200px;
	height: 200px;
	margin: 5px;
	background-color: #deebf5;
}

.tall { height: 412px !important; }

.col1 { width: 200px; }
.col2 { width: 412px; }

.logo { 
	height: 624px !important; 
	border-color: transparent !important; 
	background-color: transparent !important; 
}

div.bgblocker {
	width: 216px;
	height: 420px;
	postition: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
}

img.grayscale {
  	opacity: 0.5;
   	transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

img.grayscale:hover {
  opacity: 1;
}

div#iconbox {
	margin-top: 30px;
	text-align: center;
}

div#iconbox a {
	padding: 15px;
}

#contact {
	background-color: #fff !important;
	position: relative;
	background-image: url(../img/contactpanel.gif);
	background-repeat: no-repeat;
}

#contactclose {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url("../img/controls.png") no-repeat;
	background-position: -50px 0;
}

#contactclose:hover {
	background-position: -50px -25px;
}

#contactlink, #contactclose {
	cursor: pointer;
}