/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #666px;
	padding-bottom: 20px;
}
a {
	/* color: #3182C0; */
        color: #0000ff;
	font-weight: bold;
}
strong {
	font-weight: bold;
}




/* --------------- ( Custom General Classes ) --------------------------------------------- */
img.alignleft  { border: 1px solid #ccc; padding: 5px; float: left; margin: 0px 20px 20px 0px;  }
.more-link { font-weight: normal; }
p.more-link-top { margin-top: -15px; }
.vvqyoutube, .vvqgooglevideo  {
	float: left;
	padding-bottom: 18px;
}




/* --------------- ( Header ) --------------------------------------------- */
#header {
	border-bottom: 10px solid #3182C0;
	background: url(images/medical-bg.gif) 460px 0px no-repeat;
	padding: 20px 0px 0px 20px;
	margin-bottom: 20px;
}
	#header h1 a {
		background: url(images/logo.jpg) no-repeat;
		text-indent: -9999px;
		display: block;
		width: 432px;
		height: 69px;
		margin-bottom: 20px;
	}
	#header ul {
		
	}
		#header ul li {
			display: inline;
		}
			#header ul li a {
				background: #F2F2F2;
				float: left;
				padding: 6px 10px;
				text-decoration: none;
				color: #666;
				margin-right: 2px;
				font: bold 13px Verdana, Arial, Helvetica, sans-serif;
			}
				#header ul li a:hover {
					background: #3182C0;
					color: #fff;
				}
				#header ul li#current a {
					background: #3182C0;
					color: #fff;
				}




/* --------------- ( Sidebar ) --------------------------------------------- */
#sidebar {
	margin: 0px 20px 20px 20px;
	width: 200px;
	float: left;
	display: inline;
}
	#sidebar ul {
		border-top: 1px solid #E0E0E0;
		border-right: 1px solid #E0E0E0;
		border-left: 1px solid #E0E0E0;
		margin-bottom: 20px;
	}
		#sidebar ul li {
			display: inline;
		}
		#sidebar ul li a {
			border-bottom: 1px solid #E0E0E0;
			display: block;
			padding: 4px;
			text-decoration: none;
			/* color: #3182C0; */
                        color: #0000ff;
			font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		}




/* --------------- ( Content ) --------------------------------------------- */
#content {
	float: left;
	width: 530px;
}
	#content h1 {
		font: 22px Arial, Helvetica, sans-serif;
		color: #333;
		margin-bottom: 12px;
        text-decoration: none;
	}
	#content h2, #content h2 a {
		font: 22px Arial, Helvetica, sans-serif;
		color: #333;
		margin-bottom: 12px;
        text-decoration: none;
	}
	#content p {
		margin-bottom: 16px;
		color: #808080;
	}
	#content .post ul {
		
	}
		#content .post ul li {
			margin: 0px 0px 12px 25px;
			padding-left: 16px;
			color: #808080;
			background: url(images/bullet.gif) left no-repeat;
		}




/* --------------- ( Ads ) --------------------------------------------- */
#large-rectangle {
	float: left;
	margin: 0px 12px 12px 0px;
}
#sidebar #small-rectangle {
	margin-bottom: 20px;
	border: 1px solid #E0E0E0;
	padding: 10px 0px 10px 10px;
}
#horizontal-link-unit {
	
}
#banner {
        margin-bottom: 16px;
}




/* --------------- ( footer ) --------------------------------------------- */
#footer {
	clear: both;
	padding: 10px 0px 0px 20px;
	font-size: 11px;
	border-top: 1px solid #E0E0E0;
}






.pds-box {
        width: 200px !important;
        margin-bottom: 20px;
}


















