@font-face {
	font-family: BankGothic;
	src: url(../fonts/BankGothic.ttf);
}
@font-face {
	font-family: 'BitstreamVeraSansRoman';
	src: url('../fonts/Vera-webfont.eot');
	src: local('☺'), url('../fonts/Vera-webfont.woff') format('woff'), url('../fonts/Vera-webfont.ttf') format('truetype'), url('../fonts/Vera-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-family: Veranda, Helvetica, Arial, sans-serif;
	font-size: 13px;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bluefade_int_top.png), url(../images/bluefade_bottom.png);
	background-repeat: repeat-x;
	background-position: top, bottom;
}
body.home {
	background-image: url(../images/bluefade_home_top.png), url(../images/bluefade_bottom.png);
}
a {
	color: #8c001a;
	text-decoration: none;
	text-shadow: 2px 2px 2px #999999;
}
* a.ui-widget {
	text-shadow: 0 0 0;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4 {
	margin: 0;
}
h1 a,h2 a,h3 a,h4 a {
	text-shadow: 0 0 0;
}
img {
	border: 0;
}
p {
	margin-top: 0;
}
ul {
	margin: 0;
}

div.ui-widget a {
	color: #8C001A;
}

div#page {
	width: 76em;
	height: 100%;
	margin: 0 auto;
}

div#header {
	padding: 1em 1em 0 1em;
	height: 7em;
	background: url(../images/bluefade.png) repeat-x;
	position: relative;
	z-index: 3;
}
div#header img {
	vertical-align: middle;
}
div#contact-head {
	float: right;
}
div#contact-head span {
	float: left;
	margin: 0 .25em;
}

/* top navigation bar */
ul#top-navigation {
	list-style: none;
	position: absolute;
	top: 5.5em;
	left: 2em;
	padding: 0;
}
ul#top-navigation li {
	float: left;
	margin: 0;
	position: relative; /* declare x & y axis base for sub navigation */
	border-right: 1px #042C8D solid;
}
ul#top-navigation li:first-child {
	border-left: 1px #042C8D solid;
}
ul#top-navigation li a {
	color: #055a8d;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: bold;
	padding: .25em 2em;
	text-shadow: 0 0 0;
}
ul#top-navigation li.current,
ul#top-navigation li:hover,
ul#top-navigation li.has-submenu {
	background-color: #055a8d;
}
ul#top-navigation li.current a,
ul#top-navigation li:hover a,
ul#top-navigation li.has-submenu a {
	color: #ffffff;
}
ul#top-navigation li.has-submenu {
	padding-bottom: 1em;
}
ul#top-navigation li ul.subnav {  
	list-style: none;  
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
	top: 1.75em;  
	left: 0;  
	background: #055a8d;  
	padding: .5em;
	float: left;  
	width: auto;  
}

ul#top-navigation li ul.subnav li {
	margin: 0; 
	padding: 0;  
	clear: both;  
	border-top: 1px #0898EF solid;
	border-left: 0 none;
	border-right: 0 none;
	width: 13em;
}  
ul#top-navigation li ul.subnav li:first-child {
	border-top: 0 none;
}
ul#top-navigation li ul.subnav li:hover {
        background-color: #042C8D;
}

ul#top-navigation li ul.subnav li a {  
	color: #ffffff;
	font-size: .9em;
	padding: .5em;
	float: left;  
}  

/* splash boxes */
#home-splash {
	background-position: 0 0;
}

div#home-splash,
div#int-splash {
	height: 23em;
	background: url(../images/splash.png) no-repeat #000000;
	position: relative;
}
div#home-splash #intro,
div#home-splash #home-feature-links,
div#home-splash .open-video {
	position: absolute;
}
div#home-splash #intro {
	left: 7em;
	top: 3em;
	width: 21em;
}
div#home-splash #intro div {
	margin-top: 1em;
	width: 16em;
}
div#home-splash #home-feature-links {
	right: 15em;
	bottom: 2em;
	list-style-image: url(../images/ul.png);
}
div#home-splash #home-feature-links li {
	direction: rtl;
	margin: 2em 0;
}
div#home-splash #home-feature-links li h2 {
	margin: 1em 0;
	display: inline;
}
div#home-splash .open-video {
	bottom: 4em;
	left: 12em;
}
div#home-splash #splash-alert-shadow, 
div#home-splash #splash-alert {
	position: absolute;
	top: 2.5em;
	right: 5.5em;
	width: 26em;
	height: 4.5em;
	z-index: 2;
}
div#home-splash #splash-alert-shadow {
	top: 3em;
	right: 5em;
	padding: 0;
	margin: 0;
	z-index: 1;
} 
div#home-splash #splash-alert div {
	padding: .5em;
}
div#home-splash #splash-alert p {
	margin: .5em .5em .5em 2em;
}
div#home-splash #splash-alert .ui-icon {
	float: left;
	margin: .5em .3em;
}
div#home-splash #splash-alert a {
	float: right;
}

#int-splash.it,
#int-splash.dashboard,
#int-splash.department-view {
	background-position: 0 -300px;
}
#int-splash.clinicians,
#int-splash.emergency {
	background-position: 0 -430px;
}
#int-splash.executives,
#int-splash.testimonials,
#int-splash.contact,
#int-splash.bidmc {
	background-position: 0 -560px;
}
#int-splash.news,
#int-splash.archive,
#int-splash.clipboard {
	background-position: 0 -690px;
}
#int-splash.digitalpen,
#int-splash.clipboard-pen {
	background-position: 0 -820px;
}
#int-splash.about,
#int-splash.management,
#int-splash.leadership,
#int-splash.advisory,
#int-splash.directors,
#int-splash.computer {
	background-position: 0 -950px;
}

div#int-splash {
	height: 10em;
}
div#int-splash h1{
	position: absolute;
	top: 1em;
	left: 2em;
	font-size: 3em;
}
div#int-splash img {
	position: absolute;
	right: 0;
}

div.splash,
div.splash h2 a {
	color: #ffffff;
}

/* page content */
div#home-content {
	min-height: 18em;
	width: 100%;
}
div#home-pane1 {
	float: left;
	margin-left: 1em;
}
div#home-pane2 {
	float: right;
	margin-right: 1em;
}
div#home-pane1,
div#home-pane2 {
	width: 34em;
	/*height: 15em;*/
	/*min-height: 18em;*/
	min-height: 20.5em;
}
div#home-pane2 div {
	float: right;
	margin: 1em;
}

div#content {
	height: 400px;
}
div#int-content-wrap {
	width: 100%;
	float: left;
}
div#int-content-column {
	min-height: 20em;
	margin-right: 19em; /* remove and uncomment rightcol to remove space when there is no right column */
}
div#int-content-column.leftcol {
        margin-left: 11.5em;
	border-left: 1px solid #C6E8FC;
}
div#int-content-column.rightcol {
	/* margin-right: 19em; */
}
div#int-content {
	margin: 1em;
	padding-left: .5em;
}
div#int-content h2 {
	margin-bottom: .5em;
}
div#int-content h3 {
	margin: 0 0 .5em 0;
	color: #055a8d;
}
/*div#int-content div.accordion  h3 {
	margin: 1px 0;
}*/
div#int-content p {
	padding-left: .5em;
}
div#int-content div.ui-widget-content {
	padding: 1em 1em 0;
	min-height: 124px;
	margin: 1em 0;
	position: relative;
}
div#int-content div.ui-widget-content a {
	color: #8C001A;
}
div#int-content div.ui-widget-content h3 a,
div#int-content div.ui-widget-content h4 a {
	color: #055a8d;
	text-shadow: 0 0 0;
}
div#int-content div.ui-widget-content div.text.included-imgage {
	width: 70%;
}
div#int-content div.ui-widget-content div.text p span {
	color: #055a8d;
	font-weight: bold;
}
div#int-content div.ui-widget-content img {
	border: solid 2px #000000;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -60px;
	height: 120px;
}
div#int-content div.ui-widget-content h4 {
	margin-bottom: .5em;
}

div#int-left-pane,
div#int-right-pane {
	float: left;
	margin-top: 1em;
}
div#int-left-pane {
	width: 10em;
	margin-left: -75em;
	padding-right: 0;
}
div#int-left-pane ul {
	list-style: none;
	padding: 0;
	margin: 2em 0;
}
div#int-left-pane ul li {
	margin: 1em 0;
}
div#int-left-pane ul li.current {
	/*padding-left: 1em;*/
}
div#int-left-pane ul li.sibling a {
	color: inherit;
	text-shadow: 0 0 0;
}
div#int-left-pane ul li.sibling a:hover {
	color: #8c001a;
}
div#int-right-pane {
	width: 16em;
	margin-left: -19em;
	text-align: center;
}
div#int-right-pane div {
	text-align: center;
}
div#home-pane2 div,
div#int-right-pane div {
	border: 2px solid #055A8D;
	height: 150px;
	width: 200px;
	margin-bottom: 1em;
}
div.p-div {
	margin: 1em 0 1.5em 0;
}

div.pane {
	padding: .5em 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.pane a {
	color: #8c001a;
}
div.pane h3,
div.pane h4 {
	margin: .5em 0;
}

/* footer */
div#video-overlay {
	z-index: 999;
}
a#video-close {
	position: absolute;
	top: .9em;
	right: .9em;
}
div#video-tabs,
div#video-tabs-shadow {
	width: 690px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -295px;
	margin-left: -345px;
	text-align: center;
	z-index: 1000;
}
div#video-tabs .ui-tabs-nav {
	visibility: hidden;
}
div#video-tabs-shadow {
	margin-top: -307px;
	margin-left: -357px;
	padding: 16px;
	z-index: 999;
}
div#video-tabs div p {
	position: absolute;
	top: .75em;
	width: 650px;
}

div#footer {
	height: 17em;
	border-top: 1px #cccccc solid;
	font-size: .75em;
	padding: .5em 1em 0;
	color: #666666;
	clear: left;
}
div#footer a {
	color: #666666;
}
div#footer ul {
	list-style: none;
	float: left;
	padding: 0;
}
div#footer ul li {
	float: left;
	padding: 0 1em;
	border-left: 1px #cccccc solid;
}
div#footer ul li:first-child {
	border-left: 0 none;
	padding-left: 0;
}
div#footer span {
	float: right;
}
