body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
}

#header div, #header ul, #footer {
    padding-left: 70px;
}

#top1 {
    height: 27px;
    color: #009fc3;
    padding-top: 45px;
    font-weight: bold;
    font-size: 14px;
}

#top2 {
    height: 28px;
    padding-top: 20px;
    background-image: url('images/css/header_right.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #009fc3;
    color: white;
    font-size: 14px;
}

#top2 a {
    color: white;
    text-decoration: none;
}

#header ul {
    list-style-type: none;
}

#header li {
    display: inline;
    padding-right: 15px;
    font-size: 10px;
}

.selectedLink
{
	color:#009FC3;
}

#header li a, #footer, #footer a {
    text-decoration: none;
    color: #888888;
}

#content {
    background-image: url('images/css/fade.jpg');
    background-repeat: repeat-x;
    background-position: bottom left;
}
#footer {
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}


p{
    color: #888888;
	font-family:Frutiger-Light, arial;
}

li{
    color: #888888;
	font-family:Frutiger-Light, arial;
} 

.boldText{
	font-family:Frutiger-Bold, arial;
	font-weight:bold;
	color:#939598;
}

h1 {
	font-size:25px;
	font-family:Frutiger-Bold, arial;
	color:#009FC3;
	margin-top: 50px;
	font-size: 16px;
}

.pageContent{
	/*width: 1000px;
	border: red solid 2px;*/
}

.leftContent{
	min-height:400px;
	padding-left: 70px;
	width: 650px;
}

.rightContent{
	float:right;
	width:400px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.centerContent{
	padding-left: 70px;
	padding-right: 70px;
	width: 650px;
}

.rightContentGiving{
	background-repeat: no-repeat;
	background-image: url('images/giving.jpg');
	background-position: 35px right;
	width: 421px;
	height: 400px;
}

.rightContentAbout{
	background-repeat: no-repeat;
	background-image: url('images/aboutus.jpg');
	background-position: bottom left;
	padding-right:70px;
	height: 400px;
}

.rightContentContact{
	padding-top: 40px;	
	width:400px;
}

.rightContentStories{
	padding-right:70px;
	padding-top: 45px;
	width:325px;
}

.rightContentTour{
	padding-right:70px;
	padding-top: 40px;
	width:400px;
}

.rightContentPhysicians{
	padding-right:70px;
	padding-top: 45px;
	width:325px;
}

a.player{

}

.videoContent{
	padding: 12px;
	color: #888888;
	font-family:Frutiger-Light, arial;
	font-size: 80%;
	width: 138px;
	height: 150px;
}

.stories .videoContent {
    height: 80px;
}

.videoContent img {
	cursor: pointer;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
       
    min-height:200px; 
    border:1px solid #666; 
	
	padding:30px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

#gallery {
	position:relative;
	height:266px
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	height:50px; 
	width:100%;; 
	position:absolute;
	bottom:0;
	color: #888888;
	font-size:1.1em;
}

#gallery .caption .content {
	margin:5px
}
