body{
	background-color : #a2c3d8;
	font-family : "Trebuchet MS", Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.9em;
	font-weight : normal;
	text-align: center;
	color: #404040;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

h1{
	font-size : 1.4em;
	color: #332542;
	margin-top: 0px;
	padding-top: 10px;
}

h2{
	font-size : 1.2em;
	color: #735e8c;
}

h3{
	font-size : 1em;
	color: #b12d2d;
	clear: right;
	margin-bottom: 0px;
}

p {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

a {
	color: #735e8c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

acronym {
	cursor:pointer;
}

form {
	margin: 0px;
	padding: 0px;
}

.forminput, textarea {
	font-family : "Trebuchet MS", Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.9em;
	border: 1px solid #c2c2c2;
}

.forminput {
	width: 200px;
}

textarea {
	width: 260px;
	height: 79px;
}

.container {
	margin: auto;
	width: 830px;
	padding: 10px 0px 10px 0px;
}

.nav {
	float: left;
	height: 36px;
	width: 100%;
	background: url(../images/nav.jpg) repeat-x;
}

.nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
	list-style: none;
}

.nav a {
	height:36px;
	display: block;
	text-indent: -999999px;
	overflow: hidden;
}

.homebuttonon a, .homebutton a:hover {
	background: url(../images/homebutton.gif) bottom;
	width: 66px;
}

.homebutton a {
	background: url(../images/homebutton.gif) top;
	width: 66px;
}

.consultancybuttonon a, .consultancybutton a:hover {
	background: url(../images/consultancybutton.gif) bottom;
	width: 107px;
}

.consultancybutton a {
	background: url(../images/consultancybutton.gif) top;
	width: 107px;
}

.trainingbuttonon a, .trainingbutton a:hover {
	background: url(../images/trainingbutton.gif) bottom;
	width: 79px;
}

.trainingbutton a {
	background: url(../images/trainingbutton.gif) top;
	width: 79px;
}

.otherservicesbuttonon a, .otherservicesbutton a:hover {
	background: url(../images/otherservicesbutton.gif) bottom;
	width: 126px;
}

.otherservicesbutton a {
	background: url(../images/otherservicesbutton.gif) top;
	width: 126px;
}

.contactbuttonon a, .contactbutton a:hover {
	background: url(../images/contactbutton.gif) bottom;
	width: 76px;
}

.contactbutton a {
	background: url(../images/contactbutton.gif) top;
	width: 76px;
}

.content {
	width: 790px;
	padding: 10px 20px 20px 20px;
	background-color: #ffffff;
	float: left;
	text-align: left;
}

.content ul, .subcontent ul, .currentwork ul, .submenu ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.subcontent {
	float: right;
	width: 590px;
}

.subcontent img {
	margin-bottom: 10px;
}

.content li {
	background: url(../images/list.gif) top left no-repeat;
	margin-bottom: 2px;
	padding-left: 20px;
	list-style: none;
}

.submenu {
	width: 150px;
	float: left;
	margin-right: 50px;
	margin-top: 5px;
}

.submenu li {
	background: url(../images/list.gif) top left no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c2c2c2;
}

.submenu a {
	text-decoration: none;
}

.submenu a:hover {
	color: #332542;
}

.currentwork {
	float: right;
	margin: 20px 0px 10px 20px;
	width: 264px;
}

.currentworkcontent {
	width: 224px;
	padding: 0px 20px 0px 20px;
	background: url(../images/currentwork.gif) top no-repeat #745f8d;
	color: #ffffff;
	text-align: left;
}

.currentworkcontent h2 {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.currentworkcontent ul {
	margin-left: 20px;
}

.currentworkcontent li {
	list-style-image: url(../images/currentworklist.gif);
	padding-left: 0;
	background: none;
}

.mainimg {
	float: right;
	margin: 0px 0px 20px 20px;
}

.footer {
	float: left;
	background: url(../images/footer.jpg) bottom no-repeat #362747;
	width: 830px;
	height: 2.8em;
	font-size: 0.8em;
	color: #ffffff;
}

.footer p {
	margin: 2px 20px 0px 20px;
}

.footer a, .footer a:hover {
	color: #ffffff;
}

.error {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.blue {
	color: #332542;
}