/*
Theme Name: PCOS Network
Theme URI: http://www.hyperlucid.com/
Description: PCOS Network Theme
Version: 1.0
Author: Hyperlucid
Author URI: http://www.hyperlucid.com/
Tags:
*/
/* @charset "UTF-8"; */

@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0;
	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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.7em;*/
	
	font-size:62.5%; /* Resets 1em to 10px */
	line-height:1.2em;
	
	background-color: #E8B6C8; /*E8B1C4;*/
}
.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;
}
p, ul, ol {
	line-height: 1.3em;
	padding-bottom: 1em;
}
h1,h2,h3,h4 {
	line-height:1em;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-style: normal;
	color: #630;
	padding-top: 5px;
	padding-bottom: 1em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #630;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 1em;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	text-transform:uppercase;
	color:#97B761;
	padding-top:.5em;
	padding-bottom:1em;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	color: #630;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 1em;
}
a {
	color:#744C28;
}
a img {
	border-style:none;
}	
li {
	list-style:none;
}




/* ------ LAYOUT ----- */
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container  .shadow{
	padding-right: 10px;
	padding-left: 10px; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	background-image: url(images/BodyShadow.jpg);
	background-repeat: repeat-y;
}
#container .shadowBottom {
	background-image: url(images/FooterShadow.jpg);
	background-repeat: no-repeat;
	height: 10px;
	display: block;
}

#header  {
	/*height: 170px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	position: relative;
	padding-top:15px;
} 
#header .menu {
	position: absolute;
	top: 15px;
	display: block;
	width: 450px;
	height: 130px;
	right: 0px;
}

#mainContent  {
}
	#mainContent .linerinside {
		margin-right: 25px;
		margin-bottom: 25px;
		margin-left: 25px;
	}
	
	#mainContent .submenu {
		width: 277px;
		background-image: url(images/HomePageMenuBG.jpg);
		position: absolute;
		top: 5px;
		right: 5px;
	}

#columns {
	padding-top:5px;
}

.single-column #centerColumn { /* div#columns class='single-column' */
		width:850px !important;
		margin:0px !important;
		padding:0px !important;
	}
		.single-column #centerColumn .liner {
			margin:0px !important;
			padding:0px !important;
			border:none !important;
		}
	
		.single-column div.page {
			width:850px !important;
		}
		
	.double-column {  /* div#leftColumn class='double-column' */
		width:573px !important;
	}
	
	#leftColumn  {
		width:279px;
		float:left;
	}
		#leftColumn .liner {
			margin-right:15px;
		}
		#leftColumn .right-border {
			border-right:1px solid #CCC;
			padding-right:20px;
		}
	#centerColumn  {
		width:292px; /* padding keeps the content of the div away from the edges */
		height:100%;
		float: right;
	}
		#centerColumn .liner {
			border-left-width: 1px;
			padding-right: 20px;
			padding-left: 15px;
		}
		#centerColumn .right-border {
			border-right:1px solid #CCC;
			padding-right: 20px;
		}
	#rightColumn {
		width: 276px;
		float: right;
	}
		#rightColumn .liner {
			padding-left: 20px;
			border-left-width: 1px;
			border-left-style: solid;
			border-left-color: #CCC;
			padding-right: 15px;
		}
		#rightColumn .no-border {
			border-style:none !important;
		}
		
#footer  {
	background-image: url(images/Footer_background.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
} 
#footer li {
	list-style-type: disc;
	color: #FFF;
	line-height: 1.5em;
}
#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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#footer .inside {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer .text {
	float: none;
	margin:0 auto;
	/*float: right;*/
	width: 570px;
	margin-bottom: 20px;
}
#footer .inside-home .text {
	float: right !important;
	width: 570px;
	margin-bottom: 20px;
}

#subFooter a:link, #subFooter a:visited {
	color: #FFF;
	text-decoration: none;
}
#subFooter a:hover, a:active {
	text-decoration: underline;
}
#subFooter {
	text-align: center;
	padding-top: 30px;
	background-color: #E8B6C8;
	color: #FFF;
}




.imageBorder {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}

.readMore a:link, .readMore a:visited {
	color: #97BA61;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
}
.readMore a:hover, .readMore a:active {
	text-decoration: underline;
}





/* ------ BOXES ------ */
.boxBorder  {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #FFF;
	position: relative;
}
.boxBrown {
	background-color:#744C28;
	color:#FFF;
	padding:0 0 16px 0;
	overflow:hidden;
}
	.boxBrown p {
		padding-top:0px;
		margin:0 auto;
		width:80%;
font-size:1.2em;
	}
	.boxBrown a {
		color:#fff;
		text-decoration:underline;
	}
	.boxBrown h1.box-heading {
		color:#fff;
		text-transform:uppercase;
		border-bottom:1px solid #fff;
		padding-top:12px;
		padding-bottom:4px;
		margin:0 auto 20px;
		text-align:center;
		font-weight:normal;
		font-size:20px !important;
		line-height:1em;
		width:90%;
	}
	.boxBrown .box-image {
	}
	
.post-title .boxBrown {
	padding:20px !Important;
}




/* ------- POST/PAGE ENTRY ------- */
.entry ul, ol {
   	margin-left: 15px;
}

.entry li {
	padding-bottom:1em;
}

.entry ol li {
	list-style:decimal outside;
}

.entry ul li {
	list-style:disc outside;
}
	
		


















img.align-center {
	margin:0 auto;
	display:block;
}

img.banner {
	border:1px solid #CCC;
	padding:5px;
}

a.disabled {
	color:#999 !important;
}

/* ------ HEADER ----- */
#header p {
	padding:0;
	margin:0;
}

h1.page-heading {
	font-weight:normal;
	margin:0;
	padding:0px;
	color:#9b6;
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	padding-left:17px;
padding-top:10px;
padding-bottom:10px;
}

/* ------ FOOTER ----- */
#footer a {
	color:#fff;
	text-decoration:none;
}

#footer div.banners .spacer {
	width:19px;
	height:15px;
	float:left;
}

#footer div.banners a {
	display:block;
	float:left;
}


/* ------- BLOG ------- */
div.blog {
}

	.blog #centerColumn {
		float:left;
		width:548px;
		padding-left:22px;
	}

div.post {
	padding-bottom:30px;
}

div.post-title-container {
	border-bottom:1px solid #864;
	padding-bottom:7px;
}

	h2.post-title {
		float:left;
		padding:0px;
		
		font-size:1.6em;
		font-weight:normal;
	}
	
		.post-title a {
			color:#630;
			text-decoration:none;
		}
		
	.post-title-container span {
		position:relative;
		top:2px;
		width:50%;
		float:right;
		text-align:right;
	}
	
		small.post-date {
			color:#630;
			font-family:Arial, sans-serif;
			font-size:1.1em;
		}
		
.blog div.entry {
	padding-top:13px;
}

ul.post-categories {
	padding-bottom:23px;
}

	.post-categories li {
		padding-top:12px;
	}
	
		.post-categories li a {
			display:block;
			font-family:Times, serif;
			color:#777;
			text-decoration:none;
			font-size:17px;
			line-height:18px;
			padding-left:32px;
			background:#fff url('images/listBullet_off.jpg') no-repeat;
		}

		.post-categories li a:hover {
			background-image:url('images/listBullet_on.jpg');
		}
		
		.post-categories li.current-cat a {
			background-image:url('images/listBullet_on.jpg');
		}



.blog h1{
	font-size: 1.7em;
	color: #97B761;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}		

.blog h3 {
font-size: 1.7em;
	color: #630;
	padding-top: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	text-transform: none;
}
.blog h4 {
	font-size: 1.7em;
	color: #630;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.blog h5 {
	color: #630;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.blog h6 {
	font-size: 1em;
	font-style: italic;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}









/* --------- ARTICLES ---------- */
.articles #centerColumn  {
	width: 281px;
	padding-top:0px;
	/*min-height:825px;*/
}

	.articles #centerColumn .liner {
		padding-top:20px;
	}

.articles #leftColumn  {
	width: 290px;
}
		
	 .articles #new-articles-container {
	 	width:90%;
		/*width:228px;*/
		margin:0 auto;
		padding:0px;
	}
	
			.articles #new-articles-container div.article-item {
			}
			
				.article-item .entry {
					padding:0px;
					margin:0px;
					width:100%;
				}
				
			.articles #new-articles-container .article-item h4.title {
				color:#fff;
				padding-bottom:3px;
			}
			
			.articles #new-articles-container .article-item p.readMore {
				padding-bottom:0px;
			}
			
				.articles #new-articles-container .article-item p.readMore a {
					color:#fff;
				}
				
ul.articles-list {
	margin-top:0px !important;
}

	.articles-list li {
		padding-bottom:36px;
	}
	
		.articles-list li span {
			display:block;
			padding-bottom:6px;
			margin-top:0px;
			margin-bottom:11px;
			font-family:Times, serif;
			font-size:19px;
			line-height:20px;
			text-decoration:none;
			text-transform:uppercase;
			font-weight:bold;
			color:#9b6;
			border-bottom:1px solid #9b6;
		}
		
			.articles-list li ul {
				padding-left:0px;
			}
			
				.articles-list li ul li {
					padding-bottom:0px;
				}
				
					.articles-list li ul li a {
						display:block;
						font-family:Verdana, sans-serif;
						font-size:1.1em;
						text-decoration:none;
						text-transform:none;
						font-weight:normal;
						color: #666;
						line-height:1.2em;
						border-bottom:0px solid;
						padding-bottom:1px;
						padding-left:8px;
						margin-bottom:0px;
						background:#fff url('images/listBullet_tiny.jpg') no-repeat top left;
					}
					
					.articles-list li ul li a:hover {
						text-decoration:underline;
					}
					
					



/* --------- ARTICLE-SINGLE ---------- */
/*.article-single #leftColumn  {
	width: 100%;
}*/

	.article-single div.page {
		width:554px;
	}
	
		.page .post-title {
			margin-bottom:18px;
		}
		
		.page .post-title a {
			color:#fff;
			text-decoration:none;
			font-size:2.4em;
			font-family:Times, serif;
		}
		
		.article-single .entry {
			padding-left:90px;
			padding-right:90px;
			padding-bottom:70px;
                        font-size:1.1em;
		}
.article-single ul{
padding-left:20px;}

.article-single ol{
padding-left:20px;}		
		
.article-single h1{
	font-size: 2.5em;
	color: #630;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}		
.article-single h2 {
	color: #97B761;
	font-size: 2.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.article-single h3 {
font-size: 1.7em;
	color: #630;
	padding-top: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	text-transform: none;
}
.article-single h4 {
	font-size: 1.7em;
	color: #630;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.article-single h5 {
	color: #630;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.article-single h6 {
	font-size: 1em;
	font-style: italic;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

/* ----------- LINKS ------------ */
div.links {
}

	.links #leftColumn, .links #centerColumn, .links #rightColumn {
		width:283px;
		margin-left:0px;
		margin-right:0px;
		padding-left:0px;
		padding-right:0px;
	}
	
	.links #leftColumn .liner {
		border-right:1px solid #ccc;
		padding-right:20px;
	}
	
	.links #centerColumn .liner {
		border-right:1px solid #ccc;
		padding-left:5px;
	}
	
	.links #centerColumn .no-border {
		border-right:0px solid #ccc !important;
	}
	
	.links #rightColumn .liner {
		border-left:none;
	}
	
	
ul.categories-list {
}

	.categories-list li {
		padding-bottom:36px;
	}
	
		.categories-list li span {
			display:block;
			padding-bottom:11px;
			margin-bottom:11px;
			font-family:Times, serif;
			font-size:1.7em;
			text-decoration:none;
			text-transform:uppercase;
			font-weight:bold;
			color:#9b6;
			border-bottom:1px solid #9b6;
		}
		
			.categories-list li ul {
				padding-left:0px;
			}
			
				.categories-list li ul li {
					padding-bottom:0px;
				}
				
					.categories-list li ul li a {
						display:block;
						font-family:Verdana, sans-serif;
						font-size:1.0em;
						text-decoration:none;
						text-transform:none;
						font-weight:normal;
						color: #666;
						line-height:1.2em;
						border-bottom:0px solid;
						padding-bottom:1px;
						padding-left:8px;
						margin-bottom:0px;
						background:#fff url('images/listBullet_tiny.jpg') no-repeat top left;
					}
					
					.categories-list li ul li a:hover {
						text-decoration:underline;
					}
					
					
					
					
					
					



/* ----------- PROFESSIONALS ------------ */
div.professionals {
}
	
.professionals ul.navigation-list {
}

	.professionals .navigation-list li {
		padding-bottom:36px;
		list-style-type:none;
	}
	
		.professionals .navigation-list li span {
			display:block;
			padding-bottom:2px;
			margin-bottom:11px;
			font-family:Times, serif;
			font-size:18px;
			text-decoration:none;
			text-transform:uppercase;
			color:#9b6;
			border-bottom:1px solid #9b6;
		}
		
			.professionals .navigation-list li ul {
				padding-left:0px;
			}
			
				.professionals .navigation-list li ul li {
					padding-bottom:0px;
				}
				
					.professionals .navigation-list li ul li a {
						display:block;
						font-family:Times, serif;
						font-size:1.7em;
						text-decoration:none;
						text-transform:none;
						font-weight:normal;
						color: #666;
						line-height:1.2em;
						border-bottom:0px solid;
						padding-bottom:1px;
						padding-left:31px;
						margin-bottom:5px;
						background:#fff url('images/listBulletBig_off.jpg') no-repeat 0px -6px;
					}
					
					.professionals .navigation-list li ul li a:hover {
						text-decoration:none;
						background-image: url('images/listBulletBig_on.jpg');
					}
					
					
					
					
					




/* ----------- ABOUT ------------ */
div.about {
}
	
	.about #leftColumn {
		width:544px !important;
font-size:1.1em;
	}
	
	.about #leftColumn div.page {
		width:542px !important;
	}
	
	.about #rightColumn {
		width:290px !important;
	}
	
	.about div.entry {
		padding-top:0px;
	}		
			
/* ------------- MEMBERSHIP APPLICATION --------------- */
div.membership-application {
}

	.membership-application #leftColumn {
		width:745px;
		padding-left:30px;
	}
	
	.membership-application div#error-messages {
		color:#F00;
		font-weight:bold;
		font-size:14px;
		display:none;
		margin-bottom:15px;
	}
	
	.membership-application span.section-heading {
		display:block;
		padding-bottom:2px;
		font-family:Times, serif;
		font-size:1.8em;
		text-transform:uppercase;
		color:#9b6;
		border-bottom:1px solid #9b6;
	}
	
	.membership-application span.section-footer {
		display:block;
		padding-bottom:2px;
		margin-bottom:30px;
		font-family:Times, serif;
		text-transform:uppercase;
		color:#9b6;
		border-top:1px solid #9b6;
	}
	
	.membership-application span.sub-section-heading {
		width:90%;
		display:block;
		padding-bottom:0px;
		margin-bottom:11px;
		font-family:Times, serif;
		font-size:1.2em;
		line-height:1em;
		text-transform:uppercase;
		color:#9b6;
		border-bottom:1px solid #9b6;
	}
	
		.membership-application span.sub-section-heading small {
			text-transform:none;
			color:#666;
			font-size:14px;
		}
		
	.membership-application div.section-body {
		padding-top:30px;
		padding-bottom:30px;
		padding-left:15px;
		font-size:1.2em;
		line-height:1.3em;
	}
	
		.membership-application div.section-body p {
			font-size:.8em;
		}
		
	.membership-application a.button {
		float:right;
		margin-top:18px;
		display:block;
		padding:0px;
		width:85px;
		height:32px;
	}
	
		.membership-application a.buttonSmall {
			width:auto;
			height:auto;
			font-size:12px;
			text-align:right;
			background-color:#98b762;
			padding:4px;
		}
		
		.membership-application a.buttonNext {
			background:#fff url('images/next_normal.jpg') no-repeat;
			margin-right:25px;
		}
		
			.membership-application a.buttonNext:hover {
				background:#fff url('images/next_over.jpg') no-repeat;
			}
		
		.membership-application a.buttonBack {
			margin-right:10px;
			background:#fff url('images/back_normal.jpg') no-repeat;
		}
		
			.membership-application a.buttonBack:hover {
				background:#fff url('images/back_over.jpg') no-repeat;
			}
	
	textarea#membership-3-terms-and-conditions {
		height:12em;
	}
			
/* FORM/TABLE ELEMENTS */
.align-right {
	text-align:right;
}

td.spacer {
	height:5px;
}

td.spacer-big {
	height:15px;
}

td.spacer-huge {
	height:60px;
}

td.error {
	color:red  !important;
	font-weight:bold !important;
	padding-bottom:10px;
}

td.success {
	color:green  !important;
	font-weight:bold !important;
	padding-bottom:10px;
}

input.radio {
	/*position:relative;
	top:3px;*/
}

input.checkbox {
	/*position:relative;
	top:2px;*/
}

input.text {
	width:200px;
}

input.button {
	border:1px solid #666;
	padding:5px;
	color:#666;
	cursor:pointer;
}

textarea.text {
	width:100%;
	height:5.5em;
}

input.text,
textarea.text {
	font-family:Verdana, sans-serif;
	border:1px solid #666;
	color:#666;
	font-size:1em;
	padding:3px;
}

textarea#membership-3-terms-and-conditions {
	height:12em;
}



/* ----------- DISCLAIMER ------------ */
a.disclaimer-button-agree {
	width:144px;
	height:32px;
	display:block;
	background:#fff url('images/I_agree_normal.jpg') no-repeat top left;
}

	a.disclaimer-button-agree:hover {
		background-image:url('images/I_agree_over.jpg');
	}

a.disclaimer-button-disagree {
	margin-left:5px;
	width:144px;
	height:32px;
	display:block;
	background:#fff url('images/I_do_Not_normal.jpg') no-repeat top left;
}

	a.disclaimer-button-disagree:hover {
		background-image:url('images/I_do_Not_over.jpg');
	}
	
	
	
	
	
	


/* ----------- DIRECTORY ------------ */
div.directory {
}

	.directory #leftColumn {
		width:535px;
	}
	
	.directory #rightColumn {
		width:312px;
	}
	
	.directory table.locations a {
		display:block;
		padding-bottom:3px;
	}
	
	div.boxDirectory {
		margin-bottom:20px;
	}
	
		div.boxDirectory .boxBrown {
			padding:0px !important;
		}
		
			.boxDirectory p {
			}
			
			.boxDirectory table {
				margin:0 auto;
				width:233px;
				padding-bottom:20px;
			}
			
			.boxDirectory a {
				text-decoration:none;
			}
			
			.boxDirectory h2.box-heading {
				font-size:17px;
				font-weight:normal;
				color:#fff;
				text-transform:uppercase;
				padding-bottom:20px;
				margin:0 auto;
				width:233px;
				text-align:center;
			}
		
		.directory a.directory-specialty {
			background:#fff url('images/directorySpecialties.jpg') no-repeat 0px 0px;
			display:block;
			width:191px;
			height:21px;
		}
		
			.directory .specialty-1 {
				background-position:0px 0px !important;
			}
			
			.directory .specialty-2 {
				background-position:0px -21px !important;
			}
			
			.directory .specialty-3 {
				background-position:0px -42px !important;
			}
			
			.directory .specialty-4 {
				background-position:0px -63px !important;
			}
			
			.directory .specialty-5 {
				background-position:0px -84px !important;
			}
			
		.directory h1.heading-location {
			background-color:#664225;
			color:#fff;
			padding:0px;
			padding-left:10px;
			font-weight:normal;
		}
		
		.directory div.directory-listing {
			padding:15px;
		}
		
			.directory-listing h2.member-title {
				color:#664225;
				font-family:Times, serif;
				margin-bottom:8px;
				padding:0px;
			}
			
			.directory-listing div.member-specialties {
				margin-bottom:8px;
			}
			
				.directory-listing label.member-specialty {
					background:#fff url('images/directorySpecialties.jpg') no-repeat 0px 0px;
					width:21px;
					height:21px;
					margin-right:3px;
					display:block;
					float:left;
				}
				
					.directory-listing .member-specialty-1 {
						background-position:0px 0px !important;
					}
					
					.directory-listing .member-specialty-2 {
						background-position:0px -22px !important;
					}
					
					.directory-listing .member-specialty-3 {
						background-position:0px -44px !important;
					}
					
					.directory-listing .member-specialty-4 {
						background-position:0px -66px !important;
					}
					
					.directory-listing .member-specialty-5 {
						background-position:0px -88px !important;
					}
					
			.directory-listing div.member-description {
				margin-bottom:15px;
			}
			
			.directory table.member-contact-info-table {
				margin-bottom:15px;
			}
			
				label.member-contact-info-key {
					color:#98b762;
					margin-bottom:8px;
					display:block;
					float:left;
				}
				
				label.member-contact-info-value {
					margin-bottom:8px;
					display:block;
					float:left;
				}
			
				.member-contact-info-value a {
					text-decoration:none;
					color:inherit;
				}
				
			.directory table.member-group-table {
				width:100%;
				margin-bottom:15px;
			}
			
				.member-group-table h2.member-title {
					margin-bottom:0px;
				}
				
			.directory div.member-support-group-container {
				width:456px;
				border:1px solid #98b762;
				padding:17px;
				padding-bottom:8px;
			}
			
/* ------ MY ACCOUNT ------ */
.my-account .entry {
	padding:0px;
}

.my-account ul.navigation-list {
	padding-left:0px;
	list-style-type:none;
	margin-left:0px;
}

	.my-account .navigation-list li {
		padding-bottom:0px;
		list-style-type:none;
	}
	
		.my-account .navigation-list li a, .my-account .navigation-list li span {
			display:block;
			font-family:Times, serif;
			font-size:1.7em;
			text-decoration:none;
			text-transform:none;
			font-weight:normal;
			color: #666;
			line-height:1.2em;
			border-bottom:0px solid;
			padding-bottom:1px;
			padding-left:31px;
			margin-bottom:5px;
			background:#fff url('images/listBulletBig_off.jpg') no-repeat 0px -6px;
		}
		
		.my-account .navigation-list li a:hover {
			text-decoration:none;
			background-image: url('images/listBulletBig_on.jpg');
		}
		
		.my-account .navigation-list li span {
			background-image:none;
			padding-left:0px;
		}
