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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #e6eaed;
	background-image: url(../images/background_color.png);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {
	margin-top: 10px;
	margin-bottom: 30px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 13px;
}

a {
	text-decoration: none;
	color: #0067b1;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

hr {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #0067b1;	
	background-color: blue;
}

div.clear {
	clear: both;
}

#background {
	width: 887px;
	background-color: #8f9faa;
}

#main {
	width: 812px;
}

#header {
	position: relative;
	background-image: url(../images/deco.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#deco {
	position: absolute;
	bottom: 0;
	right: 0;
}

#menu {
	height: 38px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
}

#menu img {
	padding: 0px 20px;
}

#menu img.selected {
	border-bottom: 12px solid #0067b1;
}

#logo {
	float: left;
}

#logo-text {
	margin-top: 40px;
	margin-bottom: -1px;
}

#content-bar {
	width: 812px;
	height: 22px;
	background-color: #2e2e2e;
}

#content {
	background-color: #ffffff;
	border: solid 1px #d0d0d0;
}

#content-main {	
	padding: 20px;
}

#content-right {
	margin-top: 5px;
	margin-right: 5px;
	padding: 20px;
	width: 170px;
	background-color: #e4e4e4;
}

#content-right-logo {
	background-color: #e4e4e4;
	padding: 10px;
}

#footer {
	margin-bottom: 30px;
	padding: 15px;
	background-color: #d0d0d0;
	font-size: 10px;
	color: #969595;
}

#map {
	width: 450px;
	height: 400px;
	border: 7px solid #0067b1;
}

.border-image {
	border: solid 7px #0067b1;
}

.employee-image {
	margin-right: 20px;
	border: solid 7px #0067b1;
	float: left;
}

.employee-container {
	margin: 20px 0px;
}

.employee-container a {
	margin-top: 10px;
}

div.debug {
	padding: 30px;
	border: #F90;
	background-color: #FF9;
	color: #F60;
}