body {
	margin: 0; padding: 0;
	background: url(images/bg_color.jpg);
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 80%;
}

h1 {
	margin: 0; padding: 0;
	font-size: 1.4em;
}

h2 {
	margin: 0; padding: 0;
	font-size: 1.2em;
	color: #195847;
	border-bottom: 1px dotted #7F3D00;		
}

h3 {
	margin: 30px 0 0 0; padding: 0;
	font-size: 1.2em;
	color: #7F3D00;
}

p {
	margin: 20px 0 ;
	line-height: 140%;
	text-align: justify;
}

a {
	color: #144D3D;
}

table {
	border-collapse: collapse
}

table th {
	border-bottom: 1px solid black;
}

table th, table td {
	padding: 5px;		
}

.hide {
	display: none;
}

.logo {
	float: left;
	margin: 0 10px 5px 0;
}

.header {
	margin-top: 20px;
	height: 160px;
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
}

.header div.banner {
	height: 120px;
	width: 720px;
	margin: 0 auto;
}

#home .header div.banner {
	background: url(images/header_home3.jpg) no-repeat;
}

#disclaimer .header div.banner {
	background: url(images/header_about.jpg) no-repeat;
}

#feedback .header div.banner {
	background: url(images/header_feedback.jpg) no-repeat;
}

/*#providers .header div.banner {
	background: url(images/header_training.jpg) no-repeat;
}*/

#training .header div.banner {
	background: url(images/header_developorg.jpg) no-repeat;
}

#assess .header div.banner,
#video .header div.banner {
  background: url(images/header_training.jpg) no-repeat;
}

#quality .header div.banner {
  background: url(images/header_developskills.jpg) no-repeat;
}

#improve .header div.banner {
  background: url(images/header_improve.jpg) no-repeat;
}

#moreinfo .header div.banner {
  background: url(images/header_moreinfo2.jpg) no-repeat;
}

.header div.banner a {
	display:block;
	position: relative;
	height: 80px;
	width:200px;
	left: 20px;
	top: 20px;
}

.container {
	background: white;
	text-align: center;
	padding: 10px;
}

.container .content {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

.content:after {
   content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .content {height: 1%;}
/* End hide from IE-mac */

/*
.main {
	padding: 0 0 0 240px;
}
*/

.navcontainer {
	width: 720px;
	height: 40px;
	margin: 0 auto;
	background: url(images/nav_container_bg.gif) bottom repeat-x;
}

.nav {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	height: 40px;
	background: url(images/nav_bg2.gif) repeat-x;
}

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

.nav ul li {
	float: left;
} 

.nav ul li a {
	display: block;
	height: 40px;
	margin-right: 10px;
}





.nav ul li#home a {
	background: url(images/nav_home2.gif) no-repeat 0 0;
	width: 60px;		
}

.nav ul li#assess a {
	background: url(images/nav_assess.gif) no-repeat 0 0;
	width: 86px;		
}

.nav ul li#improve a {
	background: url(images/nav_improve.gif) no-repeat 0 0;
	width: 102px;		
}

.nav ul li#quality a {
	background: url(images/nav_quality.gif) no-repeat 0 0;
	width: 47px;		
}

.nav ul li#training a {
	background: url(images/nav_training.gif) no-repeat 0 0;
	width: 115px;		
}

.nav ul li#moreinfo a {
	background: url(images/nav_moreinfo.gif) no-repeat 0 0;
	width: 115px;		
}

.nav ul li#feedback a {
	background: url(images/nav_feedback3.gif) no-repeat 0 0;
	width: 75px;		
}







.nav ul li#home a:hover {
	background: url(images/nav_home2.gif) no-repeat 0 -40px;
}

.nav ul li#assess a:hover {
	background: url(images/nav_assess.gif) no-repeat 0 -40px;
}

.nav ul li#improve a:hover {
	background: url(images/nav_improve.gif) no-repeat 0 -40px;
}

.nav ul li#quality a:hover {
	background: url(images/nav_quality.gif) no-repeat 0 -40px;
}

.nav ul li#training a:hover {
	background: url(images/nav_training.gif) no-repeat 0 -40px;
}

.nav ul li#moreinfo a:hover {
	background: url(images/nav_moreinfo.gif) no-repeat 0 -40px;
}

.nav ul li#feedback a:hover {
	background: url(images/nav_feedback3.gif) no-repeat 0 -40px;
}	






#home .nav ul li#home a {
	background: url(images/nav_home2.gif) no-repeat 0 -80px;
}

#assess .nav ul li#assess a {
	background: url(images/nav_assess.gif) no-repeat 0 -80px;
}

#improve .nav ul li#improve a {
	background: url(images/nav_improve.gif) no-repeat 0 -80px;
}

#quality .nav ul li#quality a {
	background: url(images/nav_quality.gif) no-repeat 0 -80px;
}

#training .nav ul li#training a {
	background: url(images/nav_training.gif) no-repeat 0 -80px;
}

#moreinfo .nav ul li#moreinfo a {
	background: url(images/nav_moreinfo.gif) no-repeat 0 -80px;
}

#feedback .nav ul li#feedback a {
	background: url(images/nav_feedback3.gif) no-repeat 0 -80px;
}	







.footer {
	clear: both;
	background: url(images/footer_bg.gif) repeat-x;
}

.footer p {
	margin: 0; padding: 15px 20px 30px 20px;
	color: white;
	background: url(images/footer_btm_bg.gif) bottom no-repeat;
}

.footer a {
	color: white;
}

.footer div {
	padding-top: 15px;
	width: 720px;
	margin: 0 auto;	
	background: url(images/footer_content_bg.gif) no-repeat;	
}

#powered, #kbt, #defra, #idea {
	float: right;
	margin-right: 20px;
	border:none;
}

#powered img, #kbt img, #defra img, #idea img {
	border: none;
}

.subnav {
	float: left;
}

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

.subnav li a {
	display: block;
	width: 200px;
	height: 80px;
	margin: 0 0 10px 0;
} 

.subnav li#developorg a.secheader {
	background: url(images/developing_org.jpg) 0 0 no-repeat;
	border-right: 2px solid #103928;
}

.subnav li#developskills a.secheader {
	background: url(images/developing_skills.jpg) 0 0 no-repeat;
	border-right: 2px solid #103928;
}

.subnav li#providers a.secheader {
	background: url(images/training_providers.jpg) 0 0 no-repeat;
	border-right: 2px solid #103928;
}

.subnav li#skilltool a {
	background: url(images/skills_tool.jpg) 0 0 no-repeat;
	border-right: 2px solid #103928;
}

.subnav li#developorg a.secheader:hover {
	background: url(images/developing_org.jpg) 0 -80px no-repeat;
	border-right: 2px solid #4F2600;
}

.subnav li#developskills a.secheader:hover {
	background: url(images/developing_skills.jpg) 0 -80px no-repeat;
	border-right: 2px solid #4F2600;
}

.subnav li#providers a.secheader:hover {
	background: url(images/training_providers.jpg) 0 -80px no-repeat;
	border-right: 2px solid #4F2600;
}

.subnav li#skilltool a:hover {
	background: url(images/skills_tool.jpg) 0 -80px no-repeat;
	border-right: 2px solid #4F2600;
}		

ul#subsubnav {
	width: 200px;
	border-right: 2px solid #4F2600;
	margin: 0 0 20px 0;
	padding: 10px 0;
	text-align: right;
}

ul#subsubnav li a {
	display:block;
	padding: 5px;
	margin: 0;
	height: auto;
	width: auto;
	border: none;
	color: #4F2600;
	background: white;
}

ul#subsubnav li.current a, ul#subsubnav li.current a:hover {
	text-decoration: none;
	font-weight: bold;
	border-right: 2px solid #4F2600;
	color: #4F2600;
}

ul#subsubnav li a:hover {
	border: none;
	color: #7F3D00;
}

#developorg .subnav li#developorg a.secheader {
	background: url(images/developing_org.jpg) 0 -80px no-repeat;
	border-right: 2px solid #4F2600;
	margin: 0;
}

#developskills .subnav li#developskills a.secheader {
	background: url(images/developing_skills.jpg) 0 -80px no-repeat;
	border-right: 2px solid #4F2600;
	margin: 0;
}


#providers .subnav li#providers a.secheader {
	background: url(images/training_providers.jpg) 0 -80px no-repeat;
	border-right: 2px solid #4F2600;
}

.skillareas {
	margin: 15px 50px;
}

.skillareas h4 {
	margin: 0;
	padding: 3px;
	color: white;
	background: #7F3E00;
	font-size: 1.1em;
}

.skillareas ul {
	list-style: none;
	margin: 0; padding: 0;
	background: #F2E1B0;
}

.skillareas ul li {
	padding: 3px;
	border-bottom: 1px solid #D3C499;
}

.imgcont {
	text-align:center;
}

/* Contact Form */

#contact {
	color: white;
	background: #7F3E00;
	margin-top: 10px;
}

#contact ul {
	list-style: none;
	list-style-type: none;
	padding: 0; margin: 0;
}

#contact label {
	float: left;
	width: 35%;
}

#contact input, #contact textarea {
	width: 63%;
	padding:3px; margin: 0;
	border: 1px solid black;
}

#contact textarea {
	height: 100px;
}

#contact li {
	clear: left;
	padding: 8px 0;
}

#contact fieldset {
	border: none;
}

#menucontainer {
  width: 520px;
margin:0 auto;
}

#menucontainer li {
  list-style-type: none;
display:inline;
margin:0;
padding:0;
}

#menucontainer ul {
margin:0;
padding:0;
}

#menucontainer img {
  border: none;
margin:8px;
}

#orglinks {
  text-align: center;
}

#orglinks li {
  list-style-type: none;
  display:inline;
}

#orglinks img {
  border:none;
  padding: 0 30px 0 30px;
}

#feedbackfooter {
	padding-top:50px;
}

#registerbutton img,
#loginbutton img {
border:none;
}

#orglogos img {
  border:none;
}


