body {
	background: #084468;
}

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: 15px;
	background-image: url(/images/tick.png); background-repeat: no-repeat;
	background-position: 0 3px; }

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

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

#main_menu {
	height: 40px;
	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: 40px; text-align: center; height: 40px; display: inline-block; background-image: url(/images/menu_bg.png); color: #000; font-size: 20px; text-decoration: none; padding: 0 20px; }

#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;
}
#logos {
  clear: left;
  height: 60px;
  padding: 10px 0;
  text-align: center;
}
#logos img { padding: 0 10px; }
#footer {
	clear: left;
	height: 100px;
	line-height: 100px;
	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;
}

/**
 * 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; }