@charset "utf-8";
/* CSS Document */

/***********************
BODY
***********************/
body  {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #E9E4EC;
	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: #666666;
	/*color: #FF0000;*/
}

/***********************
MAIN CONTENT STYLES
***********************/
.bodyCopy {
	/*margin-bottom: 150px;*/
	/*margin-top: 85px;*/
	/*padding-bottom: -40px;*/
	/*margin-bottom: -20px;*/
	line-height: 130%;
	/*line-height: normal;*/
	/*color: #000000;*/	
}
.bodyCopy h1 {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	/*margin-top: 80px;*/
	padding-top: 70px;
	color: #5E3BA9;
	font-weight: bold;
	line-height: 0px;
}
.bodyCopy h2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*margin-bottom: 45px;*/
	padding-bottom: 10px;
	color: #5E3BA9;
	font-weight: 500;	
}
.bodyCopy h3 {
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	color: #8670B3;
	font-weight: 600;
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
	line-height: 0px;
}
.bodyCopy h4 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #C2B3DF;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 3px;
	line-height: 0px;
}
.bodyCopy h5 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #8670B3;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 3px;
	line-height: 15px;
}
.bodyCopy h6 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #9078BF;*/
	font-weight: 600;
	padding-top: -10px;
	padding-bottom: -10px;
	line-height: 18px;
}
.bodyCopy table {
	margin-top: 20px;
	padding-bottom: 3px;
}
.bodyCopy #mainHeading {
}
.bodyCopy #subHeading {
}

/***********************
LINK STYLES
***********************/
.link {
	color: #33009B;
	font-style: italic;
	text-decoration: none;
}
.linkNonItalic {
	color: #8670B3;
	font-style: normal;	
	text-decoration: none;
}

/***********************
HEADER STYLES
***********************/
.threeColFixRtHdr #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 */
}

/*******************************
RIGHT HAND BAR ADDRESS STYLES
*******************************/
#surgeryLink a , #surgeryLink strong {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	/*text-indent: 12px;*/
	margin-top: 12px;
	color: #FFFFFF;
	background-color: #9980CA;
	width: 155px;
	display: block;	
}
#surgeryLink strong {
	font-weight: bold;
	background: #D9CAF7;
}
#surgeryLink a:link {
	background: #9980CA;
}
#surgeryLink a:visited {
	background: #9980CA;
	/*background-color:#9900FF;*/
}
#surgeryLink a:hover {
	background: #D9CAF7;
}
#surgeryLink a:active {
	/*background: #9980CA;*/
}

.surgeryAddress {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-top: 12px;	
	color: #9980CA; 
}

/***********************
IMAGE STYLES
***********************/
.bodyImage {
	float:left;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 25px;
	padding-top: 5px;
	border: 0px	
}
.bodyImageLong {
	float:left;
	padding-bottom: 150px;
	padding-left: 0px;
	padding-right: 25px;
	padding-top: 5px;	
}
.acorbatLogo {
	float:left;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 8px;
	padding-top: 0px;	
}
.logoBox {
	padding-top: 180px;
}
.formFields {
	/*margin-top: 0px;*/	
	margin-bottom: -10px;
	padding-top: 10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #5E3BA9;
	font-weight: 500;	
}
/***********************
FOOTER STYLES
***********************/
.threeColFixRtHdr #footer p {
	/*margin: 0px;  zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #666666;
	/*padding-bottom: -40px;*/
}

/***********************
STAFF PICTURE STYLES
***********************/
.subContentPos {
	margin-top: 20px;
}
#staffPic div {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 8px;			
	padding-left: 8px;
	width: 145px;
	height: 46px;	
	background-image: url(../images/staff_pic_info_2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/***********************
BULLETED LIST STYLES
***********************/
#bulletedList ul {
   list-style-type: disc;
   padding-left: 25px;
   margin-left: 25px;
   padding-top: 10px;
   padding-bottom: 10px;
}
#bulletedList2 ul {
   list-style-type: disc;
   padding-left: 115px;
   margin-left: 115px;
   padding-top: 10px;
   padding-bottom: 10px;
}
