﻿
#pictureMenuHeader
{
    text-align: center;
	margin: 1em .5em; /* 3.13em = 50px */
}

#picture
{
	float: left;
	width: 75%;	/* 640px */
	border-right: 1px #000;
}

#accordianMenu
{
	float:right;
	width: 23.8%;	/* 210px */
	text-align:left;
}

#homeBodyImages
{
	margin:auto;
}

.homeBodyImage
{
	border:0;
	padding:.5em 0em;
	float:left;
}

/* dock2 - bottom */

.dock {
	position: absolute; 
	text-align: center;
}
#dock2 {
	width: 100%;
	position: absolute;
	top: 530px;
	left: -110px;
}
.dock-container2 {
	position: absolute;
	padding-left: 10px;
	height:50px;
	background-color:#FFF;
	
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 160px; 
	color: #fff; 
	bottom: 0px; 
	left:50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	margin: .5em;
	padding: .5em;
	background: #000;
}
.dock-item2 img {
	border: none; 
	margin: 5px 5px 0px; 
	width: 100%; 
}
