@charset "utf-8";
/* CSS Document */

html {
	margin-bottom: 1px;
	min-height: 100%;
}
/* RESET... EVERYTHING */

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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	background-color: #d0ccc1;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

small{
	font-size: 10px;
	line-height: 14px;
}

em {
	font-style:italic;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
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: "" "";
}

sup{
	font-size: 9px;
}

.hr{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/* FORMATTING */

p{
	margin: 12px 0px;
	line-height: 18px;
}

a {
	cursor: pointer;
	color: #025fbf;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #D77157;
}


h1{
	color: #456f57;
	font-size: 23px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}

#home h1{
	font-size: 24px;
	line-height: 32px;
	width: 245px;
	padding-top: 60px;
}

h2{
	color: #5d866e;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -8px;
	margin-top: 15px;
}

h3{
	color: #454646;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -8px;
	margin-top: 15px;
}
.top {
	float: right;
	height: 19px;
	width: 40px;
	clear: both;
}


h4{
	color: #848484;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -5px;
}

big {
	font-size: 14px;
	line-height: 24px;
}


.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.no-show {
	display: none;
}
.txt_inline {
	display: inline;
}

.txt_error{
	color: #990000;
	font-weight: bold;
}

.txt_grey{
	color: #999999;
}


.icon_pdf a{
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
	display: inline-block;
	padding: 2px 0px 0px 25px;
	background-position: 0px 4px;
	font-size: 11px;
}

.input_field input{
	font-size: 11px;
	color: #5c5c5c;
	padding: 2px;
	border: 1px solid #959494;
	width: 176px;
}


/* CONTAINERS */

#wrapper{
	width: 848px;
	margin: 0px auto;
	padding-top: 5px;
}

#header{
	height: 127px;
	background-image: url('../images/page_bg_top.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
}

#headerblog{
	width:824px;
	height: 146px;
	background-image: url('../images/header4blog.gif');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#logo{
	position: absolute;
	z-index: 1000;
}

#header_info{
	width: 400px;
	height: 40px;
	float: right;
	padding: 2px 10px 0px 0px;
	font-size: 10px;
	color: #848484;
}

#header_info p{
	line-height: 16px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.header_phone{
	width: 205px;
	float: left;
}

.header_search{
	width: 180px;
	float: right;
}

.header_search a{
	font-weight: normal;
	text-decoration: none;
}

#main{
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px 12px 0px 50px;
}

#gradient{
	padding: 10px 9px 20px 15px;
	background-image: url('../images/page_bg_gradient.gif');
	background-repeat: repeat-x;
	background-color: #FFF;
}
.logo-npda {
	height: 88px;
	width: 144px;
}


#column_left{
	width: 165px;
	background-color: #FFF;
	background-image: url('../images/sidebar_bg.gif');
	background-repeat: no-repeat;
	float: left;
}

#home #column_left{
	margin-top: 65px;
}

#column_left .content{
	padding: 10px 11px;
}

#column_right{
	width: 572px;
	float: right;
	margin-top: -12px;
}

#home #column_right{
	margin-top: 0px;
}

#column_right .content ul li{
	margin: 12px 0px 12px -20px;
	line-height: 18px;
	background-image: url('../images/bullet_arrow_light-blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

#column_right .content ul li.sublist{
	margin: 12px 0px 12px -20px;
	line-height: 18px;
	background-image: url('../images/bullet-line-orange.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

#headline{
	padding-top: 20px;
	height: 45px;
}

.sidebar_divider{
	height: 70px;
	background-image: url('../images/img_sidebar.gif');
	background-repeat: no-repeat;
	background-position: 46px 7px;
	margin-bottom: 15px;
}

#footer{
	background-image: url('../images/page_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#footer .content{
	padding: 12px 0px 10px 50px;
}

#footer .content p{
	color: #807b79;
	font-size: 10px;
	margin: 0px 0px;
	line-height: 14px;
}

#footer .content p strong{
	color: #e36e4d;
}

#footer .content p a{
	color: #807b79;
	font-weight: normal;
	text-decoration: none;
}
.txt_quote {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bc7050;
	line-height: 25px;
}
.txt_quote_small {
	margin-top: 10px;
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b19572;
	text-align: right;
}



.txt_quote p{
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bc7050;
	line-height: 25px;
}

.txt_quote p small{
	margin-top: 10px;
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b19572;
	text-align: right;
}

#home .txt_quote{
	width: 225px;
}

.img_right{
	width: 252px;
	padding: 0px 10px 15px 20px;
	float: right;
}
.img_right_home {
	width: 262px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.bio-pic_right {
	width: 175px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}



/* CSS NAV */

#nav{
	height: 13px;
	padding-top: 62px;
}

#navblog{
	height: 13px;
	padding-top: 62px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
}

#nav ul{
	float: right;
	padding-top: 0px;
}

#nav a{
	display: block;
	height: 13px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 105px; /* width needed or else Opera goes nuts */
	margin: 0px 6px;
	background-image: none;
	padding: 0;
}

#nav li ul{ /* second-level lists */
	position: absolute;
	width: 190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1000;
	padding: 5px 0px 0px 0px;
	margin: 0;
}

#nav li ul li{
	width: 128px;
	margin: 0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 190px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li.nav_care-services a{
	background-image: url('../images/nav_care-services.gif');
}

#nav li.nav_care-services{
	width: 105px;
}

#nav li.nav_who-we-are a{
	background-image: url('../images/nav_who-we-are.gif');
}

#nav li.nav_who-we-are{
	width: 92px;
}

#nav li.nav_answers-and-news a{
	background-image: url('../images/nav_answers-and-news.gif');
}

#nav li.nav_answers-and-news{
	width: 125px;
}

#nav li.nav_contact a{
	background-image: url('../images/nav_contact.gif');
}

#nav li.nav_contact{
	width: 66px;
}

#nav li.nav_blog a{
	background-image: url('../images/nav_blog.gif');
}

#nav li.nav_blog{
	width: 44px;
}

#nav li.nav_home a{
	background-image: url('../images/nav_home.gif');
}

#nav li.nav_home{
	width: 42px;
}

#nav ul li a{
	background-position: 0px 0px;
}

#nav li a:hover{
	background-position: 0px -13px;
}

#nav li.nav_selected a{
	background-position: 0px -13px;
}

#nav li.nav_care-services li a, #nav li.nav_who-we-are li a, #nav li.nav_answers-and-news li a{
	background-image: none;
	background-color: #e2826f;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 6px 5px;
	height: 14px;
	width: 190px;
}

#nav li li a:hover{
	background-color: #5592c7;
}

#nav li:hover{
	height: 1%;
}

#nav li li ul{
	margin-left: 199px;
	margin-top: -31px;
}

#nav li.nav_care-services li li a, #nav li.nav_who-we-are li li a, #nav li.nav_answers-and-news li li a{
	background-color: #5592c7;
	overflow: inherit;
	height: auto;
}

#nav li li li a:hover{
	background-color: #4175a3;
}



/* SIDENAV */

.sidenav ul{
	margin: 5px 0px;
	padding: 0;
}

.sidenav ul li{
	list-style-type: none;
	background-image: url('../images/bullet_arrow_blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px 0px 10px 0px;
	padding-left: 15px;
}

.sidenav ul li a{
	text-decoration: none;
	color: #105aa8;
	font-weight: normal;	
}

.sidenav ul li a:hover, .sidenav ul li.sidenav_selected a{
	color: #717171;
}

.sidenav ul li.sidenav_selected li{
	list-style-type: none;
	background-image: url('../images/bullet_arrow_blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px 0px 10px 0px;
	padding-left: 15px;
}

.sidenav ul li.sidenav_selected li a{
	color: #105aa8;
}

.sidenav ul ul{
	margin-top: 12px;
}


.sidenav ul li.sidenav_selected{
	background-image: url('../images/bullet_arrow_grey.gif');
}

#diagnosis {
	line-height: 18px;
	border: 1px solid #A8C9FF;
}
#diagnosis  tr.alt {
	background-color: #F2F7FF;
}

#diagnosis td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 5px;
}

