/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari                                     */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* BASIC ELEMENTS ---------------------------------------------------------------------- */

body {
	margin: 0px;
	background-color: #C3B48A;
}

p, li, h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

img {border:none;}

ul {
	margin:0 0 0 30px;
	padding: 0px;
}
li {
	list-style-image: url(../images/bullet.gif);
}
li ul li {
	margin-left:5px;
}

a:link {
	color: #EFE5CA;
	text-decoration: underline;
}
a:visited {
	color: #EFE5CA;
	text-decoration: underline;
}
a:hover {
	color: #F0D281;
	text-decoration: underline;
}
a:active {
	color: #F0D281;
	text-decoration: underline;
}
	
label {
	color:#fff;
	font-size:12px;
}
div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

/* ------------------------------------------------------------------------------------- */
/* Image Replacement ------------------------------------------------------------------- */
/* uncomment this section to use
span { display: none; }

h1 {
	width: 760px;
	height: 150px;
	background: url(../images/index/header.jpg) top left no-repeat;
	margin: 0px;
	padding: 0px;
}
*/

/* ------------------------------------------------------------------------------------- */
/* HEADER ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------- */
/* FOOTER ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------- */
/* MAIN NAVIGATION --------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* CONTENT ----------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* LISTS ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* CONTACT FORMS ----------------------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #EFE5CA;
	background-color: #FFFFFF;
}

.quickcontact {
	width: 150px;
}
#contact_business { display: none; } /* do not remove */ 
/* ------------------------------------------------------------------------------------- */
/* MISC LAYOUT ELEMENTS ---------------------------------------------------------------- */


img.img-left { 
	float:left; 
	margin:2px 10px 2px 40px;
	}

img.img-right { 
	float:right; 
	margin:5px 10px 10px 10px; 
	}


	

#main {
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg-main.gif) top left repeat-y;
}

#content-container {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg-green.gif) top left repeat-y;
}

#content-main {
	margin: 0px;
	padding: 0px;
	background: url(../images/index/index_r3_c2.gif) top left no-repeat;
	height: 544px;
}

#index-welcome p {
	margin-left: 140px;
	margin-right: 20px;
}

#index-doctors ul{
	margin-bottom: 40px;
}

#index-doctors p {
	margin-left: 40px;
	margin-right: 20px;
}

#index-doctors li {
	margin-left: 60px;
	
}
#index-services p {
	margin-left: 40px;
}

#content-sub p, h1, h2, h3, h4, li {
	margin-left: 40px;
	margin-right: 40px;
}
	#content-sub h1 {
		font-size: 16px;
		color: #C3B48A;
		font-weight: bold;
	}
	#content-sub h2 {
		font-size: 14px;
		color: #E4D8B5;
		font-weight: bold;
	}
	#content-sub h3 {
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
	}


.services-list p {
	margin: 15px 0px 10px 40px;
}

.services-list ul {
	margin: 5px 0px 15px 20px;
}

.services-list-recon p {
	margin: 15px 0px 10px 20px;
}

.services-list-recon ul {
	margin: 5px 0px 15px 10px;
}

#right {
	background: url(../images/index/index_r6_c9.jpg) bottom right no-repeat;
	margin: 0px;
	padding: 0px 0px 180px 0px;
	text-align: center;
}
	#right p {
		margin-left: 10px;
		margin-right: 10px;
	}
	
#footer p {
	color: #000000;
}
	#footer a:link {
		color: #000000;
		text-decoration: underline;
	}
	#footer a:visited {
		color: #000000;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #35603F;
		text-decoration: underline;
	}
	#footer a:active {
		color: #35603F;
		text-decoration: underline;
	}

#popup p {
	color: #000000;
	margin-left: 20px;
}
	.popup-procedure {
		font-size: 16px;
		font-weight: bold;
		color: #003300;
	}
	#popup a:link, #popup a:visited {
		color: #000000;
		text-decoration: underline;
	}
	#popup a:hover, #popup active {
		color: #000000;
		text-decoration: underline;
	}
	#popup span {display:none;}
	
#gallery-header {
background:url("../bna/header.jpg");
height:114px;
width:600px;
position:relative;
}

#gallery-header a {
height:114px;
width:600px;
position:absolute;
}

#gallery-header span {display:none;}
	
ul.multi-column { padding-left:5px; } 
	ul.multi-column li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
		padding-left:10px;  /* pushes text to the right to display bg img */
		float:left;
		width:150px; /* sets the width of each column */
		line-height:20px; 
		}
