/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

p {
	margin:1em 0;
}

body {
	background: url(/images/bg.jpg) fixed repeat-x center top;
	font: 76%/1.4em verdana,tahoma,arial,sans-serif;
	text-align: center;
}

/*
a {
	font-weight: bold; color: #467aa7; text-decoration: underline
}
a img {
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none
}
p {
	padding-right: 0px; padding-left: 0px; padding-bottom: 1.6em; padding-top: 0px
}

*/
#wrapper {
	border: #a0a0a0 2px solid;
	padding: 1px 0 1px 0;
	background: #ffffff;
	margin: 10px auto;
	width: 760px;
	color: #303030;
	text-align: left;
}

#content {
	min-height:400px;
}

/* header */

#header {
	background: #467aa7;
	margin: 0 1px 1px 0;
	width: 760px;
	color: #ffffff;
	height: 75px;
}

#header h1 {
	padding: 30px 0 6px 20px;
	font-weight: normal;
	font-size: 2.0em;
	color: #ffffff;
	letter-spacing: -2px;
	height:1px;

}

/* navigation */

#navigation {
	background: #578bb8;
	margin: 0px 1px ;
	color: #ffffff;
	line-height: 2.2em;
	height: 2.2em
}

#navigation li {
	border-right: #ffffff 1px solid;
	float: left;
	white-space: nowrap;
	list-style-type: none
}

#navigation li a {
	padding-right: 10px;
	display: block;
	padding-left: 10px;
	font-weight: normal;
	font-size: 0.8em;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 0px;
	text-decoration: none
}

* html #navigation a {
	width: 1%
}

#navigation .selected {
	background: #80b0da;
	color: #ffffff;
	text-decoration: underline
}

#navigation a:hover {
	background: #80b0da;
	color: #ffffff;
	text-decoration: underline
}

/* breadcrumb */

#breadcrumb {
  font-size: 0.9em;
  padding: 5px 0 5px 0;
  margin-left:10px;
}

/* home page content */

#left {
  float: left;
  width: 215px;
  margin-left:2px;
}

#right {
  float: right;
  width: 515px;
}

.inner {
  padding:20px 10px 10px 10px;
}

#left li {
  font-size:1.1em;
  list-style:none;
  padding:10px 0 10px 0;
  
}

/* subsidiary pages */

#main #inner {
  padding-top:5px;
}

#main h1 { 
	font-size: 1.3em; 
	font-weight: normal;
	color: #00237A;
	padding-bottom: 3px;
	border-bottom: 1px solid #99A9CA;
	margin-bottom:8px;
}

#main h2 { 
	font-size: 1.1em; 
	font-weight: normal;
	color: #00237A;
	margin-top: 5px;
	margin-bottom:5px;
}

#main li {
  list-style: disc;
  margin-left:30px;
  padding: 5px 0 2px 0;
}

#cell {
	clear:left;
}

#main #cell img {
	float:left;
	border:none;
	padding: 5px 20px 5px 20px;
}

/* experience */

.colourBackground {
  background-color:#eaeaea;
  margin-left:5px;
  }

.colourBackground p {
   padding-left:8px;
}

#expertise {
   width:600px;
   table-layout:fixed;
   margin-left:auto;
   margin-right:auto;
}

#expertise p {
	margin:0.4em;
}

#expertise td {
   padding:5px;
   border: 1px solid #99A9CA;
   vertical-align:top;
}

/* top */

.top a{
  font-size: 0.8em;
  color: #002393;
  text-decoration: none;
}

/* footer */

#footer {
	clear: both;
	width:760px;
	padding: 5px 0 5px 0;
	font-size: 0.9em;
	background: #467aa7;
	margin: 0px 1px;
	color: #f0f0f0;
	text-align:center;
}	

#footer a {
	font-weight: bold;
	color: #f0f0f0;
}

#footer a img {
	border: none;
}

#footer a:hover {
	text-decoration: none;
}