@charset "utf-8";
/* CSS Document */

body  {
	font: 100% "Times New Roman", Times, serif;
	background-image:url(images/bg_gradient.jpg); background-repeat:repeat-x;
	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 */
	color: #616e7c;
}
a img {border:none;}
h1,h2,h3 {color:#2e598a;}
h2 {margin-bottom:5px;}
.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: 8px;
}
.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;
}


/* TABLE styling --------------------------------------------------------*/
td, th { border: 1px #ccc solid; vertical-align:top; }
th {font-weight:600; background-color:#333333; color:#FFFFFF;}
table { border-collapse: collapse; margin: auto;  }
tr.one {background-color:#c5d0e2;}
tr.two {background-color:#999999;}


/*------------------FN class styles-------------------------------------*/

.title {text-transform:uppercase; font-size:.8em;}
.fn {font-size:.8em;}
.given-name, .additional-name, .family-name {color:#616e7c;}
.org {color:#616e7c;}
.adr {color:#616e7c;}
.street-address {color:#616e7c;}
.locality {color:#616e7c;}
.region {color:#616e7c;}
.postal-code {color:#616e7c;}
.country-name {color:#616e7c;}
.tel {color:#616e7c;}
.fax {color:#616e7c;}



/*-------------------------Physician Photos page---------------------------------*/
.profile {
	width:150px;
	height:200px;
	border:1px solid #CCCCCC;
	padding:5px;
	text-align:center;
	float:right;
	}
.profile a {color:#000000;}
.profile a:hover {
	color:#616e7c;
	}
/*-----------------------------------MAIN DOCUMENT-----------------------------------------------------*/
.thrColFixHdr #container { 
	width: 919px;  
	/*height:768px;*/
	background-image:url(images/bg_repeat.jpg); background-repeat:repeat-y;
	/* background-image:url(images/bghome.jpg); background-repeat:no-repeat;*/
	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. */
	position:relative; top:0; left:0;
} 

.thrColFixHdr #containerstarter { 
	background-image:url(images/bghome.jpg); background-repeat:no-repeat;
	/* height:731px; */
	min-height:731px;
	}

.thrColFixHdr #mainContent { 
	position:relative; top:0px; left:65px;
	width:625px;
	} 

/*----------- this is where the CONTENT is for the Home page---------*/	
#contentcurve {
	width:390px;
	position:relative; top:-75px; left:5px;
	/*	border:1px solid #ff0000; */
	}
#contentcurve a{
	color:#a49670;

	text-decoration:none;
	}
#contentcurve a:hover {
	color:#2e598a;
	text-decoration:underline;	
	}


/*----------this is where the CONTENT is for the Inside pages -------*/	
.thrColFixHdr #mainContentinside {
	position:relative; top:0px; left:75px;
	width:765px;
	padding-bottom:25px;
	}
.thrColFixHdr #mainContentinside p{
	line-height:24px;
	}
#mainContentinside a {
	color:#2e598a;
	} 
#mainContentinside a:hover {
	color:#a49670;
	}


/*----------------------------------Header-----------------------------------------------*/

.thrColFixHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.thrColFixHdr #header img {
	margin-left:70px;
	}

.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 */
}

/*----------------------------------------SIDEBAR homepage right------------------------------------------------------*/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* 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 */
	margin-right: 75px;
	padding: 0 ; /* padding keeps the content of the div away from the edges */
	font-size:.8em;	
}
#sidebar2 ul {
	margin-left:-30px;
	list-style-type:none;
	text-align:center;
	width:120px;
	margin-top:10px;
	}
	
#sidebar2 li {
	border-top:1px solid #cbd5e2;
	padding:5px 0px 5px 0px;
	text-transform:uppercase;
	}
#sidebar2 li a {
	color:#a49670;
	text-decoration:none;
	font-weight:600;
	}
	
#sidebar2 li a:hover{
	color:#2e598a;
	}

.lastli {
	border-bottom:1px solid #cbd5e2;
	}

/*-----------------------------------SERVICES and REadyforAppointment  home page --------------------------------*/	
#services ul {
	margin-left:-30px;
	list-style-type:none;
	text-align:center;
	width:120px;
	}
#services li {
	border:none;
	padding:0 0 5px; 0;
	}	
#services li a{
	color:#616e7c;
	font-size:12px;text-transform:none;
	}
#services li a:hover {
	color:#a49670;
	text-decoration:underline;
	}


#services {margin:0; padding:0; }

#services h3 {
	text-align:center;
	margin-bottom:-5px;
	}
#services h3 a{
	text-decoration:underline;
	color:#616e7c;
	}
#services h3 a:hover{
	color:#a49670;
	}
	
/*------------ready for appointment------------*/

#readyforappt h3 {text-align:center;}
#readyforappt h3 a {
	color:#70a47c;
	}	
#readyforappt h3 a:hover {
	color:#2e598a;
	}
	
/*----------------------------CALLOUTS and BUTTONS   HOME PAGE --------------------------------------------------*/

#callouts {
	background-color:#c5cfe1;
	width:180px;
	float:right;
	padding:5px 10px;
	margin-top:50px;
	margin-right:15px;
	border:1px solid #7d7d7d;
	}

#calloutsdetail {
	width:150px;
	position:relative; top:0; left:-3px;
	padding:0; margin:0;
	}


#call1 a img{
	width:188px;
	background-image:url(images/call1a.jpg); background-repeat:no-repeat; background-position:0 0;
	}
#call1 a:hover img {
	background-position:-189px 0;
	}
#call2 a img{
	width:188px;
	background-image:url(images/call2a.jpg); background-repeat:no-repeat; background-position:0 0;
	}
#call2 a:hover img {
	background-position:-189px 0;
	}
#call3 a img{
	width:188px;
	background-image:url(images/call3a.jpg); background-repeat:no-repeat; background-position:0 0;
	}
#call3 a:hover img {
	background-position:-189px 0;
	}
#call4 {
	text-align:center;
	vertical-align:center;
	margin-left:4px;
}
	
#childbirth a {
	height:93px;
	background-image:url(images/button_childbirth.png); background-repeat:no-repeat; background-position: 0 -92px;
	float:left;
	margin:0 0 0 0px;
	}
#childbirth a:hover {
	background-position:0 0px;
	}

#newarrivals a {
	height:93px;
	background-image:url(images/button_newarrivals.png); background-repeat:no-repeat; background-position: 0 -92px;
  float:right;
	margin:0 100px 0 0px;
	}
#newarrivals a:hover {
	background-position:0 -2px;
	}
#green-logo {
	float:right;
}
	
/* -------------------- Callout inside -------------------------------------*/

.callout2 {
	float:right; 
	width:250px; 
	border:1px solid #8b96b5;
	background-image:url(client_files/Image/curlyline.png); 							    background-repeat:repeat-x;
	background-position:top;
	padding:25px 5px 5px 5px;
	margin-left:10px;
	background-color:#FFFFFF;
	}




	
 /* ---------------------------------------- interior sidebar for dynamic nav ---------------------*/
#calloutsinside {
	background-color:#c5cfe1;
	width:150px;
	float:right;
	padding:5px 10px;
	margin-left:15px;
	}
#calloutsinside ul {
	margin-left:-30px;
	list-style-type:none;
	}
#calloutsinside li {
	border-top:1px solid #ffffff;
	padding:5px 0px 5px 0px;
	font-size:14px;
	}
#calloutsinside li a {
	color:#2e598a;
	text-decoration:none;
	}
#calloutsinside li a:hover {
	color:#000000;
	}

#breadcrumbtree a {
	color:#000000;
	}
/*------------------------------------- Page title on inside template---------------------*/
#titleinside {
	position:absolute; top:-45px; left:0px;
	width:320px;
	height:45px;
	}
#titleinside h2 {
	font-size:18px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	}

/*----------------------------------------- FOOTER---------------------------------------------*/

.thrColFixHdr #footer { 
	padding: 0;
	width:850px;
} 

#footer ul {
	list-style-type:none;
	
	}
#footer li {
	display:inline;
	}
#footer li a {
	font-size:11px;
	color:#a49670;
	text-decoration:none;
	/* text-transform:uppercase; */
	}
#footer li a:hover {
	color:#616e7c;
	}


.thrColFixHdr #footer p {
	margin:-18px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/* text-transform:uppercase; */
	font-size:12px;
}


/*---------------------------------------- Footer URLS -------------------------------------------------------*/
#urls {
	width:919px;
	text-align:center;
	margin:auto;
	}
#urls a{
	font-size:11px;
	color:#616e7c;
	}
#urls a:hover{
	color:#a49670;
	}














