html>body, body {
	margin:0;
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*******heading styles*******/
h1 {
	font-size: 110%;
}
h2 {
	font-size:100%;
}
h3, h4 {	
	font-size:100%;
}
/******paragraph styles******/
p {	
	font-size:100%;
	line-height: 130%;
}

/*******table styles*******/
td {
	font-size:100%;
}
th {
	font-size: 100%;
	text-align: left;
}
/*makes flu heading larger*/
th.flu {
	font-size: 110%;
}
/*career opportunities table styles*/
table#careers, table#details, #education, table#forms  {
	border: 1px solid #000;
}
#apply th, #contact th, #provDetail th {
	text-align: right;
}

table#details .job {
	font-size: 100%;
	font-weight:bold;
	}
/*table styles for patient education page*/
#education th {
	font-style:italic;	
}
/*provDetail table th*/
.provDetail th {
	text-align:right;
	}
/*class style for lab hours tables*/
.hours {
	border:1px solid #000;
}
/*class style for lab hours tables th*/
.hours th {
	text-align:center;
}
/*holds list of specialties on prov_specialties.cfm*/
#specialtyList {
	margin-left:10px;
}

/******list styles******/
li {
	font-size: 100%;
	line-height: 120%;
}
ol {
	font-size: 100%;
	line-height: 120%;
	list-style-position: outside;
	list-style-type: decimal;
}

/******div styles******/
/*contains all page content*/
#wrap {
	width:100%;
	}
/***holds banner image and search bar***/
#header, #searchBox, #search, #p7TMM_1, #feature-photo, #right-col img, #myHealth img, #syf img {
	display:none;
}
/*sets location of content layer on content pages*/
#content {
	width:100%;
	}
/*current openings page*/
#dynamic {
	width:100%;
	}
/*current openings page*/
#textunderdynamic {
	margin-top:20px;
	width:100%;
	}
/*highlights text, used in patient info booklet section*/
#calloutBox {
	font-weight:bold;
	width:80%;
}
/*error message background*/
#error {
	border:1px solid #000;
	}
/*provider alphabetical listing page column divs*/
#provCol1, #provCol2, #provCol3 { 
	width: 100%;
}
/*holds copyright and other info at bottom of page*/
#footer {
	width:100%;
	font-size: 80%;
	line-height: 100%;
	text-align:center;
}	
/*table styles on applyMessage.cfm*/
#reconsiderApp {
	border:1px solid #000;
}
/*just need this to clear floats*/
#clear {
	clear: both;
	padding-bottom:0px;
}
	
/******class styles******/
/***image styles***/
/*styles for images with borders*/
img.border  {
	border: 1px solid #000;
	}
/*styles for images with borders and space*/
img.borderSpace {
	border: 1px solid #000;
	margin-left:5px;
}
/*accepting patients text- providers accepting patients pages*/
.accepting {
	font-weight:bold;
	text-align:left;
}
.acceptingTitle, .blue_bold_text {
	color:#000;
	font-weight:bold;
	}
/*important text on apply page*/
.blue_text {
	color: #000;
}
/*style for today's date on forms pages*/
.date {
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #000;
	}
/*styles for dates on patient education page*/
.date1 {
	font-weight:bold;
	}
/*styles for table headings with colored backgrounds on patient forms*/
.formBanner {
	font-weight: bold;
	text-align:left;
}
/*styles for important notice text*/
.notice {
	font-weight: bold;
}
/*styles for dr name on request appointment with specific dr form*/
.docName {
	font-weight: bold;
}
/*styles for post dates of articles and author names*/
.postedDate {
	color: #666;
	padding-top: 15px;
	font-style:italic;
}
/*hide this when printing*/
.printHide {
	display:none;
}
/*styles for required fields on forms*/
.required {
	font-weight:bold;
	}
/*required field style*/
.required_field {
	font-weight: bold;
}
textarea {
font-family:Arial, Helvetica, sans-serif;
padding:5px;
font-size:12px;
text-align:left;
}



