/*   =======   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; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #525252;
	background: #aed9ee url(../images/bg/main.jpg) fixed center top;
	padding-top: 34px;
}
h1, h2, h3, h4, h5, h6 { 
	color:#64b6c9; 
	margin-bottom: 1em; 
	font-family: 'Trebuchet MS', 'Myriad Pro', serif;
	font-style: italic;
	font-weight: normal;
}
h1	{ font-size: 2.375em;}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.125em; }
h4	{ font-size: 1em; }
p	{ 
	font-size: .75em; 
	line-height: 140%; 
	margin: 1em 0;
}

a, a:link, a:visited, a:active { color: #525252; text-decoration: underline;   }
a:hover { text-decoration: none;   }
a:active { outline: none; }

.left { float: left }
.right { float: right }
.center { text-align: center; }
.hide { display: none; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder { border: none !important; }
.imgLeft { float: left; padding: 5px 20px 10px 0; }
.imgRight { float: right; padding: 5px 0 10px 20px; }
#pageRight ul { list-style: disc; margin: 1em 0; }
#pageRight ol { list-style: decimal; margin: 1em 0; }
#pageRight li {
	font-size: .75em;
	line-height: 130%;
	margin: .25em 0;
}

/*   =======   LAYOUT  =======   */

#wrap {
	width: 960px;
	margin: auto;
	background: url(../images/bg/content.png) no-repeat;
	margin-bottom: 100px;
	position: relative;
	padding-top: 15px;
}
#header {
	margin: auto;
	width: 920px;
	height: 106px;
	position: relative;
}
#logo {
	margin: 10px 0 15px;
	float: left;
}
#logo a { border: none; }
#nav { float: right; }

#main {
	width: 920px;
	margin: auto;
/* 	overflow: auto; */
	clear: both;
}

/*   =======   NAV  =======   */

#nav li {
	float: left;
}
#nav a {
	display: block;
	float: left;
	color: #5d5d5d;
	text-decoration: none;
	text-indent: -999em;
	background: url(../images/nav.png) no-repeat left top;
	height: 30px;
}
#nav li.home a 		{	background-position: 0 top;		width: 61px; }
#nav li.about a 	{	background-position: -61px top;	width: 85px; }
#nav li.specialties a {	background-position: -146px top;	width: 95px; }
#nav li.news a 		{	background-position: -241px top;	width: 57px; }
#nav li.events a 	{	background-position: -298px top;	width: 64px; }
#nav li.studies a 	{	background-position: -362px top;	width: 163px; }
#nav li.testimonials a{ background-position: -525px top;	width: 105px; }
#nav li.contact a	{ background-position: -630px top;	width: 77px; }

#nav li.home a:hover, #nav li.home.navOn a			{ background-position: 0 bottom;}
#nav li.about a:hover, #nav li.about.navOn a 		{ background-position: -61px bottom;	}
#nav li.specialties a:hover, #nav li.specialties.navOn a	{ background-position: -146px bottom;}
#nav li.news a:hover, #nav li.news.navOn a 			{ background-position: -241px bottom;}
#nav li.events a:hover, #nav li.events.navOn a		{ background-position: -298px bottom;}
#nav li.studies a:hover, #nav li.studies.navOn a 	{ background-position: -362px bottom;}
#nav li.testimonials a:hover, #nav li.testimonials.navOn a	{ background-position: -525px bottom;}
#nav li.contact a:hover, #nav li.contact.navOn a	{ background-position: -630px bottom; }

#topPhoneNumber {
	bottom:7px;
	position:absolute;
	right:0;
	width: 300px;
	text-align: right;
}
#topPhoneNumber p {
	font-size: .75em;
	color: #a1b2b8;
	font-style: italic;
}
#topPhoneNumber a {
	color: #a1b2b8;
	text-decoration: none;
}
#topPhoneNumber a:hover {
	color: #4d8b9a;
}
#topPhoneNumber b {
	color: #4d8b9a;
}

/*   =======   FOOTER  =======   */

#footer {
	clear: both;
	float: right;
	width: 405px;
	background: url(../images/bg/blue_54.png) repeat;
	padding: 15px 20px 45px 20px;
	margin-bottom: -30px;
	overflow: auto;
}
#footer ul {
	float: left;
	width: 160px;
	margin-right: 5px;
	color: #8fa3ae;
	font-size: .6875em;
	font-weight: bold;
}
#footer .nonB { font-weight: normal; }
#footer a {
	color: #8fa3ae;
	line-height: 1.75em;
	text-decoration: none;
}
#footer a:hover {
	color: #64b6c9;
}
#footer .last { width: 70px; }
#copyright {
	clear: both;
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 100;
}
#copyright p { 
	margin: 0;
	color: #98adb8;
	font-size: .6875em;
}
#copyright a {
	color:#8FA3AE;
	text-decoration: none;
}
#copyright a:hover {
	color:#64B6C9;
}
/*   =======   HOME  =======   */

#homeHeader {
	width: 920px;
	clear: both;
}

#features {
	width: 480px;
	height: 381px;
	overflow: hidden;
	background: #fff;
	float: left;
}
#features h3 {
	line-height: 42px;
	font-size: 1.25em;
	color: #525252;
	font-style: italic;
	float: left;
	width: 300px;
	padding-left: 20px;
	margin-bottom: 0;
}
#slideNav {
	font-size: .75em;
	float: right;
	margin: 10px 30px 0 0;
}
#slideNav .prev, #slideNav .next { float: left; }
#slideNav .prev a { background: url(../images/elements/arrows.png) no-repeat left top; }
#slideNav .next a { background: url(../images/elements/arrows.png) no-repeat right top; }
#slideNav .prev a, #slideNav .next a { 
	width: 10px; 
	height: 17px; 
	float: left;
	display: block;
}
#slideNav a { text-indent: -999em; }
/* home page mods */
#slideNav .prev span { background: url(../images/elements/arrows.png) no-repeat left top; }
#slideNav .next span { background: url(../images/elements/arrows.png) no-repeat right top; }
#slideNav .prev span, #slideNav .next span { 
	width: 10px; 
	height: 17px; 
	float: left;
	display: block;
}
#slideNav .prev span,#slideNav .next span { text-indent: -999em; cursor:pointer;}
/* ^^ */
#slideNav .slideNum {
	float: left;
	line-height: 1.5em;
	display: block;
	margin: 0 1em;
}
#slideWrap {
	clear: both;
	overflow: hidden;
}
.slide {
	position: relative;
	width: 238px;
	height: 339px;
	float: left;
	margin-right: 2px;
}
.slide:hover .slideText {
	background: #64b6c9;
}
.slide:hover .slideText p {
	color: #525252;
}
.slideText {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/bg/black_56.png) repeat;
	padding: 15px 5px 15px 15px;
	width: 218px;
}
.slideText h4 {
	font-size: 1em;
	color: #fff;
	margin: 0;	
}
.slideText p {
	font-size: .625em;
	color: #a6ecfe;
	margin: 1em 0 0;
	line-height: 120%;	
}

#videoHome {
	float: left;
	width: 410px;
	padding: 0 15px 15px;
}
#videoHome h3 {
	line-height: 42px;
	font-size: 1.25em;
	color: #525252;
	font-style: italic;
	float: left;
	width: 250px;
	margin-bottom: 0;
}
#videoSeeMore a {
	color: #023f52;
	font-style: italic;
	background: url(../images/elements/arrrow_dark.png) right top no-repeat;
	padding-right: 12px;
	font-size: .75em;
	float: right;
	display: block;
	height: 16px;
	margin-top: 10px;
	text-decoration: none;
	line-height: 150%;
}
#videoSeeMore a:hover { color: #000; }
#videoMain a {
	width: 408px;
	height: 241px;
	background: url(../images/photos/video_hp.jpg) no-repeat left top;
	display: block;
	clear: both;
	text-indent: -999em;
}
#videoMain a:hover {
	background-position: left bottom;
}
/*   =======   PAGE CONTENT  =======   */

#sideNav {
	width: 230px;
	float: left;
	margin-left: -10px;
}
#sideNav ul {
	background: url(../images/bg/white_34.png);
	padding: 10px;
	width: 190px;
}
#sideNav h2 {
	color: #64b6c9;
	width: 190px;
	height: 52px;
	text-align: center;
	font-size: 1.125em;
	line-height: 52px;
	background: url(../images/bg/white_56.png);
	border-bottom: 1px solid #c3c5c6;
	display: block;
	margin: 0;
}
#sideNav h2.short {
	border: none;
}
#sideNav li {
	background: url(../images/bg/sidenav.png) center center no-repeat;
	display: block;
	width: 190px;
	height: 30px;
	border-bottom: 1px solid #c3c5c6;
}
#sideNav a {
	background: url(../images/elements/arrow_sidenav.png) no-repeat 175px top;
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	font-size: .6875em;
	color: #362c18;
	padding: 0 10px;
	text-decoration: none;
}
#sideNav a:hover, #sideNav li a.navOn {
	color: #64b6c9;
	background: url(../images/elements/arrow_sidenav.png) no-repeat 175px bottom;
}
#sideNavBottom {
	background: url(../images/bg/sidenav_bottom.png) no-repeat;
	width: 190px;
	height: 50px;
	margin: -10px 0 20px 10px;
}
#sideNavBottom.short {
	height: 20px;
}
/*
.featureBox {
	width: 202px;
	margin: 0 5px 20px;
	display: block;
}
*/
.featureBox {
	background: url(../images/bg/sideblock.png) no-repeat;
	width: 167px;
	height: 131px;
	margin: 0 5px 20px;
	padding: 20px 15px 15px 20px;
	display: block;
}
.featureBox h3 {
	color: #fff;
	font-size: 1.125em;
	margin-bottom: .5em;
	font-style: normal;
	font-weight: bold;
	text-shadow: 1px 1px #666;
}
.featureBox p {
	color: #fff;
	line-height: 140%;
	margin: 0 0 .5em;
}

.blueButton {
	background: url(../images/elements/button_blue.png) no-repeat center center !important;
	width: 123px !important;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: white !important;
	text-shadow: 1px 1px #666;
	padding: 0 !important;
	margin: 10px auto !important;
}
a.blueButton:hover {
	color: #333 !important;
	text-shadow: 1px 1px #999;
}
#pageContent {
	width: 700px;
	float: left;
}
#pageText {
	background: #fff;
	padding: 15px 10px;
	width: 680px;
	overflow: auto;
}
#pageText.clearBg { 
	background: transparent; 
	padding: 0;
	width: 700px;
}
#pageContent h1 {
	margin: 18px 0 22px;
}

.backTop a {
	text-decoration: none;
	color: #3ea8c1;
	display: block;
	background: url(../images/elements/arrow_back.png) no-repeat 4px top;
	padding-left: 17px;
	font-size: .6875em;
	margin: 1em 0;	
}
.backTop a:hover {
	color: #362c18;
}
.caption {
	font-size: .6875em;
	font-style: italic;
	color: #3ea8c1;
	margin: 6px 0;
	display: block;
}
.pageLinks {
	margin: 0 0 1em 0;
	font-size: .75em;
}
.pageLinks:last-child {
	margin: 1em 0 1em 0;
	clear: both;
}
.pageLinks .prev, .pageLinks .next {
	text-decoration: none;
	display: inline !important;
	padding: 3px 0 3px 4px;
	color: #a9a9a9
}
.pageLinks a.prev:hover, .pageLinks a.next:hover {
	color: #525252;
}
.pageNumber {
	display: inline;
}
.pageNumber li {
	display: inline;
	border: 1px solid #ebebeb;
	padding:2px 2px 2px 5px;
	margin: 0 3px;
	color: #a9a9a9
}
.pageNumber a {
	color: #a9a9a9;
	text-decoration:none;
}
.pageNumber a:hover, .pageNumber li.active {
	color: #525252;
}

/*   =======   ALL STAFF  =======   */

.staffBlock {
	width: 320px;
	float: left;
	margin: 0 20px 20px 0;
	background: #fff;
	padding: 10px;
}
.staffBlock.end { margin-right: 0; }
.staffBlock img {
	float: left;
	margin-right: 10px;
}
.staffInfo {
	float: left;
	width: 150px;
}
.staffInfo h3 {
	color: #525252;
	font-size: .875em;
	margin: 1em 0;
	line-height: 120%;
}
.staffInfo p {
	color: #3ea8c1;
	font-size: .6875em;
	line-height: 120%;
	margin: 1em 0 2em;
}
.staffInfo .seeMore {
	color: #023f52;
	font-style: italic;
	background: url(../images/elements/arrrow_more.png) right top no-repeat;
	padding: 0 14px 1px 0;
	font-size: .75em;	
	text-decoration: none;
}
.staffBlock:hover { background: #3ea8c1; }
.staffBlock:hover h3 { color: #fff; }
.staffBlock:hover p { color: #525252; }
.staffBlock:hover .seeMore { color: #fff; background: url(../images/elements/arrrow_more.png) right bottom no-repeat; }


/*   =======   STAFF PROFILE   =======   */

#staffProfile {
	background: #fff;
	width: 600px;
	padding: 25px;
	overflow: auto;
}
.staffLeft {
	width: 390px;
	float: left;
	padding-right: 10px;
}
.staffRight {
	width: 200px;
	float: right;
	text-align: right;
}
.thumbs {
	margin: 10px 0;
}
.thumbs img {
	margin: 0 0 10px 10px;
	float: left;
}
.smallText {
	font-size: .6875em;
	color: #525252;
	text-align: center;
	font-style: italic;
	padding-left: 10px;
}
.staffLeft h3 {
	color: #525252;
	font-size: 1em;
	margin: 3em 0 1em;
}
.staffLeft h3:first-child { margin: 0 0 1em;}
.backStaff {
	font-size: .875em;
	font-style: italic;
	float: right;
	margin: -40px 50px 0 0;
}
.backStaff a { text-decoration: none; }

.photoBlock {
	float: left;
	margin: 0 5px 10px 5px;
}

/*   =======   VIDEOS   =======   */

.videoBlock {
	overflow: auto;
	border-bottom: 5px solid #cce7ee;
	padding: 0 0 20px;
	margin: 5px 5px 20px;
}
.videoContainer {
	border: 2px solid #cce7ee;
	width: 380px;
	float: left;
}
.videoInfo {
	float: right;
	width: 270px;
}
.videoInfo h3 span {
	color: #5d5d5d;
}

/*   =======   NEWS   =======   */

.latestNews {
	overflow: auto;
	margin-bottom: 35px;
}
.latestNewsPhoto {
	float: left;
}
.latestNewsSummary {
	float: right;
	width: 350px;
}
.latestNewsSummary h3 {
	font-style: italic;
	margin-bottom: .25em;
}
.latestNewsSummary a.continue {
	display: block;
	font-weight: bold;
}
.col1, .col2 {
	width: 332px;
	float: left;
}
.col1 {
	border-right: 1px solid #cfcfcf;
}
.col2 {
	float: right;
}
.pressRelBlock, .newsBlock {
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
}
.pressRelBlock img, .newsBlock img {
	float: left;
}
.presRelText, .newsText {
	float: left;
	width: 180px;
	margin-left: 15px;
	color: #323232;
}
.presRelText h5, .newsText h5{
	font-style: normal;
	font-weight: bold;
	font-size: .75em;
	color: #323232;
	margin: 0;
}
.presRelText p, .newsText p {
	margin: 3px 0;
}
.presRelText .continue, .newsText .continue {
	display: block;
	color: #64b6c9;
}
.archived {
	text-align: right;
	font-style: italic;
	font-size: .75em;
	color: #464646;
	display: block;
	margin-right: 15px;
}
.date {
	font-style: italic;
	color: #999;
	margin:  -1em 0 0 0;
}
.blueBreak {
	height: 0;
	line-height: 1px;
	margin: 1.25em 0;
	border: none;
	border-top: 1px solid #64b6c9;
}
/*   =======   CONTACT   =======   */


#contact input, #contact select, #contact textarea {
	background: #deecf0;
	border: 1px solid #75c2d5;
}
#personalInfo {
	width: 315px;
	padding: 0 15px 0 10px;
	border-right: 4px solid #deecf0;
	float: left;
}
#question {
	float: right;
	width: 310px;
	padding: 0 10px; 
}
#contact {
	margin: 35px 0 15px;
}
#contact h5 {
	font-style: normal;
	color: #323232;
}
#contact p {
	font-size: .6875em;
}
#contact label {
	clear: left;
	width: 110px;
	font-size: .75em;
	padding: 3px;
	color: #75c2d5;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 15px;
}
#contact input {
	width: 180px	
	display: block;
	float: left;
	margin-bottom: 15px;
}
#contact select {
	display: block;
	float: left;
}
#contact .age { width: 50px; margin-left: 2px; }
#contact .normal { float: none; width: 100%; text-align: left; margin-bottom: 5px; padding: 0; }
#contact select.normal { margin-bottom: 15px; }
#contact textarea {
	width: 308px;
	height: 130px;
}
#contact .blueButton {
	border: none;
	float: none;
	margin: 15px 0 0 11px !important;
}


/*   =======   EVENTS   =======   */



#miniCalendar {
	overflow: hidden;
}
#miniCalBlock {
	background: url(../images/bg/minical.png) no-repeat center bottom;
	overflow: hidden;
}
#miniCalendar p {
	color: #378da1;
	margin: 3px;
	font-size: .6875em;
	text-align: center;
}
#miniCalendar li {
	background: none !important;
	float: left;
	display: block;
	font-size: .625em;
	height: 11px;
	list-style: none;
	margin: 2px 5px;
	padding: 3px 5px 3px 2px;
	width: 10px;
	color: #378da1;
	text-align: center;
	border: none;
}
#miniCalendar li.selected {
	background: #c7d4dd !important;
}
#miniCalendar li a {
	background: none !important;
	color: #378da1;
	display: block;
	font-size: 1em !important;
	height: 10px;
	line-height: 100%;
	padding: 0;
	text-decoration:none;
	width: 10px;
	text-align: center;
}
.wide-calendar {
	width: 700px;
}
.calendarTop {
	background: #fff;
	border-bottom: 1px solid #c1c4c7;
	height: 65px;
	line-height: 65px;
}
.years {
	float: left;
	margin:1em 0 0 20px;
	font-size: 1.125em;
	padding-top: 7px;
}
.years a {
	color: #c5e7f5;
	padding: 0 5px;
	text-decoration: none;
}
.years a.active, .years a:hover {
	color: #64b6c9;
}
.months {
	float: right;
	font-family: 'Trebuchet MS', 'Myriad Pro', serif;
	font-style: italic;
	font-size: 1.125em;
	margin: 0 20px 0 0;
	height: 65px;
	line-height: 60px;
}
.months a {
	color: #c5e7f5;
	text-decoration: none;
}
.months a:hover {
	color: #64b6c9;
}
.months a.active {
	color: #64b6c9;
	font-size: 2.25em;
}
.calendarDays {
	background: #e0e7ee;
	clear: both;
	overflow: auto;
	padding: 9px;
	*padding-bottom: 18px;
}

.wide-calendar li.dayName {
	font-size: .75em;
	line-height: 20px;
	width: 77px;
	color: #64b6c9;
	margin-bottom: 0;;
}
.wide-calendar li {
	float:left;
	list-style: none outside;
	text-align:center;
	width: 77px;
	margin: 10px;
	position: relative;
}
.wide-calendar li p {
	background: url(../images/bg/calendarday.png) no-repeat;
	color: #2e2e2e;
	float: left;
	font-size: .625em;
	height: 67px;
	width: 67px;
	line-height:11px;
	margin: 0;
	padding: 5px;
	text-align:left;
	overflow:hidden;
	border: 1px solid #d1d6db;
	position: relative;
}
.wide-calendar li p a {
	font-style: italic;
	text-decoration: none;
}
.wide-calendar li p span {
	color: #64b6c9;
	font-weight: 700;
	position: absolute;
	display: block;
	right: 5px;
	bottom: 5px;
	font-size: 1em;
}
.eventShort {
	width: 190px;
	margin: 15px auto;
	padding-right: 10px;
}
.eventShort h5 {
	color: #242424;
	font-style: normal;
	font-size: .75em;
	margin-bottom: 2px;
	font-weight: bold;
}
.eventShort p {
	color: #242424;
	margin: 0;
}
.eventShort a {
	color: #348ea3 !important;
	margin: 0 !important;
	background: none !important;
	display: block;
	width: 100%;
	padding: 0 !important;
	line-height: 100%;
	height: .75em;		
}
.eventShort a:hover {
	color: #fff !important;
}
#box5 div{
	position:absolute;
	width:1080px;
	height:306px;
	padding:0px;
	margin:0px;
}



.homeHeaderText {
	width: 145px;
	height: 266px;
	background: #494949;
	float: left;
	padding: 15px 25px 25px;
	font-family: 'Myriad Pro';
}
.homeHeaderImg {
	width: 725px;
	height: 306px;
	float: left;
}
.homeHeaderText h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.625em;
	line-height: 140%;
	color: #fff;
}
.homeHeaderText p {
	color: #faebcc;
	line-height: 140%
}
