* {
	margin: 0px;
	padding: 0px;
}
html {
	background: url(../images/background-map.png) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
}

#container {
	width: 800px;
	margin: auto;
	height: 100%;
}

#logo {
	width: 800px;
	height: 155px;
	position: relative;
	left: 0px;
	top:0px;
}

#header {
	background:url(../images/interior-header-film-strip.jpg) no-repeat;
	width: 800px;
	height: 125px;
	position: relative;
	left: 0px;
	top:0px;
	margin-bottom: 25px;
}
#maincontainer {
	width:800px;
	position:relative;
	top: 0px;
	font-family:helvetica neue, arial, sans-serif;
	font-size:14px;
	line-height: 20px;
	background-color: #FFFFFF;
	padding: 0px 0px 75px 0px;
	margin-bottom: 100px;
/*	moz-box-shadow: 0 0 10px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.5);
	box-shadow: 0 0 10px rgba(255,255,255,.5);
*/	float: left;
	min-height: 500px;
}
h1 {
	font-size: 1.5em;
	line-height: 1.25em;
	color: #000000;
	margin-bottom: 1em;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #252525;
}

h3 {
	font-style:italic;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 1em;
}

ul {
	margin: 1em 1.25em;
}

li {
	padding-bottom: .5em;
}


#navig {
	width: 133px;
	float: left;
	padding: 0 40px 0 25px;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
#nava {
	color:#666;
}
#navb {
	color:black;
}
#content {
	width: 560px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
	padding: 0px 35px 25px 0px;
	position: relative;
	overflow: hidden;
}
#content a, #content a:visited, #content a:active {
	color: #e23631;
	text-decoration: none;
}

#content a:hover {
	color: #252525;
}

.big {
	font-size:1.2em;
	line-height: 1.4em;
}

#leadership H1 {
	margin-bottom: .2em;
}

#leadership H2 {
	font-size: 1.2em;
	font-style: italic;
}

.menu1 {
	padding-bottom: 1em;
	display: block;
	text-decoration: none;
	color: #e23631;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	line-height: 1.2em;
}
a:hover.menu1  {
	color: #252525;
}

.submenu {
	display: block;
	line-height: 1.2em;
	padding-bottom: 1em;
	text-decoration: none;
	color: #999;
	font-size: .95em;
	text-align: right;
	font-style: italic;
	padding-top: 0px;
}
a:hover.submenu  {
	color: #252525;
}

#button a {
	color: #e23631;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}
#button {
	background-image: url(../images/button.jpg);
	height: 25px;
	width: 140px;
	margin-left: 20px;
}
.hide {
	display: none;
}
#map-container, #side-container, #side-container li {
	float: left;
}
#map-container {
	width: 530px;
	height: 400px;
	margin-right: 5px;
	padding: 2px 4px;
}
#side-container {
	border: 1px solid #bbb;
	margin-right: 5px;
	padding: 2px 4px;
	text-align: right;
	width: 530px;
}
#side-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#side-container li input {
	font-size: 0.85em;
	width: 210px;
}
#side-container .dir-label {
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
	width: 40px;
}
#dir-container {
	height: 100%;
	overflow: auto;
	padding: 2px 4px 2px 0;
}
#dir-container table {
	font-size: 1em;
	width: 100%;
}
