body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
h1 { font-size:138.5%; }
h2 { font-size:123.1%; }
h3 { font-size:108%; }
h1,h2,h3 { margin:1em 0; }
h1,h2,h3,h4,h5,h6,strong { font-weight:bold; }
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em { font-style:italic; }
blockquote,ul,ol,dl { margin:1em; }
ol,ul { margin-left:3em; }
dl { margin-left:2em; }
ol li { list-style: decimal outside;	 }
ul li { list-style: disc outside; }
dt { margin:1em 0 .5em; font-weight:bold; }
th,td {
	border:1px solid #e8e8e8;
	padding:.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
p,fieldset,table { margin-bottom:1em; }

img { vertical-align: bottom; border: 0; }

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

.clr {
	margin:0; padding:0; font-size:0; clear:both; float:none; height:0; line-height:0; position:relative; display:block; overflow:hidden;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


/* Site specific */

body {
	background: #4f6f97;
	font-family: 'droid sans', arial, serif;
	font-size: 13px;
	color: #4c6481;
}

a {
	color: #c1800e;
}
a:hover {
	color: #578813;
}
#contentRight a {
	text-decoration: none;
}

h1 {
	margin: 0 0 15px 0;
	font: 30px "droid serif", Arial, Serif;
	color: #524389;
}
h2 {
	font: 22px "droid serif", Arial, Serif;
	margin: 0 0 10px 0;
}

p {
	margin: 0;
}

ul li {
	list-style: url('../images/bullet.jpg');
}
ol {
	margin:10px 0px;
	padding-left:25px;
}
ol li {
	margin:2px 0px;
}
button {
	cursor:pointer;
	width: 170px;
	height: 33px;
	border: 0;
	color: #fff;
	font-size: 12px;
	background: url('../images/button_background.jpg') no-repeat;
}
input[type=text],
input[type=password],
textarea {
	border:1px solid #b5bee0;
	padding:3px;
	-moz-box-shadow:inset 1px 1px 4px #CBD6FF;
	-webkit-box-shadow:inset 1px 1px 4px #CBD6FF;
	box-shadow:inset 1px 1px 4px #CBD6FF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border-color:#B2A4FF;
	-moz-box-shadow:inset 1px 1px 4px #CBD6FF, 0px 0px 6px #C0C7FF;
	-webkit-box-shadow:inset 1px 1px 4px #CBD6FF;
	box-shadow:inset 1px 1px 4px #CBD6FF;
}
input[type=submit],
input[type=button] {
	cursor:pointer;
	border: 1px solid #5a65a2;
	padding:2px 5px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858cba), to(#5a6294));
	background-image: -moz-linear-gradient(#858cba 0%, #5a6294 100%);
	color:#fff;
	text-shadow: #333855 0px 0px 4px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}
input[type=submit]:hover,
input[type=button]:hover {
	border-color: #7483D3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A9B2EC), to(#737DBE));
	background-image: -moz-linear-gradient(#A9B2EC 0%, #737DBE 100%);
}
.clearfix {
	min-height:1px;
	height:auto !important;
	height:1px;
}
.clearfix:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
#container {
	background: #fff url('../images/body_background.jpg') repeat-x;
}

#inner {
	margin: 0 auto;
	background: transparent url('../images/container_background.jpg') no-repeat center 6px;
	min-width: 960px;
	position: relative;
}

#header {
	padding:106px 0px 0px 0px;
	
}
.content_wrapper,
#content {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#content {
	padding: 0px 0 30px 0;
	min-height:10px;
	height:auto !important;
	height:10px;
}
#content:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
body.home #content_wrapper {
	padding:0px;
}
#content_wrapper,
body.home.blog #content_wrapper {
	min-height:10px;
	height:auto !important;
	height:10px;
	padding:175px 0px 0px;
}
#content_wrapper:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
#logo {
	background: transparent;
	position: absolute;
	width: 200px;
	height: 85px;
	left: 0px;
	top: -92px;
}

#nav {
	height: 60px;
	line-height: 1px;
	font-size: 1px;
	text-align: center;
}
	#nav ul {
		min-width:960px;
		background: transparent url('../images/nav_background.jpg') no-repeat scroll center top;
		color: #5c8e16;
		font: 16px "droid serif", Arial, Serif;
		margin: 0; 
		padding: 0;
		display: inline-block;
	}
	#nav ul li {
		margin: 12px 0 0 0;
		padding: 0 2px;
		display: block;
		float: left;
	}
	#nav ul li.divider {
		width: 1px;
		padding: 0;
		margin-top: 23px;
		height: 14px;
		background-color: #d3dfec;
		line-height: 1px;
	}
	#nav ul li a {
		color: #5c8e16;
		text-decoration: none;
	}
	#nav ul li a:hover {
		color: #436187;
	}
	.navItemLeft, .navItemRight {
		float: left;
		width: 4px;
		height: 48px;
	}
	.selected .navItemLeft {
		background: url('../images/nav_item_left.jpg') no-repeat bottom center;
	}
	.selected .navItemRight {
		background: url('../images/nav_item_right.jpg') no-repeat bottom center;
	}
	.navItemMid {
		height: 40px;
		float: left;
		padding: 8px 10px 0 10px;
	}
	.selected .navItemMid {
		background: url('../images/nav_item_mid.jpg') repeat-x;
		color: #fff;
	}

#contentLeft {
	width: 615px;
	float: left;
}

	#welcomeText {
		margin: 50px 0 30px 0;
		width: 615px;
		color: #414b82;
		font-size: 15px;
		line-height: 21px;
	}

	#ourTeam, #ourServices {
		width: 195px;
		padding: 50px 0 0 100px;
	}

	#ourTeam {
		float: left;
		position: relative;
		background: url('../images/tab_ourteam.jpg') no-repeat top left;
		min-height: 136px;
		height:auto !important;
		height: 136px;
	}

	#ourServices {
		float: right;
		position: relative;
		background: url('../images/tab_ourservices.jpg') no-repeat top left;
		min-height: 136px;
		height:auto !important;
		height: 136px;
	}
	.tab_title,
	a.tab_title,
	a.tab_title:link,
	a.tab_title:visited {
		color: #fff;
		font: 16px "droid serif";
		position: absolute;
		top: 0px;
		left: 0px;
		width:151px;
		height:26px;
		padding:5px 0px 0px 10px;
		text-decoration: none;
	}
	a.tab_title:hover,
	a.tab_title:active {
		text-decoration: underline;
	}
	
	#latest {
		padding: 30px 0 0;
		position: relative;
	}
		.latest_tab {
			height: 31px;
			background: url('../images/tab_news_blog.jpg') no-repeat top left;
			position: relative;
		}
		
		.latest_tab.social {
			background: url('../images/tab_social.jpg') no-repeat top left;
		}
		
		#latest #left_bucket {
			width: 300px;
			float: left;
			padding: 0 0 30px;
			background: url('../images/latest_bottomshadow_small.jpg') no-repeat bottom center;
		}
		
		#latest #bucket-wrapper {
			position: relative;
		}
		
		#latest #right_bucket {
			width: 295px;
			float: right;
			padding: 0 0 30px;
			background: url('../images/latest_bottomshadow_small.jpg') no-repeat bottom center;
		}
		
			.latest_tab_title {
				width: auto;
				position: absolute;
				padding:7px 0px 0px 10px;
				height:24px;
			}
			.latest_tab_links {
				width: auto;
				position: absolute;
				left: 154px;
				top: 0px;
				font-size: 11px;
				line-height: 22px;
				text-transform: uppercase;
			}
			.social .latest_tab_links {
				left: 111px;
			}
			.latest_tab_links .droplinks {
				background: #FFF;
				border: 1px solid #4c678a;
				border-top: 0px;
				padding: 10px 20px 10px 10px;
				margin: 0 !important;
				display: none;
				position: relative;
				left: -10px;
			}
			.latest_tab_links .droplinks li {
				padding: 0 !important;
				margin: 0 !important;
			}
			.bloglink {
				margin: 0 !important;
				padding: 0 0 0 10px !important;
			}
			.bloglink img {
				vertical-align: middle; 
				padding-left: 5px;
			}	
			.latest_tab_links .droplinks li a {
				display: block;
				line-height: 22px;
				padding: 0;
			}
			.latest_tab_links .droplinks li a.active {
				color: #4C6481;
				text-decoration: none;
			}
			.latest_tab_links .droplinks li a.active:hover {
				cursor: text;
				text-decoration: none;
				color: #4C6481;
			}
			
		#latest ul {
			width: 295px;
			margin: 13px 0 0;
		}
		#latest ul li {
			margin-bottom: 25px;
			list-style-type: none;
			list-style-image: none;
			padding-left: 0px;
			line-height: 18px;
			min-height:10px;
			height:auto !important;
			height:10px;
		}
		#latest ul li:after {
			content:'.';
			visibility:hidden;
			display:block;
			clear:both;
			height:0px;
		}
		#latest ul li .left {
			float:left;
			width:60px;
		}
		#latest ul li .right {
			float:right;
			width:225px;
			padding-right: 10px;
		}
		#latest #right_bucket ul li .left {
			width: 35px;
		}
		#latest #right_bucket ul li .right {
			width: 245px;
		}

		#latest ul li a {
			
		}
		#latest ul li .left a,
		#latest ul li .left a:link,
		#latest ul li .left a:visited {
			display:block;
			width: 52px;
			height: 30px;
		}
		#latest ul li.blog .left a,
		#latest ul li.blog .left a:link,
		#latest ul li.blog .left a:visited {
			text-indent: -3000px;
			background: url('../images/icon_blog.jpg') no-repeat left top;
		}
		#latest ul li.blog .left a:hover,
		#latest ul li.blog .left a:active {
			
		}
		#latest ul li.news .left a,
		#latest ul li.news .left a:link,
		#latest ul li.news .left a:visited {
			text-indent: -3000px;
			background: url('../images/icon_news.jpg') no-repeat left top;
		}
		#latest ul li.news .left a:hover,
		#latest ul li.news .left a:active {
			
		}
		#latest .blog {
			
		}
		#latest .news {
			
		}
		ul#blog_news_feed li,
		ul#social_feed li {
			background: url('/assets/images/sm_li_bg.jpg') center bottom no-repeat transparent;
			padding: 0 0 15px;
			margin-bottom: 15px !important;
			height: auto;
		}
		ul#blog_news_feed li.last,
		ul#social_feed li.last {
			background: none;
			padding: 0 0 10px;
		}
		#latest .sm-button {
			display: block;
			width: 32px !important;
			height: 32px !important;
			text-decoration: none;
		}	
		#latest .sm-button.youtube {
			background: url('/assets/images/feed_icon_yt.jpg') 0 0 no-repeat transparent;
		}
		#latest .sm-button.twitter {
			background: url('/assets/images/feed_icon_tw.jpg') 0 0 no-repeat transparent;
		}
		#latest .sm-button.facebook {
			background: url('/assets/images/feed_icon_fb.jpg') 0 0 no-repeat transparent;
		}
		

	
#contentRight {
	width: 290px;
	padding-right: 6px;
	float: right;
}

	#subNav {
		margin:20px 0px 0px;
	}
	
	#subNav_top {
		height: 9px;
		background: url('../images/subnav_top.jpg') no-repeat;
	}
	#subNav_bottom {
		height: 5px;
		background: url('../images/subnav_bottom.jpg') no-repeat;
	}
	
	#subNav ul {
		font: 15px "droid serif", Arial, Serif;
		color: #5c8e16;
		margin: 0;
	}
	#subNav a {
		color: #5c8e16;
		text-decoration: none;
	}
	
	#subNav ul li {
		margin: 0;
		padding-left: 14px;
		min-height:34px;
		height:auto !important;
		height:34px;
		line-height: 34px;
		display:block;
		list-style: none outside none;
		background: url('../images/subnav_background.jpg');
	}
	#subNav ul li a,
	#subNav ul li a:link,
	#subNav ul li a:visited {
		border-bottom: 1px solid #e6eedb;
		display:block;
		padding:0px 0px 0px 16px;
	}
	#subNav ul li a:hover,
	#subNav ul li a:active {
		
	}
	
	
	#subNav ul li a,
	#subNav ul li a:link,
	#subNav ul li a:visited {
		display:inline-block;
	}
	
	#subNav ul li a,
	#subNav ul li a:link,
	#subNav ul li a:visited {
		display:block;
	}
	#subNav ul li.last a,
	#subNav ul li.last a:link,
	#subNav ul li.last a:visited {
		border-bottom: 0;
	}
	#subNav ul li a ul li a,
	#subNav ul li a:link ul li a,
	#subNav ul li a:visited ul li a {
	}
	
	#subNav ul li.selected {
		background: transparent url('../images/subnav_selected.jpg') no-repeat scroll top left;
		color: #fff;
	}
	#subNav ul li.selected a {
		color: #fff;
	}
	#subNav ul li ul {
		padding:12px 0px;
		background: transparent none;
	}
	#subNav ul li.selected ul {
		background:#e4ecd8 none;
	}
	#subNav ul li ul li,
	#subNav ul li.selected ul li {
		padding:0px;
		min-height:10px;
		height:auto !important;
		height:10px;
		line-height:10px;
		background:transparent none;
	}
	#subNav ul li ul li a,
	#subNav ul li ul li a:link,
	#subNav ul li ul li a:visited {
		background: transparent none no-repeat scroll 0px 0px;
		padding-left:26px;
		padding-bottom:6px;
		color:#4a6b1a;
		font: 12px "Droid Sans", Verdana, sans-serif;
		margin:0px;
		border:none;
	}
	#subNav ul li.selected ul li.selected a,
	#subNav ul li.selected ul li.selected a:link,
	#subNav ul li.selected ul li.selected a:visited {
		background: transparent url('../images/subnav_arrow.gif') no-repeat scroll 16px 4px;
		font-weight: bold;
	}
	
	#learnMore {
		margin: 20px 0px 0px;
		width: 265px;
		height: 106px;
		background: url('../images/learnmore_background.jpg') no-repeat;
		position: relative;
		color: #535353;
		font: 18px "droid serif";
		padding: 15px 0 0 25px;
	}
	body.home #learnMore {
		margin-top:115px;
	}
	#learnMore_button {
		position: absolute;
		top: 70px;
		left: 23px;
	}
	
	#testimonials {
		width: 244px;
		height: 200px;
		padding: 23px 23px 0 23px;
		margin-top: 10px;
		background: url('../images/testimonials_background.jpg') no-repeat;
		position: relative;
	}
	#testimonials h3 { margin: 0 0 20px 0; }
	#testimonials .quote {
		font: italic 16px "droid serif", Arial, Serif;
	}
	#testimonials_button {
		position: absolute;
		top: 172px;
		left: 23px;
	}
	
	#connect {
		padding: 0;
		width: 295px;
		height: 175px;
		margin-top: 10px;
		background: url('../images/sidebar_connectbg.png') no-repeat;
		font: 15px "droid serif", Arial, Serif;
		color: #3f5783;
		position: relative;
/*		letter-spacing: -0.3px;*/
	}
	#connect_buttons {
		width: 265px;
		height: 65px;
		position: absolute;
		top: 55px;
		left: 20px;
	}
	#connect_buttons a {
		display: block;
		height: 65px;
		width: 58px;
		margin-right: 5px;
		float: left;
		overflow: hidden;
		background-image: url('/assets/images/social_icons_sprite.png');
		background-repeat: no-repeat;
	} 
	#connect_buttons a span.hid {
		visibility: hidden;
	}
	#fb_icon {
		background-position: 0 3px;
	}
	#fb_icon:hover {
		background-position: 0 -64px;
	}
	#tw_icon {
		background-position: -59px 3px;
	}
	#tw_icon:hover {
		background-position: -59px -64px;
	}
	#bl_icon {
		background-position: -118px 3px;
	}
	#bl_icon:hover {
		background-position: -118px -64px;
	}
	#yt_icon {
		background-position: -177px 3px;
	}
	#yt_icon:hover {
		background-position: -177px -64px;
	}	
	
	#connect_text {
		width: 100%;
		position: absolute;
		top: 130px;
		left: 0;
		text-align: center;
		color: #81a34d;
	}
	
	#connect_text span {
		color: #3f5783;
	}
	
	#training {
		padding: 20px 0 0 25px;
		width: 265px;
		height: 101px;
		margin-top: 10px;
		background: url('../images/training_background.jpg');
		color: #dfe5f7;
		font-size: 14px;
	}
	#training p {
		margin-bottom: 3px;
	}
	#training a {
		color: #e0e07a;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	
	#google_translate {
		margin-top: 20px;
		text-align: center;
	}

/* Affording Treatment */

#at_bucket_header {
	width: 650px;
	height: 190px;
	background: url('/assets/images/affording_treatment_bucket_header.jpg') 0 0 no-repeat transparent;
	margin: 0 0 15px;
	position: relative;
}

#at_bucket_header .bucket_content {
	left: 275px;
	top: 30px;
	width: 320px;
}

.bucket_content p.intro {
	font-size: 16px;
}

.bucket_content p.intro span {
	font-size: 22px;
	font-weight: bold;
}

.at_bucket {
	width: 195px;
	height: 240px;
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}

.bucket_content {
	position: absolute;
	top: 75px;
	left: 25px;
	width: 155px;
}

.bucket_content p {
	font-size: 13px;
	color: #5579a8;
	line-height: 20px;
	margin-bottom: 10px;
}

.at_bucket button {
	width: 107px;
	height: 31px;
	background: url('/assets/images/at_button_sprite.jpg') 0 0 no-repeat transparent;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	left: 25px;
}

.at_bucket button:hover {
	cursor: pointer;
	background-position: 0 -31px;
}

.at_bucket button span {
	visibility: hidden;
}

#ivf_mbg {
	background: url('/assets/images/affording_treatment_bucket_ivf_assist.jpg') 0 0 no-repeat transparent;
}

#egg_assist {
	background: url('/assets/images/affording_treatment_bucket_egg_assist.jpg') 0 0 no-repeat transparent;
}

#egg_assist_mbg {
	background: url('/assets/images/affording_treatment_bucket_egg_assist_mbg.jpg') 0 0 no-repeat transparent;
	margin: 0;
}

#footer {
	background: #4f6f97 url('../images/footer_shadow.jpg') no-repeat top center;
	width: 100%;
	height: 90px;
	font-size: 11px;
	color: #6888b0;
}
#footerContent {
	width: 960px;
	margin: 0 auto;
	padding:30px 0px 30px;
	position: relative;
}
#footerContent:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
#footer a {
	text-decoration: none;
	color: #d1ff8b;
}
#footer #bottomRow {
	float:left;
	padding:7px 0px 0px 35px;
}
#footer #bottomRow a {
	color: #cbcbcb;
}

#footerIcons {
	margin:15px 0px;
}
#footerIcons img,
#footerIcons span {
	display: inline-block;
	margin-left: 10px;
}
#footer .left {
	float:left;
	padding:3px 25px 8px;
	border-right: 1px solid #6a88ae;
}
#footer .left a,
#footer .left a:link,
#footer .left a:visited {
	display:block;
	margin:5px 0px;
}
#footer .left a:hover,
#footer .left a:active {
	
}

#copyright {
	font-size: 11px;
	color: #cbcbcb;
}

/* ======== */
/* = Blog = */
/* ======== */

h1.h1_blog {
	margin:0px 0px 0px;
}
.post {
	margin:20px 0px;
	border:1px solid #deded9;
	border-width:1px 0px 0px;
	padding:20px 0px;
}
body.single .post {
	margin:6px 0px;
	border-width:1px 0px;
}
.post_date {
	font-size: 16px;
}
.post p {
	margin:0px 0px 10px;
}
.post .entry-utility {
	font-weight: bold;
}
.post .entry-utility a,
.post .entry-utility a:link,
.post .entry-utility a:visited {
	font-weight: normal;
}
.post .entry-utility a:hover,
.post .entry-utility a:active {
	
}
.searchform {
	margin:15px 0px;
} 
.search_input {
	
}
.commentlist p {
	margin:0px 0px 10px;
	clear:both;
}
.comment-author {
	
}
.comment-author img.avatar {
	float:right;
	border:1px solid #fff;
	-moz-box-shadow: 0px 0px 5px #CBCBCB;
	-webkit-box-shadow: 0px 0px 5px #CBCBCB;
	box-shadow: 0px 0px 5px #CBCBCB;
}
.comment-author cite {
	font-weight: bold;
}
.comment-meta {
	font-size: 11px;
}
.commentlist .comment {
	
}
#comments {
	margin:50px 0px 0px;
}
#commentform {
	
}
#commentform p {
	min-height:1px;
	height:auto !important;
	height:1px;
	margin:0px 0px 6px;
}
#commentform p:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
#commentform input[type=text],
#commentform textarea {
	float:right;
	width:520px;
}
.navigation {
	min-height:10px;
	height:auto !important;
	height:10px;
}
.navigation:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}
.ta_left {
	text-align: left;
}
.ta_right {
	text-align: right;
}
.ta_center {
	text-align: center;
}
a.collapsable {
	text-decoration: none;
}
span.expand {
	display: inline-block; float: right; overflow: hidden; height: 16px; line-height: 16px; padding: 0 25px 0 20px; font-weight: normal; color: #4C6481; font-size: 12px;
	background: url('/assets/images/plus_minus.jpg') right top no-repeat;
}

span.expand.minus {
	background: url('/assets/images/plus_minus.jpg') right -32px no-repeat;
}

.clr {
	margin:0px; padding:0px; font-size:0px; clear:both; float:none; height:0px; line-height:0px; position:relative; display:block; overflow:hidden;
}
