/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */




html, body {
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}



body {
		background-attachment: scroll;
    background-clip: border-box;
    background-color: #003366;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
		color: #4C4C4C;
    font: 13px/1.5 'Questrial', Verdana, Helvetica, Arial, sans-serif;
}

	
#page {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 40px;
}

.node-type-section-landing #region-sidebar-second {
	top: 285px;
}
 
/*html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}*/

/*body{
	background:#265E97 url(../images/UANH-bg-body.jpg) repeat-x;
  	font: 13px/1.5 'Questrial', Verdana, Helvetica, Arial, sans-serif;
	}*/
	
#zone-branding, #zone-menu, #zone-header,
#zone-preface, #zone-content, #zone-postscript/*, #zone-footer*/{
	background: #ffffff;
	}

#zone-user-wrapper{
	background: #cc0033;
	height: 42px;
	padding:0;
	margin: 0;
}

 #zone-header{
	 padding: 10px 0;
 }

/*******************************************
   * REGION FIRST BAR
   * AHSC LOGO
***************************************/
#region-user-first p{
	padding:0;
	margin:0;
	line-height: 0;
}
#region-user-first .ahsclogo img{
	float: none;
	text-align: center;
	padding: 3px 0 0 10px;
	/*width:280px;*/
	width: 85%;
}

/*******************************************
   * REGION SECOND BAR
   * AHSC-UAHN Menu
***************************************/

/*#region-user-second{
	display: none;
}*/

#block-superfish-2{
   display: none;
}


/*******************************************
   * HEADER FIRST REGION
   * department logo
***************************************/
#region-header-first{
/*	float: left;
	clear: left;*/
	/*background: #0F0;*/ /*green*/
	
}
#region-header-first p{
	padding:0;
	margin:0;
	line-height: 0;
}
.deptlogo{
	width: 70%;
	
}

/*******************************************
   * HEADER SECOND REGION
   * secondar menu
***************************************/
#region-header-second{
	/*background: #0F0;*/ /*green testing color*/
}


#block-search-form{
		visibility: hidden;
		display:none;
		} 
		
		


.topNav {
	margin: /*0.5em 0 0*/ 0;
  background: none repeat scroll 0 0 transparent;
	position: relative;
}
#block-menu-menu-secondary-menu ul {
    float: right;
    list-style: none none;
    margin: 0;
    padding: 0 10px 0 0;
}
#block-menu-menu-secondary-menu ul li {
    border-right: thin solid #999999;
    color: #999999;
    display: inline;
    font-size: 12px;
    line-height: 14px;
    padding: 0 5px 0 4px;
}
#block-menu-menu-secondary-menu ul.menu li {
    margin: 0;
}
#block-menu-menu-secondary-menu li.leaf.last {
    border-right: medium none;
}

/*#block-menu-secondary-menu li.last a {
    border-right: medium none;
		background:url(../images/icon-login.png) no-repeat 90% center;
		padding: 0 30px 0 0;
}*/
#block-menu-menu-secondary-menu ul li a {
    font-weight: normal;
}
#block-menu-menu-secondary-menu ul li a:link, 
#block-menu-menu-secondary-menu ul li a:visited {
    color: #777777;
}
#block-menu-menu-secondary-menu ul li a:hover, 
#block-menu-menu-secondary-menu ul li a.active {
    color: #CC0033;
}

img.caption {
    margin-bottom: 5px;
}

span.image-caption-container {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #CCCCCC;
    display: block;
    height: auto !important;
    padding: 10px;
    position: relative;
}
.image-caption-container-right {
    float: right;
    margin: 15px 0 15px 15px;
}
.image-caption-container-left {
    float: left;
    margin: 15px 15px 15px 0;
}
.image-caption-container .image-caption {
    color: #444444;
    font-size: 0.8em;
    font-style: italic;
    line-height: normal;
    text-align: center;
}


/*******************************************
   * MENU - PRIMARY MENU
   * JS menu displays on phones
***************************************/
/*.nav {
	width:100%;
	height:auto;
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
	left: 0;
	position: relative;
}


.nav ul {
	background: #003366;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  display:block;
	list-style: none;
	z-index: 100;
}

.nav ul li {
	float: left;
  font-size: 14px;
  *font-size: 13px;
  font-weight: bold;
  text-align: left;
  display:block;
	width: 100%;
	border-top: #002244 solid 1px;
	border-bottom: #003E7B solid 1px;
	background: #003366;
}

.nav ul li.last {
	border-right: none;
}

.nav ul li.first {
	border-left: none;
}

.nav ul li a {
	color: #fff;
	padding:11px 15px 0;
	text-decoration: none;
	height: 26px;
	line-height: 1.2em;
	display: block;
}


.nav ul li a.active {
	background:#000033;
	height: 26px;
}


.nav ul li a:hover {
  color: #fff;
  text-decoration: none;
	background: #054587;
	height: 26px;
	
}


.nav ul.menuparent a {
	color: #fff;
}

.nav ul.menuparent a.active {
	background:#000033;
	color: #fff;
	font-weight: bold;
}



.nav ul li ul {
	margin: 0 0 0 174px;
	padding: 0;
}


.nav ul li ul li {
	text-align: left;
	width: 150px;
	padding:0;
	background-color:#FF0000;
}


.nav ul li.menuparent ul li a {
	margin: 0;
	height: auto;
	padding: 5px 20px;	
}

.nav ul li.menuparent ul li a:hover {
	color: #fff;
}

	
.nav ul li.menuparent ul li {
	border-top: none;
	border-bottom: none;
	margin-right: 0;
	margin-top:0;
}	*/

#block-superfish-1{
	display: none;
}
		
#zone-menu-wrapper{
		/*fix for ie z-index problem, add this on the top container that holds your menu block*/
    position:relative;
    z-index:2
}


#block-menu-block-1 {
    margin-bottom:1em;
}

#block-menu-block-1 ul.menu {
    margin:0;
    padding:0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position:relative;
}

#block-menu-block-1 ul/*.menu*/ li {
    list-style-image: none;
    list-style-type: none;
}

#block-menu-block-1 ul li.expanded {
    list-style-image: none;
    list-style-type: none;
}
#block-menu-block-1 ul li.collapsed {
    list-style-image: none;
    list-style-type: none;
}
#block-menu-block-1 ul li.leaf {
    list-style-image: none;
    list-style-type: none;
}


#block-menu-block-1 ul.menu li a {
    display: block;
    line-height: 1em;
    padding: 0.5em;
	padding-top: 0.75em;
    outline:none;
    background:#003366;
    color:#FFF;
    border:none;
	text-decoration: none;
	height: 25px;
}

#block-menu-block-1 ul.menu li a:hover {
    background:#054587;
    text-decoration:none;
}

#block-menu-block-1 ul.menu li span.over {
   /* background:#CCC;*/
    color: #000000;
    display: block;
    float: right;
    height: 42px;
    line-height: 42px;
    padding: 0 0.5em;
    text-align: center;
    cursor:pointer;
	background: #003366 url(../images/down-arrow.png) no-repeat center center;
	width: 30px;
}


#block-menu-block-1 ul.menu li span.over:hover {
    background:#cc0033 url(../images/down-arrow.png) no-repeat center center;
    color:#FFF;
}

#block-menu-block-1 ul.menu ul {
    margin:0;
    padding:0;
    display:none;
}

#block-menu-block-1 ul.menu ul li a {
    text-indent:0;
    color:#000;
    background:#CCC;
    text-decoration:none;
}

#block-menu-block-1 ul.menu ul li a:hover {
    background: #EBEBEB;
}

#block-menu-block-1 ul.menu ul li a.last {
    border-bottom: none;
}

/*******************************************
      *REGION PREFACE FIRST
			
******************************************/
.front #region-preface-first {
	border-bottom: #eee solid 1px;
}

#region-preface-first .view-news .views-row {
    border-top: #eee solid 1px;
    clear: left;
    margin-bottom: 5px;
    min-height: 90px;
}


#region-preface-first .news img {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 0;
		padding: 0;
		display: block;
    float: left;
		background: #ccc;

}

/***********************************

   * NEWS *
	 home page / all news page
	 
***********************************/

.view-news{
	margin-bottom: 10px;
	padding: 0;	
}
.view-news .views-row {
    border-top: 1px solid #EEEEEE;
    clear: left;
    padding: 10px 15px 10px 0;
}

.view-news .views-field-created {
    color: #999999;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.5em 0;
}
/*.view-news .views-field-field-na-teaser-title {
    padding: 5px 0;
}*/

.view-news .views-field-field-teaser-image {
    border-radius: 5px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
}

.view-news .views-field-title a {
    font-family: "Times New Roman",Georgia,serif;
    font-size: 1.3em;
    line-height: 1.2em;
    text-decoration: none;
}

.spotlight h2.block-title {
    margin-top: 40px;
}


/*Grouping item DATE*/
.view-news h3 {
	font-size: 1.2em;
    line-height: 1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    clear: left;
    padding: 20px 0 10px;
	color: #666;
	margin-top: 10px;
}
/*.node-type-news-item p img {
    padding: 10px;
}
.node-type-news-item p img {
    float: left;
    margin-right: 20px;
    padding: 0;
}
*/

.node-type-lecture-video .field-name-field-event-series-name{
	font-weight:bold;
	color:#cc0033;
	font-size: 1.2em;
	margin-top: 20px;
}

.node-type-lecture-video .field-name-field-lecture-date{
	color:#666666;
	margin-bottom: 10px;
}

/***********************************
   * Spotlight News Boxes *
	on home page
***********************************/

.spotlight .view-news .views-row, 
.spotlight .view-events .views-row {
	background: #F2F2F2;
	padding: 5px 0;
	margin: 10px 0;
	border-top: #cc0033 1px solid;
	}
	
.spotlight .view-news .views-row-last, 
.spotlight .view-events .views-row-last {
	margin-bottom: 15px;
}
	

.spotlight .views-field-title {
	font-size: 0.9em;
	/*margin-top: 0.2em;*/
	padding: 0.5em 0.9em;
	color:#003366; 
	}
	




/*******************************************
      *REGION PREFACE SECOND
			
******************************************/

.region-preface-second{
	margin-top: 15px;
}


/*******************************************
      *REGION PREFACE THIRD
			
******************************************/
.region-preface-third{
	margin-top: 15px;
}

/*#block-views-hot-news-items-block{
	margin-bottom: 10px;
}

#block-views-hot-news-items-block h2{
	padding: 10px 0 0 20px;
}

.block-hot-news-items-block {
	background:#f2f2f2;
}

.view-hot-news-items .views-row{
	background:url(../images/trend-bullet.png) no-repeat 0 5px;
	margin: 0 0 20px 0;
  padding: 0 5px 0 35px;
	background-origin:border-box;
}



.view-hot-news-items .views-field-title{
	color: #cc0033;
}*/



/*******************************************
   * GENERAL STYLES
 
***************************************/


h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.01em;
  font-family: "Times New Roman",Georgia,serif;
  margin-bottom:0.2em;
}

h1 {
   color: #cc0033;
  font-size: 2.0em;
  font-weight: normal;
  line-height: 1.1em;
  padding: 20px 5px 0;
}

h2 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #2c2c2c;
	margin: 10px 0;
}

.front h2 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #2c2c2c;
	margin: 30px 0 10px 0;
}

/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1.site-name,
h2.site-name {
  font-size: 2em; /*24px*/
}

/* Make it a bit smaller for block headers */
h2.block-title {
  font-size: 1.7em; /*18px*/
  margin: 15px 0 5px 0;	
}

h2.node-title {
  font-size: 1.7em;
}

h3 {
	color: #003366;
  font-size: 1.5em;
	font-weight: bold;
 	line-height: 1.2;
	margin-top: 5px;
	margin-bottom:0;
}

h4 {
  font-size: 1.4em;
  padding: 0;
  line-height: 1.2;
  color: #cc0033;
  font-weight:bold;
	margin-bottom: 2px;
	margin-top: 5px;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

/* Headers */

h1 a, h2 a, h3 a, h4 a {
  color: #53301B;
}

a:link, a:visited {
    color: #0062A0;
    text-decoration: none;
}
a:hover {
    color: #cc0033;
    text-decoration: none;
}


/*.region-content-inner img.adaptive.fancy {
    padding: 15px;
		margin: 0 10px 5px 0;
		background: #ebebeb;
		border: #ccc 1px solid;
		-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}*/




/*******************************************
   * BOXES
   * general styles
***************************************/



/*.greybox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	float: left;
	background: #fafafa url(../images/trend-bullet.png) no-repeat;
	width: 90%;
	
}*/

/*.socialbox{
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	float: left;
	background: #fafafa url(../images/trend-bullet.png) no-repeat;
	width: 90%;
	
}

*/


.boxGIFT {
    background: #ebebeb;
    margin: 10px 0 0;
    padding: 0 0 10px;
}
/*.boxGIFT h3 {
    color: #cc0033;
    margin: 0;
    padding: 10px 10px 0;
}*/
.boxGIFT h2 {
    background: #cc0033 url(../images/giving.png) no-repeat scroll left top;
    color: #fff;
    margin: 0;
    padding: 10px;
		letter-spacing: 1px;
}
.boxGIFT p {
    clear: none;
    color: #003366;
    margin: 0;
    padding: 5px 5px 0;
}
/*.boxGIFT ul {
    list-style-image: url("../images/bullet.gif");
    margin: 0 0 0 20px;
    padding: 0 5px 0 2px;
}
.boxGIFT ul li {
    line-height: 1.4;
    margin: 0 0 5px 5px;
    padding: 0 5px 0 2px;
}
.boxGIFT img {
    float: left;
    padding: 5px 2px 2px;
}*/





#zone-footer {
	/*width:960px;*/
	min-height: 150px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/bg-footer.png) no-repeat top center;
	clear: both;
	text-align: center; 
	position: relative;
}

#zone-footerbar-wrapper{
    background-color: #003366;
    height: 42px;
    width: 100%;
}








/**********************
     Slideshow
**********************/
.flexslider{
	border:0;
	margin-bottom:10px;
}

.flex-control-nav{
	bottom: 10px;
	right: 10px;
	width: 20%;
}

.flex-nav-container {
    float: right;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.flexslider .slides img {
    display: block;
    width: 100%;
}

/*.slideshow {
	padding: 5px 20px;
	clear: both;
	height: 259px;
	*height: 265px;
}*/

/*.slideshow .content img{
	float: left;
	padding-right: 0;
	padding-top: 0;
}*/




/*#block-slideshow-homepage-block-1 {
	float: left;
	width: 620px;
	height: 260px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}*/


#transparency{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: #fff;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
}

#mycontent{
	position: absolute;
	bottom: 50px;
	left: 10px;
	max-width: 720px;
}

#mycontent h2{
	color: #000;
	margin:0;
}

#mycontent p{
	color: #000;
	margin:0;
}

#mycontent a{
	color: #000;
	margin:0;
}

#trlink  {
	position: absolute;
	bottom: 25px;
	left: 10px;
}

#trlink a {
	color: #cc0033;
	margin:0;
}


/*#views_slideshow_singleframe_pager_1 {
	position: absolute;
	top: 0px;
	right: 0px;
}

.views-slideshow-controls-top{
	display: block;
	float:right;
	height: 250px;
	width: 88px;
	*width: 80px;
	_width: 79px;
}

.views_slideshow_singleframe_pager div {
    display: block;
    padding-left: 10px;
}


.views_slideshow_singleframe_pager div a img {
	width: 69px;
	height: 63px;
	margin: 0;
	padding:0 0 1px 0;
}*/

/* Added by Margrit: to style newsletter image/pdf listings */
.newsletter_thumbnail {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 35px 15px 0;
    padding: 5px;
    width: 125px;
}

.node-type-profile .field-name-field-titles {
	color: #003366;
	font-weight: bold;
	margin-bottom: 5px;
}

.special-spotlight {
    background: none repeat scroll 0 0 #f2f2f2;
    border-radius: 0.3em;
    height: auto !important;
    margin-top: 20px;
    min-height: 6em;
    padding: 0.9em;
}
.special-spotlight h2 {
    background: none repeat scroll 0 0 #cc0033;
    color: #fff;
    font-family: "Questrial",Verdana,Helvetica,Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 0.9em;
    padding: 0.5em;
    text-transform: uppercase;
}
.special-spotlight p {
    margin-bottom: 5px;
}
#block-views-news-block-2 .view-news .views-row {
    border-top: 1px solid #fff;
    clear: left;
    padding: 0;
}
.special-spotlight h3, .special-spotlight .views-field-title {
    color: #003366;
    font-family: "Questrial",Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
		line-height: 1.4em;
    font-weight: bold;
    padding: 5px 0 0;
}
.special-spotlight img {
    float: left;
    padding: 0.4em 0.7em 0.5em 0.5em;
}
.special-spotlight li {
    list-style: outside url("../images/li-square.gif") none;
    margin-left: 20px;
}
.special-spotlight .views-field-path {
    margin-top: 10px;
    padding: 0 0.9em 0.5em 0;
}
.special-spotlight .views-field-path span a {
    text-decoration: none;
}
.special-spotlight .views-field-created {
    color: #999;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 0.9em 0.5em;
}
.special-spotlight .views-field-field-na-teaser-title {
    padding: 5px 0;
}
.greybox {
    background: none repeat scroll 0 0 #fafafa;
    border-radius: 3px;
    float: left;
    margin-bottom: 20px;
    padding: 75px 10px 10px 30px;
    width: 90%;
}

/**********************
    Video Lectures
**********************/
.view-lecture-video .views-row {
	border-top: 1px dotted #cccccc;
	padding: 15px 0;
}

.view-lecture-video .views-field-title{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

.view-lecture-video .views-field-field-presenter {
	font-weight: bold;
	color: #666;
}

#zone-footer {
	/*width:960px;*/
	min-height: 150px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/bg-footer.png) no-repeat top center;
	clear: both;
	text-align: left; 
	position: relative;
}

#zone-footerbar-wrapper{
    background-color: #003366;
    height: 42px;
    width: 100%;
}

.footer .left{
	float:left;
	width: 45%;
	padding-right: 5%;
}

.footer .right{
	float:left;
	clear:right;
	width: 45%;
}

/* Red text box, not a link */

.giving2 {
  width: 280px;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0;
}

.giving2 p {
	text-align: center;
	padding: 10px 15px;	
	background: #cc0033;
	color: #fff;
  font-size: 1.0em;
  font-family: MiloWeb-Medium,sans-serif;
  line-height: 1.0;
  font-weight: normal;
  letter-spacing:.02em;
}