@charset "utf-8";
body  {
	background: #9F89C0;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #191A46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 0.07em;
}
.nlpstyle #container #mainContent ol {
	list-style-type: none;
	margin-left: -5px;
	display: block;
}
.nlpstyle #container #mainContent li {
	margin: 0px;
	padding: 0px;
}

.nlpstyle #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 80%;
} 
.nlpstyle #header {
	background-image: url(images/paul-harper-logo20.jpg);
	height: 120px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	width: 900px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 10px 10px;
	padding: 0;
} 
.nlpstyle #container #full a {
	font-weight: bold;
	color: #191A46;
	text-decoration: none;
}
.nlpstyle #container #mainContent .header {
	font-size: 150%;
}

.nlpstyle #container #leftdownload {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	vertical-align: top;
	width: 140px;
	float: left;
	height: 500px;
}

.nlpstyle #container #leftdownlong {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 10px;
	vertical-align: top;
	width: 180px;
	float: left;
	height: 550px;
	letter-spacing: 0em;
}
.nlpstyle #container #leftdownlong h2 {
	color: #9F88C0;
}


	
.nlpstyle #container #header p {
	margin-right: 10px;
}
h3 {
	font-size: 110%;
	letter-spacing: 0.01em;
	color: #77678C;
}


	.main {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/backgroundlogosmall.jpg);
	border: 1px solid #3E3E64;
	vertical-align: top;
	width: 650px;
}

.nlpstyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	background-image: url(images/backgroundlogosmall.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #585978;
	vertical-align: top;
	margin: 0px;
	height: 150px;
	display: block;
}
.nlpstyle #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(images/nlp.gif);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}
.nlpstyle #container #mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 191px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 8px;
	vertical-align: top;
	border-left: 1px solid #9F88C0;
} 

.nlpstyle #container #mainContent a:link {
	color: #191A46;
	font-weight: bold;
	text-decoration: none;
}

.nlpstyle #container #mainContent a:active {
	color: #191A46;
	font-weight: bold;
	text-decoration: none;
}

.nlpstyle #container #mainContent a:visited {
	color: #191A46;
	font-weight: bold;
	text-decoration: none;
}

.nlpstyle #container #mainContent a:hover {
	color: #4D4D9B;
	font-weight: bold;
	text-decoration: underline;
}
.nlpstyle #container #footer {
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9F88C0;
	border-bottom-color: #604686;
} 

.nlpstyle #container #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #A088B9;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-top: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 150%;
	vertical-align: top;
	color: #9F88C0;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 150%;
	color: #9F88C0;
	margin: 0px;
	padding: 0px;
}
.nlpstyle #container #mainContent #ENQUIRY #enquiry {
	border: 1px solid #9F89C0;
}


.sidebarB {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	background-image: url(images/backgroundlogosmall.jpg);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #585978;
	vertical-align: top;
}
.header {
	margin: 0px;
	padding: 4px;
	vertical-align: top;
	color: #9F88C0;
}
.leftheader {
	font-size: 130%;
	margin: 0px;
	padding: 6px 0px;
	text-align: center;
	color: #9F88C0;
	letter-spacing: 0em;
}
.nlpstyle #container #toplinks {
	margin: 0px;
	color: #4D4D9B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #E6DBEB;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9F88C0;
	border-bottom-color: #9F88C0;
	letter-spacing: 0em;
	text-align: center;
}

.nlpstyle #container #toplinks a:link {
	color: #191A46;
	text-align: right;
	text-decoration: none;
}

.nlpstyle #container #toplinks a:active {
	color: #191A46;
	text-align: right;
	text-decoration: none;
}

.nlpstyle #container #toplinks a:visited {
	color: #191A46;
	text-align: right;
	text-decoration: none;
}

.nlpstyle #container #toplinks a:hover {
	color: #4D4D9B;
	text-align: center;
	text-decoration: none;
}

a.navleft {
	font-size: 12px;
	font-weight: bold;
	color: #33325A;
	text-align: left;
	text-decoration: none;
	background-image: url(images/neuro-linguistic.gif);
}
.nlpstyle #container #leftdownlong {
	text-align: left;
}
.nlpstyle #container #leftdownlong ul {
	list-style-type: none;
}

.nlpstyle #container #leftdownlong li {
	margin-bottom: 15px;
	margin-left: -15px;
	list-style-position: outside;
	list-style-type: disc;
}
.nlpstyle #container #leftdownlong a:link {
	color: #33325A;
	text-decoration: none;
	font-weight: bold;

}
.nlpstyle #container #leftdownlong a:active {
	color: #33325A;
	text-decoration: none;
	font-weight: bold;

}
.nlpstyle #container #leftdownlong a:visited {
	color: #33325A;
	text-decoration: none;
	font-weight: bold;

}
.nlpstyle #container #leftdownlong a:hover {
	color: #4D4D9B;
	text-decoration: none;
	font-weight: bold;

}


a.navleft:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
.nlpstyle #container #leftdownlong #left .navleft img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-right: 5px;
}

.txt {
	color: #121041;
}

p {

}
.smalltxt {
	font-size: 0.8em;
}
.telephone {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px 0px;
	text-align: left;
	display: block;
}

.nlpstyle #container #mainContent .header a {
	font-size: 14px;
	font-weight: bold;
	color: #191A46;
	text-decoration: none;
}
.nlpstyle #container #div2 a {
	text-decoration: none;
}
.nlpstyle #container #leftdownlong #left  .txt {
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.5em;
}
.nlpstyle #container #leftdownlong #left .fltlft {
	margin-bottom: 20px;
	padding-top: 20px;
}
.nlpstyle #container #footer a:link {
	font-size: 80%;
	color: #33325A;
	text-decoration: none;
}
.nlpstyle #container #footer a:active {
	font-size: 80%;
	color: #33325A;
	text-decoration: none;
}
.nlpstyle #container #footer a:visited {
	font-size: 80%;
	color: #33325A;
	text-decoration: none;
}
.nlpstyle #container #footer a:hover {
	font-size: 80%;
	color: #4D4D9B;
}
.nlpstyle #container #full {
	padding: 0px 10px;
	width: 880px;
}
.nlpstyle #container #mainContent ul {
	list-style-type: square;
}
.nlpstyle #container #mainContent #focusbox {
	float: right;
	width: 250px;
	background-color: #E6DBEB;
	border: 1px solid #9F89C0;
	text-align: left;
	margin: 10px;
	padding: 5px;
	font-size: 90%;
}
.nlpstyle #container #mainContent h3 a:link{
	color: #9F89C0;
	text-decoration: none;
}
.nlpstyle #container #mainContent h3 a:active{
	color: #9F89C0;
}
.nlpstyle #container #mainContent h3 a:visited{
	color: #9F89C0;
}
.nlpstyle #container #mainContent h3 a:hover{
	color: #4D4D9B;
}
.nlpstyle #container #mainContent #focusbox a {
	font-weight: bold;
	text-decoration: none;
}
