body {
  background: #282828;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #5a4b4b;
  line-height: 22px;
}

#page {
  background: white;
  width: 908px;
  margin: 0px auto;
}

#header {
  height: 120px;
  margin-bottom: 20px;
	background: url(/images/header-normal.jpg) center no-repeat;
}

#header h1 {
  float: left;
	margin: 0;
	text-indent: -1000em;
}

#header h1 a {
  text-decoration: none;
	display: block;
	width: 200px;
	height: 80px;
}

a, a:visited {
  color: #315d98;
}

#menu a {
  text-decoration: none;
}

#menu li.selected a, #menu a.on, #menu a:hover {
  background: #26598c;
}

#menu {
  list-style: none;
  float: right;
	background: #003466;
	padding: 0px;
	margin: 30px 1px 0 0;
}

#menu li {
  float: left;
  margin-right: 1px;
}

#menu li a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	color: white;
	font-size: 11px;
	width: 77px;
	text-align: center;
}

#submenu {
	width: 175px;
	background: #576c71;
	margin: 0;
	padding: 15px 0 15px 0;
	list-style: none;
	float: left;
	margin: 17px 20px 10px 0px;
}

#submenu li a {
	display: block;
	color: white;
	line-height: 14px;
	text-decoration: none;
	padding: 5px 0px 5px 15px;
}

#submenu li ul {
	list-style: none;
	padding: 0;
}
#submenu li.active {
	background: #3f4e51;
}

#submenu li ul li a {
	padding-left: 25px;
	display: block;
	text-decoration: none;
	font-size: 11px;
}

#submenu li ul li.active a{
	background: url(/images/arrow-2.gif) no-repeat #3f4e51 0px 7px;
}

#body {
	padding: 0 20px 30px 35px;

}

hr {
	background: repeat-x url(/images/dots-repeat.gif);
	border: none;
	height: 1px;
}

#side_body {
	float: right;
	width: 254px;
	padding: 20px;
	background: #eaeaea;
}

#body_content {
	float: left;
	width: 535px;
}

#footer {
  background: #26598c;
  margin-top: 12px;
  font-size: 11px;
	padding: 30px;
}

#footer, #footer * {
	color: white;
}

#footer h1 {
	font-size: 16px;
	padding: 5px 0px 5px 0px;
	margin: 0;
	font-weight: normal;
}

#footer h1, #footer h1 * {
	color: white;
}

#footer_left
{
	float: left;
}
#footer_right
{
	float: right;
	padding-top: 32px;
}

h1 {
  font-size: 22px;
	color: #49770b;
	font-weight: normal;
	line-height: 30px;
}

h2 {
  font-size: 15px;
	color: #003466;
	font-weight: normal;
}
#body_content_right h2 {
	color: #5a4b4b;
}
label {
	width: 80px;
	display: block;
	float: left;
}

.field {
	padding: 5px 0 5px 0;
}

#thumbnails {
	list-style: none;
	padding: 5px 0px 0px 16px;
}

#thumbnails li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	height: 98px;
	padding: 2px;	
}

#thumbnails li.active {
	background: white;
}

.portfolio_title {
	margin-bottom: 30px
}

.image_panel {
	float: left;
	background: #eaeaea;
}

.image_text {
	padding: 15px;
	width: 380px;
}

.right_panel {
	float: right;
	background: #eaeaea;
	width: 244px;
}


.dots {
	padding-left: 20px;
}

a.button {
	background: url('/images/button_bg.gif');
	color: white;
	text-decoration:none;
	padding: 4px 10px;
}

/* put your main css here */
#body_content.staff {
	width: 100%;
}
#body_content.staff .staff_member {
	position: relative;
}
#body_content.staff .staff_left {
	width: 535px;
	float: left;
}
#body_content.staff .staff_right {
	float: right;
	padding: 20px;
	background: #EAEAEA;
	margin-top: -5px;
width: 255px;
}

#footer_menu {
	margin: 0px 0px 0px -10px;
	padding: 0px;
}
#footer_menu li {
	list-style: none;
	float: left;
}
#footer_menu li a {
	padding: 0px 10px;
	border-right: 1px solid white;
}
#footer_menu li.last a {
	border-right: 0px none;
}

/* Default error colouring */

div.fieldWithErrors {
  display: inline;
}

#errorExplanation {
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9c2626;
}

/* Browser Hacks */

/* remove borders from images */

a img {
  border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
