/* 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {font-size: 100.01%;}
html{font-size: 62.5%;}
body {
	font:14px Arial, Helvetica, sans-serif;/* base font 13px */
	margin: 0;
	color: #333;
	background: #fff url(../images/bg-body.gif) repeat-x;
	min-width:1000px;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}

input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #00498a;
	text-decoration: none;
}
a:hover {
	color: #015dae;
	text-decoration: underline; }

#content a {
	text-decoration: underline; 
}
/* General settings */
#wrapper{
	width:980px;
	margin: 0 auto;
	padding: 121px 0 0;
	position: relative;
}
/* logo start */
#header{
	height:121px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#header:after {
	content:"";
	display:block;
	clear:both;
}
/* logo start */
.logo{
	text-indent: -9999px;
	float: left;
	margin:12px 0 0 25px;
}
.logo a{
	width:305px;
	height:54px;
	display: block;
	overflow: hidden;
	background:url(../images/bg-logo.gif) no-repeat;
}
#header .info{
	float: right;
	text-align: right;
	padding:18px 28px 0 0;
}
#header .info span{
	font-size:1.231em;
	color: #97c0e7;
	display: block;
}
#header .info strong{
	font-size:1.539em;
	color: #fff;
	display: block;
}
/* nav start */
.nav{
	width:980px;
	height:40px;
	background:url(../images/bg-nav.gif) repeat-x;
	margin: 0;
	padding:1px 0 0;
	list-style: none;
	position: absolute;
	left: 0;
	top:80px;
	font-size:15px;
}
.nav li{
	float: left;
	padding:0 13px 0 8px;
}
.nav li em{
	float: left;
	color: #fff;
}
.nav li em a{
	float: left;
	cursor: pointer;
	color: #fff;
	padding: 11px 21px 10px 22px;
	font-style: normal;
}
.nav li:hover em,
.nav li.hover em,
.nav li.active em{
	text-decoration: none;
	color: #003c71;
	background:url(../images/bg-nav-a-hover.gif) no-repeat;
}
.nav li:hover em a,
.nav li.hover em a,
.nav li.active em a{
	background:url(../images/bg-nav-a-span-hover.gif) no-repeat 100% 0;
	color: #003c71;
	text-decoration: none;
}
.nav li:hover,
.nav li.hover{position: relative;}
.nav li:hover .drop-down,
.nav li.hover .drop-down{display: block;}
.drop-down{
	width:201px;
	position: absolute;
	left:8px;
	top:38px;
	display: none;
}
/* drop-01 start */
.drop-01{width:201px;}
.drop-01-c{
	background:url(../images/bg-drop-01-c.png) repeat-y;
	width: 100%;
	overflow: hidden;
}
.drop-01-b{
	height:7px;
	background:url(../images/bg-drop-01-b.png) no-repeat;
}
.drop-down ul{
	font-size:14px;
	margin: 0;
	padding:4px 0 10px 21px;
	list-style: none;
	height:1%;
	overflow: hidden;
	line-height:30px;
}
.drop-01 ul li{
	width:154px;
	background:url(../images/separetor-01.gif) no-repeat;
}
.drop-down ul li:first-child{background: none;}
.drop-down ul li a{
	color: #11497a;
	background: none;
}
.drop-down ul li a:hover{
	color: #343333;
	background: none;
	text-decoration: none;
}
/* drop-02 start */
.drop-02{width:194px;}
.drop-02-c{
	width: 100%;
	background:url(../images/bg-drop-02-c.png) repeat-y;
	overflow: hidden;
}
.drop-02-b{
	height:7px;
	background:url(../images/bg-drop-02-b.png) no-repeat;
	overflow: hidden;
}
.drop-02 ul li{
	width:149px;
	background:url(../images/separetor-02.gif) no-repeat;
}
.drop-down ul li:first-child{background: none;}
/* drop-03 start */
.drop-03{width:383px;}
.drop-03-c{
	width: 100%;
	background:url(../images/bg-drop-03-c.png) repeat-y;
	overflow: hidden;
}
.drop-03-b{
	height:8px;
	background:url(../images/bg-drop-03-b.png) no-repeat;
	overflow: hidden;
}
.drop-03 ul{
	float: left;
	margin: 0;
	padding:5px 10px 10px 21px;
	list-style: none;
	width:149px;
}
.drop-03 ul li{
	width: 100%;
	background:url(../images/separetor-02.gif) no-repeat;
	padding: 0;
}
/* main start */
#main{
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
}
.visual{
	width: 100%;
	height:246px;
	overflow: hidden;
	position: relative;
}
.visual .title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	widtH: 500px;
	padding: 35px 0 0 42px;
}
.visual .title h1{
	margin:0 0 6px 1px;
	color: #003b6f;
	font-size:2.308em;
	font-weight: bold;
}
.visual .title p{
	margin: 0 0 23px;
	color: #3b6a95;
	font-size:1.462em;
	line-height:23px;
}
.visual .title p strong{color: #003b6f;}



.visual ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.visual ul li{
	height:246px;
	width: 100%;
}
.visual ul li img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.visual ul li .title{
	width:500px;
	padding: 30px 0 0 42px;
	position: relative;
}
.visual ul li h1{
	margin:0 0 6px 1px;
	color: #003b6f;
	font-size:2.308em;
	font-weight: bold;
}
.visual ul li p{
	margin: 0 0 23px;
	color: #3b6a95;
	font-size:18px;
	line-height: normal;
}
.visual ul li p strong{color: #003b6f;}
.btn-visitors{
	width:322px;
	height:46px;
	display: block;
	text-indent: -9999px;
	background:url(../images/btn-visitors.gif) no-repeat;
	overflow: hidden;
}
.btn-visitors:hover{background:url(../images/btn-visitors-hover.gif) no-repeat;}
.secondary-main{
	width: 100%;
	overflow: hidden;
	background:url(../images/bg-main.gif) repeat-x;
}
/* content start */

#content-full {
	width: 911px;
	float: left;
	padding: 0 0 0 25px;
}
#content-full .insurance_providers li {
	list-style: none;
	float: left;
	padding: 0 21px;
	width: 140px;
	height: 180px;
	text-align: center;
}

#content-full h2 {
	clear: both;
	display: block;
	width: 100%;
}
#content-full .resources_list {
	display: block;
	clear: both;
	width: 100%;
	margin: 10px 0;
	padding-bottom: 20px;
}

#content-full .resources_list li {
	list-style: none;
	padding: 0;
	float: left;
	width: 195px;
	height: 152px;
	line-height: 19px;
	text-align: center;
}
#content-full .resources_list li img {
	border: 0;
}
#wrapper #main #content-full .resources_list li a {
	line-height: 19px;
}
#content-full .resources_list li a:hover {
	text-decoration: none;
}

#contact-content {
	width: 395px;
	float: left;
	padding: 0 0 0 25px;
}
#contact-sidebar {
	width:525px;
	float: right;
	padding-top: 30px;
}

#content{
	width:595px;
	float: left;
	padding: 0 0 0 25px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h5 {
color: #003b6f;
padding: 8px 0;
}

.our-doctors{
	width: 100%;
	overflow: hidden;
	padding: 15px 0 0;
}
.our-doctors h2{
	margin: 0 0 8px;
	color: #003b6f;
	font-size:1.539em;
}
.our-doctors ul{
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	height:1%;
	overflow: hidden;
}
.our-doctors ul li{
	padding: 0 0 5px;
	overflow: hidden;
	height:1%;
}
.our-doctors ul li .holder{
	overflow: hidden;
	float: left;
	width:470px;
}
.our-doctors ul li img{
	float: left;
	margin: 3px 19px 5px 0;
}
.our-doctors ul li strong{
	color: #003b6f;
	font-size:1.077em;
	display: block;
	padding: 0 0 4px;
}
.our-doctors ul li p{
	margin: 0 0 2px;
	line-height: normal;
}
.our-doctors ul li a{
	color: #00498a;
	text-decoration: underline;
}
.our-doctors ul li a:hover{text-decoration: none;}




.our-doctors{
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
}
.our-doctors h2{
	margin: 0 0 8px;
	color: #003b6f;
	font-size:1.539em;
}
.our-doctors ul.bios{
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	height:1%;
	overflow: hidden;
}
.our-doctors ul.bios li{
	padding: 8px 0 8px;
	overflow: hidden;
	height:1%;
	list-style: none;
}
.our-doctors ul.bios li .holder{
	overflow: hidden;
	float: left;
	width:400px;
}
.our-doctors ul.bios li img{
	float: left;
	margin: 3px 19px 5px 0;
}
.our-doctors ul.bios li strong{
	color: #003b6f;
	font-size:1.077em;
	display: block;
	padding: 0 0 4px;
}
.our-doctors ul.bios li p{
	margin: 0 0 2px;

}
.our-doctors ul.bios li a{
	color: #00498a;
	text-decoration: underline;
}
.our-doctors ul.bios li a:hover{text-decoration: none;}









/* sidebar start */
#sidebar{
	width:316px;
	float: right;
	padding: 20px 0 0 0;
}
.allergy-tips{
	width: 100%;
	background:url(../images/bg-allergy-tips.gif) repeat-y;
	margin: 16px 0 0;
	overflow: hidden;
}
.allergy-tips .holder{
	width: 100%;
	background:url(../images/bg-allergy-tips-t.gif) no-repeat;
}
.allergy-tips .frame{
	height:1%;
	background:url(../images/bg-allergy-tips-b.gif) no-repeat 0 100%;
	padding:10px 28px 20px 20px;
}
#sidebar .allergy-tips .frame h2{
	margin: 0 0 3px;
	color: #fff;
	font-size:1.539em;
	font-weight: bold;
}
.allergy-tips .frame p{
	margin: 0 0 9px;
	line-height:16px;
	color: #fff;
}
.form {
	overflow: hidden;
	padding: 0 0 0 22px;
}
.row{
	overflow: hidden;
	height:1%;
	padding: 0 0 5px;
}
.form label{
	float: left;
	color: #97c0e7;
	font-weight: bold;
	font-size:0.924em;
	padding: 5px 0 0;
}
.form input{
	background:#fdfdfd;
	border: 1px solid #808080;
	width:150px;
	padding: 3px 4px;
	float: right;
	margin: 0 5px 0 0;
}
.form .submit{
	width:155px;
	height:44px;
	background:url(../images/btn-sing-up-hover.jpg) no-repeat;
	font-size:0;
	line-height:0;
	float: right;
	border:0;
	cursor: pointer;
	padding: 0;
	margin:4px 0 0;
}
.form input.submit:hover,
.form input.submit.hover{
	background:url(../images/btn-sing-up.jpg) no-repeat;
}

.form-side .submit {
	width: 57px;
	height: 36px;
	display: block;
	background: url(../images/btn-send.jpg) no-repeat;
	font-size:0;
	line-height:0;
	border:0;
	cursor: pointer;
	padding: 0;
	margin: 0;

}
.form-side .submit:hover {
	background-position: 0 -36px;
}

.frame span{
	color: #4b91cf;
	font-size:0.77em;
	white-space:nowrap;
	display: block;
	word-spacing:-1px;
}
/* footer start */
#w-footer{
	width: 100%;
	overflow: hidden;
	background:#fff url(../images/bg-w-footer.gif) repeat-x;
}
#footer{
	width:980px;
	margin: 0 auto;
	padding: 23px 0 20px;
	overflow: hidden;
}
#footer .col-l{
	width:495px;
	float: left;
	margin: 0 0 0 25px;
	overflow: hidden;
}
#footer .col-l h2{
	margin: 0 0 11px;
	color: #003b6f;
	font-size:1.539em;
	font-weight: bold;
}
#footer .col-l h3{
	margin: 0 0 3px;
	color: #003b6f;
	font-weight: bold;
	font-size:1.077em;
}
#footer .col-l p{
	margin: 0 0 61px;
	line-height:20px;
	color: #333;
}
#footer .col-l span{
	display: block;
	font-size:0.847em;
	color: #999;
	margin: 0 0 6px;
}
#footer .col-l ul{
	margin: 0 0 0 -3px;
	padding: 0;
	height:1%;
	list-style: none;
	font-size:0.847em;
}
#footer .col-l ul li{
	float: left;
	padding: 0 5px;
	overflow: hidden;
	background:url(../images/separetor-03.gif) no-repeat 0 3px;
}
#footer .col-l ul li a{color: #999;}
#footer .col-r{
	width:364px;
	float: right;
	padding: 0 40px 0 0;
}
#footer .col-r h2{
	margin: 0 0 12px;
	color: #003b6f;
	font-size:1.539em;
	font-weight: bold;
}
#footer .col-r dl{
	overflow: hidden;
	height:1%;
	padding: 0 0 12px;
}
#footer .col-r dt{
	float: left;
	width:215px;
	color: #003b6f;
	font-weight: bold;
}
#footer .col-r dd{
	color: #333;
	float: left;
	width:140px;
}
.by{
	overflow: hidden;
	margin: 56px 0 0 249px;
	height:1%;
}
.by span{
	float: left;
	font-size:0.847em;
	color: #9f9d9c;
	padding: 8px 5px 0 0;
}
.by a{
	width:73px;
	height:31px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../images/bg-by.jpg) no-repeat;
}
.inner{background:#fff url(../images/bg-body-inner.gif) repeat-x;}
.about-us{
	width: 100%;
	height:81px;
	overflow: hidden;
}
.about-us h1{
	color: #fff;
	font-size:32px;
	margin:21px 0 0 25px;
}
.bg{background:url(../images/bg-bg.gif) no-repeat;}
.blog{
	width: 100%;
	padding: 25px 0 0;
	line-height: normal;
}
#content .blog h2, #contact-content .blog h2 {
	margin: 0;
	color: #003b6f;
	font-size:1.539em;
	padding-bottom: 5px;
	padding-top: 0;
}
.blog p{
	margin: 8px 0;
}
.blog ul {
	padding-bottom: 0;
}
.blog ul li {
	margin-left: 18px;
	padding: 7px 0;
	list-style: url(../images/bulletpt.png);
	list-style-position: outside;
}

.blog ul li ul li {
	margin-left: 18px;
	padding: 7px 0;
	list-style: url(../images/bulletpt2.png);
	list-style-position: outside;
}

.photo-box{
	width:249px;
	height:213px;
	overflow: hidden;
	float: right;
	background:url(../images/bg-photo-box.jpg) no-repeat;
	padding: 10px 11px 11px 10px;
	margin: -5px 0 0;
}
.photo-box img{display: block;}

#sidebar blockquote{
	padding: 10px 23px 11px 27px;
}
#sidebar q {
	quotes: none;
	color: #003b6f;
	font-size:1.385em;
	line-height:21px;
	display: block;
	padding: 0 0 12px;
}
#sidebar q:before {content: "";}
#sidebar q:after {content: "";}
#sidebar cite{
	color: #666;
	font-size:0.924em;
	line-height:15px;
	font-style: normal;
}
.cite{
	width: 100%;
	padding: 0 0 19px;
}
.cite a{
	color: #3e6e9a;
	font-size:0.924em;
	margin: 10px 0 0 27px;
	display: block;
}
.cite a:hover{border:none; text-decoration: none;}

.related-links, .parent-related-links{
	width: 100%;
	overflow: hidden;
	background:url(../images/bg-related-links.jpg) no-repeat;
}
.parent-related-links{
	margin-top: 10px;
}
.related-links-b, .parent-related-links-b{
	background:url(../images/bg-related-links-b.jpg) no-repeat 0 100%;
	padding:26px 0 22px 27px;
}
.related-links-b h2, .parent-related-links-b h2 {
	margin: 0;
	color: #003b6f;
	font-size:1.539em;
}
.related-links-b ul, .parent-related-links-b ul{
	margin:11px 0 0 -3px;
	padding: 0;
	list-style: none;
	font-size:1.231em;
	height:1%;
	overflow: hidden;
}
.related-links-b ul li, .parent-related-links-b ul li{
	line-height:45px;
	height:1%;
	vertical-align:top;
}
.parent-related-links-b ul li{
	line-height: 20px;
	padding-bottom: 8px;
}
.related-links-b ul li a, .parent-related-links-b ul li a{
	color: #333;
	display: block;
	margin: 3px 0 0;
	padding: 0 0 0 49px;
}
.parent-related-links-b ul li a{
	padding-left: 10px;
	font-size: 14px;
}
.related-links-b ul li.active a{text-decoration: underline;}
.expect{background:url(../images/bg-expekt.jpg) no-repeat;}
.patient{background:url(../images/bg-patients.jpg) no-repeat;}
.inform{background:url(../images/bg-inform.jpg) no-repeat;}
.shedule{background:url(../images/bg-shedule.jpg) no-repeat;}
.contact-us{background:url(../images/bg-contact-us.jpg) no-repeat;}
/* js styles */
#header {z-index: 20;}
.slideset {
	position: relative;
	height: 246px;
}
.slideset li {
	position: absolute;
	top: 0;
	left: 0;
}
.slideset li.active {z-index: 1;}



.question{
cursor: pointer;
font-weight: bold;
margin: 5px 0;
padding: 5px;
border-bottom: solid 1px #ddd;
background: url(../images/plus-box.png) no-repeat;
background-position: right 4px;
}
.open{ 
color: #003b6f;
background: url(../images/minus-box.png) no-repeat;
background-position: right 4px;
}
.closed{ 
color: #333;
}



/* ------------------- BLOG ---------------------------- */
#calendar {
	width:240px;
	position:relative;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: both;
}
table.calendar {
	width:240px;
	margin-bottom:10px;
	font:normal 10px arial,sans-serif;
	text-align:center;
	z-index:1;
}
table.calendar th {text-align:left;}

table.calendar th.calendarHeader h5 {
	font-size: 15px;
	color: #003b6f;
	padding-bottom: 5px;
}
table.calendar tr {
	background:transparent url(../images/sep_calendar_horizontal.png) no-repeat 45% 0;
}
table.calendar tr.month {background:none;}
table.calendar tr.month h2 {margin-bottom:0;}
table.calendar tr.weekdays {background:none;}
table.calendar tr.weekdays td {
	height:30px;
	color:#000;
}
table.calendar tr td {
	height:22px;
	width:24px;
	padding:0;
	vertical-align:middle;
	background:transparent url(../images/sep_calendar_vertical.png) no-repeat left center; 
	text-align: center;
}
table.calendar tr td:first-child {background-image:none;}
table.calendar tr td.entries {
	background:#74ac51 url(../images/bg_calendar_entries.png) no-repeat center;
	border-top:1px solid #699405;
	border-left:1px solid #699405;
}
table.calendar tr td.entries:first-child {border-left:none;}
table.calendar tr.weekdays td {background-position:left top;}
table.calendar tr.week.last td {background-position:left bottom;}
table.calendar tr td a {color:#fff;}
.calendar-month-links {
	position:absolute;
	right:10px;
	top:10px;
	padding:0;
	z-index:99;
}
.calendar-month-links a {
	display:block;
	float:left;
	width:15px;
	height:15px;
	text-indent:-9999px;
	background:transparent url(../images/cal-arrows.png) no-repeat left top;
	outline:none;
}
/*.calendar-month-links a.today {width:15px;background-image:url(../img/icn_calendar_today.png);margin-left:4px;}*/
.calendar-month-links a.next {background-position:right top; margin-left: 4px;}
.calendar-month-links a:hover {background-position:left bottom;}
.calendar-month-links a.next:hover {background-position:right bottom;}
table.calendar .calendar-month-links {display:none;}

.side_boxes {
	clear: both;
}
.side_boxes h5 {
	margin-top: 15px;
}

.search_box, .newsletter_box {
	width: 240px;
	display: block;
	position: relative;
	height: 60px;
	clear: both;
}

.newsletter_box {
	margin-left: 0;
}

.search_box form input.searchbox, .newsletter_box form input.searchbox {
	font-size: 12px;
	line-height: 1;
	padding: 5px 5px 4px;
	background: url(../images/search-box.png) left top no-repeat;
	border: none;
	height: 16px;
	width: 153px;
	position: absolute;
	top: 0;
	left: 0;
}

.search_box form .searchsubmit, .newsletter_box form .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background: url(../images/btn-search.png) no-repeat;
	width: 78px;
	height:28px;
	cursor:pointer;
	border:none;
	text-indent: -99999px;
	font-size: .1em;
	color: #fff;
}
.search_box form .searchsubmit:hover, .newsletter_box form .searchsubmit:hover  {
	background-position: 0 -28px;
}
.search_box .advanced {
	position: absolute;
	top: 28px;
}

.side .search_box .advanced a {
	font-size: 11px;
	color: #999;
}
.side .search_box .advanced a:hover {
	color: #333;
}

#sidebar .side_navigation {
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding: 8px 0;
	float: left;
	width: 100%;
}
#sidebar .side_navigation li {
	padding: 8px 0 8px 25px;
}
#sidebar .side_navigation li.here {

}
#sidebar .side_navigation li.here a {
	color: #003333;
	font-weight: bold;
}

.news-notes .right  {
	padding: 15px 0;
	border-bottom: solid 1px #ddd;
}

.newsletter-side {
	margin: 5px 0 15px; 
	padding: 8px 0; 
	border-top: solid 1px #ddd; 
	border-bottom: solid 1px #ddd;
	font-size: 12px;
}
#sidebar .newsletter-side h3 {
	font-size: 15px;
}
#sidebar .newsletter-side h2 {
	font-size: 18px;
	padding: 0 0 5px 0;
}

#sidebar .newsletter-side li {
	margin-top: 6px;
	padding-bottom: 6px;

}

.clr {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}