@charset "utf-8";

	* {
			margin: 0;
			padding: 0;
	}
	
	ul {
		list-style: none;
	}
	
	a {
		outline: none;
		text-decoration: none;
		color: #005695;
	}
	a:hover{
		text-decoration:underline;
	}
	img {
		border: 0;
	}
	
	body {
		background: #fff;
		text-align: center;
		font: 12px/17px Arial, Helvetica, sans-serif;
		color: #4d4d4d;
	}
	h1 {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
	}
	h1 strong {
		color: #005695;
	}
/*	h2 {
		font-weight: bold;
		font-size: 23px;
		color: #fff;
	}*/
	h3 {
		font-weight: bold;
		font-size: 16px;
		color: #005695;
	}
	h4, h2.widgettitle {
		font-weight: normal;
		font-size: 14px;
	}
	#wrapper {
		width: 969px;
		margin: 0 auto;
		text-align: left;
		border-top: 3px solid #50b948;
	}
	#header {
		height: 120px;
		padding-top: 20px;
	}
	#logo {
		background: url(images/logo.gif) no-repeat;
		width: 326px;
		height: 99px;
		display: block;
		float: left;
		font-size: 0;
		line-height: 0;
		text-indent: -999px;
	}
	#header div {
		width: 530px;
		float: right;
		text-align: center;
	}
	#header div p {
		font: italic 14px/18px Georgia, "Times New Roman", Times, serif;
		margin: 10px 0 10px 0;
	}
	#header div span {
		display: block;
		font-size: 11px;
	}
	#header div span strong {
		color: #005695;
		font-weight: bold;
		font-size: 12px;
	}
	
	#homeContent,#wideContent {
		width: 969px;
		min-height: 300px;
		
	}
	#wideContent{
		width: 929px;
		padding:10px 10px 10px 10px;
	}
	#homeContent{
		margin-left:-10px;
	}
	#left {
		width: 510px;
		float: left;
	}
	#left h1,
	#left p {
		padding-left: 15px;
		margin-top: 20px;
	}
	.hrShort {
		background: #ededed;
		width: 517px;
		height: 2px;
		margin: 20px 0 20px 0;
	}
	#left form div {
		background: #50b948;
		width: 500px;
		height: 174px;
		border: 1px solid #399532;
		padding: 10px;
		color: #fff;
	}
	#left form h2 {
		display: block;
		padding: 0 0 10px 0;
	}
	#left form div p {
		margin: 0 0 10px 0;
		margin-top: 10px !ie;
		padding: 0;
		line-height: 16px;
		color: #fff;
		font-size: 11px;
	}
	#left form input[type=text] {
		background: #fff;
		width: 175px;
		height: 19px;
		padding: 2px 0 0 2px;
		border: 0;
		float: right;
		margin: 3px 2px 0 0;
	}
	#left form label {
		width: 50px;
		font-weight: bold;
		padding: 5px;
		display: block;
		float: left;
	}
	#left form table td {
		margin: 0;
		padding: 0;
	}
	#left form input[type=button] {
		background: url(images/click_button.gif) no-repeat;
		width: 195px;
		height: 43px;
		float: right;
		border: 0;
		cursor: pointer;
		font-size: 0;
		line-height: 0;
		text-indent: -999px;
		margin: 2px 0px 0 0;
	}
	#right {
		float: right;
		margin: 10px 10px 0 0;
	}
	#player {
		background: url(images/player.jpg) no-repeat;
		width: 423px;
		height: 264px;
	}
	#homePosts {
		width:401px;
		padding-top: 20px;
		overflow:none;
	}
	#homePosts h3{
margin-bottom:10px;
font-size:14px;
	}
	
		.homePost {
		background: #ededed;
		width: 401px;
		height: 33px;
		border: 1px solid #d3d3d3;
		padding: 10px;
		margin: 0 0 2px 0;
	}
	.homePost span {
		width: 30px;
		display: block;
		float: left;
		font-weight: bold;
		color: #909090;
		font-size: 13px;
	}
	.homePost p {
		width: 350px;
		float: right;
		color: #4d4d4d;
	}
	.homePost p a {
		color: #4d4d4d;
	}
	.homePost p a:hover {
		color: #005695;
	}
	#footer {
		height: 50px;
		margin: 30px 0 30px 0;
		border-top: 3px solid #507eb2;
		border-bottom: 1px solid #507eb2;
	}
	#footer span {
		display: block;
		float: left;
		margin: 15px 0 0 15px;
	}
	#footer ul {
		float: right;
		margin: 15px 15px 0 0;
	}
	#footer li {
		display: block;
		float: left;
	}
	#footer li a {
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin: 0 0 0 10px;
		font-size: 0;
		line-height: 0;
		text-indent: -999px;
	}
	#fb {
		background: url(images/facebook_icon.gif) no-repeat;
	}
	#twitter {
		background: url(images/twitter_icon.gif) no-repeat;
	}
	#rss {
		background: url(images/rss_icon.gif) no-repeat;
	}
	#yt {
		background: url(images/youtube_icon.gif) no-repeat;
	}
	#linked {
		background: url(images/linkedin_icon.gif) no-repeat;
	}
	#blogger {
		background: url(images/blogger_icon.gif) no-repeat;
	}
	#flickr {
		background: url(images/flickr_icon.gif) no-repeat;
	}		
	#email {
		background: url(images/email_icon.gif) no-repeat;
	}
	#wideContent,#homeContent {
/*		width: 929px;*/
	/*	padding: 10px;*/
	
	}
	#banner {
		background: url(images/banner.jpg) no-repeat;
		width: 950px;
		height: 156px;
		margin: 0 0 10px 0;
	}

	.leftBlock,
	.rightBlock {
		width: 443px;
		float: left;
	}
	.leftBlock h3,
	.rightBlock h3 {
		width: 100%;
		height: 20px;
		padding-bottom: 5px;
		border-bottom: 2px solid #ededed;
		margin-bottom: 10px;
	}
	.rightBlock {
		float: right;
	}
		
	.newsSide {
		width: 250px;
		float: left;
	}
	.newsSide div {
		margin-bottom: 15px;
	}
	.newsSide h4, .newsSide h2.widgettitle {
		width: 90%;
		border-bottom: 1px solid #eee;
		padding-bottom: 5px;
		margin: 0 0 10px 0;
	}
	.newsSide ul {
		margin: 10px 0 0 10px;
	}
	.newsSide ul {
		margin-bottom: 5px;
	}
	.newsSide li a {
		background: url(images/arrow.gif) 0 6px no-repeat;
		padding-left: 6px;
	}
	.rightBlockNews {
		width: 660px;
		float: right;
	}
	.rightBlockNews h3 {

	}
	.rightBlockNews div.newsTitle{
				border-bottom: 1px solid #aaa;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.rightBlockNews div.newsTitle a {
		display: block;
	}
	div.newsTitle a:hover{
		text-decoration:underline;
		
	}
	.rightBlockNews div.newsTitle span {
		font-size: 10px;
	}
	.postFooter {
		width: 660px;
		height: 70px;
		border-top: 1px solid #aaa;
		padding-top: 10px;
		margin-top: 10px;
	}
	.rightBlockNews p {
		margin-bottom: 15px;
	}
	#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
	#wp-calendar a {
		text-decoration: none;
		}
	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
		}
	#wp-calendar {
		empty-cells: show;
	/*	margin: 30px auto 0;*/
		width: 155px;
		}
	
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}
	
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}
	
	#wp-calendar a {
		display: block;
		}
	
	
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
	}
	.widget{
	margin-top:15px;
		
	}
	.widget_calendar h2.widgettitle{
		border:0;
	}
	.intLeft {
		width: 600px;
		float: left;
		padding-left:10px;
	}
	.intLeft p {
		margin-bottom: 20px;
	}
	.intLeft h3 {
		width: 100%;
		height: 20px;
		padding-bottom: 5px;
		border-bottom: 2px solid #ededed;
		margin-bottom: 10px;
	}
	.intRight {
		width: 300px;
		float: right;
	}
	.intRight h4 {
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	#news {
		margin-bottom: 20px;
	}
	#news li{
		background: url(images/block_bullet.gif) 0 5px no-repeat;
		margin: 0 0 10px 0;
		padding: 0 0 10px 25px;
		border-bottom: 1px solid #EDEDED;
	}
	#news li span {
		font-style: italic;
		font-size: 11px;
	}
	#news div a {
		font-weight: bold;
		font-size: 13px;
		margin: 0 0 0 15px;
	}
	#invest table .left {
		background: #fafafa;
		padding: 2px;
		width: 120px;
	}
	#invest table .right {
		background: #f0f0f0;
		padding: 2px 2px 2px 5px;
		width: 120px;
		font-weight: bold;
	}
	#contactForm {
		margin: 15px 0 0 0;
	}
	#contactForm span {
		display: block;
		float: left;
		margin-right: 5px;
		color: #51B948;
	}
	#contactForm strong {
		display: block;
		float: left;
	}
	#contactForm input[type=text],
	#contactForm textarea {
		width: 200px;
		height: 20px;
		border: 1px solid #aaa;
		font: inherit;
	}
	#contactForm textarea {
		height: 100px;
	}
	#contactForm input[type=button],#contactForm input[type=submit],
	#wsa input[type=button],#wsa input[type=submit] {
		background: url(images/submit_button.gif) no-repeat;
		width: 108px;
		height: 43px;
		cursor: pointer;
		border: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -999px;
		float: right;
	}
	#left table {
		width: 100%;
		margin: 5px 0 0 0;
	}
	#left form {
		height: 200px;
	}
	#newsletter {
		width: 400px;
	}
	#newsletter h3 {
		font-size:14px;
		margin: 20px 0 10px 0;
	}
	#newsletter strong {
		margin: 0 10px 0 0;
	}
	#newsletter input[type=text] {
		background: #fff;
		width: 150px;
		height: 20px;
		border: 1px solid #aaa;
	}
	#newsletter input[type=button] {
		background: url(images/submit_button.gif) no-repeat;
		width: 108px;
		height: 43px;
		cursor: pointer;
		border: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -999px;
		float: right;
		margin: 5px 0 0 0;
	}
	.bio {
		/*width: 830px;
		min-height: 250px;*/
		margin: 0 auto;
		clear: both;
		margin-top: 20px;
	}
	.bio img {
		width: 200px;
		height: 200px;
		float: left;
		display:none;
	}
	.bio div {
/*		width: 600px;
		float: right;*/
	}
	.bio h3 {
		margin-bottom: 5px;
	}
	.bio em {
		display: block;
	}
	.bio p {
		margin: 10px 0 20px 0;
	}
	.event{
		width:600px;
	/*	height:200px;*/
			margin: 0 auto;
		clear: both;
		margin-top: 20px;

		
	}
	.event p{
		float:left;
		width:100px;
		height:100px;
		margin-right:10px;
	}
	.event img{
		width:100%;
	/*float:left;*/
	}
	/* ----------- ######### CSS Menu ######### ----------- */
	
/* Remove List Formatting */
ul.menucss, li.menucss
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

/* Menu Bar Background */
.menubarNO
{
	background: transparent url(/images/web/navbar_bg.gif) repeat-x;
	left: 0;
	height: 34px;
	position: relative;
	top: 0;
	width: 983px;
	z-index: 500 !important;		/* to cover flash ads in IE, else menu will go behind */
}
.modulecss a:hover{
	color:#50b948;
}
/* Menu */
.modulecss
{
	border: 0;
	position: absolute;
	background: url(images/nav_bg.gif) no-repeat;
		width: 947px;
		height: 35px;
		padding: 14px 0 0 22px;
}

.modulecss ul
{
	border: 0;	
	line-height: 1em;				/* globally set the menu's item spacing. must be 1.0 or 1.5 or 2.0 for FF */
	list-style-type: none;			/* we don't want to view the list as a list */
	margin: 0;
	padding: 0;
	position: relative;				/* fix IE6 */
		width: 947px;
		height: 35px;
}

.modulecss ul li
{
	color: #fff;
	float: left;
	display: block;
	margin-right: 9px;
	height: 35px;

}

.modulecss ul li a
{
	padding-top:2px;
	border: 0;
	border-right: 1px solid #bccf72;
	color: #fff;
	display: block;
	height: 16px;
	text-decoration: none;
}

* html .modulecss ul li a,			/* fix IE6 */
* html .modulecss ul li a:visited
{
	float: left;
	width: auto;
	color: white;
}
* html .modulecss ul li a:hover		/* fix IE6 */
{
	text-decoration: none; 
}

.modulecss ul li a:hover,
.modulecss li a:focus
{

}

/* 2nd Child menu */
.modulecss .menucss li ul
{
	border: 0;
	display: none;
	font-size: 90%;
	left: 0;
	margin: 0;
	position: absolute;
	text-transform: none;
	top: 34px;
	width:200px;
}

.modulecss .menucss li ul li
{
/*	background: #3E8AB9;*/
	background:#005695;
	border: 0;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 200px;
	
	background:red;
}

.modulecss .menucss li ul a
{
/*	background: #3E8AB9;*/
	background:#005695;
	border: 0;
	border-top: 1px solid #66a3c8;
	color: #fff;
	height: 30px;
	margin: 0;
	padding: 5px 0px 0px 10px;
	width: 190px;
}

 /*\*/  /* Safari Fix so menu will not disappear in Safari */
 html>body*.modulecss .menucss li ul a { margin-bottom:6px; } 
 /**/   /* End Fix */

/* 2nd Child link hover */
.modulecss .menucss li ul a:hover
{

	border: 0;
	border-top: 1px solid #50b948;/*#bacd6e;*/
	color: #fff;
}

/* Show and hide */
.modulecss .menucss li:hover ul, .modulecss .menucss li a:focus ul, .modulecss .menucss li.subMenu ul {display: block;}
.modulecss .menucss li ul ul {display: none;}
.modulecss .menucss li:hover ul ul, .modulecss .menucss  li.subMenu ul ul {display: none;}
.modulecss .menucss li:hover ul, .modulecss .menucss li li:hover ul, .modulecss .menucss li.subMenu ul, .modulecss .menucss li li.subMenu ul {display: block;}

/* 3rd Child menu */
.modulecss .menucss li ul li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
.modulecss .menucss li ul li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
.modulecss .menucss li ul li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 3rd Child link hover */
.modulecss .menucss li ul li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
.modulecss .menucss li li:hover ul, .modulecss .menucss li li a:focus ul, .modulecss  .menucss li li.subMenu ul {display: block;}
.modulecss .menucss li li ul ul { display: none;}
.modulecss .menucss li li:hover ul ul, .modulecss .menucss  li li.subMenu ul ul {display: none;}
.modulecss .menucss li li:hover ul, .modulecss .menucss li li li:hover ul, .modulecss  .menucss li li.subMenu ul, .modulecss .menucss li li li.subMenu ul {display: block;}

/* Positioning the Pop-out Drops */
.modulecss li {position: relative;}

.modulecss ul ul ul 
{
	left: 100%;
	position:	absolute;
	top: 1px;
}

/* Sign In or Join */
.signupbar
{
	background: #3E8AB9;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	width: auto;
}
	#nav {
		background: url(images/nav_bg.gif) no-repeat;
		width: 946px;
		height: 35px;
		padding: 14px 0 0 23px;
	}
	/*#nav ul {
		width: 947px;
		height: 35px;
	}*/
	#nav li{
		float: left;
		margin-right: 8px;
	}
	#nav li a {
		font-size: 15px;
		float: left;
		color: #fff;
		border-right: 1px solid #4d8ab6;
		padding-right: 9px;
	}
	#nav #last * {
		border: 0;
	}
	#nav li a:hover {
	/*	color: #4d8ab6;*/
	color: #50b948;
	}
/* ----------- ######### CSS End Menu ######### ----------- */
.process .bullets {
	font-size: 12px;
	line-height: 16px;
	color: #84867a;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: circle;
}
.process ul {
	font-size: 12px;
	line-height: 16px;
	list-style-type: disc;
	list-style-position: outside;
}
.process li {
	color: #275CA9;
	font-weight: normal;
	margin-left: 15px;
	font-size: 12px;
}
.process h2{
	margin-top:0;
	padding-top:0;
	color: #275ca9;
	padding-bottom:10px;
}
.process tr td.info{
	padding:0 0 0 10px;	
}
.process .subtitle{
	
	color: #275ca9;
	font-weight:bold;
}
.indent{
	padding-left:10px;
}
#wsa {
		width: 610px;
		margin: 0 auto;
		padding-top: 20px;
	}
	#wsa h3 {
		height: 20px;
		border-bottom: 2px solid #ededed;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	#wsa input[type=text] {
		background: #fff;
		width: 210px;
		height: 20px;
		border: 1px solid #aaa;
	}
	#contact input[type=text] {
		margin-bottom: 4px;
	}
	#contact {
		margin-bottom: 30px;
	}
	.hospital {
		margin: 15px 0 25px 0px;
	}
	.hospital input[type=text] {
		width: 320px;
		margin-left:50px;
	}
	#details thead {
		height: 60px;
		background: #eee;
	}
	#details th {
		width: 100%;
		text-align: center;
		font-weight: normal;
		font-size: 11px;
	}
	#details th strong {
		display: block;
	}
	#details td {
		padding: 5px;
	}
	#details input[type=text] {
		width: 135px;
	}
	#details p {
		margin: 10px 0 10px 0;
	}
	.widget_pmcLatestPosts ul,
	.widget_pmc2LatestPosts2 ul,
	.widget_pmc3LatestPosts2 ul{
		margin-left:15px;
		list-style-type:disc;
			
	}

	