/* HTML Defaults */

body {
	font: 82%/1.3em Arial, Helvetica, sans-serif;
	color: #2a3237;
	background: #005084 url(../images/body_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #005084;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-weight: normal;
	color: #005084;
}
h1 {
	font-size: 185%;
	line-height: 1.2em;
	margin: 0;
}
h2 {
	font-size: 140%;
	line-height: 1.2em;
}
h3 {
	font-size: 115%;
	line-height: 1.2em;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #abcedd;
	background: #abcedd;
	height: 1px;
	padding: 0;
	border: none;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	font-size: 140%;
	line-height: 1.2em;
	color: #005084;
}
input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #2a3237;
	background: #fff;
	padding: 2px;
	border: solid 1px #abcedd;
}
input.radio {
	width: auto;
	padding: 0;
	border: none;
}
form p {
	margin: .5em 0;
}
table {
	font-size: 100%;
	line-height: 1.15em;
	width: 100%;
	margin: 0;
	padding: 0;
	border: solid 1px #abcedd;
	border-collapse: collapse;
}
th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px 10px;
	border: solid 1px #abcedd;
}
th {
	color: #fff;
	background: #005084;
}
td {
	background: #fff;
}

/* Main Container */

#container {
	width: 970px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Header and Nav */

#header {
	color: #fff;
	min-height: 130px;
	width: 970px;
	float: left;
}
#header p, #header ul {
	margin: 0;
}
#logo, #logo a {
	height: 115px;
	width: 210px;
	float: left;
}
#logo a {
	text-indent: -9999px;
}
#contact, #nav {
	float: right;
	clear: right;
}
#contact {
	text-align: right;
	height: 35px;
	width: 720px;
	padding: 15px 10px 0 0;
	position: relative;
	z-index: 5000;
}
#contact a {
	color: #97e2fd;
}
#contact strong {
	font-size: 140%;
	line-height: 1.15em;
	font-weight: normal;
}
#callbackbox {
	font-size: 86%;
	line-height: 1.2em;
	color: #fff;
	background: #005084;
	text-align: left;
	display: none;
	height: 250px;
	width: 250px;
	border: solid 1px #abcedd;
	position: absolute;
	top: 15px;
	right: 0;
}
#callbackbox p {
	text-align: right;
	margin: 0;
	padding: 5px 10px 0 10px;
}
#callbackbox p img {
	vertical-align: middle;
}
#callbackbox form {
	margin: 0;
	padding: 0 10px 5px 10px;
}
.textinput, .formbutton, .formbutton2 {
	margin-bottom: .5em;
}
.formbutton, .formbutton2 {
	color: #fff;
	background: #2384b5;
	margin-top: .8em;
}
#callbackbox .textinput {
	width: 224px;
}
label.error {
	font-size: 92%;
	line-height: 1.15em;
	color: #ffdf60;
	background: url(../images/cancel.png) no-repeat left center;
	display: block;
	padding-left: 18px;
}
#message {
	padding: 10px;
}
#message h2 {
	color: #fff;
	margin-top: 0;
}
#message p {
	padding: 0;
}
#nav {
	font-size: 115%;
	line-height: 24px;
	background: url(../images/nav_bg.jpg) no-repeat center top;
	height: 46px;
	width: 730px;
}
#nav ul {
	height: 46px;
	width: 712px;
	float: left;
	padding: 0 9px;
}
#nav ul li {
	height: 24px;
	float: left;
	padding: 9px 0 13px 0;
	list-style: none;
	position: relative;
}
#nav ul li ul {
	display: none;
	height: 24px;
	width: 350px;
	padding: 14px 0 0 0;
	position: absolute;
	left: 0;
	top: 33px;
}
#nav ul li ul#subtraining {
	left: -30px;
}
#nav ul li ul li {
	padding: 0;
}
#nav ul li:hover ul, #consultancypage #subconsultancy, #throughlifepage #subthroughlife, #trainingpage #subtraining {
	display: block;
}
#nav a {
	color: #fff;
	background: transparent;
	float: left;
	padding: 0 9px;
}
#nav a:hover {
	text-decoration: none;
	background: #5db9da;
}
li.navparent {
	background: url(../images/nav_arrow.png) no-repeat center bottom;
}
#homepage #navhome, #aboutpage #navabout, #consultancypage #navconsultancy, #throughlifepage #navthroughlife, #trainingpage #navtraining, #contactpage #navcontact, .sysengpage #navsyseng, .cataloguepage #navcatalogue, .supportpage #navsupport, .specialistpage #navspecialist {
	background: #2384b5;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.3em;
	clear: both;
	padding: 20px 0;
}
#footer, #footer a {
	color: #5db9da;
}
#footer p {
	margin: 0;
}

/* Content */

#content {
	width: 970px;
	float: left;
	clear: both;
}
.bodytext {
	padding: 20px 25px;
}
.side {
	width: 200px;
	float: right;
	padding: 15px;
}
.side + .bodytext {
	padding: 20px 240px 25px 20px;
}
.textbox {
	background: #fff url(../images/textbox_top.png) no-repeat center top;
	width: 970px;
	float: left;
	padding-top: 6px;
}
.textboxinner {
	background: url(../images/textbox_bottom.png) no-repeat center bottom;
	width: 970px;
	float: left;
	padding-bottom: 6px;
}
#intro {
	background: url(../images/intro_bg.jpg) no-repeat left top;
	height: 244px;
	width: 970px;
	float: left;
	clear: both;
}
#intro p {
	margin: 0;
	padding-bottom: .5em;
}
#intro .bodytext {
	padding-left: 415px;
}
#flash {
	height: 244px;
	width: 390px;
	float: left;
}
#callout {
	font-size: 140%;
	line-height: 1.3em;
	color: #fff;
	background: url(../images/callout_bg.png) no-repeat 25px center;
	width: 970px;
	clear: both;
	padding: 20px 0;
}
#callout p {
	margin: 0;
	padding: 0 25px 0 85px;
}
.clientlist {
	margin: 0;
}
h2.clientlist {
	font-size: 115%;
	padding-left: 10px;
}
h2 img {
	vertical-align: middle;
}
.title {
	padding: 10px 25px;
	border-bottom: solid 1px #abcedd;
}
ul.bullets {
	width: 350px;
	float: left;
	margin-left: 0;
	padding-left: 0;
}
ul.bulletsfull {
	margin-left: 0;
	padding-left: 0;
}
ul.bullets li, ul.bulletsfull li {
	background: url(../images/bullet.png) no-repeat left 4px;
	margin-bottom: .5em;
	padding: 0 15px;
	list-style: none;
}
#contactform {
	background: #dbecf3;
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
	padding: 15px;
}
#contactform ol {
	margin: 0;
	padding: 0;
}
#contactform ol li {
	padding: 2px 0;
	list-style: none;
}
#contactform input, #contactform textarea {
	width: 294px;
}
#contactform input.formbutton, #contactform input.formbutton2 {
	width: auto;
	padding: 2px 15px;
}
