html { 
	background-color: #536f89;
	background-image: url( images/bg.jpg );
	background-repeat: no-repeat;
	background-position: 50% -200px;
}

body { 
	color: #fff;
	font: normal 13px Lucida Grande, Lucida Sans Unicode, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;				
}

.center {
	text-align: center;
}

#main-box {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 550px; 
	height: 612px;
	position: relative;
	top: 10px;
	/* border: 1px solid #92b5d7;
	 background: #5f83a4; */
	overflow: hidden;			
}

#main-box a {
	color: #536f89;
	text-shadow: #fff 0px 1px 1px;
}

#top {
	height: 100px;
	width: 550px;
	background: url( images/top.png ) no-repeat 0 0;
	display: none;
}

#photo {
	position: absolute;
	z-index: 5;
	top: 75px;
	height: 150px;
	width: 550px;
	background: url( images/photo.png ) no-repeat 0 0;
	display: none;
}

#mainSlide {
	position: absolute;
	width: 500px;
	height: 101px;
	top: 24px;
	left: 25px;
}

#info {
	position: absolute;
	top: 225px;
	height: 370px;
	width: 500px;
	background: rgba(255,255,255,0.66);
	overflow: hidden;
	display: none;
	left: 25px;
	-moz-box-shadow: 0px 2px 12px rgba(0,0,0,0.24);
	-ms-box-shadow: 0px 2px 12px rgba(0,0,0,0.24);
	-o-box-shadow: 0px 2px 12px rgba(0,0,0,0.24);
	box-shadow: 0px 2px 12px rgba(0,0,0,0.24);
}

#info #buttons {
	position: absolute;
	top: 50px;
	left: 50px;
	margin: 0; padding: 0;
	list-style-type: none;
}

#info #buttons li {
	margin-bottom: 10px;
}

#info #panel {
	position: absolute;
	top: 18px;
	left: 25px;
	clear: both;
	width: 200px;
	height: 245px;
	color: #536f89;
}

#info #header {
	padding-top: -100px;
	font-size: 24px;
	color: #536f89;
}

#info #copy {
	margin-top: 15px;
	color: #536f89;
	line-height: 18px;
}

#info #contact {
	position: absolute;
	top: 262px;
	left: 270px;
	float: left;
	width: 230px;
	height: 100px;		
}

#info #social {
	position: absolute;
	top: 260px;
	left: 0;
	float: left;
	width: 230px;
}

.infoLabel {
	color: #5f83a4;
	width: 50px;
	margin-right: 12px;
	text-align: right;
	height: 28px;
	float: left;
}

.infoData {
	color: #536f89;
	width: 155px;
	height: 25px;
	float: left;
	margin-top: 3px;
}

#apps {
    position: absolute;
    left: 270px;
    top: 170px;
}

#contact .infoLabel {
	height:20px;
}

#contact .infoData {
	height: 20px;
	margin-top: 0;
}

.map {
    position: absolute;
    top: 0;
    right: 0;
}

#footer {
	margin: 0 auto 0 auto;
	width: 450px; 
	height: 40px;
	position: relative;
	top: 20px;
	font-size: 11px;
	text-align: center;
	color: #a2c5e7;
}

#footer a {
	color: #a2c5e7;
	text-shadow: #5f83a4 0px 1px 1px;
}	