
body { padding: 0; margin: 0; font: 12px Verdana, Arial, sans-serif; line-height: 1.6em; background: #fff; color: #454545; }

/* links */
a { color: #52A241; background: inherit; text-decoration: none; }
a:hover { color: #e7753f; background: inherit; text-decoration: underline; }

/* headings */
h1 { font: bold 2.0em Tahoma, Sans-Serif; color:#7ab149; margin: 0; letter-spacing: 0px; padding-bottom: 4px; border-bottom:solid 3px #ececec; margin-bottom:10px; }
h2 { font: bold 1.5em Tahoma, Sans-Serif; margin: 0; padding: 0; color: #b3b3b3; }
h3 { font: bold 1.5em Tahoma, Sans-Serif; margin: 0; padding: 0; color: #7ab149; }
h4 { font: bold 1.2em Tahoma, Sans-Serif; margin: 0; padding: 0; color: #7ab149; }
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }
.title { color: #808080; background: #fff; }

/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }
/*input.button { padding: 3px; }*/

/* content holder */
#content { margin: 0px auto; width: 960px; }

/* header */
#header { height: 121px; }
#logo { padding: 0px 0 0 8px; }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info { float: right; width: 350px; margin: 20px 5px 0 0; text-align: right; font-size:90% }

/* horizontal tabbed menu */
#tabs { background: #fff url(../images/navbar.jpg) no-repeat top left; color: #000; font-family:Arial, sans-serif;  font-size: 11px; height: 64px; text-align: center; padding: 0 0 0 10px; }
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #fff url(../images/barbg.gif) no-repeat; color: #808080; padding: 6px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; font-size: 12px; }
#tabs li a:hover { background: #fff url(../images/barcurrent.gif) no-repeat; color: #5e9c35; }
#tabs li a.current { background: #fff url(../images/barcurrent.gif) no-repeat; color: #5e9c35; }
.key { text-decoration: underline; }

/* Sub Menu */
#submenu { position:absolute; margin: -28px 0 0 15px  }
#submenu a { color: #ffffff; background: inherit; text-decoration: none; }
#submenu a:hover { color: #9EC068; background: inherit; text-decoration: underline; }

/* left side */
#leftside {
	float: left;
	width: 200px;
	margin: 0 0 10px 0;
	font-size:90%
}
	.boxtop { height: 19px; background: #fff url(../images/boxtop-200.gif) no-repeat; color: #000;}
	.box { background: #fff url(../images/box-200.gif) no-repeat bottom left; color: #5b5b5b; padding: 0px 10px 10px 10px;}
	.box a {clear: both;}
	.box p { padding: 0 0 0 0 ; margin: 0px 0 0 0;}
	.image { float: left; margin: 0px 9px 3px 0; }
    .boxtitle { position: relative; top:-5px; font-size: 16px; font-family:Arial, Helvetica, sans-serif; color: #78c736; margin: 0px 0 10px 0px; max-width:180px; }



/* middle-left for 2 Columns */
.left { float: left; width: 755px; margin: 0 0 10px 0px; }
	.left_articles {
		margin: 0 20px 15px 10px;
		padding: 0 0 0 0;
		text-align: justify;
		border-bottom: 1px dotted #ccc;
		color: #454545;
		background: #fff;
	}
	
/* middle for 2 Columns */
.middle2col { float: left; width: 755px; margin: 0 0 10px 0px; }
	.middle2col_articles {
		margin: 0 20px 15px 10px;
		padding: 0 0 0 0;
		color: #454545;
		background: #fff;
	}


/* middle for 3 Columns*/
.middle { float: left; 
		width: 530px; 
		margin: 0 0 10px 15px; 
		}
		
.middle-2col { float: left; 
		width: 530px; 
		margin: 0 0 10px 15px; 
		background-image: url(http://www.healthypages.co.uk/images/middle-home.gif);
		background-repeat:repeat-y;
		background-position:center;
		}
		
.middle_articles {
		margin: 0 10px 15px 10px;
		padding: 0 0 0 0;
		text-align: justify;
		color: #454545;
}
.middle ul{
	list-style:circle;
	padding-left: 15px;
}
	.home-left {
	width:240px;
	float:left;
	padding:0 0 0 0;
	margin:0 5px 0 10px;
	}
	
	.home-right {
     width:240px;
	 float:right;
	 padding:0 0 0 0;
	 margin:0 10px 0 5px;
	}

	
    .middle_image {
     text-align: center;
	 padding-bottom:10px;
	 background-color:#FFFFFF;
	}

	
/* right side */
#right {
	float: right;
	width: 200px;
	margin: 0 0 10px 0;
	font-size:90%
}




/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: center; height: 20px;}
.greenbtn { background: #ffffff url(../images/greenbtn.gif) no-repeat; width: 57px; padding: 1px 45px 5px 25px; text-align: center; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { background: #ffffff url(../images/hoverbtn.gif) no-repeat; color: #fff; }
.error {color: #CC0000;}
/* footer  */
.footer { 
	clear: both; 
	text-align: center; 
	line-height: 1.8em; 
	padding: 5px 0 5px 0; 
	border-top: 2px solid #269728;
	background-color: #fffde7;
	}
	
div.news {
	margin: 10px 0px;
	border: solid 1px #7ab149;
	padding: 5px;
	background-color:#f1f1f1;
	clear: both; 
}

div.news a {
text-align:right;
	clear:both;
}

.news p { 
	padding-right:3px;
	padding-left:2px;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	margin:0;
}

.news h1 { 
	font: normal 1.3em Tahoma, Sans-Serif; 
	color:#ffffff; 
	margin: 0; 
	letter-spacing: 0px; 
	padding: 3px; 
	border:solid 1px #7ab149; 
	background-color:#55a64a;
}

.news h1 a { 
	color:#ffffff; 
	background-color:#55a64a;
	padding-left:0px;
}

.search_highlight{
	background-color: #DDDDDD;
}

hr {
  border: 0;
  color: #ececec;
background-color: #ececec;
height: 2px;
}

.discussleft p{ 
	padding-bottom:3px;
	padding-top:3px;
	border-bottom:dashed 1px #c9c9c9;
}

/* Main Directory Page */

.directory {
	background-color:#f1f1f1;
	border-top:solid 6px #dadada;
	border-bottom:solid 6px #dadada;
	padding: 0px;
	margin-top:10px;
	font-weight:bold;
}

.directory a:hover {
	color:#e7753f;
}

.directory td {
	border:none;
	border-bottom:solid 1px #dadada;
	padding: 6px;
	padding-left:5px;
	margin:3px;
	text-align:left;
	border-top:solid 0px #dadada;
}

.memberspage {
	background-color:#f9f9f9;
	border-top:solid 3px #dadada;
	border-bottom:solid 3px #dadada;
	padding: 0px;
	margin-top:10px;
}

.memberspage td {
	border:none;
	border-bottom:solid 1px #dadada;
	padding: 6px;
	padding-left:5px;
	margin:3px;
	text-align:left;
	border-top:solid 0px #dadada;
}

/* The Directory Pages */

.thedirectory {
	background-color:#f1f1f1;
	border: solid 1px #55a64a;
	padding: 0px;
	margin-top:10px;
}

.thedirectory td {
	border:none;
	border:solid 0px #dadada;
	padding: 3px;
	margin:0px;
}

.thedirectory tr {
	padding: 1px;
}

.directorytop {
	font: normal 1.2em Tahoma, Sans-Serif; 
	color:#fffde7; 
	background-color:#55a64a;
}

.directorytop a {
	color:#fffde7; 
	font-weight:bold;
}

/***** Form styles *****/

input{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:94%;
   font-weight:bold;
   }

/***** Newsletter Box *****/
   .newsletterbox {
   background:#fffde7 url(http://www.healthypages.co.uk/images/emailicon1.jpg) bottom left no-repeat;
}

/***** frontpage news *****/	
	.newsfront {
	 padding:0 0 10px 0;
	 margin:0 0 10px 0;
	 border-bottom:dashed 1px #c9c9c9;
	}
	
	.newsfront p {
	 padding:0 0 0 0;
	 margin:0 0 0 0;
	}
	
/***** Directory Image *****/

.therapyimage {
	border: solid 1px #55a64a;
	background-color:#f1f1f1;
	padding: 3px;
	margin-bottom:5px;
}

/***** Article Image *****/

.articleimage {
	border: solid 1px #55a64a;
	background-color:#f1f1f1;
	padding: 2px;
	margin:0 0 3px 7px;
}

/***** Health Notes ********/
#healthnotes .left {
	width: auto;
}

div#healthnotes div#welcomeBody a, div#healthnotes div#hniArticle a  {
	color: #52A241; 
	background: inherit; 
	text-decoration: none; 
}

div#healthnotes div#welcomeBody a:hover, div#healthnotes div#hniArticle a:hover { 
	color: #e7753f;
	background: inherit;
	text-decoration: underline;
}

div#healthnotes div#welcomeBody h1 a {
	color: #e7753f; 
	background: inherit; 
	text-decoration: none; 
}

div#healthnotes div#welcomeBody h1 a:hover { 
	color: #52A241;
	background: inherit;
	text-decoration: underline;
}

div#healthnotes div#welcomeBody h1.box {
	background-image: none;
}

/*-----------------------------------------------
********   ENHANCED LISTINGS STYLES   ***********
-------------------------------------------------*/

table.thedirectoryEnhanced {
	margin: 0 auto 15px auto;
}

table.thedirectoryEnhanced tr.enhancedTitle {
	background-image: url(../images/directory/title_back.gif);
	background-repeat: repeat-y;
	background-position: top;
}
table.thedirectoryEnhanced tr.enhancedTitle td{
	padding: 0px 5px 5px 5px;
}
table.thedirectoryEnhanced tr.enhancedTitle td a, table.thedirectoryEnhanced tr.enhancedTitle td h2{
	float: left;
	margin-left: 5px;
	color: #FFFDE7;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
table.thedirectoryEnhanced tr.enhancedTitle td img{
	float: right;
	margin-right:2px;
}

table.thedirectoryEnhanced tr.enhancedMiddle, table.thedirectoryEnhanced tr.enhancedMiddleBorders {
	background-image: url(../images/directory/middle_back.gif);
	background-repeat: repeat-y;
	background-position: top;
}

table.thedirectoryEnhanced tr.enhancedMiddle td.middleCell {
	padding: 5px 5px 0px 5px;
}

table.thedirectoryEnhanced tr.enhancedMiddle td.middleCell p {
	padding: 0px 5px;
}

table.thedirectoryEnhanced tr.enhancedMiddle td.middleCell span.date {
	float: right;
	font-style: italic;
}


table.thedirectoryEnhanced tr.enhancedBottom {
	background-image: url(../images/directory/bottom_back.gif);
	background-repeat: repeat-y;
	background-position: top;
}

table.thedirectoryEnhanced tr.enhancedBottom td {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFDE7;
	padding: 6px 10px 0px 10px;
	text-align: right;
}

img.listingImage {
	border: 2px solid #56A345;
}

table.thedirectoryEnhanced tr.enhancedMiddle div.borderDiv {
	border-top: 3px solid #FF6600; 
	height: 1px; 
	margin: 0; 
	padding: 0; 
	width: 502px;
}

div.listingLinks {
	color: #56A345;
	font-weight: bold;
	font-size: 12px;
}

/*Sidebar Ads*/

div#sidebarAd {
	position: relative;
	bottom: 10px;
	margin: 0px auto 10px auto;
	text-align: center;
}

div#julieMango {
	width: 190px;
	border: 1px solid #323232;
	margin: 0px auto 10px auto;
}

div#julieMango p {
	margin: 2px 3px;
	text-align: center;
}

/* HP Areas */
div#areaSelector{
	width: 715px;
}
div#areaSelector div.entryForm, div#areaSelector div.addButton, div#areaSelector div.areasChosen {
 float: left;
 
}

div#areaSelector div.entryForm {
	width: 310px;
	font-size: 10px;
	background-color: #FFFDE7;
	padding: 5px;
	border: 1px solid #56A345;
}
div#areaSelector div.addButton {
	margin: 0 10px 0 10px;	
}
div#areaSelector div.areasChosen {
	width: 300px;
	font-size: 10px;
	background-color: #FFFDE7;
	padding: 5px;
	border: 1px solid #56A345;
}

div.suggestionList {
	max-height: 150px;
	width: 305px;
	overflow: auto;
	font-size: 10px;
	text-align: left;
}

div.chosenAreas {
	
}

div.suggestionList ul, div.chosenAreasList ul {
	
	list-style: none;
}

div.suggestionList ul li {
	padding-left: 2px;
}
div.suggestionList ul li:hover {
	cursor: pointer;
}


div.chosenAreasList ol li {
	border-bottom: 1px #999999 dashed;
	padding: 0px;
	margin: 0px;
}
div.chosenAreasList ol li img:hover {
	cursor: pointer;
}

div#therapistMessage {
	padding: 3px;
	background-color: #CC3333;
	color: #FFF;
	font-weight: bold;
}

table.areasTable {
	border: 1px solid #2b2b2b;
	min-height: 200px;
}

input#inputString {
	margin: 0px;
	padding: 0px;
	width: 305px;
	font-size: 10px;
}

li.liOdd {
	background-color: #D0DDD2;
	border-bottom: 1px #999999 solid;
}

li.liEven {
	background-color: #D0DDE5;
	border-bottom: 1px #999999 solid;
}

/* MEMBER LISTING PROMPT */

ul#memberListing {
	list-style: disc;
}

/* DIRECTORY TABS */

ul#directoryTabs { 
	background: #fff  no-repeat top left;
	color: #000;
	font-family:Arial, sans-serif;
	font-size: 9px;
	height: 69px;
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
}
ul#directoryTabs li { 
	display: inline;
	height: 50px;
}
ul#directoryTabs li a { 
	float: left; 
	background: #fff url(../images/barbg_wide.jpg) no-repeat; 
	color: #808080; 
	padding: 6px 0; 
	width: 101px; 
	text-align: center; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 9px; 
}
ul#directoryTabs li a:hover { 
	background: #fff url(../images/bar_current_wide.jpg) no-repeat; 
	color: #5e9c35; 
}
ul#directoryTabs li a.current {
	background: #fff url(../images/bar_current_wide.jpg) no-repeat;
	color: #5e9c35; 
}