/*
	Name: The Hatfield Practice
	Date: August 2009
	Description: Global Style Sheet
	Version: 1.0
	Author: Enrique Ramirez
	Author URI: http://enrique-ramirez.com
*/

/* Headers */
h2, h3, h4, h5, h6 {
	color: #9B4F9D;
}

/* Header */
#header {
	background:#9C509E none repeat scroll 0 0;
	border-color:#8C4B8E;
}

	/* Main Menu */
	#nav a:hover, #nav a:active {
		background:#E299E5 none repeat scroll 0 0;
		color:#79297B;
	}
	
	#nav .active a:link, #nav .active a:visited,
	#nav .active a:hover, #nav .active a:active {
		background: #8679C8 url('../../images/services/fertility/menu-bg.png') repeat-x top;
		border: 1px solid #C4BDE4;
	}
	
		/* Dropdowns (Ewww) */

		#nav ul {
			background-color: #9C509E;
		}

		#nav ul li a:link, #nav ul li a:visited {
			background-color: #9C509E;
			border-color: #8C4B8E;
		}
		
		#nav ul .current_page_item a:link, #nav ul .current_page_item a:visited,
		#nav .current_page_item ul a:link, #nav .current_page_item ul a:visited {
			background: #9C509E;
			border: none;
			border-bottom: 1px solid #8C4B8E;
		}
		
		#nav .current_page_item ul a:hover, #nav .current_page_item ul a:active,
		#nav ul .current_page_item a:hover, #nav ul .current_page_item a:active {
			background: #E299E5;
		}

		/* Fertility Info */
		.fertility-info {
			background-image: url('../../images/services/fertility/fertility-info-bg.png');
			background-color: #772a79;
		}
		
/* Asides */
#asides {
	background:#9C509E none repeat scroll 0 0;
}

#asides a:hover, #asides a:active {background:#7E4181 none repeat scroll 0 0; color:#FFFFFF;}

#asides ul a {
	background-image:url('../../images/services/fertility/icons/bullet2.gif');
	border-color: #B073B1;
}

	/* Related Information*/	
	#related-info{
		background-image: url('../../images/services/fertility/related-bg.png');
	}

		#fertility-links ul li{
		background-image: url('../../images/services/fertility/fertility-links.gif');
		}
		#fertility-links ul a{
		background-image: url('../../images/services/fertility/pdf.gif');
		}

/* Footer */
#footer {
	background-image: url('../../images/services/fertility/footer-bg.png');
}

	/* Comments */
	.comments h3 {}

	#comments-list .author {
		background-image: url('../../images/services/fertility/comment-tip.gif');
	}
	
/* Fertility */
.fertility #header {background: #9C509E; border-color: #8C4B8E;}
.fertility #nav a:hover, .fertility #nav a:active {background: #E299E5; color: #79297B;}
.fertility #nav .active a:link, .fertility #nav .active a:visited,
.fertility #nav .active a:hover, .fertility #nav .active a:active {
	background: #A43FBC url('../../images/services/fertility/fertility-menu-bg.png') repeat-x top;
	border: 1px solid #D473D9;
	color: #fff;
}

.fertility #content ul {color: #9B4F9D;}

.fertility #asides {background: #9C509E;}
.fertility #asides h2 {border-bottom: 1px dotted #B073B1;}
.fertility #asides ul a {
	background-image: url('../../images/services/fertility/bullet2.gif');
	border-bottom: 1px dotted #B073B1;
}
.fertility #asides ul a:hover {background: #7E4181; color: #fff;}
.fertility-info ul a:hover, .fertility-info ul a:active {
	background:#7E4181;
	color:#FFFFFF;
}
.outer{
	background: url('../../images/forms/faqs-content.png') no-repeat center top;
	height:auto;
	width: 655px;
}
.inner{
	background: url('../../images/forms/faqs-bottom.png') no-repeat center bottom;
	padding:20px 25px 35px;
	margin-bottom:15px;
}