
/*print styles*/
body {
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/********paragraph style********/
p {
	font-family: Verdana, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 10px;
	line-height: 155%;
}

/********heading styles********/
h1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}
h2 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	letter-spacing:1px;
}
h3 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	letter-spacing:1px;
}

/********link styles********/

/*links are not underlined until the cursor hovers over them*/
a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

/********list styles********/
li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	list-style-position: outside;
	list-style-type: disc;
	color: black;
	margin-bottom: 10px;
	margin-left: 5px;

}
ul {
font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}
ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20 px;
	padding-left: 10 px;
}

/********table styles********/
th {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 105%;

	text-align: left;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 115%;
	text-align: left;
}

/********div styles********/
/*banner styles*/
#banner, #banner_image {
	display:none;
	}
/*project seven style*/
#p7TBtrig10, #p7TBtrig20, #p7TBtrig30, #p7TBtrig40, #p7TBtrig50, #p7TBtrig60, #p7TBtrig70 {
	display: none;
	background-color: white;
	color: black;
	}	 
/* left navigation css styles */
#navigation {
	display: none;
	}
/*white box behind top navigation*/
#white_box {
	display:none;
	}
/*content div styles*/
#content, #content_NOsidebar, #content_provider, #content_services {
	width: 100%;
	margin-left: 0px;
	padding: 0px;
	color: black;
	}
/*content div for provider page*/	
#content_provider {
	height: 630px;
	}
/*summary div on services pages*/	
#summary, #quote4{
	float: right;
	border:solid 1px #000000;
	width: 220px;
	height:auto;
	margin: 0px 0 10px 10px;
	}
/*paragraph style in services summary div*/
#summary p{
	font-size: 11px;
	line-height:14px;
	margin: 10px;
	}
/*style for services select dropdown*/
#select {
	display:none;
	}
/*style for content page footers*/	
#footer{ 
	display:none; 
	}
/*style for bottom bar*/
#bottom_bar {
	display:none;
	}
#printBTN {
	display:none;
	}
/********class styles********/
/*hides images
img {
	display:none;
	}*/
/*class to hide something when printing page*/
.hide {
	display:none;
	}
/*heading style for services style*/
.sidebarHead {
	color: black;
	font-weight: bold;
}
.formData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.address {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: -15px;
}
.physname {
	font-weight: bold;
	color: black;
	margin-bottom: -10px;
}
.practice {
	color: black;
	margin-bottom: -15px;
}
.directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.greensubhead {
	font-weight: bold;
	color: black;
	margin-bottom: -10px;
	font-style: italic;
}
.copyright {
	font-size: 10px;
	color: #000000;
}
.homeHeadline {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	vertical-align: text-bottom;
	margin-bottom: -15px;
}
.image {
	border: 1px solid #650133;
} 
.fusion_title {
	color: #356768;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 105%;
	text-align: left;
	margin-bottom: 10px;
}
.fusion th {
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	line-height: 105%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: black;
	text-align: center;
}
.fusion td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 115%;	
	vertical-align: top;
	border:0;
}
.fusion title{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
	line-height: 110%;
}
.table_padding {
	padding: 5px;
	}