body {
	background-image: url(images/background-floral.jpg);
	background-color: #7E8C4F;
	background-repeat: repeat-x;
	background-position: center -100px;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	behavior: url("common/csshover.htc");
	height: 100%;
	width: 100%;
}
#outer {
	width: 827px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: repeat-x;
	background-position: center -100px;
	z-index: 0;
	/*background-color: #F6E8D6;*/
	border-left:  4px solid #5F062D;
	border-right:  4px solid #5F062D;
	border-bottom:  4px solid #5F062D;
	height: 100%;
}
#inner {
	width: 827px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-image: url(images/body_bg.jpg);
	/*background-color: #F6E8D6;*/
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
}

#inner_search {
	width: 827px;
	height: 1400px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-image: url(images/body_bg.jpg);
	/*background-color: #F6E8D6;*/
	background-repeat: repeat-y;
	background-position: left;
}

/*
#middle {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	height: 800px;
}
*/
/*
#lineleft {
	width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	position: absolute;
	left: -14px;
	top: 0px;
}
#lineright {
	width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	position: absolute;
	right: -14px;
	top: 0px;
}
*/
#sidebar {
	/*background-color: #F6E8D6;*/
	width: 182px;
	float: left;
	margin-right: 0px;
	/*height: 100%;*/
}
#navigation {
	height: 246px;
}

#footer {
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
	color: black;
	position: relative;
	clear: both;
}
#blinkies {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-bottom: 20px;
}
#blinkies a img {
	margin: 5px;
	padding: 0px;
	display: block;
	float: left;
	border: 2px solid #FFFFFF;
}
#footer a {
	color:#E9E2BE;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.slideshow {  
	float: right;
    height:  246px;  
    width:   642px;  
    padding: 0;  
    margin:  0;  
} 
 
.slideshow img {  
    width:  642px; 
    height: 246px; 
} 

#nav-divider {
	height: 40px;
	background-color: #5F062D;
	border-bottom: 3px solid white;
	border-top: 3px solid white;

}
#nav-buttons a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px;
	color: #7E8C50;
	text-decoration: none;
}
#nav-buttons a:hover {
	text-decoration: underline;
}
#nav-buttons {
	background-color: #DEE3CC;
	width: 185px;
	color: #7E8C50;
	text-align: center;
	font-size: 11px;
	/* padding: 3px 0px;
	 _padding: 2px 0px; */

	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #8E4259;
}
#content {
	background-image: url(images/building-background.jpg);
	width: 642px;
	background-repeat: no-repeat;
	float: right;
	background-position: right top;
	position: relative;
	min-height: 755px;
	_height: 600px;	 
}
.cca-building {
	background-image: url(images/cca-building.png);
}

#homeSquares {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 25px;
}

#homeSquares img {
	margin-right: 10px;	
}

#homeSquares a {
	color: transparent;	
}

#video_menu {
	margin: 15px -5px 0 -5px;
	border-top: solid #7e8c50 1px;
	padding: 0;
}
#video_menu a:link, #video_menu a:visited {
	border: solid #7e8c50;
	border-width: 0 0 1px 0;
	padding: 8px 5px;
	text-decoration: none;
	display: block;
}
#video_menu a:hover, #video_menu a:active {
	background: #FFF6CA;
}

.homepage #content p {
	font-size: .85em;
	line-height: 22px;
	margin: 13px 40px 10px 25px;
}
.homepage #content .firstpara {
	margin-top: 90px;
	margin-left: 30px;
}
.homepage #welcometext {
	padding: 0px;
	margin-top: 20px;
	margin-left: 0px;
	position: absolute;
	z-index: 5;
}
.homepage ul.services {
	display: none;
}
.homepage #lineleft, .homepage #lineright {
	height: 1150px;
}
#welcometext {
	padding: 0px;
	margin-top: 20px;
	margin-left: 25px;
}
#bottomopacity {
	height: 35px;
	opacity: .25;	
	filter:alpha(opacity=25);
	background-color: #FFFFFF;
	position:absolute;
	bottom:-35px;
	_bottom:-36px;
	*bottom:-35px;
	width: 100%;
	_width:880px;

}	
/*
#lineaccross {
	position: absolute;
	height: 1px;
	width: 100%;
	border-top: solid 1px #FFFFFF;
	top:246px;
	left: 0px;
	z-index:80;

}
*/	
#sidebar .renovate {
	margin: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #5E002A;
	padding: 8px;
	line-height: 16px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.services {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #C4C1A0;
	padding: 5px;
	display: none;
}
ul.services li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
ul.aboutsubmenu {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #C4C1A0;
	padding: 5px;
	display: none;
}
ul.aboutsubmenu li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#res {
	background-image: url(images/research-sidebar.gif);
	height: 33px;
	width: 185px;
	display: block;
}
a#res:hover {
	background-image: url(images/research-sidebar_over.gif);
}
#volun {
	background-image: url(images/volunteer-sidebar.gif);
	height: 34px;
	width: 185px;
	display: block;
}
a#volun:hover {
	background-image: url(images/volunteer-sidebar_over.gif);
}
#video {
	background: url(images/video-sidebar.gif) bottom;
	height: 33px;
	width: 185px;
	display: block;
}
a#video:hover {
	background: url(images/video-sidebar_over.gif) bottom;
}
#aboutmenu {
	background: url(images/aboutus.gif) bottom;
	height: 34px;
	width: 185px;
	display: block;
}
a#aboutmenu:hover {
	background: url(images/aboutus_over.gif) bottom;
}
.aboutus #aboutmenu {
	background: url(images/aboutus_down.gif) bottom;
	height: 34px;
	width: 185px;
	display: block;
}
.aboutus a#aboutmenu:hover {
	background: url(images/aboutus_down_over.gif) bottom;
}
#serv {
	background: url(images/services.gif) bottom;
	height: 34px;
	width: 185px;
	display: block;
}
a#serv:hover {
	background: url(images/services_over.gif) bottom;
}
#newlydia {
	background-image: url(images/newlydiagnosed.jpg);
	display: block;
	height: 55px;
	width: 185px;
}
a#newlydia:hover {
	background-image: url(images/newlydiagnosed_over.jpg);
}
#sidebar li {
	margin: 0px;
	padding: 0px;
}
#frmSiteSearch {
	background-color: #60012D;
	margin: 0px;
	height: 40px;
	width: 182px;
	margin-right:3px;
	float: left;
	border-right: 3px solid white;
}
.navbar_container {
	float: left;
	height: 30px;
	margin-top: 10px;
	width: 635px;
}
.navbar_link {
	font-family: Arial, sans-serif;
	font-size: 13px;
	height: 30px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;	
}
.navbar_link2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}
.navbar_spacer {
	margin-right: 22px;
	margin-left: 22px;
	color: #FFFFFF;

}
.searchbar {
	height: 20px;
	font-size: 10px;
	margin: 10px;

}
.sidenav-arrow {
	float: right;
	margin-right:5px;
	z-index: 10;
}
.sidebar-arrow {
	background-image: url(images/accordion-arrow-up.jpg);
}
.sidebar-logo {
	background-image: url(images/logo-sidebar-bottom.jpg);
	bottom: 0;
	height: 260px;
	background-repeat: no-repeat;
	margin-top: 55px;
}
#frmSiteSearch label {
	color: #FFFFFF;
	font-size:11px;
}
#frmSiteSearch input {
	border: none;
	width: 80px;
	font-size: 10px;
}
#frmSiteSearch button {
	border: none;
	background-color:#91435B;
	margin-left: 5px;
	padding: 2px;
	_padding: 3px 2px;
	*padding: 3px 2px;
	font-size: 10px;
	color: #FFFFFF;
	-moz-box-sizing: content-box;
}
ul.services #chemo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
ul.services li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 3px;
}
ul.services ul a {
	padding-left: 25px;
}
ul.services a:hover {
	background-color: #909B63;
	text-decoration: underline;
}
ul.services li#serv {
	background-color: #60012D;
	
}
ul.services li#serv a {
	
}
ul.services li#pain {
	border-bottom-style: none;
}
.services ul.services {
	display: block;

}

.aboutus ul.aboutsubmenu {
	display: block;

}

ul.aboutsubmenu li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 3px;
}
ul.aboutsubmenu ul a {
	padding-left: 25px;
}
ul.aboutsubmenu a:hover {
	background-color: #909B63;
	text-decoration: underline;
}
/*
.physicians #content, .basic #content {
	background-image: url(images/content-background.jpg);
	position: relative;
	background-repeat: repeat-y;
	border-left: 3px solid white;
}
*/

.physicians ul.services {
	display: block;
}

.physicians div.bio {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: ;
	padding: 8px;
	width: 600px;
	position: relative;
}

div.bio .column2 p {
	font-size: .85em;
	line-height: 19px;
	color: #222615;
}
.physicians div.bio h1 {
	font-size: 0.85em;
	color: #6A0005;
	margin-top:20px;
}
.physicians div.bio .column {
	width: 180px;
	border: 0px solid #99CC00;
	display: block;
	text-align: center;
	float: left;
	margin-top: 20px;
}
.physicians div.bio .column2 {
	border: 0px dashed #EDE7C9;
	width: 410px;
	display: block;
	float: left;
}

#physician-photo p {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #878763;
	padding: 1px 1px;
	margin: 0px;
	width: 100px;
}
#physician-photo {
	margin-left: 5px;
}

.physician-image {
	width: 69px;
	float: left;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 20px;
}

.basic #content {
	background-image: url(images/family-recovery2.jpg);
	/* background-image: url(images/family-recovery.jpg); */	
	background-repeat: no-repeat;
	border-left: 3px solid white;
	
}

.bio div .column {
	width: 200px;
}

.basic #content .column {
	margin-top:10px;
	width: 365px;
	padding: 5px 15px 5px 25px;
	border: 0px solid #99CC00;
	display: block;
	float: left;
}
.basic #content .column2 {
	margin-top:10px;
	border:0px dashed #7E8C50;
	width: 200px;
	display: block;
	float: left;
	padding: 5px 10px;
}
.basic .column2 img {
	border: 1px solid #FFFFFF;
}
.basic .column p {

	font-size: .85em;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
	
}
.basic .column2 p {

	float: left;
	font-size: 0.7em;
	line-height: 18px;
	color: #504C27;
	
}
h1  {

	color: #60012D;
	font-size: 1.0em;
}
#welcometocca {
	margin-left: 25px;
	margin-bottom: 25px;
}
.aboutus #lineleft, .aboutus #lineright {
	height: 1300px;
}
#content ul, #content ol {
	font-size: .85em;
	line-height: 22px;
	color: #60012D;
	font-weight: bold;
}
.closed ul.services {
	display: none;
}
a {
	color: #60012D;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#content p.disclaimer {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 14px;
	color: #60012D;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px dotted #7E8C4F;
}
.resources #lineleft, .resources #lineright {
	height: 1100px;
}

#phyreferrals {
	background-image: url(images/physicians_referrels.gif);
	height: 34px;
	width: 185px;
	display: block;
}
a#phyreferrals:hover {
	background-image: url(images/physicians_referrels_over.gif);
}

#missionstat {
	background-image: url(images/mission_statement.gif);
	height: 34px;
	width: 185px;
	display: block;
	background-repeat: no-repeat;
}
a#missionstat:hover {
	background-image: url(images/mission_statement_over.gif);
}
#calside {
	background-image: url(images/calender_of_events.gif);
	height: 79px;
	width: 185px;
	display: block;
	background-repeat: no-repeat;
}
a#calside:hover {
	background-image: url(images/calender_of_events_over.gif);
}
#sidebar a {
	text-decoration: none;
}
.aboutus #sidebar ul.services {
	display: none;
}
.calender ul.services {
	display: none;
}
h2 {
	color: #FFFFFF;
	font-size: 0.91em;
	background-color: #60012D;
	padding: 5px;
}
.staff #content .column {
	border: 0px solid #99CC00;
	padding: 0px;
	margin: 90px 0px;
	width: 640px;
	height: auto;
}
.staffbuttons {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 350px;
	border: 0px dashed #0099FF;
}
.staffbuttons p {
	margin-left: 14px;
}
.staffbuttons img {
	margin-right: 9px;
	margin-left: 9px;
}
.staffphoto {
	width: 535px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 25px;
	position: relative;
}
.staffnurses {
	width: 535px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 25px;
	position: relative;
}
#b_1 .staffmember {
	height: 270px;
}
#content .staffmember {
	float: left;
	padding: 10px;
	border: 0;
}
#content .staffmember h1 {
	font-size: 12px;
	padding: 2px 0px;
	margin-top: 3px;
}
#content .staffmember p {
	font-size: 11px;
	padding: 0px;
	margin: -7px 0px;
	line-height: 14px;
}
.staffphoto h2 {
	position: absolute;
	color: #60012D;
	background-color:transparent;
	top: -35px;
	_top: -25px;
	*top: -25px;
	left: 0px;
}
#flashLoader {
	display: none;
}

.onlineFormsList {
	
 width:500px; 
 text-align:left; 
 margin-right:auto; 
 margin-left:auto;
 
}

.onlineFormsList li {

	margin-left: 30px;
	
}

/* SEARCH PAGE */


.resultstatus {
	background-color: #60012D;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px;
}
.resultstatus a {
	color: #FFFFFF;
}
table.results td {
	font-size: .9em;
}
table.results a {
	font-size: 1.1em;
	color: #60012D;
	font-weight: bold;
}
table.searchbox td {
	font-size: 0.9em;
	padding: 3px;
}
.gallery table.calender th {
	padding: 3px;
	background-color: #60012D;
	border: 1px solid #6B7B3E;
}
.gallery table.calender td {
	border: 1px solid #6B7B3E;
	background-color: #F6F4E3;
	font-size: 11px;
}
.gallery table.calender .nodate {
	background-color: #C1C28F;
}
.gallery table.calender td strong {
	font-size: 11px;
}
td.license {
	font-size: 11px;
}
.searchmatches {
	font-size: 0.82em;
	color: #7E8C50;
}
.searchfield {
	border: 2px inset #7E8C50;
}





.gallery_img_brd {
	border: 2px solid #ACB58E;
}
.gallery_img_brd_white{
	border: 2px solid #FFFFFF;
}
#gallery_bottom_bar {
	border: 2px solid #7E8C50;
	height: 23px;
	width: 500px;
	display: block;
	background-color: #7E8C50;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gallery_bottom_bar .nav {
	float: right;
}
#gallery_image_box {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height: 333px;
	background-color: #7E8C50;
	border: 2px solid #7E8C50;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	display:block;
}
	
#gallery_caption {

}

.gallery table th {
	font-size: 13px;
	background-color: #C4C1A0;
	color: #FFFFFF;
}
.gallery table td {
	font-size: 12px;
	padding: 4px;
	margin: 0px;
	border: 1px solid #98A16A;
}
.gallery table {
	border-collapse: collapse;
}
.gallery h1.month {
	font-size: 20px;
}
.gallery #content {
	background-image: url(images/building-background.jpg);
	background-repeat: no-repeat;
	border-left: 3px solid white;
}
.gallery ul.services {
	display: none;
}
.gallery #content .column {
	width: 640px;
	margin: 130px 0px 15px;
	border: 0px solid #990000;
	text-align: center;
	padding: 0px;
}
.gallery #content .column #thumbnails {
	width: 500px;
	border: 2px solid #60012D;
	background-color: #91435B;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	height: auto;
}
.gallery #content #thumbnails p {
	margin: 0px;
	color: #FFFFFF;
	font-size: 11px;
}
.gallery #content #thumbnails img {
	padding: 0px;
	margin: 3px;
}
#video_menu p {
	margin: 0px;
	padding: 0px;
}
/*
#join #content {
	background-image: url(images/volunteer_flower.jpg);
	background-color: #D1C6DD;
	background-repeat: no-repeat;
}
*/
.mainsidebar li {
	min-height: 34px;
	width: 185px;
	background-image: url(images/sidebar-normal.jpg);
}

.basic #content .newscolumn {
	margin-top:80px;
	border:0px dashed #7E8C50;
	width: 320px;
	display: block;
	float: left;
	padding: 5px 10px;
}

.basic .newscolumn img {
	border: 1px solid #FFFFFF;
}

.basic .newscolumn p {

	font-size: 0.7em;
	line-height: 18px;
	color: #504C27;
	
}

.backToTop {
	font-size: 10px;
	position: relative;
	left: 45%;
}
.glossary-letter-container {
	padding-top: 20px;
	position: relative;
	left: 13%;
}
.glossary-letter {
	padding-right: 10px;
	border-right: 1px solid black;
	cursor: pointer;
}
.glossary-term {
	font-size:13px;
	margin:20px;
	clear: both;	
}
.glossary-term-title {
	font-weight: bold;	
}

.go-qopi{
  position:absolute;
  right:20px;
  display:inline-block;
  top:20px;	
}

.certs strong{
  color:#5F062D;
}
