
/* Reset */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

img {
	border: none;
}

a {
	color:#ed175d;
	font-weight:700;
	text-decoration: none;
	outline: none;
}

p {
	margin-bottom: 1em;
}

table {
	width: 100%;
}

textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	color: #ed175d;
}

ol li {
	list-style-type: decimal;
}

form button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0 .25em 0 .25em;
	width: auto;
	overflow: visible;
}



/* Layout */
#container {
	margin: 0 auto;
	width: 750px;
}

#tester {
	background: transparent url('../images/dottedbackground.gif') repeat-y 63% 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	float: left;
	width: 747px;
}



/* Home page */
#header_promo {
	background: #fff;
	height: 190px;
	margin: 1em auto;
	position: relative;

	color: #000;
	font-size: 14px;
}
#header_promo .content {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 360px;
}
#header_promo .title {
	margin: 0; padding: 0 0 8px 0;
	color: #fff;
	font-size: 20px;
	width: 245px;
}
#header_promo .title, #header_promo p {
	background: #ED145B;
	padding: 8px;
}
#header_promo a {
	color: #fff;
	font-size: 12px;
	padding-left: 8px;
	background: transparent url('../images/pink_arrow.png') no-repeat left center;
}



/* Featured */
.cols {
	width: 400px;
	overflow: hidden;
}

.member_box, .featured_course {
	width: 195px;
}

.member_box {
	float: right;
	border-top: 12px solid #662e91;
}
.member_box h2 {
	color: #662e91;
}

.featured_course {
	float: left;
	border-top: 12px solid #7da7d9;
}
.featured_course h2 {
	color: #7da7d9;
}

.member_box h2, .featured_course h2 {
	font-size: 16px;
	padding: 6px 0px;
	margin: 0;
}



/* Search form */
#search_form {
	width: 403px;
}
.search_box {
	padding: 12px;
	margin-bottom: 8px;
	width: 376px;
	height: 164px;
	background: transparent url('../images/trainingdatabasebackgroudlarge.gif') no-repeat left top;
	font-size: 12px;
}
.search_box p, #search_form p {
	padding: 0 0 8px 0; margin: 0;
}
.search_box select {
	width: 90%;
}
.search_box td {
	border: none;
}



/* Search results page */
#search_results_container {
	font-size: 12px;
	padding: 20px;
	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.search_result_box {
	background: transparent url('../images/searchresultsback.jpg') no-repeat left top;
	padding: 15px;
}

.search_results {
	
}

.search_results td {
	padding: 6px 8px;
	border-bottom: 1px solid #ececec;
}














#banner
{
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width:747px;
}



#contact-top
{
	background-image:url(/images/contact_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:20px;
	width:750px;
}

#contact-form-holder
{
	background-image:url(/images/contact_green_box.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:337px;
	padding-left:20px;
	padding-top:20px;
	width:397px;
}

#top
{
	background-color:#1B1464;
	height:115px;
	margin:0;
	padding-top:20px;
	width:750px;
}

#sub-footer
{
	background-color:#1B1464;
	color:#fff;
	float:right;
	font-size:0.6em;
	margin:0 0 1px;
	padding:5px 0 5px 23px;
	width:727px;
}

#footer
{
	background:#1B1464 url(/images/footer_image.gif) no-repeat bottom center;
	float:left;
	height:105px;
	margin:0;
	padding-left:25px;
	padding-right:25px;
	width:700px;
}

#footer-logo-pne
{
	display:block;
	float:left;
	padding:30px 20px 10px;
}

#footer-logo-vcs
{
	display:block;
	float:left;
	padding:10px 15px 10px 20px;
}

#footer-logo-eu
{
	display:block;
	float:left;
	padding:20px 10px 10px 23px;
}

.footer-logo-generic
{
	display:block;
	float:left;
	height:75px;
}

.footer-divider
{
	display:block;
	float:left;
	height:37px;
	margin-left:20px;
	margin-right:20px;
	margin-top:22px;
	width:1px;
}

.topbar {
	float: left;
	margin: 0; padding: 0;
	clear: both;
	width: 750px;
}

.topbar li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	float: left;
	font-size: 13px;
	margin: 0; padding: 0;
}

.topbar li a {
	color:#FFF;
	display: block;
	font-weight: 700;
	padding-bottom: 14px;
	padding-top: 14px;
}

.topbar li, .topbar li a {
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

#top-home
{
	background-color:#ED145B;
}

#top-training
{
	background-color:#906;
}

#top-news
{
	background-color:#662D91;
}

#top-real-people
{
	background-color:#5674B9;
}

#top-extras
{
	background-color:#7DA7D9;
}

#top-bottom-half
{
	background-color:#FFF;
	background-image:url(/images/top-bottom.gif);
	background-repeat:no-repeat;
	border:0;
	height:35px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	vertical-align:text-top;
	width:750px;
}

#top-bottom-half input {
	font-size: 13px;
}

#top-bottom-half-left
{
	border:0 solid #000;
	float:left;
	height:20px;
	vertical-align:text-top;
	width:295px;
}

#top-bottom-half-right
{
	border:0 solid #000;
	float:right;
	height:20px;
	vertical-align:text-top;
	width:365px;
}

.topbottomtext
{
	clear:both;
	color:#FFF;
	float:left;
	font-size:11px;
	margin-top:5px;
}

.sectionlist
{
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}

a.bluelink
{
	color:#33C;
	display:inline;
	font-size:1em;
	font-weight:700;
	margin:0 0 5px;
	padding:0;
	text-decoration:none;
}

a.footerlink
{
	color:#33c;
	display:inline;
	font-size:1em;
	font-weight:700;
	margin:0;
	padding:0;
	text-decoration:none;
}

a:hover.footerlink
{
	color:#33c;
	display:inline;
	font-size:1em;
	font-weight:700;
	margin:0;
	padding:0;
	text-decoration:underline;
}

a.graylink
{
	color:#999;
	display:inline;
	font-size:1em;
	font-weight:700;
	margin:0;
	padding:0;
	text-decoration:none;
}

a:hover.graylink
{
	color:#999;
	display:inline;
	font-size:1em;
	margin:0;
	padding:0;
	text-decoration:underline;
}

a.content
{
	color:#FFF;
	display:none;
	font-size:0.8em;
	font-weight:700;
	margin:-60px 0 0;
	padding:0 0 0 400px;
	text-decoration:none;
}

a:hover.content
{
	color:#FFF;
	display:none;
	font-size:0.8em;
	font-weight:700;
	margin:-60px 0 0;
	padding:0 0 0 400px;
	text-decoration:underline;
}

a.contentanchor
{
	color:#FFF;
	font-size:0.1em;
	font-weight:700;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:underline;
	vertical-align:middle;
}

#hometopsection, #trainingtopsection, #realpeopletopsection, #newstopsection, #extrastopsection
{
	background: transparent url('../images/home_page_top_section.gif') no-repeat top center;
	height:20px;
	width:750px;
}

#homepagemainleft
{
	color:#000;
	float:left;
	font-size:14px;
	font-weight:400;
	padding-bottom:20px;
	padding-left:23px;
	padding-top:20px;
	width:370px;
}

#homepagemainleft ul, #homepagemainleft ol {
	padding-left: 22px;
	margin-bottom: 1em;
}

#homepagemainright
{
	float:right;
	height:auto;
	width:280px;
}

#homepagerightbottom
{
	float:right;
	font-size:.7em;
	height:320px;
	padding-top:15px;
	width:253px;
}

.trainingdatabasegraybox
{
	background-image:url(/images/trainingdatabasebackgroud.gif);
	background-repeat:no-repeat;
	font-size:12px;
	height:auto !important;
	margin:0;
	min-height:144px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	width:376px;
}

#searchresultsboxholder
{
	float:left;
	height:106px;
	margin:0;
	padding-left:15px;
	padding-right:15px;
	width:376px;
}

.submitbuttondiv
{
	margin-left:300px;
	margin-top:0;
	padding:0;
}

.labelhelp
{
	margin-left:40px;
}

.titlehomepage
{
	color:#CCC;
	font-size:19px;
	font-weight:700;
	margin-bottom: 1em;
}

.event
{
	color:#999;
	font-weight:700;
}

.venue
{
	font-weight:700;
}

.h1
{
	font-size:36px;
	font-weight:700;
}

.h2
{
	font-size:24px;
	font-weight:700;
}

.h3
{
	font-size:16px;
	font-weight:700;
}

.h4
{
	font-size:14px;
	font-weight:700;
}

.h5
{
	font-size:12px;
	font-weight:700;
}

.h6
{
	font-size:10px;
	font-weight:700;
}

#linkspagelink
{
	color:#000;
	font-size:1.1em;
	font-weight:700;
}

#newfooter
{
	border:0;
	display:block;
	float:left;
	font-size:.7em;
	padding-top:5px;
	width:650px;
}

.archive
{
	background-image:url(/images/archive_back.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:12px;
	height:10px;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:15px;
	padding-left:10px;
	padding-top:15px;
	width:402px;
}

.archive select
{
	width:250px;
}

#searchresultsback
{
	background-image:url(/images/searchresultsback.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:106px;
	margin-top:10px;
	width:692px;
}



.tdnostyle
{
	border:0;
	padding-bottom:5px;
}



.homewelcome
{
	color:#ed175d;
	font-size:24px;
	font-weight:700;
	margin:0;
	padding:0;
}

.rightimage
{
	padding-bottom:15px;
	padding-top:0;
}



.establishments
{
	margin-bottom:10px;
	margin-top:0;
	width:375px;
}

.resultstable td
{
	padding-right:5px;
}

.newulli,.newulli2
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.newulli2
{
	display:inline;
}



#projsupport
{
	font-size:0.9em;
	margin-top:35px;
}

.clear_floats
{
	clear:both;
}

.hidden
{
	display:none;
}

.vsadvert_box
{
	padding:0;
	width:270px;
}

.vsadvert_box_content
{
	padding:11px 6px 30px 12px;
}

.vsadvert_row
{
	border:1px solid #e6e6e6;
	clear:both;
	display:block;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
	padding-bottom:5px;
	width:100%;
}

.vsadvert_row_content
{
	color:#6701ae;
	float:left;
}

.vsadvert
{
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}

.vsadvert_divider
{
	float:left;
	height:90px;
	width:9px;
}

.vsadvert_left,.vsadvert_right
{
	float:left;
	height:1px;
	width:1px;
}

.vsadvert_left span,.vsadvert_right span
{
	display:block;
	float:left;
	height:94px;
	position:absolute;
	width:5px;
}

.vsadvert_left span
{
	margin-left:0;
}

.vsadvert_right span
{
	margin-left:-5px;
}

.vsadvert img
{
	border:0;
	display:block;
	float:left;
}

#casestudy,#casestudy1
{
	font-size:12px;
}

#searchformrow2 select
{
	width:115px;
}


a:hover.bluelink,a:hover
{
	text-decoration:underline;
}

ul#normal,li#normal,.normal
{
	list-style-type:none;
}



ol#realpeoplelist,li#realpeoplelist
{
	border:0;
	list-style-type:none;
	margin:0;
	padding:0;
}

