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


/* --------------------------------------------------------------------------------
  Site Level Main Navigation
--------------------------------------------------------------------------------*/
#main_content #sitemenu_area{
	width: 960px;
	height: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
#sitemenu_area nav ul {
	width: 830px;
	height: 45px;
	list-type:none;
	float:left;
	margin: 0;
	padding: 0;
}
#sitemenu_area nav ul li{
	display: inline;
	float: left;
	text-align:right;
	background-color: #ffe29d;/*changes background color of first level of menu*/
}

#sitemenu_area nav ul li a{
	height:20px;
	padding:14px 12px 5px 12px; 	
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:400;
	font-size:1.05em;
	line-height: 1em; 
	outline:0;
	text-decoration:none;
	color: #005b82;
	display: block;
	text-align:center;

}
#sitemenu_area nav ul li a.first_home_icon{ /*for home icon on site level menu*/
	width:19px;
	height: 17px;
	padding:11px 7px 11px 10px;
	display:block;
	background-image: url(../img/sprite_icon_home.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	cursor: pointer;
}
#sitemenu_area nav ul li a.first_home_icon:hover{ /*for home icon hover state*/
	background-image: url(../img/sprite_icon_home.png);
	background-repeat: no-repeat;
	background-position: 10px -18px;
	cursor: pointer;
}
#sitemenu_area nav ul li:hover,
a#giftnav:hover{
	background-color: #ebc66d;
}
#sitemenu_area nav ul li:first-child{
	/*rounded corners*/
	border-radius: 0px 0px 0px 12px;
	-moz-border-radius: 0px 0px 0px 12px;
	-webkit-border-radius: 0px 0px 0px 12px;
}
.home_indent{
	text-indent:-99999px;

}
#sitemenu_area nav ul li:hover:first-child{
	background-image: none;
}
#sitemenu_area nav ul li:last-child,
#sitemenu_area nav ul li:hover:last-child{
	/*rounded corners*/
	border-radius: 0px 0px 12px 0px;
	-moz-border-radius: 0px 0px 12px 0px;
	-webkit-border-radius: 0px 0px 12px 0px;
}

/*Body Active State change, remember to put class name in body tag for each page and also id name in a tag of menu li*/	
body#services a#servicesnav,
body#maps a#mapsnav,
body#amenities a#amenitiesnav,
body#patients a#patientsnav,
body#alumni a#alumninav,
body#pev a#pevnav,
body#news a#newsnav,
body#testimonials a#testimonialsnav,
body#fnd a#fndnav,
body#childrensfnd a#childrensfndnav,
body#giving a#givingnav,
body#events a#eventsnav,
body#about a#aboutnav,
body#give a#givenav,
body#gift a#giftnav, 
body#news a#newsnav,
body#media a#medianav,
body#about a#aboutnav,
body#community a#communitynav   {
	height:20px;
	background-color: #a4dfe0;
}
a#giftnav,
a#testimonialsnav {
	/*rounded corners*/
	border-radius: 0px 0px 12px 0px;
	-moz-border-radius: 0px 0px 12px 0px;
	-webkit-border-radius: 0px 0px 12px 0px;
}


/* --------------------------------------------------------------------------------
  Right Column Feature Boxes
--------------------------------------------------------------------------------*/
#main_content .box1, /*Combined styles for Box 1, 2, 3  DIV */
#main_content .box2,
#main_content .box3 {
	float: left;
	background-image:url(../img/bkg_divider.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	top: 2px;
	margin:20px 0px 0px 0px;
	min-height:140px;
}

#main_content .box1 { 
	padding:0px 20px 0px 0px;
	width:209px;
}
#main_content .box2 {
	padding:0px 20px 0px 10px;
	width:207px;
}
#main_content .box3 {
	padding:0px 0px 0px 10px;
	width:220px;
	background:none;
}
#main_content .box1 h3, 
#main_content .box2 h3,
#main_content .box3 h3{ /*Combined styles for Box 1, 2 & 3 Ul */
	margin-top: 0;
	font-size:1.2em;
}

#main_content .box1 ul, 
#main_content .box2 ul,
#main_content .box3 ul{ /*Combined styles for Box 1, 2 & 3 Ul */
	margin: 0;
	padding:0;
	list-style: none;
}
#main_content .box1 ul li, 
#main_content .box2 ul li ,
#main_content .box3 ul li{ /*Combined styles for Box 1, 2 & 3 Ul li */
	line-height: 1.1em;
	background-image: url(../img/bkg_li_teal_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 7px 0;
}
#main_content .box1 p, /*Combined styles for Box 1, 2, 3 & 4  P*/
#main_content .box2 p,
#main_content .box3 p {
	margin-top:0px;
}

/* --------------------------------------------------------------------------------
  H3 & H4 Anchor Tag Highlight 
--------------------------------------------------------------------------------*/
H3:target, H3.sftarget,
H4:target, H4.sftarget {
	background-image: url(/img/arrow_blue_anchor_h3.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: 0px 3px;
	color: #3366FF;
}
/* --------------------------------------------------------------------------------
 Site Award Bar at bottom above footer
--------------------------------------------------------------------------------*/
#awards_wrap {
	width:100%;
	padding: 10px 0;
	background-color: #d1e7f1;
}
#awards_wrap .awards_content {
	width:960px;
	margin: 0 auto;
	text-align:center;
}
.awards_content ul{
	list-style: none;
}
.awards_content li{
	display: inline;

}
.awards_content li img{
	padding: 0 50px 0 0;
}
.awards_content li img:last-dhild{
	padding: 0 0 0 0;
}


/* --------------------------------------------------------------------------------
  Site Level Main Navigation
--------------------------------------------------------------------------------*/
#main_content #sitemenu_area2{
	width: 960px;
	height: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
#sitemenu_area2 nav ul {
	width: 835px;
	height: 45px;
	list-type:none;
	float:left;
	margin: 0;
	padding: 0;
}
#sitemenu_area2 nav ul li{
	display: inline;
	float: left;
	text-align:right;
	
	

}

#sitemenu_area2 nav ul li a{
	height:20px;
	padding:14px 10px 5px 22px; /*Be sure to change the left and right padding in a.last as well -around line 44, otherwise heights won't match* and also around line 78 for active state*/
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:400;
	font-size:1.05em;
	line-height: 1em; 
	outline:0;
	text-decoration:none;
	color: #005b82;
	display: block;
	background-color: #ffe29d;/*changes background color of first level of menu*/
}

#sitemenu_area2 nav ul li a.last {
	padding:14px 21px 5px 22px;/*Change left and right padding here if other menu items are affected*/
}
#sitemenu_area2 nav ul li a.first_home_icon{ /*for home icon on site level menu*/
	width:19px;
	height: 17px;
	padding:11px 7px 11px 10px;
	display:block;
	background-image: url(../img/sprite_icon_home.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	cursor: pointer;
}
#sitemenu_area2 nav ul li a:hover{
	font-family: "canada-type-gibson", sans-serif ;
	font-weight:600;
	background-image: url(../img/icon_dwnarrow_white.png);
	background-repeat: no-repeat;
	background-position: 8px 18px;/*Be sure around line 95 matches*/
	background-color: #C7CE88;
}
#sitemenu_area2 nav ul li a:first-child{
	/*rounded corners*/
	border-radius: 0px 0px 0px 12px;
	-moz-border-radius: 0px 0px 0px 12px;
	-webkit-border-radius: 0px 0px 0px 12px;
}
.home_indent{
	text-indent:-99999px;

}
#sitemenu_area2 nav ul li a:hover:first-child{
	background-image: none;
}
#sitemenu_area2 nav ul li a:last-child,
#sitemenu_area2 nav ul li a:hover:last-child{
	/*rounded corners*/
	border-radius: 0px 0px 12px 0px;
	-moz-border-radius: 0px 0px 12px 0px;
	-webkit-border-radius: 0px 0px 12px 0px;
}
/* --------------------------------------------------------------------------------
  Photo & Video Gallery Extras
--------------------------------------------------------------------------------*/
.gallery_480px {
	overflow: hidden;
	width:485px;
	height:275px; 
	float:left;
	margin-bottom: 25px;
}
.gallery_small_thumb_230px{
	float: left;
	min-height: 205px;
	width: 235px;
	margin-right: 15px;
	margin-bottom: 25px;
}
.gallery_small_thumb_230px:nth-child(even) {
	margin-right: 0px;
}
.gallery_small_thumb_230px figure{	
	height:145px;
	overflow: hidden;
	margin-bottom:8px;
}
/* --------------------------------------------------------------------------------
  Patient Education Tools Pages/ thumbnail lists
--------------------------------------------------------------------------------*/
.education_box {
	width: 700px;
	float:left;
	margin: 0 0 25px 0;
	padding:0 0 10px 0;
	/*shadow*/
	-webkit-box-shadow: 0 8px 6px -6px #DBDBDB;
	-moz-box-shadow: 0 8px 6px -6px #DBDBDB;
	box-shadow: 0 8px 6px -6px #DBDBDB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFE29D;
}
.education_box .leftwrap{
	width: 80px;
	float: left;
	margin: 6px 15px 0 0;
	text-align:center;
}
.education_box .leftwrap img{
	/*shadow*/
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	/*rotate img*/
	transform: rotate(-2deg);
   -moz-transform: rotate(-2deg);
   -webkit-transform: rotate(-2deg);
}
.education_box  h4{
	margin-bottom:8px;
	color: #900055;
}
.education_box  p {
	margin-bottom: 8px;
}
.education_box  p:last-child{
	margin-bottom:0px;
}
.education_box .right_wrap{
	width: 600px;
	float:right;
	display: block;
	height:auto;
}
.education_box  .right_wrap span {
	margin-right:25px;
}
.education_box ul {
	margin: 0;
	padding:0;
	list-style: none;
	
}
.education_box ul li {
	display: inline;
	line-height: 1.1em;
	margin: 0 10px 0 0;
}

/* --------------------------------------------------------------------------------
  Awards
--------------------------------------------------------------------------------*/	


.awards_content li img{
	padding: 0 15px 0 15px;
}
.awards_content li img:last-dhild{
	padding: 0 0 0 0;
}

/*test for accordian*/
.sub-menu{
    display:none;
}
.current-menu-item{
    display:block;
}
/* --------------------------------------------------------------------------------
  Foundation Dontate Button
--------------------------------------------------------------------------------*/	

#donate_btn {
	width:210px;
	height:40px;
	overflow:hidden;
	float: left;
	margin: 0 0 15px 0;
	background-image:url(/foundations/images/sprite_btn_donate.jpg);
	background-position: 0 0;
}
#donate_btn:hover {
	background-position: 0 -40px;
}
#donate_btn a{
	height:28px;
	display:block;
	color: #fff;
	font-size: 20px;
	font-family:"Museo W01 500 Italic";
	padding: 13px 6px 6px 13px;
	cursor: pointer;
	text-shadow: 0px 1px 0px #ff7105;
}
#donate_btn a:hover{
	color: #fff;
}
