html {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;	
	margin-bottom: .01em;
	padding: 0;
	z-index: 10;
	width: 100%;
}
body {
	background: #fff;
	color: #323232;
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-align: center;
}
/* wrapper outer needed for repeating backgrounds */
#wrapperouter {
	background: transparent url('/images/rhnt/bg_main.gif') left top repeat-x;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	vertical-align: top;
	z-index: 1;
}
body.home #wrapperouter {
	background: transparent url('/images/rhnt/bg_main_hm.gif') left top repeat-x;
}
#wrapper {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 771px;
	vertical-align: top;
}


/* Default Styles */

p {margin: 0 0 1em 0;padding:0;}
a {
	color: #013b9c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#maincontentwrapper a {
	text-decoration: underline;
}
#maincontentwrapper a:hover {
	color: #b1953a;
}
sup, sub {
	position: relative;
	font-size: smaller;
	vertical-align: baseline;
}
sup {bottom: .4em;}
sub {top: .4em;}
table {font-size: 100%}
form {display: inline;margin: 0;padding: 0;}
img {border: none;}
abbr {border-bottom: 1px dotted #ccc;cursor: help;}


/* Headings */
h1 {
	background: transparent url('/images/rhnt/logo_reliant_northtexas.gif') left top no-repeat;
	float: left;
	height: 51px;
	margin: 12px 0 0 12px;
	padding: 0;
	text-indent: -9999px;
	width: 600px;
}
h1 a {
	display: block;
	height: 51px;
	width: 600px;
}
body.home h2, h3, h4, h5, h6 {
	color: #666;
}
h2, h3, h4, h5, h6 {
	color: #013b9c;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	font-size: 125%;
	font-weight: bold;
}
#title h2 {
	color: #333;
	margin: 0 0 5px 0;
	padding: 0;
}
h3 {
	font-size: 120%;
	color: #666
}
#title h3 {
	color: #013b9c;
	margin: 0 0 12px 0;
	padding: 0;
}
h4 {
	font-size: 110%;
}
h5 {
	
}
h6 {
	
}
#contentsub h1, #contentsub h2, #contentsub h3, #contentsub h4, #contentsub h5, #contentsub h6 {color: #363636;font-size: 110%;}


/* Header Content */
#header {
	float: left;
	height: 74px;
	width: 100%;
}


/* Navigation */
#navigationmain {
	background: transparent url('/images/rhnt/navigation.gif') left top no-repeat;
	float: left;
	height: 26px;
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 20;
}

ul#navigationmain li {
	float: left;
	margin: 0; 
	padding: 0;
	top: 0;
}
ul#navigationmain a {
	text-indent: -9999px;
}
ul#navigationmain li, ul#navigationmain a {
	display: block;
	height: 26px;
	text-decoration: none;
}

#navigationmain ul { /* all lists */
	background: #e3e3e3;
	background-image: none;
	border: 1px solid #fff;
	float: left;
	font-size: 80%;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 11px 9px 11px 9px;
	position: absolute;
	width: 150px;
	z-index: 20;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#navigationmain ul li { /* all list items */
	float: none;
	height: auto;
	padding: 4px 0;
	width: 150px; /* width needed or else Opera goes nuts */
}
#navigationmain ul li a {
	color: #363636;

	height: auto;
	padding: 2px 0 2px 10px;
	text-indent: 0;
}
#navigationmain ul li a:hover {
	background: transparent url('/images/rhnt/navlink_arrow.gif') 0 4px no-repeat;
	color: #013b9c;
	text-decoration: underline;
}
#navigationmain li:hover ul, #navigationmain li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* sprite panel */
#navhome {left: 0; width: 88px;}
#navpatients {left: 88px; width: 94px;}
#navfacility {left: 182px; width: 90px;}
#navaboutus {left: 272px; width: 79px;}
#navprograms {left: 351px; width: 150px;}
#navcareers {left: 501px; width: 70px;}
#navrefer {left: 571px; width: 110px;}
#navcontact {left: 681px; width: 90px;}

#navhome a:hover, #navhome:hover, li#navhome.sfhover {background: transparent url('/images/rhnt/navigation.gif') 0 -26px no-repeat;}
#navpatients a:hover, #navpatients:hover, li#navpatients.sfhover {background: transparent url('/images/rhnt/navigation.gif') -88px -26px no-repeat;}
#navfacility a:hover, #navfacility:hover, li#navfacility.sfhover {background: transparent url('/images/rhnt/navigation.gif') -182px -26px no-repeat;}
#navaboutus a:hover, #navaboutus:hover, li#navaboutus.sfhover {background: transparent url('/images/rhnt/navigation.gif') -272px -26px no-repeat;}
#navprograms a:hover, #navprograms:hover, li#navprograms.sfhover {background: transparent url('/images/rhnt/navigation.gif') -351px -26px no-repeat;}
#navcareers a:hover, #navcareers:hover, li#navcareers.sfhover {background: transparent url('/images/rhnt/navigation.gif') -501px -26px no-repeat;}
#navrefer a:hover, #navrefer:hover, li#navrefer.sfhover {background: transparent url('/images/rhnt/navigation.gif') -571px -26px no-repeat;}
#navcontact a:hover, #navcontact:hover, li#navcontact.sfhover {background: transparent url('/images/rhnt/navigation.gif') -681px -26px no-repeat;}




/* Content Areas */
#feature {
	float: left;
	height: 187px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#title {
	float: left;
	padding: 12px 0 0 25px;
	width: 475px;
}
#featureimage {
	background: transparent url('/images/rhnt/bg_subpage_header.gif') left top no-repeat;
	float: left;
	height: 184px;
	margin: 3px 0 0 0;
	overflow: hidden;
	padding: 8px;
	width: 242px;
}
body.home #feature {
	height: 305px;
}
body.home #flashcontent {
	//background: transparent url('/images/rhnt/bg_flashcontent.gif') left top no-repeat;
	background: none;
	display: inline;
	float: left;
	height: 369px;
	margin: 3px 0 0 20px;
	padding: 7px;
	width: 447px;
	border: 1px solid #C7C4B8;
	background: #fff;
	z-index: 19;
	position: relative;
	_position: none;
	left: 0;
}
body.home #location {
	color: #363636;
	display: inline;
	font-size: 85%;
	float: left;
	margin: 33px 0 0 515px;
	_margin: 33px 0 0 28px;
	width: 267px;
	position: absolute;
	left: 0px;
	_left: 470px;
}
body.home #location h3 {
	color: #363636;
	font-size: 120%;
	margin: 0;
	padding: 0;
}
body.home #location img {
	float: left;
	margin: 0 13px 35px 0;
}

/* Breadcrumbs */
#breadcrumb {
	color: #013b9c;
	float: left;
	font-size: 80%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 66px;
}
#breadcrumb li {
	float: left;
	margin: 0;
	padding: 0;
}
#breadcrumb li a {
	background: transparent url('/images/rhnt/breadcrumb_arrow.gif') 100% 5px no-repeat;
	display: block;
	margin: 0 7px 0 0;
	padding: 0 11px 0 0;
}


/* Main Content */
#contentwrapper {
	float: left;
	margin-top: -98px;
	padding-bottom: 28px;
	position: relative;
	width: 100%;
	z-index: 15;
}
body.home #contentwrapper {
	margin-top: -155px;
}
#contentmain {
	display: inline;
	float: left;
	margin: 15px 60px 0 25px;
	width: 461px;
}
#contentmain div.img img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 20px 25px 0;
	padding: 1px;
}
body.home #contentmain {
	margin: 244px 20px 0 19px;
	_margin: 174px 20px 0 19px;
	width: 484px;
}
#contentmain div.col1 {
	display: inline;
	float: left;
	margin: 0 35px 0 0;
	width: 225px;
}
#contentmain div.col2 {
	display: inline;
	float: left;
	width: 220px;
}
#contentsub {
	display: inline;
	float: left;
	margin: 120px 22px 0 0;
	width: 203px;
}
#contentsub img {
	margin: 0 0 15px 0;
}
body.home #contentsub {
	font-size: 100%;
	margin: 16px 32px 0 0;
	_margin: 0px 32px 0 0;
	width: 216px;
}
#contentwrapper ul {
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
}
#contentwrapper ul li {
	background: transparent url('/images/rhnt/list_dots.gif') 0 5px no-repeat;
	list-style: none;
	margin: 0 0 10px 0;
	overflow: auto;
	padding: 0 0 0 10px;
}
#contentsub ul {
	margin: 15px 0 0 0;
}
#contentsub ul li {
	font-size: 90%;
	margin: 0 0 5px 0;
}
#contentsub ul li a {
	font-weight: bold;
}

/* Site Map */
#contentmain.sitemap {
	font-weight: bold;
}
#contentmain.sitemap ul {
	margin: 0 0 30px 0;
}
#contentmain.sitemap ul li {
	margin: 0 0 7px 0;
}
#contentmain.sitemap ul ul {
	font-weight: normal;
	margin: 7px 0 0 30px;
}


/* Contact Form */
form input, form textarea, form select {
	border: 1px solid #999;
}
#contact {
	float: left;
	margin: 10px -3px 10px 0;
	width: 461px;
}
#contact div.formrow {
	display: block;
	clear: left;
}
#contact label {
	display: block; 
	float: left;
	width: 83px;
}
#contact input {
	display: block;
	float: left;
	margin: 0 10px 20px 0;
	width: 130px;
}
#contact #regarding {
	width: 357px;
}
#contact textarea {
	height: 163px;
	width: 357px;
	wrap: virtual;
}
#contact input.button {
	border: 0;
	float: left;
	height: 18px;
	padding: 0;
	text-indent: -9999px;
	width: 44px;
}
#contact #submit {
	background: transparent url('/images/rhnt/btn_submit.gif') left top no-repeat;
	clear: left;
	cursor: pointer;
	display: inline;
	margin: 10px 7px 0 348px;
}
#contact #submit:hover {
	background: transparent url('/images/rhnt/btn_submit.gif') 0 -18px no-repeat;
}
#contact #reset {
	background: transparent url('/images/rhnt/btn_reset.gif') left top no-repeat;
	cursor: pointer;
	margin: 10px 0 0 0;
}
#contact #reset:hover {
	background: transparent url('/images/rhnt/btn_reset.gif') 0 -18px no-repeat;
	
}


/* Footer Area */
#footer {
	background: transparent url('/images/rhnt/bg_footer.gif') left top repeat-x;
	clear: left;
	color: #666;
	height: 87px;
	padding: 0 0 20px 0;
	text-align: left;
	width: 100%;
}
#newsletter {
	background: transparent ;
	height: 43px;
	margin: 0 auto;
	width: 771px;
}
#footercontent {
	font-size: 80%;
	height: 42px;
	margin: 0 auto;
	padding: 7px 15px 0 17px;
	width: 739px;
}
#footercontent p {
	margin: 0 0 4px 0;
	padding: 0;
}
#addressinfo {
	float: left;
	width: 424px;
}
#navcopyright {
	float: right;
	margin: 0;
	text-align: right;
	width: 302px;
}
#footer ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 302px;
}
#footer li {
	border-left: 1px solid #666;
	float: left;
	padding: 0 0 0 7px;
	margin: 0 0 0 7px;
}
#footer li.firstitem {
	border: none;
	padding: 0;
	margin: 0;
}
ul#footernav {
	float: right;
	margin: 0 0 4px 0;
	padding: 0;
	width: auto;
}
#footercontent a {
	color: #666;
}
#copyright {
	float: right;
}


/* Common Elements */
#wai-links {
	left: -9999px;
	position: absolute;
	top: 0;
}
a.more {
	background: transparent url('/images/rhnt/link_arrow.gif') 0 3px no-repeat;
	font-size: 85%;
	padding: 0 0 0 13px;
}
p.quote {
	color: #6F6E67;
}
a.pdf {
	background: transparent url('/images/rhnt/icon_pdf.gif') 0 0 no-repeat;
	display: block;
	font-weight: bold;
	float: left;
	height: 25px;
	margin: 8px 0 0 17px;
	padding: 6px 0 0 26px;
}
hr {
	display: block;
	border: none;
	border-top: 1px solid #fd9d00;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin: 15px 0;
	padding: 0;
	width: 461px;
}
#contentsub hr {
	margin: 15px 0;
	width: 173px;
}

/* Home Page Elements */
div.drphoto {
	font-size: 85%;
	margin-bottom: 30px;
}
#contentsub div.drphoto img {
	float: left;
	margin: 0 15px 10px 0;
}
div.drphoto h4 {
	color: #464646;
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 5px 0 0 0;
}
div.photos {
	float: left;
}
body.home #contentsub div.photos h3 {
	color: #3267AA;
	float: left;
	font-weight: normal;
	font-size: 130%;
	margin: 0 0 10px 0;
	padding: 0;
	width: 130px;
}
div.photos a {
	color: #666;
	display: block;
	float: left;
	font-size: 80%;
	margin-top: 7px;
	visibility: hidden;
}
#nextphoto {
	background: transparent url('/images/rhnt/nextlink_arrow.gif') 100% 3px no-repeat;
	padding: 0 9px 0 0;
}
#prevphoto {
	background: transparent url('/images/rhnt/prevlink_arrow.gif') 0 3px no-repeat;
	margin-right: 10px;
	padding: 0 0 0 9px;
}