@charset "iso-8859-1";
/* Author: Geoff Vines - 1ontheweb */
/* Creation date: 10/08/2004 */
/* Last modified: 05/09/2009 */

body {
	 background-color: #FFFFFF;
	 color: #000000;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 text-align: center;
	 position: relative;
	 padding: 0px;
	 margin: 0px;
}

#mainframe {
	margin: auto;
	position: relative;
	text-align: left;
	width: 700px;
	z-index: 0;
}

#maintextarea {
/*	height: 450px;  */
/*	min-height: 450px;   */
	left: 0px;
	position: relative;
	top: 100px;
	margin: 0px 150px 10px 150px;
	width: 380px;
	padding: 0px 10px 100px 10px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 100px;
	border-bottom: 1px solid #43489F;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
}

h1#index {
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}

h2.centrespace {
	margin: 0 20px 5px 20px;
	text-align: center;
	
}

h3 {
	font-style: italic;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
}

em {
	font-weight: bold;
	font-style: italic;
}

p {
	background-color: transparent;
	line-height: 16px;
	margin: 0 0 10px 0;
	text-align: justify;
}

p.inlinequote {
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	margin: 0 20px 10px 20px;
}

p.inlinequote span {
	font-weight: normal;
	font-style: inherit;
}

p.redcentre {
	text-align: center;
	color: red;
	font-weight: bold;
}

ul#choosing li {
	line-height: 16px;
	padding-bottom:5px;
}

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

/*div#sidebar .busimg {
	float: right;
	margin: 0 0 5px 0;
	clear: left;
}*/

div.busimgdiv {
	width: 146px;
	border: 1px solid #43489F;
	margin-bottom: 5px;
}

#copyright {
	background-color: #FFFFFF;
	color: #43489F;
	width: 138px;
	text-align: center;
	border: 1px solid #43489F;
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
	font-size: 9px;
	line-height: 16px;
	z-index: 4;	
}

#date {
	color: #294C94;
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
}

a:link {
	color: #0057FA;
	background-color: transparent;
}

a:visited {
	color: #9E4247;
	background-color: transparent;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	background-color: #0057FA;
	color: #FFFFFF;
}

#header1 {
	float: left;
}

#header2 {
	float: left;
}

#header3 {
	float: left;
}

#sidebar {
	position: absolute;
	top: 110px;
	right: 0px;
}

.quotes {
	width: 140px;
	border: 1px solid #43489F;
   color: #000;
	background-color: #D2CEEC;
	font-size: 10px;
	padding: 3px;
	margin-bottom: 5px;
}

.attrib {
	font-weight: normal;
	font-style: italic;
}

div#navouter {
	position: absolute;
	top: 106px;
	left: 0px;
	width: 150px;	
}

div#navigation {
	/*position: relative;*/
	top: 0px;
	left: 0px;
	width: 150px;
	z-index: 1;
/*	border-right: 1px solid #00F; */
}

div#navigation ul {
	/*position: absolute;*/
	margin: 0px;
	padding: 0px;
	/* Get rid of default list item marker */
	border-right: 1px solid #43489F;
	width: 150px;
}

div#navigation li {
	position: relative;
	list-style: none;
	list-image: none;
	margin: 5px 0 0 0;
	width: 150px;
}

div#navigation ul ul {
	position: absolute;
	left: -9999px;
}

div#navigation li.submenu:hover ul.level2 {
	display: block;
	width: 150px;
	left: 150px;
	top: 0px;
	background-color: #FFF;
	border: 1px solid #43489F;
}

/* Make the links block elements and give them padding and some style */
div#navigation li a {
	color:  #43489F;
	text-decoration: none;
	background-color: transparent;
	display: block;
	width: 150px;
	padding: 2px;
	font-weight: bold;
}

div#navigation li a:visited {
	color: #9E4247;
}

div#navigation li a:hover, div#navigation li a:focus, div#navigation li a:active {
	background-color: #43489F;
	color: #FFF;
	font-weight: bold;
}

div#navigation li.submenu {
	padding: 2px;
	font-weight: bold;
	color:  #43489F;
	background-color: transparent;
	width: 150px;
}

div#navigation>ul a {
	width: auto;
}

div#navigation span {
	background-color: transparent;
	color: #C0C0C0;
	display: block;
	font-weight: bold;
	padding: 2px;
}

div#extras {
	/*position: relative;
	top: 200px;*/
	margin-top: 20px;
}

#inlptalogo, #iaaptinterlogo {
	margin-top: 15px;
	margin-bottom: 0px;
}

ul {
	padding: 0px;
	margin: 0px 0px 10px 40px;
	line-height: 16px;
}

ul.general li {
	padding-bottom: 5px;
}

p.indent {
	margin-left: 40px;
}

table.details {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	font-size: 10px;
}

.col1 {
	font-weight: bold;
}

#nlpdef {
	position: relative;
	left: 20px;
	width: 370px;
}

a #inlptalink {
	border: 0px;
	text-decoration: none;
}

a:hover #inlptalink {
	border: 0px;
	text-decoration: none;
	color: #FFF;
	background-color: #FFF;
}

#mgtform .button {
	position: relative;
	left: 10px;
	margin-right: 10px;
}

div#homepage a#tmBlog {
	background-image: url(images/newsflashbkg.gif);
	background-repeat: repeat;
}

#dberror {
	color: #F00;
   font-weight: bold;
}

.nocss {
	display: none;
}

body#index div#haveseen {
	display: block;
	width: 140px;
	border: 1px solid #43489F;
	background-color: #D2CEEC;
	font-size: 10px;
	padding: 3px;
	margin: 20px 10px 20px 0;
}

div#haveseen {
	display: none;
}

#topbox {
	margin: 20px 10px 20px 0;
}

#activelogo {
	float: left;
}

.headertext {
	color: #A7A0D7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: right;
	text-align: center;
	font-weight: bold;
}

#sitetitle {
	font-size: 35px;
	width: 500px;
}

#strapline {
	font-size: 18px;
	font-style: italic;
	padding-top: 10px;
	width: 520px;
}

#nickevans-home {
	float: right;
	margin: 0 10px 10px 10px;
	width: 100px;
}

div.smalltext p {
	font-size: 10px;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
	line-height: 110%;
}

div#nickevans-html-photo {
	width: 160px;
	float: right;
	font-weight: bold;
	font-size: 80%;
	margin: 0 0 10px 10px;
}

.rnickphoto {
	float: right;
	margin: 0 10px 0 10px;
}

#rnickphotocap {
	float: right;
	font-weight: bold;
	font-size: 80%;
	width: 150px;
	margin: 0 10px 5px 10px;
   clear: right;
}

.lnickphoto {
	float: left;
	margin: 0 10px 0 10px;
}

#lnickphotocap, #trimphotocap {
	float: left;
	font-weight: bold;
	font-size: 80%;
	width: 150px;
	margin: 0 10px 5px 10px;
   clear: left;
}



ul.whynlplists li {
	line-height: 16px;
	padding:0 10px 5px 0;
}

.imgright {
	float: right;
	margin: 10px 0 10px 10px;
}

.imgleft {
	float: left;
	margin: 10px 10px 10px 0;
}

#abhlogo {
	margin-left: 18px;
}

/* Start of form styling. */
div#formdiv {
	padding-left: 5px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

form fieldset {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 5px;
	border: 1px dashed #0000B5;
	width: 380px;
	min-height: 115px;
}

form#mailform fieldset#enqdetails {
	/*height: 13em;*/
}

form fieldset#enqtext {
	/*padding: 0;*/
	/*border: none;*/
}

form#enqform fieldset#maildetails {
	/*height: 13em;*/
}

form fieldset#mailtext {
	padding: 0;
	border: none;
}

form legend {
	padding: 0 5px 5px;
	color: #0000B5;
	background-color: #FFF;
}

form label {
	width: 100px;
	float: left;
	padding: 2px 0px 0px 0px;
}

form label#textarealabel {
	width: 300px;
	padding: 10px 0 0 10px;
	color: #0000B5;
	background-color: #FFF;
}

form #copylabel {
	width: 300px;
}

form #copyplease {
	width: 20px;
	position: relative;
	top: 10px;
	left: 10px;
}

form #spLabel {
	width: 120px;
}

form input {
	margin: 0px 0px 2px 0px;
	border: 1px solid #0000B5;
	width: 268px;
	padding: 0 2px;
	font-size: 1em;
}

form #postcode, form #telField, form #telephone {
	width: 100px;
}

form input#optin, form input#active, form input#delete {
	width: 15px;
	height: 15px;
}

form textarea {
	border: 1px solid #0000B5;
	margin: 5px 0 5px 0;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

form select#selectPrac {
	margin: 0px 0px 2px 0px;
	border: 1px solid #0000B5;
	padding: 0 2px;
	font-size: 1em;
}

form textarea#enquiry, form textarea#shortDesc {
	width: 268px;
	height: 200px;
}

form textarea#mailmsg {
	width: 380px;
	height: 200px;
}

form .button {
	background-color: transparent;
	color: #0000B5;
	width: 50px;
	position: relative;
	left: 5px;
	top: 5px;
	padding: 0;
}

form .button:hover {
	cursor: pointer;
	color: #F5F5F5;
	background-color: #0000B5;
}

form #sendasemail, form #sendprac {
	width: 100px;
}

form#pracForm #details {
	display: none;
}

#checknote {
	font-size: 0.8em;
}

div#recipient {
	display: inline;
	position: relative;
	top: 1px;
}

form label#attLabel {
	clear: both;
	margin: 5px 0 0 0;
}

form .attInput {
	float: left;
	clear: both;
	width: 185px;
	margin: 5px 0 0 0;
}

form #sendasemail {
	width: 100px;
	float: left;
	clear: both;
}

.notice {
	color: #F00;
	background-color: transparent;
}

ul#modules li {
	line-height: 16px;
	padding:0 10px 5px 0;	
}

ul.modskills li {
	line-height: 16px;
	padding:0 10px 5px 0;	
}

p.itals {
	font-style: italic;
}

.boldinc {
	font-weight: bold;
	font-size: 13px;
}

div.colourbox {
	float: left;
	position: relative;
	text-align: center;
	font-size: 10px;
}

div.colourbox#white {
	background-image: url(images/whitebox-mid.gif);
	background-repeat: repeat-y;
	width: 295px;
	margin: 0 0 15px 42px;
}

div.colourbox#blue {
	background-image: url(images/bluebox-mid.gif);
	background-repeat: repeat-y;
	width: 335px;
	margin: 0 0 15px 22px;
}

div.colourbox#gold {
	background-image: url(images/goldbox-mid.gif);
	background-repeat: repeat-y;
	width: 375px;
	margin: 0 0 15px 2px;
}

div.colourbox p {
	margin: 0 6px 7px 4px;
	padding: 0;
	line-height: 13px;
	text-align: center;
}

a.boxlink {
	text-decoration: none;
	color: #000;
	display: block;
}

a.boxlink:hover {
	cursor: pointer;
}

div.colourbox p.morelink {
	text-align: right;
	padding-right: 20px;
}

div.colourbox a:link, div.colourbox a:visited  {
	text-decoration: none;
	color: #000;
}

div.colourbox a:hover {
	color: #FFF;
	background-color: #0057FA;
}

/* Styling for course calendars. */
table.coursemonth {
	border: 1px solid #43489F;
	width: 380px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 0;
}

table.coursemonth caption {
	border: 1px solid #43489F;
	color: #43489F;
	background-color: #D2CEEC;
	text-align: left;
	padding: 2px 0 2px 15px;
	font-weight: bold;
}

table.coursemonth th {
	border: 1px solid #43489F;
	color: #43489F;
	background-color: #D2CEEC;
	padding: 2px 0 2px 0;
	font-weight: bold;
	text-align: center;
}

table.coursemonth th.col1 {
	width: 40px;
}

table.coursemonth th.col2 {
	width: 125px;
}

table.coursemonth th.col3 {
	width: 60px;
}

table.coursemonth th.col4 {

}

table.coursemonth td {
	border: 1px solid #43489F;
	margin: 1px;
	padding: 3px 2px 3px 2px;
}

p#img-nlpcoach {
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}

p#img-nlpcoach a {
	text-decoration: none;
}

ul#nlp-coach li {
	line-height: 16px;
}

div#bluedip {
	background-color: #3FB1E9;
	border: 1px solid #0057FA;
	padding: 10px 5px 10px 5px;
	margin-bottom: 15px;
}

.centretxt {
	text-align: center;
}

.redtxt {
	color: Red;
}

#discount {
	background-image: url(images/flashingbar.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

img#nlpevents {
	margin-top:5px;
}

/* Google related stuff */

form input.googlebuybtn {
	width: 100px;
}

div#googleCheckoutLogo img{
	padding-top: 10px;
	width: 150px;
}