/* Begin CSS Reset */

* {
	margin:0px;
	padding:0px;
	outline:none;
	border-collapse:collapse;
	}

html {
	overflow-y:auto;
	}

body {
	color:#000000;
	font-family:arial;
	font-size:12px;
	background-color:#dfe1ce;
	background-repeat:repeat-x;
	}

a {
	color:#0063be;
	text-decoration:underline;
	}
	
a:hover {
	color:#E37F1C;
}

img {
	display:block;
	}
	
a img {
	border: none;
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#e37f1c;
	font-weight:400;
	padding-bottom:15px;
	}
	
h2 {
	font-size:16px;
	font-weight:normal;
	color:#e37f1c;
	font-weight:bold;
	padding-bottom:10px;
	}	

h3 {
	font-size:14px;
	font-weight:normal;
	color:#e37f1c;
	font-weight:bold;
	padding-bottom:4px;
	}	

.content-highlight h3 {
	font-size:14px;
	font-weight:normal;
	color:#e37f1c;
	font-weight:bold;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #1444a7;
	margin-bottom: 10px;
}

p {
	line-height:18px;
	text-align:left;
	padding-bottom:10px;
	}

hr {
	border:0px;
	color:#ced2b9;
	background-color:#ced2b9;
	height:1px;
	display:block;
	margin:15px 0 10px 0;
	padding:0px;
	clear: both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.clear {
	margin:0px;
	padding:0px;
	clear:both;
	}

.shadow {
	width:1024px;
	margin-bottom:-11px;	
	z-index:100;
	position:absolute;
	margin-top: -20px;
	}	

/* End CSS Reset */	


/* Begin Page Container */
#page-container	{
	width:1024px;
	margin:auto;
	background-color:#ffffff;
	}
/* End Page Container */


/* Begin Header */
#header {
	height:110px;
	padding:5px 20px 0px 20px;
	}	

#header .contact-info {
	text-align:right;
	margin-top:30px;
	}
	
#header .call-info {
	color:#e37f1c;
	font-size:16px;
	font-weight:bold;
	display:block;
	padding-top:0px;
	}
	
#header .request-links {
	color:#0063be;
	text-transform:uppercase;
	font-size:11px;
	}			

#header #search-box {
	text-align:right;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:8px;
	}

#header .search-input {
	float:left;
	font-size:11px;
	padding:2px;
	height:15px;
	margin-left:72px;
	margin-right:10px;
	width:190px;
	border:1px solid #6799c8;
	display:block;
	}

#header .search-submit {
	background-image:url(../images/search-button.gif);
	padding:0px;
	margin:0px;
	float:left;
	width:80px;
	height:21px;
	border:0px;
	display:block;
	}
	
/* End Header */	


/* Begin Splash Page */

#splash {
	margin-top: -20px;
	margin-bottom:20px;
	}

#key-art {
	width:696px;
	float:left;
	position:relative;
	}

#header-submenu {
	background-image:url(../images/header-submenu.gif);
	background-repeat:repeat-x;
	height:188px;
	width:323px;
	/*float:right;*/
	}

#header-submenu ul li{
	list-style-type:none;
	padding:15px;
	font-size:14px;
	}	
	
#header-submenu li, #header-submenu li a {
	text-decoration:none;
	text-transform:uppercase;
	color: #0063BE;
	}	
	

#breadcrumbs {
	font-size:12px;	
	padding-bottom:15px;
	padding-left:35px;
	margin-top: 5px;
	
}

/* End Splash Page */	

 
/* Begin Main Content */

#home-content {
	width:640px;	
	float:left;
	padding-left:35px;
	margin-top: 20px;
	}	

#home-content hr {
	width:640px;
}

#subpage-container {
	margin-top: 20px;
}

#subpage-nav {
	background-color:#f5f9d9;
	float:left;
	margin:0px 15px 0px 30px;
	width:190px;
	display:inline;
	}

#subpage-nav .title {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	display:block;
	}

#subpage-nav .hr {
	border:0px;
	width:190px;
	color:#ced2b9;
	background-color:#ced2b9;
	height:1px;
	padding:0px;
	display:block;
	}

#subpage-nav ul.treeview{
	
	
	}

#subpage-nav ul li {
	list-style-type:none;
	padding-top:3px;
	min-height:20px;
	height:auto !important;
	height:20px;
	padding-left:10px;
	}

#subpage-nav ul {
	margin-top:3px;
	}

#subpage-nav ul li ul {
	margin-top:5px;
	}

#subpage-nav ul.treeview li.submenu {
	padding-bottom:2px;
	border-bottom:1px solid #ced2b9;
	}
	
#subpage-nav ul.treeview li a.selectedLevel2 {
	color: #E37F1C;
	text-transform: uppercase;
	}
	
#subpage-nav ul.treeview li li a.selectedSubNav {
	color: #E37F1C;
	}

#subpage-nav ul.treeview li.submenu li.submenu {
	border-bottom:0px solid #ced2b9;
	}

#subpage-nav a {
	color:#0063be;
	text-decoration:none;
	}

#subpage-nav a:hover {
	color:#e37f1c;
	text-decoration:none;
	}
	
ul.closed {
	display: none;
}

ul.open {
	display: block;
}

#subpage-content {
	float:left;
	width:440px;
	}
	
#subpage-content ul, #subpage-content ol {
	padding-bottom: 10px;
	padding-left: 15px;
}
	
#subpage-content ul li {
	list-style-position: inside;
}

#subpage-content p.jumpToTop {
	float: right;
}

#subpage-content hr {
	clear: right;
}

#subpage-content .split-column-left {
	width:212px;
	float: left;
	padding-right: 16px;
}

#subpage-content-sans-subnav {
	margin-left: 35px;
	width: 640px;
	float: left;
	display: inline;
}

#subpage-content-sans-subnav  .hotel-description, #subpage-content-sans-subnav  .successCopy {
	width:450px;
	float: right;
	display: block;
}

#subpage-content-sans-subnav  .hotel-contact, #subpage-content-sans-subnav .successImage {
	width:180px;
	float: left;
}


#subpage-content-sans-subnav ul {
	margin-left: 25px;
	margin-bottom: 15px;
}

.intro p {
	font-size:14px;
	line-height:24px;
	}

.content {
	width:650px;
	}

.content .content-highlight {
	background-color:#f5f9d9;
	width:310px;
	margin-right:15px;
	}

.content .content-highlight .padding {
	padding:15px 5px 15px 15px;
	}

.content .content-highlight img {
	padding-right:10px;
	padding-bottom:15px;
	}

img.thumb {
	padding-right:15px;
	float:left;
	}

.learn-more {
	color:#0063be;
	display:block;
	padding-top:5px;
	text-align: right;
	}

.learn-more-inline {
	color:#0063be;
	}
	
.references {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
}

.map-column {
	clear: both;	
	padding-bottom: 10px;
}

.map {
	float: right;
	margin-bottom: 20px;
}

.videoBtn {
	margin-bottom: 15px;
}

.video-container {
	display: block;
	width: 100%;
	height: 340px;
}

#emgVidPlayer {
	margin-bottom: 50px;
}

#sitemap ul {
	padding-left: 20px;
}

#sitemap ul li {
	list-style-type: circle;
	padding-top: 5px;
}

#sitemap ul li span.level1 {
	font-weight: bold;
}
/* End Main Content */

/* Begin Form Styles */

form fieldset {
	border: 0 none;	
}

form fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

form fieldset ol li {
	height: 42px;	
}

form fieldset ol li.textarea {
	height: 100px;	
}

form fieldset ol li.left {
	float: left;	
	padding-right: 15px;
}

form fieldset ol li.clear {
	clear: both;	
}

form fieldset ol label {
	display: block;
	padding-bottom: 2px;
	font-size: 11px;
}

form fieldset span.req {
	color: red;	
}

form fieldset input.long,
form fieldset select.long,
form fieldset textarea.long{
	width: 350px;	
	font-size: 11px;
	color: #333;
}

form fieldset input.medium,
form fieldset select.medium,
form fieldset textarea.medium {
	width: 275px;	
	font-size: 11px;
	color: #333;
}	

form fieldset input.small,
form fieldset select.small,
form fieldset textarea.small {
	width: 145px;	
	font-size: 11px;
	color: #333;
}		

form fieldset input.submit {
	width: 80px;
	height: 26px;
	background-image: url('../images/submit-button.jpg');
	border: 0;			
	cursor: pointer;
}

/* End Form Styles */


/* Begin Right Column */

#right-column {
	float:right;
	width:323px;
	margin-top: 1px;
	}

#right-column .find-us {
	margin-top: 20px;
}	
	
#right-column .our-doctors {
	margin-top: 10px;
	margin-bottom:20px;
}

#right-column .our-doctors .padding {
	padding:5px 8px 5px 8px;
	}

#right-column .our-doctors img,
#right-column .right-content{
	width:293px;
	margin-bottom:10px;
	}

#right-column .our-doctors .title {
	position:absolute;
	margin-top: -230px;
	background-color:#d9e3ed;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
	width:293px;
	font-weight:bold;
	margin-left: 2px;
	}

#right-column .our-doctors .info {
	position:absolute;
	margin-top:-50px;
	background-color:#ffffff;
	font-size:12px;
	width:293px;
	margin-left: 2px;
	}


#right-column .right-content .padding {
	padding:10px;
	}

#right-column .right-content .title {
	background-color:#bed600;
	padding:5px 8px 5px 8px;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:2px;
	font-weight:bold;
	}
	
#right-column .right-content img {
	padding-right:10px;
	}	
/* End Right Column */

  
/* Begin Footer */

#footer {
	text-align:center;
	padding-top:20px;	
	}

#footer a {
	color:#000000;
	}

/* End Footer */



ul#slider {
    width: 293px;
    height: 242px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	border:2px solid #ced2b9;
	}

ul#slider li {
    float: left;
    position: relative;
    /*display: none;*/
	}

ul#slider li div {
    position: absolute;
    width: 283px;
    background-color: #ffffff;
    color: #000000;
    left: 0;
    /*display: none;*/
    padding: 5px;
}

.top {
    top: 0;
}

.bottom {
	margin-top:-10px;
    bottom: 20px;
}
