/* LAYOUT */

body {
  font-family: Helvetica, Arial, Verdana, Sans-serif;
  font-size: small;
  color: #393a41;
  background: #e9ebf3 url('/img/background_body.gif') top center repeat-y;
  padding: 0;
  margin: 0;
}
#main {
  background: transparent url('/img/background_main.png') top left no-repeat;
  padding-top: 136px;
  width: 867px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
#header {
  display: none;
}
#navigation, #content {
  display: block;
  width: 849px;
  overflow: hidden;
  margin-left: 10px;
}
#navigation {
  background: #bc0113 url('/img/background_navigation.png') top left no-repeat;
  min-height: 27px;
  line-height: 27px;
  border-bottom: 1px solid #600;
  text-align: right;
}
#navigation ul {
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  float: right;
}
#navigation ul li {
  line-height: 25px;
  float: left;
  border-left: 1px solid #bc0113;
}
#navigation ul li a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  padding: 0 1em;
}
#navigation ul li a:hover {
  text-decoration: underline;
}
#content {

}
#content-pad {
  padding: 1.6em;
}
#footer {
  width: 849px;
  display: block;
  float: left;
  clear: both;
  text-align: center;
  font-size: 85%;
  color: #777;
}
#footer hr {
  width: 809px;
  height: 1px;
  border: 0;
  background: #999;
}
.seperator {
  color: #600;
  padding: 0 .2em;
  font-size: 110%;
}
.employee {
  display: block;
  width: 400px;
  float: left;
  margin-bottom: 1em;
}
img[align='left'] {
  margin: 0 1em .5em 0;
}
img[align='right'] {
  margin: 0 0 .5em 1em;
}

form div {
	padding: 0 0 .5em 0;
	clear: both;
	overflow: hidden;
}
form div div {
	padding: 0;
	clear: none;
}
form div.submit, form p {
	padding-left: 9em;
}
form div.error_message {
	color: #ce0000;
	padding-left: 9em;
}
form div label {
	display: block;
	width: 9em;
	float: left;
	clear: left;
}
table tr th {
	text-align: left;
}
table tr td.util {
	text-align: right;
}
table tr td {
	vertical-align: top;
}
div.galleryBox {
	text-align: center;
	width: 105px;
	overflow: hidden;
	float: left;
	display: block;
	clear: none;
	margin-bottom: .5em;
	font-size: 85%;
	color: #666;
}
#photoGallery div.galleryBox {
	margin: 0 .8em .8em 0;
}
div.galleryThumbnail {
	overflow: hidden;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
	background-position: center center;
}
div.galleryThumbnail a {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
}

#EmployeeInformation td img {
	margin-right: 1em;
}
#msgpost_container span.yui-toolbar-insertimage, #msgpost_container span.yui-toolbar-insertimage span.first-child {
	border-color: blue;
}

