/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin-bottom: 0px;
}

form, ul {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { line-height: 1.4em; }

img { border: 0 none; }

#container {	
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

h1, h2 {
	font-size: 1.15em;
	line-height: 1.1em;
}

a 			{ color: #787878; text-decoration: underline !important; }
a:active 	{ color: #787878; text-decoration: underline; }
a:visited 	{ color: #787878; text-decoration: underline; }
a:hover 	{ color: #787878; text-decoration: underline; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header { 
	position: relative;
}

.contactdetails { position: absolute; top: 0px; right: 0px }

#content-default { 
	text-align: center;
	margin: 20px 0px 0px 0px;
}

#content-about, #content-services, #content-training, #content-articles, #content-contact { 
	position: relative;
	text-align: left;
	margin: 20px 0px 0px 0px;
}

#content-about p, #content-services p, #content-training p, #content-articles p, #content-contact p { 
	padding: 0px 30px 0px 30px;
}

#content-about h1, h2, #content-services h1, h2, #content-training h1, h2, #content-articles h1, h2, #content-contact h1, h2 {
	color: #FFF;
	background: #939598;
	padding: 9px 0px 9px 30px;
	margin: 0px 0px 30px 0px;
	background: #FFF url(/images/bg-title.gif) 0 0 repeat-x;
}

#content-about img, #content-services img, #content-training img, #content-articles img, #content-contact img {
	float: right;
	padding: 0px 20px 20px 20px;
}

#content-about ul, #content-services ul, #content-training ul, #content-articles ul, #content-contact ul { 
	padding: 0px 30px 0px 40px;
	margin: 20px 0px 0px 25px;
}

#footer {
	border-top: 1px solid #004812;
	margin: 40px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #787878;
	font-size: 0.90em;
	line-height: 1.2em;
}

.content-spacer { width: 30px; }

.content-right { width: 255px; }

.image-left1 { position:absolute; left:-20px; top:0px; z-index: 101; }
.image-right1 { position:absolute; right:-20px; top:0px; }
.image-right3 { position:absolute; right:264px; top:0px; }

.image-left2 { position:absolute; left:525px; top:0px; }
.image-right2 { position:absolute; right:-20px; top:0px; }

.content-list li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px -18px;
	list-style-image: url(/images/bg-list.gif);
}

#header-image {
	padding: 15px 0px 0px 0px;
}

/*****************************************/
/*** Navigation menu items ***/
/*****************************************/	

#navigation {
	position: relative;
	width: 802px; height: 38px;
	border: 0px solid red;
	background: #FFF url(/images/bg-navigation.gif) 0 0 no-repeat;
}

#navigation ul, #footer ul {
	list-style: none;
}

#navigation li, #footer li {
	list-style: none;
	display: inline;
}

#navigation li a {
	text-decoration: none;
	float: left;	
	text-indent: -9999px;
}	

#footer ul {
	padding: 0px 0px 10px 0px;
}

#footer a 			{ color: #787878; text-decoration: none !important; }
#footer a:active 	{ color: #787878; text-decoration: none !important; }
#footer a:visited 	{ color: #787878; text-decoration: none !important; }
#footer a:hover 	{ color: #787878; text-decoration: underline !important; }

#subnavs {
	width: 800px;
	position: relative;
	z-index: 200;
	font-size: 12px;
}

#subnav01, #subnav02, #subnav03, #subnav04 {
	display: none; 
	overflow: hidden;
	position: absolute; 
	top: -1px; 
	border: 0;
}

#subnav01 img, #subnav02 img, #subnav03 img, #subnav04 img {
	border: 0;
}

#subnav01 { width: 128px; left: 84px; height: 60px; z-index: 100; }
#subnav02 { width: 128px; left: 205px; height: 60px; z-index: 100; }
#subnav03 { width: 135px; left: 328px; height: 60px; z-index: 100; }
#subnav04 { width: 235px; left: 456px; height: 40px; z-index: 100; }

#subnav01 ul, #subnav02 ul, #subnav03 ul, #subnav04 ul {
	position: absolute; 
	left: 0px; top: 0px;
	padding: 6px 0px 0px 0px;
	color: #FFF;
	text-align: center;
}

#subnav01 ul { width: 128px; }
#subnav02 ul { width: 128px; }
#subnav03 ul { width: 135px; }
#subnav04 ul { width: 235px; }

#subnav01 li, #subnav02 li, #subnav03 li, #subnav04 li {
	list-style: none;
	color: #FFF;
	padding: 0px 0px 3px 0px;
}

.subnav-bg {
	position: absolute;
	bottom: 0px;
}

#subnav01 a, #subnav02 a, #subnav03 a, #subnav04 a { color: #FFF; text-decoration: none !important;; }
#subnav01 a:active, #subnav02 a:active, #subnav03 a:active, #subnav04 a:active 	{ color: #FFF; text-decoration: none !important;; }
#subnav01 a:visited, #subnav02 a:visited, #subnav03 a:visited, #subnav04 a:visited { color: #FFF; text-decoration: none !important;; }
#subnav01 a:hover, #subnav02 a:hover, #subnav03 a:hover, #subnav04 a:hover { color: #FFF; text-decoration: underline !important;; }

li#tn01 a { width: 86px; height: 38px; background: url(/images/btn-home.gif) no-repeat; }
li#tn01 a:link, li#tn01 a:visited { background-position: 0px 0px; }	
li#tn01 a:hover, li#tn01 a:focus { background-position: 0px -38px;}	

li#tn01-ov a {	width: 86px; height: 38px; background: url(/images/btn-home.gif) no-repeat; }
li#tn01-ov a:link, li#tn01-ov a:visited { background-position: 0px -38px; }	
li#tn01-ov a:hover, li#tn01-ov a:focus { background-position: 0px -38px;}

li#tn02 a { width: 121px; height: 38px; background: url(/images/btn-about.gif) no-repeat; }
li#tn02 a:link, li#tn02 a:visited { background-position: 0px 0px; }	
li#tn02 a:hover, li#tn02 a:focus { background-position: 0px -38px;}	

li#tn02-ov a {	width: 121px; height: 38px; background: url(/images/btn-about.gif) no-repeat; }
li#tn02-ov a:link, li#tn02-ov a:visited { background-position: 0px -38px; }	
li#tn02-ov a:hover, li#tn02-ov a:focus { background-position: 0px -38px;}

li#tn03 a { width: 123px; height: 38px; background: url(/images/btn-research.gif) no-repeat; }
li#tn03 a:link, li#tn03 a:visited { background-position: 0px 0px; }	
li#tn03 a:hover, li#tn03 a:focus { background-position: 0px -38px;}	

li#tn03-ov a {	width: 123px; height: 38px; background: url(/images/btn-research.gif) no-repeat; }
li#tn03-ov a:link, li#tn03-ov a:visited { background-position: 0px -38px; }	
li#tn03-ov a:hover, li#tn3-ov a:focus { background-position: 0px -38px;}

li#tn04 a { width: 128px; height: 38px; background: url(/images/btn-training.gif) no-repeat; }
li#tn04 a:link, li#tn04 a:visited { background-position: 0px 0px; }	
li#tn04 a:hover, li#tn04 a:focus { background-position: 0px -38px;}	

li#tn04-ov a {	width: 128px; height: 38px; background: url(/images/btn-training.gif) no-repeat; }
li#tn04-ov a:link, li#tn04-ov a:visited { background-position: 0px -38px; }	
li#tn04-ov a:hover, li#tn4-ov a:focus { background-position: 0px -38px;}

li#tn05 a { width: 230px; height: 38px; background: url(/images/btn-articles.gif) no-repeat; }
li#tn05 a:link, li#tn05 a:visited { background-position: 0px 0px; }	
li#tn05 a:hover, li#tn05 a:focus { background-position: 0px -38px;}	

li#tn05-ov a {	width: 230px; height: 38px; background: url(/images/btn-articles.gif) no-repeat; }
li#tn05-ov a:link, li#tn05-ov a:visited { background-position: 0px -38px; }	
li#tn05-ov a:hover, li#tn05-ov a:focus { background-position: 0px -38px;}

li#tn06 a { width: 113px; height: 38px; background: url(/images/btn-contact.gif) no-repeat; }
li#tn06 a:link, li#tn06 a:visited { background-position: 0px 0px; }	
li#tn06 a:hover, li#tn06 a:focus { background-position: 0px -38px;}	

li#tn06-ov a {	width: 113px; height: 38px; background: url(/images/btn-contact.gif) no-repeat; }
li#tn06-ov a:link, li#tn06-ov a:visited { background-position: 0px -38px; }	
li#tn06-ov a:hover, li#tn06-ov a:focus { background-position: 0px -38px;}
