/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}

.clearLeft {
		
	clear: left;	
}

.noHeight {
	
	height: 1px;	
}
	

body {

	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #777777;
	background-color: #FFFFFF;
	background-image: url(images/bodyBackgroundTop.jpg);
	background-position: top left;
	background-repeat: repeat-x;		
}
	
body a {
	
	text-decoration: none;
	outline: none;
}
	
body a img {
		
	border: 0;	
}


	
.sitelink a {

	text-decoration: none;
	color: #1F8ADC;
	
}
	
	
.sitelink a:hover {

	color: #575757;
	
}

.sitelink a.small {
	
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}

.defaultFont {
	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #777777;		
}


.largerFont {

	font-size: 16px;	
}

.font14 {

	font-size: 14px;	
}

.smallerFont {

	font-size: 11px;	
}


.dlblue {
	
	color: #1F8ADC;
}

.bold {
	
	font-weight: bold;
	
}

.normal {
	
	font-weight: normal;	
}

.green {
	
	color: #009900;	
}

.alert {
	
	color: #FF0000;

}


.alignCenter {
	
	text-align: center;	
	width: 130px;
	display: block;
}


h2 {
	
	font: normal normal normal 16px Arial, Geneva, Verdana; 
	color: #777777;
	font-weight: bold;	
}


h3 {

	font: normal normal normal 14px Arial, Geneva, Verdana; 
	color: #777777;
	font-weight: bold;	
}

h3.centreText {

	text-align: center;
	padding: 0;
}

h3.newsItem {
	
	padding-top: 15px;	
}

h2.headerText {
	
	color: white;	
}

.noShow {

	display: none;	
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}

.leftpad20 {
	
	padding-left: 20px;	
}

.leftpad25 {
	
	padding-left: 25px;	
}

.leftpad40 {
	
	padding-left: 40px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.toppad5 {
	
	padding-top: 5px;	
}

.toppad7 {
	
	padding-top: 7px;	
}

.toppad15 {
	
	padding-top: 15px;
}

.toppad30 {
	
	padding-top: 30px;
}


.botMarg10 {

	margin-bottom: 10px;	
}

.botMarg20 {

	margin-bottom: 20px;	
}

.topMarg10 {

	margin-top: 10px;	
}

.rightpad20 {
	
	padding-right: 20px;	
}

.botpad20 {
	
	padding-bottom: 20px;	
}

.topDash {
	
	border-top: 1px dotted 	#575757;
}

.botDash {
	
	border-bottom: 1px dotted 	#575757;
}




img.closeButton {
	
	position: absolute;
	right: -10px;
	top: -10px;	
	
}

.alignButton {
	
	position: absolute;
	top: -22px;
	left: -17px;	
	cursor: pointer;
	
}

.textList {
	
	padding-left: 40px;	
}


#outerShell {
	
	background-color: transparent;
	width: 100%;	
	position: relative;
	display: block;
	z-index: 0;
	
	
}


/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	border: 0px solid red;
	
}


img.headerImage {
		
	position: relative;
	border: 0px solid blue;
}

#contentMain {
		
	
	width: 960px;
	position: relative;
	top: -50px;
	left: 0px;
	margin-top: 0px;
	background-color: transparent;
	/* min-height: 680px; */
	border: 0px solid blue;
	z-index: 0;
	
}

#contentMain p {
	
	padding: 5px 5px 5px 0px;
	background-color: transparent;	
	color: #777777;
}

#topNavHolder {
	
	position: absolute;
	top: 238px;
	left: 222px;
	border: 0px solid red;
	z-index: 100;
	height: 40px;
	width: 740px;	
	background-image: url(images/menuBackground.jpg);
	background-repeat: no-repeat;
}


#topNavHolder ul {
	
	
	border: 0px solid red;
	height: 40px;
	list-style: none;
	width: 730px;	

	display: block;
	
}

#topNavHolder ul li {
	
	height: 40px;
	position: relative;
	float: left;
	background-image: url(images/menuBullet.jpg);
	background-repeat: no-repeat;	
	background-position: right;
}

#topNavHolder ul li.lastMenu {
	
	background-image: none;
	
}

#topNavHolder ul li a {

	color: #646464;
	font-size: 15px;
	font-weight: bold;
	margin-top: 12px;
	padding: 0 15px;
	padding-bottom: 1px;
	height: 40px;
	display: block;

}

#topNavHolder ul li a:hover {
	
	color: #1F8ADC;
}

#topNavHolder ul li a.noLink {

	cursor: text;
	
}



#staticHeader {
	
	border: 8px solid #E3E3E3;
	border-top: none;
   
}






#twoColContent {
	
	clear: both;
	display: block;
	margin-top: 10px;
	padding-top: 20px;
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	
}



#leftCol {
	
	width: 550px;
    border: 0px solid #E3E3E3;
		
}

#leftCol p {
	
	padding: 10px 0;	
}

#theBenefits {
	
	position: relative;	
	margin-top: 20px;
}

#theBenefits ul {

	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	border: 0px solid red;
	position: absolute;
	top: 30px;
	right: 5px;
	
}

#theBenefits ul li {

	color: #1F8ADC;
	font-size: 12px;
	padding: 4px 0;
	font-weight: bold;

}

#theBenefits ul li.odd {
	
	color: #ADB667;	
}

#moreBenefits {
	
	position: absolute;
	right: 80px;
	bottom: 20px;	
	
}

#rightCol {
	
	width: 390px;
	float: right;
	border: 0px solid red;
}

#davidProfile {
	
	position: relative;
	
}

#davidProfile p {
	
	width: 220px;
	position: absolute;
	right: 5px;
	top: 25px;	
	
}

#moreDavid {
	
	position: absolute;
	right: 20px;
	bottom: 20px;	
	
}

#clientTestimonials {
	
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;	
	
}

#clientTestimonials li {
	
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 15px;
	padding-top: 15px;	
}


#clientTestimonials li.noBotDash {

	border-bottom: 0px dotted #575757;
		
}


#hypnotherapyHolder {
	
	width: 390px;
	margin-top: 35px;
	margin-bottom: 10px;	
	background-image: url(images/hypnotherapyListBackground.jpg);
	background-repeat: repeat-y;
	position: relative;	
}


#hypnotherapyHolder ul {
	
	list-style: none;	
	width: 140px;
	border: 0px solid red;
	position: relative;	
	top: 15px;
	margin-bottom: 10px;		
}


#hypnotherapyHolder ul.left {
	
	margin-left: 40px;
		
}


#hypnotherapyHolder ul.right {
	
	float: right;
	margin-right: 20px;
	width: 180px;
		
}


#hypnotherapyHolder ul li {
	
	padding-bottom: 5px;	
	border: 0px solid red;
	position: relative;
	
}

#aboutDavid {
	
	border: 0px solid red;
	width: 60%;	
	
}




#contactForm {
	
	width: 480px;	
	border: 2px solid #E3E3E3;
	padding: 28px 25px;		
	background-color: #F2F2F2;
	position: relative;
	top: 5px;
	margin-bottom: 20px;
	
}


#enqDetails {
	
	width: 480px;	
	border: 0px solid #B3B3B3;	


}

#enqDetails td {
	
	border: 0px solid blue;
	font-weight: bold;
	color: #272727;
	

}



#enqDetails td.normalWeight {
	
	font-weight: normal;
	
}


#enqDetails tr td input {
	
	width: 98%;
	border: 1px solid #C0C2C5;
	color: #9C9DA0;
	height: 23px;
	padding-top: 9px;
	padding-left: 5px;
	background-color: #FFFFFF;

}




#enqDetails tr td table {
	
	width: 100%;	
	
}


#enqDetails tr td table tr td {
	
	border: 0px solid red;
	width: 50%;	
}



#enqDetails tr td table tr td input {

	width: 97%;	
	
}

#enqDetails tr td table tr td input.radio {
	
	display: inline;
	background-color: transparent;
	width: 20px;
	margin-left: 5px;
	vertical-align: middle;
	border: none;
	
}


#enqDetails tr td table tr td.leftCell {
	
	border: 0px solid red;
	padding-right: 5px;
		
}

#enqDetails tr td table tr td.rightCell {
	
	border: 0px solid red;
	padding-left: 5px;
		
}


#enqDetails tr td textarea {
	
	
	border: 1px solid #C0C2C5;
	color: #9C9DA0;
	height: 80px;
	padding-top: 9px;
	padding-left: 5px;

	width: 98%;

}






#footerShell {
	
	clear: both;
	width: 100%;
	height: 124px;
	display: block;
	position: relative;
	z-index: -1;		
	background-image: url(images/footerShellBackground.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 2px solid #AAAAAA;	
}

#footer {
	
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	height: 124px;
	border: 0px solid red;
	background-image: url(images/registrationLogos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#footer h2 {
	
	position: absolute;
	right: 8px;
	top: 12px;
	font-size: 23px;
	font-weight: normal;	
	
}



