@charset "utf-8";
/* CSS Document */

/* Setting defaults */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em;line-height:1.3em; outline: none; }
th, b, p, li, h1, h2, h3, h4, h5, h6 { font-weight: normal;color:#efd690; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white;}
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }
body {
	margin:0;
	padding:0;
	background:#311114;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p, li, h1, h2, h3, h4, h5, h6 {
color:#c7b277;	
}
h2 {
	font-family:Georgia;
}
li a, a { 
	border:none;
	moz-outline:none;
	text-decoration: none;
	color:#EFD690;
}
a:active {
  outline: none;
}
a:hover {
	color:white;
}
img {
	border:none; 
}
img.fleft { 
	float:left;
}
img.fright {
	float:right;
}
img.spacer {
	margin-left:-10px;
}

#wrapper {
	width:845px;
	margin:0px auto;
}
/* Header */
#header {
	height:186px;
	margin-top:20px;
}
#admin_header {
	height:70px;
	margin-top:20px;
}
	.logo a {
		height:186px;
		width:242px;
		float:left;
		clear:both;
		background-image: url(../images/logo.png);
		text-indent:-10000px;
	}
	.logo a:hover {
		height:186px;
		width:242px;
		float:left;
		clear:both;
		background-image: url(../images/logo-hover.png);
	}
	
	.logo_admin a {
	  height:116px;
	  text-indent:-10000px;
	  width:159px;
		float:left;
		clear:both;
		background-image: url(../images/admin_logo.png);
	}
	.logo_admin a:hover {
	  height:116px;
	  text-indent:-10000px;
	  width:159px;
		float:left;
		clear:both;
		background-image: url(../images/admin_logo.png);
	}
	
	.main_nav {
		float:right;
		padding-top:130px;
		width:auto;
	}
	.main_nav ul {
		margin:0;
		padding:0;
		font-size:14px;
		font-family:Georgia;
	}
	.main_nav ul li {
		float:left;
		list-style:none;
	}
	.main_nav ul li a {
		padding:0px 8px;	
		text-decoration:none;
	}
	
	.admin_nav {
		float:right;
		padding-top:60px;
		width:auto;
	}
	.admin_nav ul {
		margin:0;
		padding:0;
		font-size:13px;
		font-family:Georgia;
	}
	.admin_nav ul li {
		float:left;
		list-style:none;
	}
	.admin_nav ul li a {
		padding:0px 8px;	
		text-decoration:none;
	}
	
/* Main */
#main { 
	width:100%;
	clear:both;
	color:#EFD690;
}
	#main .left {
		float:left;
		width:702px;
	}
	#main .right {
		width:143px;
		float:right;
	}
		#side_menu {
			margin: 0;
			padding: 0;
			width:143px;
			list-style: none;
			background: #311114;		
		}
		#side_menu li {		
			padding: 0;
			margin: 0;
			height:102px;
			list-style: none;
			background-repeat: no-repeat;		
		}
		#side_menu li a, #side_menu li a:visited {
			display: block;
			text-decoration: none;
			text-indent: -10000px;
			height:102px;
			background-repeat: no-repeat;
		}
	  ul#side_menu li a:hover {background: none;}
	
	.our-services {background-image: url(../images/guide-to-services-hover.jpg);}
	.our-services a {background-image: url(../images/guide-to-services.jpg);}
	.about-us {background-image: url(../images/experience-remington-hover.jpg);}
	.about-us a {background-image: url(../images/experience-remington.jpg);}
	.rehab {background-image: url(../images/medical-treatment-rehabilitation-hover.jpg);}
	.rehab a {background-image: url(../images/medical-treatment-rehabilitation.jpg);}
  .resort-amenities {background-image: url(../images/resort-amenities-hover.jpg);}
  .resort-amenities a {background-image: url(../images/resort-amenities.jpg);}

		#spanish_side_menu {
			margin: 0;
			padding: 0;
			width:145px;
			list-style: none;
			background: #311114;		
		}
		#spanish_side_menu li {		
			padding: 0;
			margin: 0;
			height:135px;
			list-style: none;
			background-repeat: no-repeat;		
		}
		#spanish_side_menu li a, #side_menu li a:visited {
			display: block;
			text-decoration: none;
			text-indent: -10000px;
			height:135px;
			background-repeat: no-repeat;
		}
	  ul#spanish_side_menu li a:hover {background: none;}
	
	.spanish-about-us {background-image: url(../images/spanish_1.gif);border-bottom:solid 1px #543b28;}
	.spanish-about-us a {background-image: url(../images/spanish_1_off.gif);border-bottom:solid 1px #543b28;}
	.spanish-rehab {background-image: url(../images/spanish_2.gif);border-bottom:solid 1px #543b28;}
	.spanish-rehab a {background-image: url(../images/spanish_2_off.gif);border-bottom:solid 1px #543b28;}
  .spanish-resort-amenities {background-image: url(../images/spanish_3.gif);}
  .spanish-resort-amenities a {background-image: url(../images/spanish_3_off.gif);}

	
	#main .inner { 
		float:left;
		padding-bottom:10px;
		padding-left:35px;
		padding-right:35px;
		padding-top:0;
		width:340px;
		display:inline;
	}
	#main .inner h2 {
		font-size:20px;
		margin:0 0 10px;
		padding:0;
	}
	#main .inner p {
		float:left;
		font-size:12px;
		letter-spacing:0.4px;
		margin-bottom:2px;
		margin-left:0;
		margin-right:0;
		margin-top:2px;
	}
	#main .inner ul {
		margin:5px 0 5px 15px;
		list-style-type:circle;
		width:340px;
	}
	

/* General Pages */

#main-other { 
	width:100%;
	color:#EFD690;
	border:1px solid #634f3d;
	float:left;
}
#main-other .minner {
	padding:20px;
}
#main-other .leader-item {
	width:261px;
	background:url(../images/leadership-bg.jpg) repeat-x top left;
	height:102px;
	margin-right:7px;
	float:left;
	margin-bottom:10px;
}
#main-other .leader-item .linner {
	padding:10px;
}
#main-other .leader-item img {
	margin-right:10px;
}
#main-other .leader-item p {
	margin:0;
	padding:0;
}
#main-other .leader-item p {
	margin-bottom:9px;
}
#main-other .leader-item p.title {
	color:#ffffff;
	margin-bottom:0;
}
#main-other .leader-item p.position {
	color:#C7B277;
	font-size:10px;
}
#main-other .leader-item p.email {
	color:#FFFFFF;
	font-size:0.9em;
	margin-bottom:4px;
}
#main-other .leader-item p.email_mary {
	color:#ffffff;
	margin-bottom:2px;
}
#main-other .leader-main-pic {
	width:261px;
	background:url(../images/leadership-bg.jpg) repeat-x top left;
	height:102px;
	margin-right:7px;
	float:left;
	margin-bottom:10px;
}
#main-other .binner {
	padding:20px;
	margin:0 0 0 50px;
	float:left;
	display:inline;
	clear:left;
}
#main-other .binner p {
	float:left;
	font-size:11px;
	margin:140px 15px 0 0;
	display:inline;
}
#main-other .leader {
	padding:20px;
}
#main-other .leader-details {
padding:0 35px 10px 35px;
width:500px;
float:left;
}
#main-other .leader img {
	margin:10px 10px 0 0;
	float:left;
	padding-bottom:20px;
}
#main-other .leader-details p {
	float:left;
	margin:7px 0;
	color:#c9af67;
	clear:left;
	width:500px
}
#main-other .leader-details h2 {
	margin:0;
	padding:0;
	font-size:20px;
}

/* News */
#news {
	width:100%;
	clear:both;
	color:#EFD690;
	height:408px;
	border:1px solid #634f3d;
}
	#news_articles {
		float:left;
		width:400px;
	}
	#news_articles h2 {
		margin:15px 0 15px 20px;
		padding:0;
		font-size:26px;
		float:left;
		width:400px;
	}
	#news_articles #news_scroll {
		padding:0;
		width:500px;
		height:338px;
		float:left;
		overflow-x:auto;
		overflow-y:auto;
	}
	.news_detail {
		margin:10px 0 10px 20px;
		float:left;
		clear:left;
	}
	.news_detail p {
		font-size:12px;
		margin:0;
		padding:0;
		color:#80783c;
	}
	.news_detail h3 {
		color:#EFD690;
		font-family:Georgia;
		margin:5px 0;
		padding:0;
		font-size:18px;
	}
	.news_detail h4 {
		padding:0;
		margin:0;
	}
	.news_detail h3 a, .news_detail h3 a:visited {
		color:#EFD690;
	}
	.news_detail h3 a:hover {
		text-decoration:underline;
		color:#f4f3e4;
	}
	#news_pics {
		float:left;
	}
	#news_pics_rotator {
		margin-left:150px;
	}
/* Legal */

#legal {
	width:100%;
	color:#EFD690;
	border:1px solid #634f3d;
	float:left;
}
#legal_scroll {
	padding:0;
	width:700px;
	float:left;
  margin-bottom:20px;
}
#legal_scroll h2 {
	margin:15px 0 20px 20px;
	padding:0;
	font-size:26px;
	float:left;
}
#legal_scroll p {
	clear:left;
	padding-bottom:3px;
	margin:0 0 0 20px;
}
/* Our Services */

#services { 
	width:100%;
	clear:both;
	color:#EFD690;
	float:left;
	border:1px solid #634f3d;
}
#services .minner {
	padding:20px;
}
#services .service_detail {
	width:261px;
	background:url(../images/leadership-bg.jpg) repeat-x top left;
	height:102px;
	margin-right:7px;
	float:left;
	margin-bottom:10px;
}
#services .service_detail .linner {
	padding:10px;
}
#services .service_detail img {
	margin-right:10px;

}
#services .service_detail p {
	margin:0;
	padding:0;
}
#services .service_detail p {
	height:55px;
	color:#ffffff;
}
#services .leader-main-pic {
	width:261px;
	background:url(../images/leadership-bg.jpg) repeat-x top left;
	height:102px;
	margin-right:7px;
	float:left;
	margin-bottom:10px;
}
#services .binner {	
	padding:20px;
	margin:0 0 0 50px;
	float:left;
	display:inline;
	clear:left;
}
#services .binner p {
	float:left;
	font-size:11px;
	margin:140px 15px 0 0;
}

#services_details { 
	border:1px solid #634F3D;
	clear:both;
	color:#EFD690;
	float:left;
	padding:20px;
	width:100%;
}
#services_details .description {
padding:0 0 0 25px;
width:460px;
float:left;
}
#services_details img {
	margin:10px 10px 0 0;
	float:left;
}
#services_details .description p {
	float:left;
	margin:7px 0;
}
#services_details .description p.summary {
	font-style:italic;
	font-family:Georgia;
	font-size:14px;
	letter-spacing:0.5px;
}
#services_details .description h2 {
	margin:0;
	padding:0;
	font-size:22px;
}
#services_details ul {
	list-style-type:circle;
	float:left;
}
#services_details li {
 margin:10px;
 width:460px;
}
input {
background-image:url(../images/in.gif);
border:1px solid #CCC89D;
float:left;
margin:2px 4px;
padding:2px;
width:240px;
}
input.submit {
	background:#311114 url(../images/submit.png) repeat scroll 0 0;
	border:0 none;
	color:#521B21;
	cursor:pointer;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:26px;
	padding:0;
	text-transform:uppercase;
	width:76px;
}
input.medium {
width:200px;
}
input.small {
width:150px;
}
label {
display:block;
line-height:1.25em;
margin-left:4px;
}
.brochure p {
display:inline;
float:left;
font-size:11px;
padding:15px;
}
#footer {
	clear:both;
	width:100%;
	padding-top:15px;
	color:#efd690;
	font-size:11px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	margin:0 0 0 30px;
	padding-bottom:60px;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li { 
	float:left; 
	list-style:none;
}
#footer ul li a {
	color:#efd690;
	display:block;
	border-right:1px solid;
	padding:0 10px;
}
#footer ul li a:hover {
	color:white;
}
#footer ul li.last a {
	border:none;
}
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:408px;
	margin-top:1px;
}
/* rotator css */
	div#rotator ul {
	margin:0;
	padding:0;
}
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:none;
	padding:0;
	margin:0;
}
    div#rotator ul li.show {
	z-index:500
}
#video { 
	position:absolute;
	margin-left:460px;
	margin-top:50px;
	border:none;
	z-index:900;
}
#headline {
	position:absolute;
	margin-left:375px;
	margin-top:320px;
	border:none;
	z-index:900;
	background:#3D161A;
	width:280px;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* jScrollPane */	
.jScrollPaneContainer {
	position:relative;
	float:left;
	overflow:hidden;
}
.jScrollPaneTrack {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
}
.jScrollPaneDrag {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
}
.jScrollPaneDragTop {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
}
.jScrollPaneDragBottom {
	bottom:0;
	left:0;
	overflow:hidden;
	position:absolute;
}
a.jScrollArrowUp {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/goldenUp_arrow.gif) no-repeat scroll 0 0;
	color:#311114;
	float:right;
	text-indent:-10000px;
	width:16px;
	height:15px;
	margin-top:20px;
}
a.jScrollArrowDown {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/goldenDown_arrow.gif) no-repeat scroll 0 0;
	color:#311114;
	float:right;
	margin-top:270px; /* sets distance from top image */
	text-indent:-10000px;
	width:16px;
	height:15px;
	clear:right;
}
#career_list {
	color: #EFD690;
	overflow: hidden;
	padding:0 0 0 20px;
	line-height:18px;
	}
* html #career_list {
	height: 1%;
	}
#career_list span {
	color: #C9C18B;
	}
#career_list ul {
	float: left;
	list-style: none;
	padding: 0 8px 0 0;
	}
#career_list ul.first { width: 30%; }
#career_list ul.second { width: 37%; }
#career_list ul.last { width: 30%; }

#loc_header {
	height:86px;
	margin-bottom:20px;
	margin-top:55px;
}
	.loc_logo_den {
		padding:0;
		margin:0;
	}
	.loc_logo_den a {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/denver/denverLogo.gif);
		text-indent:-10000px;
		margin-bottom:10px;
	}
	.loc_logo_den a:hover {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/denver/denverLogoHover.gif);
		text-indent:-10000px;
		margin-bottom:10px;
	}
	.loc_logo_aus {
		padding:0;
		margin:0;
	}
	.loc_logo_aus a {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/austin/austinLogo.gif);
		text-indent:-10000px;
		margin-bottom:10px;
	}
	.loc_logo_aus a:hover {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/austin/austinLogoHover.gif);
		text-indent:-10000px;
		margin-bottom:10px;
	}
	.loc_logo_hou {
		padding:0;
		margin:0;
	}
	.loc_logo_hou a {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/houston/houstonLogo.gif);
		text-indent:-10000px;
	}
	.loc_logo_hou a:hover {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/houston/houstonLogoHover.gif);
		text-indent:-10000px;
	}
	.loc_logo_dal{
		padding:0;
		margin:0;
	}
	.loc_logo_dal a {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/dallas/dallasLogo.gif);
		text-indent:-10000px;
		margin-bottom:10px;
	}
	.loc_logo_dal a:hover {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/dallas/dallasLogoHover.gif);
		text-indent:-10000px;
		margin-bottom:10px;
	}
	.loc_logo_san{
		padding:0;
		margin:0;
	}
	.loc_logo_san a {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/san_antonio/sanAntonioLogo.gif);
		text-indent:-10000px;
		margin-bottom:10px;
	}
	.loc_logo_san a:hover {
		height:101px;
		width:337px;
		float:left;
		clear:both;
		background-image: url(../images/san_antonio/sanAntonioLogoHover.gif);
		text-indent:-10000px;
		margin-bottom:10px;
	}
	.loc_main_nav {
		float:right;
		margin-top:50px;
		width:auto;
	}
	.loc_main_nav ul {
		margin:0;
		padding:0;
		font-size:13px;
		font-family:Georgia;
	}
	.loc_main_nav ul li {
		float:left;
		list-style:none;
	}
	.loc_main_nav ul li a {
		padding:0px 8px;	
		text-decoration:none;
	}

#contact_info {
	float:right;
	margin-left:15px;
	width:250px;
}
#contact_info h2 {
	font-size:15px;
	margin:10px 0;
	color:white;
}
#contact_info p.copy {
	font-size:11px;
	margin-top:10px;
}
#main-other .binner {
	padding:20px;
	margin:0 0 0 100px;
	float:left;
	display:inline;
	clear:left;
}
#sitemap {
	margin-left:60px;
	width:900px;
}
#links {
	float:left;
	width:300px;
	margin:0 0 10px 0;
}

#links h2 {
	font-size:18px;
	padding-bottom:10px;
}
#links ul {
	font-size:14px;
	padding-bottom: 10px;
}

