@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}
img.left {
	margin: 0px 20px 10px 0px;
}
img.right {
	margin: 0px 0px 10px 20px;
}
.imgRight {
	margin: 0px 0px 10px 30px;
	border: 4px solid #FFFFFF;
	float: right;
	-moz-box-shadow: 5px 5px 5px #999999;
	-webkit-box-shadow: 5px 5px 5px #999999;	
	box-shadow: 5px 5px 5px #999999; 
}
p.center {
	width: 300px;
	margin: auto;
}
a.button {
	background-color: #798db6;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;	
	border-radius: 10px;	
	-moz-box-shadow: 3px 3px 3px #e5e5e5;
	-webkit-box-shadow: 3px 3px 3px #e5e5e5;	
	box-shadow: 3px 3px 3px #e5e5e5; 
	text-decoration: none;
	padding: 4px 12px;
	font-size: 14px;
}
a.button:hover {
	background-color: #f7941e;
	color:#FFFFFF;
}
.grey {
	color: #434343;
}

.dates {
	color: #f7931c;
	font-weight: bold;
}

.unjust {
	text-align: left;
}

.names {
	padding-bottom: 5px;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h1 {
	position: absolute;
	bottom: 20px;
	left: 300px;
	font-size: 10px;
	color: #a1a1a1;
	font-weight: normal;
}

h4 {
	color: #434343;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
	clear: both;
}
h6 {
	color: #434343;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	clear: both;
}
.golfPage h4 {
	font-size: 18px;
}
h4 span {
	float: right;
}
p {
	padding-bottom: 20px;
	line-height: 20px;
}

a {
	color: #3db7df;
	text-decoration: underline;
}
a.impt {
	font-size: 16px;
}
a:hover {
	color: #f7931c;
	text-decoration: underline;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color:#000000;
}

/* ======================================================= graphic header styles ================================================*/

h2 {
	height: 32px;
	text-indent: -9999px;
	margin: 0px 0px 20px 0px;
}
body.adminSection h2 {
	text-indent: 0px;
	font-size: 24px;
	color: #000000;
}
body.adminSection h3 {
	text-indent: 0px;
	font-size: 18px;
	color:#999999;
	margin-bottom: 15px;
}
#homeWelcome {
	width: 370px;
	background-image: url(../images/header_home_welcome.gif);
}

#homeHospitals {
	width: 370px;
	background-image: url(../images/header_home_hospitals.gif);
}

body#home #homeCol1 p {
	margin-bottom: 20px;
}

#homeVideo {
	width: 330px;
	background-image: url(../images/header_home_video.gif);
	float:right;
	clear:both;
	text-indent:-9999;
}

#aboutHeader {
	width: 273px;
	background-image: url(../images/header_about.gif);
}
#galaHeader {
	width: 273px;
	background-image: url(../images/header_gala.gif);
}

#mgmntHeader {
	width: 235px;
	background-image: url(../images/header_management.gif);
}
#boardHeader {
	width: 221px;
	background-image: url(../images/header_board.gif);
}

#contactHeader {
	width: 141px;
	background-image: url(../images/header_contact.gif);
}

#privacyHeader {
	width: 185px;
	background-image: url(../images/header_privacy.gif);
}

#newsHeader {
	width: 291px;
	background-image: url(../images/header_news.gif);
}

#sitemapHeader {
	width: 108px;
	background-image: url(../images/header_sitemap.gif);
}
#learnmoreHeader {
	width: 329px;
	background-image: url(../images/header_learnmore.gif);
}
#rwHeader {
	width: 329px;
	background-image: url(../images/header_rw.gif);
}
#golfHeader {
	width: 329px;
	background-image: url(../images/header_golf.gif);
}
#fatimaHeader {
	width: 329px;
	background-image: url(../images/header_fatima.gif);
	margin: 20px 0px 20px 0px;
}
#staffResourcesHeader {
	width:350px;
	height:32px;
	background-image: url(../images/header_staff_resources.gif);
}
/* ======================================================= graphic headers end ==================================================*/

#masthead {
	margin: 8px 0px 0px 0px
}

#masthead img.logo {
	float: left;
	margin: 0px 20px 0px 0px;
	border:none;
}
#mastheadPhoto {
	float: right;
	margin: 0px;
	display: block;
	height: 188px;
	width: 740px;
	background-image: url(../images/masthead.jpg);
}

/* ======================================================= topnav styles =========================================================*/

#topnav {
	background-color: #f7941e;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}
#topnav a {
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}
#topnav a:hover {
	color:#fff;
	text-decoration: underline;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav ul li {
	display: inline;
	background-image: url(../images/star_white.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	margin: 0px 15px 0px 0px;
}
/* ======================================================= END topnav styles =====================================================*/

/* ======================================================= all sidenav styles ====================================================*/
#sidenav {
	float: left;
	width: 200px;
	margin: 0px;
	min-height: 400px;
	background-image: url(../images/bg_sidenav.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: normal;
}

#sidenav ul {
	margin: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#sidenav ul ul  {
	border: none;
}
#sidenav ul li {
	padding: 10px 10px 10px 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #e1e1d7;
}

#sidenav ul li.first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1d7;
}

#sidenav a {
	text-decoration: none;
	color: #434343;
}
#sidenav a:hover {
	text-decoration: none;
	color: #f7941e;
}
#sidenav ul li ul li {
	border: none;
	padding: 5px 0px 4px 25px;
	line-height: 12px;
}
#sidenav ul li ul li a {
	font-size: 12px;
}
/* ======================================================= END sidenav styles ====================================================*/

/* ======================================================= home specific styles ==================================================*/

body#home p {
	margin: 0px 20px 0px 12px;
	padding: 0px;
}
body#home p.teaser {
	margin-bottom: 15px;
}

body#home h3 {
	color: #f7931c;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 20px 5px 12px;
}

body#home #mainContent {
	float: right;
	width: 740px;
}

#homeCol1 {
	float: left;
	width: 370px;
	margin: 0px;
	padding: 0px;
}

#homeCol2 {
	float: right;
	width: 345px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	position:relative;
}

.hospIcon {
	float: left;
	width: 155px;
	margin: 0px 12px 20px 0px;
	text-align: right;
}

.hospIcon a {
	color: #434343;
	text-decoration: underline;
}

.hospIcon a:hover {
	color: #f7931c;
	text-decoration: underline;
}
#whoIs {
 margin: 0px 0px 40px 0px;
}

#video {
	width: 320px;
	/*margin-right: auto;
	margin-left: auto;*/
	float:right;
	display:block;

}

#surveyBox {
	width:311px;
	border: 1px solid #e1e1d8;
	float:right;
	margin-bottom:20px;
	padding:57px 7px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #222222;
	text-align: left;
}

#homeCol2 #surveyBox p {
	padding:0 0 10px 0;
	line-height:1.8;
}

#surveyHeader {
	z-index: 100;
	position:absolute;
	left: 0px;
	top: 12px;
	display:block;
	width:279px;
	height:45px;
	background: url(../images/survey-header.gif) no-repeat;
	text-indent:-9999px;
}

#surveyHeader a {
	display:block;
	height:45px;
}

.surveyBtn {
	margin-bottom:-7px;
}

.btnWrap {
	display:inline;
}

.banner {
	background-repeat:no-repeat;
	width: 370px;
	height: 100px;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.banner h3 {
	text-indent: -9999px;
}
.banner a {
	text-indent: -9999px;
	display: block;
	width: 370px;
	height: 100px;
}
#golf {
	background-image:url(../images/banner-golf-classic.png);
}
#topDocs {
	background-image:url(../images/banner-topdocs.jpg);
	height: 120px;
}
#topDocs a {
	height: 120px;
}
#gala {
	background-image:url(../images/banner-gala.jpg);
	height: 120px;
}
#gala a {
	height: 120px;
}
/* ======================================================= END home specific styles ==============================================*/

/* ======================================================= about subnav styles =========================================================*/
ul#aboutSubnav {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

ul#aboutSubnav li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	display: block;
	width: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e1e1d7;
	border-right-color: #e1e1d7;
	border-bottom-color: #e1e1d7;
	border-left-color: #f7931c;
}

ul#aboutSubnav li a {
	color: #434343;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 10px;
}

ul#aboutSubnav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f7931c;
}
/* ======================================================= about subnav styles END =====================================================*/

/* ======================================================= footer styles =========================================================*/

#footer {
	height: 90px;
	margin: 25px 0px 25px 0px;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f7931c;
}
.address {
	text-transform: uppercase;
	float: left;
	margin: 18px 0px 0px 18px;
	padding: 0px;
}

.links{
	width: 300px;
	float: right;
	margin: 18px 18px 0px 0px;
	padding: 0px;
	text-align: right;
}

#footer .links a#resourcesBtn {
	background-color:#e4e4dc;
	padding:3px 10px;
	line-height:1;
	text-decoration:none;
	border:solid 1px #c6c6c6;
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;	
	border-radius: 8px;
}

#footer .links a#resourcesBtn:hover {
	/*background-color:#fff;*/
	border:solid 1px #434343;
	color:#434343;
}

#footer a {
	color: #434343;
	text-decoration: underline;
}

#footer a:hover {
	color: #f7931c;
	text-decoration: underline;
}

/* ======================================================= END footer styles =====================================================*/

/* 2 column layouts use the style below*/
#mainContent {
	float: right;
	width: 725px;
	text-align: justify;
}
/* single column layouts use the style below*/
body#sub #mainContent {
	float: right;
	width: 690px;
	padding: 0px 35px 0px 0px;
	text-align: justify;
}
body#sub h3, body#sub h5 {
	font-size: 16px;
	font-weight: bold;
	color: #f7931c;
	margin: 0px 0px 20px 0px;
}

body#sub h3 p {
	margin:0px;
	padding: 0px;
}

#content {
	background-image: 		url(../images/bg_content.gif);
	background-repeat: repeat;
}
body.adminSection #content {
	background-image: none;
	min-height: 500px;
}

#col1 {
	width:360px;
	float:left;
}

#col1 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #f7931c;
	margin: 0px 0px 20px 0px;
}

.hospDetail {
	width: 170px;
	margin: 0px;
	padding: 35px 0px 0px 0px;
	vertical-align: text-bottom;
	float:right;
}

.hospDetail p {
	margin: 0px;
	padding: 0px;
}

#col2 {
	width:330px;
	float:right;
}
div.sponsor {
	width:200px;
	margin: 10px;
	padding: 20px;
	background-color:#F5F5F5;
	float: right;
}
div.sponsor a {
	margin-top: 10px;
}
#mainContent ul {
	padding-bottom: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

#mainContent li {
	margin: 0px 0px 10px 40px;
}

ul#newsListing {
	list-style-type: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f7931c;
	padding: 25px 0px 0px 0px;
	margin: 0px;
}

ul#newsListing li {
	margin: 0px 0px 15px 0px;
}

ul#newsListing li p {
	margin: 0px;
	padding: 0px;
}

/* Sitemap style below */

ul#key, ul#key li {
	list-style-type: none;
	margin:0px 0px 10px 0px;
	padding:0px;
}

ul#key ul, ul#key ul li {
	margin:10px 0px 0px 30px;
	padding:0px;
}

ul#key li a {
	color:#434343;
}

ul#key li a:hover {
	color:#F7931C;
}

/* ======================================================= Figures Table styles =====================================================*/

table#figures {
	width: 320px;
	padding: 0px;
	border: 1px solid #e1e1d7;
	vertical-align: middle;
}
table#figures td {
	padding: 5px;
}
td.orange {
	background-color: #F7931C;
	color: #FFFFFF;
}
td.grey {
	background-color: #e1e1d7;
	color: #000000;
}

/* ======================================================= Figures Table styles END==================================================*/


/*=============================Staff Resources Page========================*/

#staffResources #mainContent ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#staffResources #mainContent ul li {
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size:16px;	
}

#staffResources #mainContent ul li a {color: #f7931c;}
#staffResources #mainContent ul li a:hover {color:#434343;}

/*-------------------------------Home Gala/Golf--------------------*/

#featuredEvents {
	width:338px;
	display:block;
	border:solid 1px #c9c9c9;
	background:#e2e2da url(../images/bg-home-feature.gif) repeat-x;
	margin:0px 0px 20px 0px;
	padding:15px 15px 0px 15px;
}
#featuredEvents div p {
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 10px 0px !important;
	line-height:1.3;
}

#featuredEvents p.powerLink {
	margin:0px 0px 15px 0px;
	padding:0px;	
}

#featuredEvents p.powerLink a {
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width:90px;
	padding:3px 0px;
	text-align:center;
	border-radius:10px;
	background-color:#869cc8;
	color:#fff;
	text-decoration:none;	
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	font-size: 10px;
}
#featuredEvents p.powerLink a:hover {
	background-color:#ff9933;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
#featuredEvents img.right {
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);	
	margin: 0px 0px 10px 20px;
}
#featuredEvents div.first  {
	border-bottom:solid 1px #c9c9c9;
	margin-bottom:15px;
	min-height:100px;
}

#featuredEvents h3, #featuredEvents h3 a {
	color: #ff9933;
	font-size: 17px;
	font-family: CochinLT, Cochin, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 5px 0px !important;
}
#featuredEvents h4, #featuredEvents h4 a {
	color: #ff9933;
	font-size: 14px;
	font-family: CochinLT, Cochin, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 5px 0px !important;
}






