body {
	background: #fff;
}

dd, dt, h1, h2, h3, p, ul {
	font-family: Helvetica, Arial, sans-serif;
}

td { vertical-align: top; }

dl, p, ul {
	margin: 5px 0 10px 0;
	font-size: 12px;
	line-height: 15px;
	color: #555;
	background: #fff;
}

h1 {
	margin-bottom: 20px;
	color: #555;
	font-size: 36px;
	letter-spacing: -2px;
}

h1 span { color: #0079c2; }

h2 { font-size: 14px; margin: 20px 0 5px 0; }

h3 {font-size: 12px; margin: 20px 0 5px 0; }

h2, h3, strong { color: #333; }

ul { margin: 10px 20px; }

li {
  list-style: none;
  margin: 5px 0;
  padding-left: 16px;
  background-image: url(/images/star.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
}

#wrapper {
	background: #fff;
	padding-top: 20px;
}

#logo { width: 960px; padding: 0 0 10px 0; margin-left: auto; margin-right: auto; }

#main_menu {
	height: 36px;
	background-color: #000;
	margin-bottom: 20px;
}

#main_menu li, #main_menu ul { margin: 0; padding: 0; list-style: none; }
#main_menu li { float: left; border-right: 1px solid #000; }

#main_menu a {
  line-height: 36px;
  text-align: center;
  height: 36px;
  display: inline-block;
  background-image: url(/images/menu_bg.png);
  color: #000;
  font-size: 15px;
  text-decoration: none;
  padding: 0 14px;
}

#main_menu ul {
  background: #000;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


#main_menu a:hover { background-position: 0 -40px; color: #fff; }

#main_menu li#telephone { float: right; background: #000; }
#telephone img { display: block; }

ul#second_menu { width: 250px; padding-left: 10px; margin: 0; list-style: none; }
#second_menu a {
	display: block;
	color: #666;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 40px;
	text-decoration: none;
}
#second_menu a:hover {
	text-decoration: underline;
}
#second_menu a span { color: #f60; }
#second_menu li { background: none; padding: 0; margin: 0; }

#second_menu ul { margin: 0 0 0 28px; }
#second_menu ul a { font-size: 13px; line-height: 18px; letter-spacing: 0; }


#extras { width: 260px; float: left; }

#content { width: 640px; float: left; margin-left: 60px; }
#content p { text-align: justify; }

#inner_wrapper { width: 960px; margin-left: auto; margin-right: auto; }

.case_study, .weblogentry {
	margin: 5px 0;
	padding: 5px 10px 0 10px;
	border: 1px solid #ccc;
}
.case_study, .case_study p, .weblogentry, .weblogentry p {
	font-size: 11px;
	background: #f3f3f3;
}
.weblogentry h3 {
	margin-top: 5px;
}
h2#latest_news {
  margin-top: 0;
}

#logos {
  clear: left;
  height: 60px;
  padding: 10px 0;
  text-align: center;
}
#logos img { padding: 0 10px; }

#footer {
	clear: left;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background-color: #084468;
	background-image: url(/images/footer.png);
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

/**
 * Webpanel forms
 */

.wpform h1 { display: none; }
.wpform dt, .wpform dd { margin-top: 5px; }

.wpform form dt {
	clear: both;
	width: 130px;
	float: left;
	text-align: left;
}

.wpfrequired {
    color: #f00;
    font-weight: bold;
	font-size: 14px;
}

.wpform form dd {
	float: left;
	width: 400px;
	padding-left: 10px;
	margin: 0 0 10px 0px;
}

.wpform input { margin: 0; }
/*
.wpform input[type="text"] { border: 1px solid #999; padding: 2px; }
.wpform textarea { border: 1px solid #999; padding: 2px; }
*/

#map { float: right; }

.clear { height: 1px; line-height: 1px; margin: 0; clear: both; }

p#services { display: none; }

.boxout {
  background: #fec;
  font-size: 0.9em;
  line-height: 1.5em;
  padding-left: 0.5em;
  margin: 1em 0;
  border: 1px solid #f93;
  text-align: center;
}

.boxout a {
  color: #f00;
  text-decoration: none;
}

#content p.boxout {
  text-align: center;
  color: #f00;
}

#footnotes {
  margin: 2em 0 0 0;
  padding-top: 1em;
  border-top: 1px dotted #ccc;
  font-size: 0.7em;
}

#footnotes li {
  background-image: none;
}

.testimonial {
  width: 24em;
  margin-right: auto;
  margin-left: auto;
}

#content p.recommender {
  font-style: italic;
  text-align: right;
}

#second_menu {
  display: none !important;
}

.facts_figures {
  margin-bottom: 30px;
  padding: 8px;
  background: #eee;
  border: 1px solid #ddd;
}

.facts_figures h3 {
  margin-top: 0;
  font-size: 0.9em;
  background: #eee;
}

.facts_figures p {
  font-size: 0.9em;
  line-height: 1.4em;
  background: #eee;
  margin-bottom: 0;
}

#tel {
  float: right;
  margin-top: 40px;
}

.legacy {
  display: none;
}

