@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #644c30;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:.8em;
	color:#644c30;
}	
	

/*----------------------------HOLDS THE BG REPEAT GRAPHIC OF LEFT/RIGHT SHADOWS ALLOWING PAGE TO GROW DOWN----------------*/
.thrColFixHdr #container { 
	width:970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-color: #644c30;*/
	background-color:#644c30;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/main_bg_rpt.jpg); background-repeat:repeat-y;
	position:relative; top:0; left:0;
	
	
} 
/*------------------------HOLDS TOP GRAPHIC WITH ROUNDED CORNERS---------------------------*/
.thrColFixHdr #header { 
	background-image:url(images/shadow-top.jpg); background-repeat:no-repeat; width:970px; height:37px;
	padding:0;
	margin:0;
}
/*--------------------------------USED FOR THE WELCOME TO CARE TAGLINE------------------------*/ 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

#flashcontainer {
	
	background-image:url(images/CARE-logo-nonflash.jpg); background-repeat:no-repeat; background-position:top;
	}


/*-----------------------------SIDEBARS USED TO HOLD LEFT/RIGHT SHADOW GRAPHICS---------------------*/
/* ----reason is to hold the container open a minimum width always, so the CMS doesn't collapse a page with little or no content. ----------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 49px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 51px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
/*---------------------------------MAIN CONTENT ACTS AS INNER CONTAINER-----------------------------*/
.thrColFixHdr #mainContent { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	} 	

/*-------------------------------Main Navigation ------------------------------------------*/
#nav {
	height:50px; 
	width:868px; 
	float:right; 
	margin:20px 0;
	padding:0;
	}
#nav ul {margin:0px 0 0 -20px;}
#nav ul li{
	list-style:none;
	display:inline;
	padding:0;
	border:none;
	}
#nav ul li img {border:none;}
/*---------------HOME BUTTON------------------*/	

#nav_home a{
	width:90px;
	height:50px;
	background:url("images/nav_home.jpg") 0 0 no-repeat;
	float:left;
	display:block
	
	}	
#nav_home a:hover{
	background-position:0 -50px;
	}
#nav_homeactive {
	background:url("images/nav_home.jpg") 0 -50px no-repeat;
	width:90px;
	height:50px;
	float:left;
	display:block
	}
/*----------------SURGEONS BUTTON this was changed to say STAFF everywhere else.------------------*/
#nav_surgeons a{
	width:125px;
	height:50px;
	background:url("images/nav_surgeons.jpg") 0 0 no-repeat;
	float:left;
	display:block
	}	
#nav_surgeons a:hover{
	background-position:0 -50px;
	}
#nav_surgeonsactive {
	background:url("images/nav_surgeons.jpg") 0 -50px no-repeat;
	width:125px;
	height:50px;
	float:left;
	display:block
	}

/*---------------PROCEDURES BUTTON--------------*/
#nav_procedures a{
	width:111px;
	height:50px;
	background:url("images/nav_procedures.jpg") 0 0 no-repeat;
	float:left;
	display:block
	}	
#nav_procedures a:hover{
	background-position:0 -50px;
	}
#nav_proceduresactive {
	background:url("images/nav_procedures.jpg") 0 -50px no-repeat;
	width:111px;
	height:50px;
	float:left;
	display:block
	}

/*------------------TESTIMONIALS BUTTON-----------*/
#nav_testimonials a{
	width:117px;
	height:50px;
	background:url("images/nav_testimonials.jpg") 0 0 no-repeat;
	float:left;
	display:block
	}	
#nav_testimonials a:hover{
	background-position:0 -50px;
	}
#nav_testimonialsactive {
	background:url("images/nav_testimonials.jpg") 0 -50px no-repeat;
	width:117px;
	height:50px;
	float:left;
	display:block
	}

/*---------------PATIENT LOGIN BUTTON---------------*/
#nav_patientlogin a{
	width:153px;
	height:50px;
	background:url("images/nav_patients.jpg") 0 0 no-repeat;
	float:left;
	display:block
	}	
#nav_patientlogin a:hover{
	background-position:0 -50px;
	}
#nav_patientloginactive {
	background:url("images/nav_patients.jpg") 0 -50px no-repeat;
	width:153px;
	height:50px;
	float:left;
	display:block
	}
/*----------------SPECIALS BUTTON------------------*/
#nav_specials a{
	width:105px;
	height:50px;
	background:url("images/nav_resources.jpg") 0 0 no-repeat;
	float:left;
	display:block
	}	
#nav_specials a:hover{
	background-position:0 -50px;
	}
#nav_specialsactive {
	background:url("images/nav_resources.jpg") 0 -50px no-repeat;
	width:105px;
	height:50px;
	float:left;
	display:block
	}
/*---------------------CONTACT BUTTON-----------------*/
#nav_contact a{
	width:129px;
	height:50px;
	background:url("images/nav_contact.jpg") 0 0 no-repeat;
	float:left;
	display:block
	}	
#nav_contact a:hover{
	background-position:0 -50px;
	}
#nav_contactactive {
	background:url("images/nav_contact.jpg") 0 -50px no-repeat;
	width:129px;
	height:50px;
	float:left;
	display:block
	}

/*-----------------------DOTS NAVIGATION -----------------------------------------------------------------*/

#csr {
	position:absolute; top:40px; left:275px; 
	width:600px;
	height:74px;
	}


#cosmetic a {
	width:167px;
	height:74px;
	background:url("images/cosmetic_dot.jpg") 0 0 no-repeat;
	float:right;
	display:inline;
	}
#cosmetic a:hover {
	background:url("images/cosmetic_dot.jpg") 0 -74px no-repeat;
	}

#cosmeticactive  {
	width:167px;
	height:74px;
	background:url("images/cosmetic_dot.jpg") 0 -74px no-repeat;
	float:right;
	display:inline;
	}

#skin a {
	width:154px;
	height:74px;
	background:url("images/skin_dot.jpg") 0 0 no-repeat;
	float:right;
	}
#skin a:hover {
	background:url("images/skin_dot.jpg") 0 -74px no-repeat;
	}
#skinactive {
	width:154px;
	height:74px;
	background:url("images/skin_dot.jpg") 0 -74px no-repeat;
	float:right;
	}

#recon a {
	width:215px;
	height:74px;
	background:url("images/recon_dot.jpg") 0 0 no-repeat;
	float:right;
	}
#recon a:hover {
	background:url("images/recon_dot.jpg") 0 -74px no-repeat;
	}
#reconactive {
	width:215px;
	height:74px;
	background:url("images/recon_dot.jpg") 0 -74px no-repeat;
	float:right;
	}

/*-----------------------------HOME PAGE PURPLE CENTER SECTION---------------------------------------------*/
/*---IE and Firefox render top margin differently; check the IE specific CSS-------------------------------*/

#purplecontainer {
	margin-left:285px;	
	width:390px;
	padding:5px;
	margin-top:90px;
	}
#purpletop{
	background-image:url(images/purpletop.jpg); background-repeat:no-repeat;
	width:390px; 
	height:5px;
	padding:0;
	margin:0;
	
	}
#homefeature {
	margin-top:0px;
	background-color:#f5f0fc;
	padding:5px;
	}

.readmore a {
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
	word-spacing:1px;
	color:#706392;
	}

/*-------LEFT AND RIGHT COLUMNS --------*/
#columnleft {
	float:left;
	width:215px;
	padding: 0 5px 0 10px;
	margin-top:-5px;
	}
#columnright {
	float:right;
	width:200px;
	padding: 0px 0px;
	background-color:#f5f0fc;
	margin-right:15px;
	}
#columnright h2 {
	background-image:url(images/h3_bg.jpg);
	background-repeat:no-repeat;
	height:53px;
	font-size:15px;
	color:#ffffff;
	text-align:center;
	padding-top:8px;
	font-weight:600;
	}
#columnright h2 a {
	color:#ffffff;
	font-weight:600;
	}
#columnright h2 a:hover {
	color:#706392;
	}
	

/*----------------------INSIDE PAGE FOR TEMPLATE-INSIDE, TEMPLATE-INSIDE-3 -------------------*/
#insidecontent {
	margin-left:80px;
	width:570px;
	background-color:#FFFFFF;
	}
#insidecontent3 {
	margin-left:290px;
	width:390px;
	margin-top:20px;
	}	


#inside-columnleft {
	float:left;
	width:200px;
	padding: 0px;
	margin-left:0px;
	}

#inside-columnleft ul {
	/*margin-left:-20px;
	width:175px;*/
	padding-left:0px;
	margin-left:10px;
	
	}

#inside-columnleft li {
	/* list-style:none; */
	background-image:url(images/sidebar_bg.jpg); background-repeat:no-repeat;
	height:40px;
	width:200px;
	 /*padding:2px 0px 1px 20px; */
	vertical-align:middle;
	list-style:none;
	padding-left:8px;
	padding-top:3px;
	
	}
#inside-columnleft li a {
	color:#ffffff;
	text-decoration:none;
	background-image:url(images/bullet_customdot.png); background-position:top left; background-repeat:no-repeat;
	padding-right:10px;
	padding-left:15px;
	
	}
#inside-columnleft li a:hover {
	color:#644c30;
	text-decoration:underline;
	}	
/*---------------------------------------- BREADCRUMB STYLES ----------------------------------*/

#breadcrumbtree {
	}

	
.breadcrumb {
	color:#706392;
	}	
	



/*---------------------------PROCEDURES GRAPHICAL MENU LINKS ----------------------------*/
/* this was used as a graphical menu on the procedures page, but was eliminated when Coan wanted everything under "procedures" ---*/


#csrmenu {
	margin-right:40px;
	}


#cosmeticmenu a {
	width:127px;
	height:140px;
	background:url("images/cosmetic_menu.jpg") 0 0 no-repeat;
	float:right;
	display:inline;
	}
#cosmeticmenu a:hover {
	background:url("images/cosmetic_menu.jpg") 0 -138px no-repeat;
	}

#skinmenu a {
	width:95px;
	height:140px;
	background:url("images/skin_menu.jpg") 0 0 no-repeat;
	float:right;
	}
#skinmenu a:hover {
	background:url("images/skin_menu.jpg") 0 -138px no-repeat;
	}

#reconmenu a {
	width:162px;
	height:140px;
	background:url("images/recon_menu.jpg") 0 0 no-repeat;
	float:right;
	}
#reconmenu a:hover {
	background:url("images/recon_menu.jpg") 0 -138px no-repeat;
	}



	
/*------------------- QUOTE adds an underline to divide each quote  -------------------------------------------------------------*/
.quote{
	border-bottom:2px solid #b3a8c5;
	margin-bottom:20px;
	}	


	
/*-------------------------------NEWS---------------------------*/
/* ---- this is the styling used for the "Specials" which uses the NEWS functionalities. More styles are found in the MMA_News_scroller -----*/
#news {
	font-size:.9em;
	margin-bottom:20px;
	background-color:#f5f0fc;
	}
	
h4.newslistingbodycontent{
	margin-bottom:0;
	}	
	
	
h4.newslistingbodycontent a {
	color:#706392;
	
	}
h4.newslistingbodycontent a:hover {
	color:#aa9fbe;
	}	
	
.newsmessage5	{
	color:#46351c;
	}
.newsmessage5 a{
	color:#706392;
	}
.newsmessage5 a:hover {
	color:#aa9fbe;
	}	
	
	

/*-------------------------------FORMSTYLES----------------------*/
textarea{
	width:97%;
	background-color:#f5f0fc;
	}
.input input {
	width:97%;
	background-color:#f5f0fc;
	}
	
.label {display:block;
		color:#594981;
		font-weight:600;
		font-size:.8em;
		}
.label2 {display:block;
		color:#644c30;
		font-size:.8em;
		}
.row {
	margin-bottom:10px;
	}

.rowsubmit {
	background-color:#fff;
	width:60px;
	}



/*---------------------------------------------------------------FOOTER ------------------------------------------------------------------------------*/

/*----------holds the graphic for the bottom of the content -----------------------*/
.thrColFixHdr #footer { 
	width:970px;
	margin:auto;
	padding-top:20px; 
	background-image:url(images/border-bottom.jpg); background-repeat:no-repeat; background-position:top;
} 
.thrColFixHdr #footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0 60px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	color:#a6937d;
	font-size:.9em;
	text-align:center;
}
.thrColFixHdr #footer p a {
	color:#a6937d;
	}
.thrColFixHdr #footer p a:hover {
	color:#f5f0fc;
	}


.thrColFixHdr #footer ul{
	text-align:center;
	}
.thrColFixHdr #footer li{
	font-size:.9em;
	list-style:none;
	display:inline;
	text-align:center;
	}
.thrColFixHdr #footer li a {
	color:#a6937d;
	}
.thrColFixHdr #footer li a:hover {
	color:#f5f0fc;
	}
	
	
#footerbackground {
	background-image:url(images/footer_bg.jpg); background-repeat:repeat-y;
	
	}

/*------------------------------DOMAINS CONTAINER-------------------------*/
#domains {
	background-color:#644c30; 
	width:970px;
	font-size:.8em;
	padding-bottom:25px;
	margin:auto;
	}
#domains a {
	color:#a6937d;
	}
#domains a:hover {
	color:#f5f0fc;
	}

/*---------------------FLOATS AND STUFF-----------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h2 {
	font-size:1.4em; 
	text-transform:uppercase; 
	color:#644c30; 
	font-weight:100;
	}
h2 a {
	font-size:1em; 
	text-transform:uppercase; 
	color:#644c30; 
	font-weight:100;
	text-decoration:none;
	}
h2 a:hover {
	color:#706392;
	}

h3 {
	background-image:url(images/bullet.gif); background-repeat:no-repeat; background-position:left;
	padding-left:15px;
	font-size:1em;
	color:#a398b9;
	}
a img {border:none;}

a {color:#706392;}
a:hover { color:#aa9fbe;}

