html, body, form, p, h1, h2, h3, h4, h5, h6, ul, li, input, td {
	margin: 0;
	padding: 0;
}

body {
	font: 11px arial;
	background: url(/images/header_bg.gif) top left repeat-x;
}

h1 {
	font-family: "arial narrow", arial;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

a {
	color: #000000;
}

p {
	margin-bottom: 10px;
	line-height: 18px;
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px #848484 solid;
}

dt {
	font-weight: bold;
	border-top: 1px #cccccc solid;
	padding-top: 3px;
}
dd {
	margin-bottom: 3px;
}

img {
	border: 0;
}

ul {
	margin: 0 0 0 10px;
}

#frame {
	margin: 0 auto;
	width: 1000px;
	background: url(/images/swoosh.jpg) top right no-repeat;
}

#header {
	height: 127px;
	position: relative;
	z-index: 10000;
}

#nav {
	position: relative;
	top: 74px;
	left: 22px;
	float: left;
	height: 41px;
	padding-top: 12px;
	list-style: none;
	margin: 0;
}

#nav li {
	position: relative;
	float: left;
	height: 41px;
	border-right: 1px #cccccc solid;
	background: url(/images/nav_li_bg.png) top left repeat-x;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#nav li a {
	display: block;
	padding: 12px 15px 10px 15px;
	color: #000000;
	text-decoration: none;
}

#nav li:hover, #nav li a:hover {
	background-image: url(/images/nav_li_bg_hover.png);
}

#nav li a:hover ul, #nav li:hover ul {
	visibility: visible;
}

#nav li.gold {
	background: url(/images/nav_li_gold_bg.png) top left repeat-x;
}

#nav li.gold:hover, #nav li.gold a:hover {
	background-image: url(/images/nav_li_gold_bg.png) !important;
}
#nav li.first a {
	padding-left: 7px;
}

#nav li.first:hover, #nav li.first a:hover {
	background-image: url(/images/nav_li_bg.png);
}

#nav li.last {
	border-right: 0px;
}

#nav li.last a {
	padding-right: 5px;
}

#nav_left {
	position: absolute;
	top: 74px;
	left: 0px;
	width: 22px;
	height: 53px;
	background: url(/images/nav_ul_left.png) bottom right no-repeat;
}

#nav_right {
	position: relative;
	top: 74px;
	left: 22px;
	float: left;
	width: 22px;
	height: 53px;
	background: url(/images/nav_ul_right.png) bottom left no-repeat;
}

#nav ul {
	visibility: hidden;
	border: 1px #cccccc solid;
	width: 200px;
	position: absolute;
	top: 41px;
	left: -1px;
	background: #ECECEC;
	margin: 0;
}

#nav ul li {
	float: none;
	display: block;
	border: 0;
	height: 25px;
	background: #ECECEC;
}

#nav ul li + li {
	border-top: 1px #cccccc solid;
}

#nav ul li a {
	padding: 5px 15px 6px 15px;
	text-transform: none;
	color: #383838;
}

#nav ul li a:hover {
	background: #D0DFF6;
}

#nav ul ul {
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: 200px;
	margin: 0;
}

#nav li a:hover ul ul, #nav li:hover ul ul, #nav li a:hover ul ul ul, #nav li:hover ul ul ul, #nav li a:hover ul ul ul ul, #nav li:hover ul ul ul ul {
	visibility: hidden;
}

#nav ul a:hover ul, #nav ul li:hover ul, #nav ul ul a:hover ul, #nav ul ul li:hover ul, #nav ul ul ul a:hover ul, #nav ul ul ul li:hover ul {
	visibility: visible;
}

#nav ul ul ul {
	visibility: hidden;
}

#nav .pullout {
	background: url(/images/pullout.gif) center right no-repeat;
}

#nav .pullout:hover {
	background: #D0DFF6 url(/images/pullout.gif) center right no-repeat;
}

#news_ticker {
	position: relative;
	float: left;
	font-size: 12px;
	padding: 4px 0 0 20px;
	width: 700px;
}

#news_ticker_b {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #D0DFF6;
	height: 25px;
	width: 100%;
}

#news_ticker a {
	display: none;
	text-decoration: none;
}

#tagline {
	position: absolute;
	top: 45px;
	left: 40px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

#logo {
	position: absolute;
	top: 3px;
	right: 40px;
	width: 80px;
	height: 117px;
}

#line {
	margin: 2px 0 25px 0;
	height: 25px;
}

#search {
	float: right;
	position: relative;
}

#search_box {
	position: absolute;
	top: 2px;
	right: 80px;
	width: 130px;
	border-top: 1px #ABADB3 solid;
	border-left: 1px #E2E3EA solid;
	border-right: 1px #DBDFE6 solid;
	border-bottom: none;
	font: 11px arial;
	padding: 2px 5px 2px 5px;
}

#search_btn {
	position: absolute;
	top: 2px;
	right: 40px;
}

#breadcrumb {
	margin: -15px 0 10px 35px;
	font-size: 9px;
	text-transform: capitalize;
}

#content {
	padding:  0 0 20px 35px;
	float: left;
	width: 720px;
	text-align: justify;
}

#right_col {
	float: right;
	width: 225px;
	margin-right: 4px;
}

#footer {
	background: #EDEBEC url(/images/footer_bg.gif) top left repeat-x;
	height: 80px;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
}

#footer .links {
	float: left;
	margin-left: 20px;
}

#footer .copyright {
	float: right;
	margin-right: 20px;
}

.box {
	width: 221px;
	background: url(/images/box_mid.gif) top left repeat-y;
	margin-bottom: 15px;
}

.box_top {
	background: url(/images/box_top.gif) top left no-repeat;
	padding: 10px 15px 5px 15px;
}

.box_bot {
	background: url(/images/box_bot.gif) bottom left no-repeat;
	height: 10px;
}

.box h3 {
	font-size: 16px;
	color: #045BC6;
}

.box h4 {
	color: #045BC6;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

.box p {
	margin: 0;
}

.clear {
	clear: both;
}

.blue {
	color: #045BC6;
}

.blue a {
	color: #045BC6;
	text-decoration: none;
}

.dashed {
	list-style: none;
}

.dashed li {
	border-bottom: 1px #787878 dashed;
	padding: 4px 0 4px 0;
	margin: 0 -13px 0 -13px;
}

.dashed a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px 0 15px;
}

.sector_list_item {
	float: left;
	width: 222px;
	height: 45px;
	background: #ececec url(/images/li_arrow.gif) 10px 10px no-repeat;
	margin: 0 13px 4px 0;
}

.sector_list_item a {
	display: block;
	padding: 13px 0 13px 40px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.dvd {
	background: url(/images/dvd.gif) top left no-repeat;
	position: absolute;
	right: 7px;
	width: 79px;
	height: 152px;
	margin: -7px 0 0 0;
}

.case_studies {
	font-family: verdana;
}
.case_studies h1 {
	padding-bottom: 3px;
	border-bottom: 4px #D0DFF6 solid;
	margin-bottom: 5px;
}

.case_studies td {
	vertical-align: top;
	padding-bottom: 5px;
}

.case_studies a {
	font-weight: bold;
	color: #045BC6;
}

.case_studies img {
	padding-top: 5px;
}

.case_study_head {
	position: relative;
	background: #ededed;
	padding: 10px;
	margin: 30px 0 20px 0;
}

.case_study_head .download a {
	font-weight: bold;
	color: #045BC6;
	padding: 3px 0 0 20px;
	margin: 0 0 0 80px;
	background: url(/images/pdf.gif) top left no-repeat;
}

.case_study_head .corner_image {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.tbl {
	position: relative;
	left: -25px;
	width: 744px;
	margin-bottom: 25px;
	text-align: left;
}

.tbl td {
	padding: 5px;
}

.tbl th {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	height: 33px;
	text-align: left;
}

.tbl a {
	color: #1555C3;
	font-weight: bold;
}

.tbl_height_sep {
	height: 10px;
}

.th1 {
	background: url(/images/th1.gif) top left no-repeat;
}

.th2 {
	background: url(/images/th2.gif) top left no-repeat;
}

.tr1 {
	background-color: #ededed;
	font-weight: bold;
	font-size: 14px;
	height: 35px;
}

.tr2 {
	background-color: #E5EFFF;
}

.th1 .side_text {
	font-family: arial narrow;
	font-size: 21px;
	text-align: right;
	padding-right: 20px;
}

.tbl_form td {
	padding: 0 0 5px 0;
}

.tbl_form label {
	font-weight: bold;
	color: #646464;
}

.small_tbl {
	width: 80%;
}

.small_tbl td {
	border: 1px #333333 dotted;
	padding: 2px;
}

ul.orange {
	list-style-position: inside;
	list-style-image: url(/images/li_arrow_orange.gif);
}

ul.orange li {
	margin-bottom: 10px;
}

ul.orange ul {
	padding: 0 0 0 20px;
}

.training_header {
	position: relative;
	background: #f5f5f5 url(/images/pretending_to_write.jpg) top right no-repeat;
	height: 159px;
	margin: 0 0 10px -25px;
	padding: 20px 270px 0 20px;
	font-size: 13px;
}

.training_header .tab {
	position: absolute;
	top: -35px;
	height: 35px;
	width: 156px;
	background: url(/images/tab.gif) top left no-repeat;
}

.training_header .tab1 {
	right: 0;
}

.training_header .tab2 {
	right: 160px;
}

.training_header .tab a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 5px 5px 5px;
	text-align: center;
}

.booking_form {
	border-top: 1px #ffffff solid;
	background-color: #eeeeee;
}

.booking_form label {
	font-weight: bold;
}

.booking_form .input, .booking_form select {
	border: 0;
	border-top: 1px #D2D3D5 solid;
}

.btn_next {
	display: block;
	background: url(/images/btn_next.gif) top left no-repeat;
	color: #ffffff !important;
	height: 19px;
	width: 97px;
	text-align: center;
	text-decoration: none;
	float: right;
	border: 0;
	margin: 0;
	padding: 0 0 3px 0;
	font-weight: bold;
	font-size: 14px;
}

.btn_next2 {
	display: block;
	background: url(/images/btn_next2.gif) top left no-repeat;
	color: #ffffff !important;
	height: 19px;
	width: 221px;
	text-align: center;
	text-decoration: none;
	float: right;
	border: 0;
	margin: 0;
	padding: 1px 0 3px 0;
	font-weight: bold;
	font-size: 14px;
}

.news {
	margin-right: 5px;
	padding: 5px;
	text-align: left;
	margin-bottom: 20px;
	border: 1px #ccc dashed;
}

.news.row1 {
	background-color: #C6D9F4;
	border: 0;
}

/* Msg Board */

.Line {
	height: 5px;
	background-color:#333333;
}

.MsgBdFavThread {
color:#FF0000;
font-family:Tahoma,Arial,Helvetica;
font-size:7pt;
font-weight:bold;
text-decoration:none;
}

.MsgBdNotifyThread {
color:Green;
font-family:Tahoma,Arial,Helvetica;
font-size:9pt;
font-weight:bold;
text-decoration:none;
}

.MessagePostInfo, .MsgBdBarLogin {
	padding: 5px 0 5px 0;
}

.MsgBdList {
	padding: 2px;
}

.PendingHeading, .TopicHeading {
	font-weight: bold;
	font-size: 14px;
}

.MessageHeading {
	font-weight: bold;
	font-size: 12px;
}

.is_form {
	visibility: hidden;
}

#form_prt {
	position: relative;
	z-index: -100;
	display: none;
}

.shad_box {
	position: relative;
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px 10px 0 0;
	background: #BFBFBF;
}

.shad_box h3 {
	width: 145px;
	height: 45px;
	background-color: #FFCC00;
	margin: 0;
	border: 2px #000 solid;
	padding: 3px 5px 3px 5px;
	text-align: center;
	font-size: 21px;
}

.shad_box .blip {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 8px;
	width: 10px;
	background-color: #ffffff;
}

.shad_box .blip1 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 10px;
	width: 10px;
	background-color: #ffffff;
}

.shad_box .para {
	width: 145px;
	background-color: #FFCC66;
	margin: 0;
	border: 2px #000 solid;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	text-align: left;
}

.shad_box.red h3 {
	background-color: #CE1E1E;
	color: #ffffff;
}

.shad_box.red .para {
	background-color: #B51A1A;
	color: #ffffff;
}

.shad_box.blue h3 {
	background-color: #99CCFF;
	color: #000000;
}

.shad_box.blue .para {
	background-color: #8AB8E5;
	color: #000000;
}

.shad_arrow {
	position: relative;
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px 10px 0 0;
	background: url(/images/shad_arrow_bg.gif) top left repeat-x;
}

.shad_arrow .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 39px;
	width: 12px;
	background: url(/images/shad_arrow_left.gif) top left no-repeat;
}

.shad_arrow p {
	height: 39px;
	padding: 3px 37px 0 12px;
	width: 110px;
	text-align: center;
	font-weight: bold;
}

.shad_arrow .right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 39px;
	width: 37px;
	background: url(/images/shad_arrow_right.gif) top right no-repeat;
}

.shad_arrow.red {
	background: url(/images/shad_arrow_bg_red.gif) top left repeat-x;
	color: #fff;
}
.shad_arrow.red .left {
	background: url(/images/shad_arrow_left_red.gif) top left no-repeat;
}

.shad_arrow.red .right {
	background: url(/images/shad_arrow_right_red.gif) top left no-repeat;
}

.shad_arrow.blue {
	background: url(/images/shad_arrow_bg_blue.gif) top left repeat-x;
	color: #000;
}
.shad_arrow.blue .left {
	background: url(/images/shad_arrow_left_blue.gif) top left no-repeat;
}

.shad_arrow.blue .right {
	background: url(/images/shad_arrow_right_blue.gif) top left no-repeat;
}


/* sizes */

.col_5 h3 {
	width: 110px;
	font-size: 19px;
}

.col_5 .para {
	width: 110px;
	font-weight: normal;
}

.shad_arrow.col_5 p {
	width: 75px;
}

.col_6 h3 {
	width: 86px;
	font-size: 17px;
}

.col_6 .para {
	width: 86px;
	font-weight: normal;
}

.shad_arrow.col_6 p {
	width: 73px;
	padding: 3px 22px 0 5px;
}


.shad_box.optional h3  {
	border-style: dotted;
}

.shad_box.optional .para {
	border-style: dotted;
}

.quote {
	font-weight: bold;
	line-height: 20px;
}

.quote img {
	height: 10px;
	width: 10px;
	vertical-align: top;
}

.quote .author {
	font-weight: normal;
}

.blurb {
	display: none;
	border: 1px #cccccc dashed;
	padding: 5px;
	margin: 5px 0 0 0;
}

.bg_rounded {
	position: relative;
	height: 228px;
	width: 733px;
	background: url(/images/bg_rounded_box.gif) top left no-repeat;
	margin: 0 0 0 -20px;
	padding: 20px;
}

.bg_rounded h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: "arial narrow";
	font-size: 16px;
	margin: 0 0 0 -20px;
}

.steps {
	padding: 0 0 0 50px;
}
.steps span {
	display: block;
	width: 150px;
	padding: 5px 10px 5px 10px;
	background-color: #045BC6;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.nvq_table {
	float: left;
	width: 1000px;
	margin: 0 0 0 -35px;
}

.nvq_table td, .nvq_table th {
	border: 1px #cccccc solid;
	text-align: left;
}

.nvq_table th {
	text-align: center;
}

.nvq_table .selected {
	background-color: #6FCCDE;
}

.link_col {
	width: 330px;
	float:left;
	margin-right:10px;
}
