@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
}
h1   {
	font-size: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	width: 605px;
}
h2   {
	font-size: 1.7em;
	font-family:Arial, Helvetica, sans-serif;
	width: 605px;
}
p  {
	line-height: 1.4em;
}
a {
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #5C9BAA;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-color: #5C9BAA;
	color: #5C9BAA;
}
#main_container {
	width: 811px;
	margin-right: auto;
	margin-left: auto;
	background-position:bottom;
	background-repeat:no-repeat;
}

#main_container #top {
	width: 811px;
	height: 51px;
	margin-left: 0px;
	margin-top: 10px;
	background-position: top;
	background-image:url(../images/top.jpg)
}

#main_container #logo {
	width: 191px;
	margin-top: 10px;
	background-position: top;
	margin-right: 700px;
}
#main_container #home_nav_container {
	width: 194px;
	background-position: top;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	margin-top: 7px;
}

#main_container #home_nav_home {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	}
#main_container #home_nav_thecenter {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	}
#main_container #home_nav_docandstaff {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#main_container #home_nav_sleeppat {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#main_container #home_nav_pulmpat {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#main_container #home_nav_onlineserv {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#main_container #home_nav_contact {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#main_container #home_nav_helpful {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#main_container #home_nav_info {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#main_container #home_nav_priv {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#main_container #home_nav_disc {
	width: 194px;
	background-position: top;
	height: 28px;
	float: left;
	
}
#right_column {
	margin: 0px;
	float: left;
	width: 605px;
	padding: 0px;
	margin-top: -122px;
	margin-left: 12px;
}
#right_column  #home_image {
	width: 605px;
	background-position: top;
	background-image:url(../images/mainpic.jpg);
	height: 272px;
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#right_column  #home_header {
	width: 604px;
	background-position: top;
	height: 95px;
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#right_column  #home_title {
	width: 605px;
	height: 40px;
	float: left;
	margin-bottom: 10px;
}
#right_column  #home_location {
	width: 605px;
	height: 107px;
	float: left;
	margin-bottom: 10px;
}
ul.main{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em;
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
	line-height: 12.3px
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 0.73em;
	color: #999999;
	text-align: center;
	float: left;
	width: 604px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}


.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #7ACFE3;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #5C9BAA;
	font-size: 85%;
}

.arrowlistmenu ul li a:visited{
	color: #7ACFE3;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #7ACFE3;
}

.content_bullet_list {
	list-style-image: url(../images/bullet_small.gif);
	margin-left: 13px;
	margin-bottom: 8px;
	font-size: 1em;
}
