body {
	margin:0;
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image:url(images/bkgd-rpt.gif);
}
html>body {
	margin:0;
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image:url(images/bkgd-rpt.gif);
}

/*******heading styles*******/
h1 {
	margin-top:8px;
	margin-left: 15px;
	font-size: 110%;
	color:#0083be;
}
h2 {
	margin: 15px 0 0 15px;
	font-size:100%;
	font-weight:bold;
	line-height: 100%;
	color:#399;
}
h3, h4 {
	margin: 10px 0 0 15px;		
	font-size:100%;
	font-weight:bold;
	color:#666;
}
/*forms table h1*/
#forms h1 {
	margin:0;	
	text-align:left;
	font-size:12px;
	color:#ffffff;
	background-color:#006699;
	}
/******paragraph styles******/
p {
	margin: 0 7px 0 10px;	
	font-size:100%;
	line-height: 130%;
	padding:5px;
}
#emailList p {
	margin: 5px 0;
	padding:0;
}
/*******table styles*******/
td {
	font-size:100%;
}
th {
	color:#006699;
	font-size: 100%;
	text-align: left;
}
/*makes flu heading larger*/
th.flu {
	font-size: 110%;
}
/*career opportunities table styles*/
table#careers {
	border: 1px solid #0083be;
}
/*career opportunities header styles*/
table#careers th {
	background-color: #0083be;
	color:#fff;
	text-align: right;	
	padding:5px;
	}
#apply th {
	text-align: right;
}
#apply td p {
	margin: 0;
	padding: 0;
}
/*styles for th in table on contact us page*/
#contact th {
	margin: 5px 0;
	text-align: right;
	color:#006699;
	font-weight:bold;
	padding-right:10px;
}
/*styles for td in table on contact us page*/
#contact td {
	margin: 5px 0;
	text-align: left;
	font-weight: normal;
	padding-left:10px;
}
/*table with photos of SSMC staff*/
table#staffPhotos {
	margin:10px auto 0 auto;
	border:2px solid #DBC2D9;
}
/*career opportunities table styles*/
table#details {
	border: 1px solid #BF92BA;
}
/*career opportunities header styles*/
table#details td, table#details th {		
	background-color:#DBC2D9;
	}
table#details th {
	color:#003366;
	text-align:right;
	font-weight:bold;
	}
table#detail td p, table#provDetail p, .provDetail p {
	margin: 0;
	padding: 0;
}
table#details .job {
	color:#003366;
	font-size: 100%;
	font-weight:bold;
	}
/*table styles for patient education page*/
#education {
	border:1px solid #0083be;
}
#education th {
	color:#fff;
	font-style:italic;
	background-color:#0083be;	
}
/*diabetes passport eye clinic table styles*/
table.eyeClinics th {
	margin: 0 7px 0 10px;
	text-align:center;
	color:#FFF;
	background-color:#0083be;	
}
table.eyeClinics td, table.eyeClinics th {
	font-size:105%;
	padding:5px;
}
/*style for forms pages table*/
table#forms {
	border: 1px solid #006699;
	}
table#phoneNumbers {
	margin:10px auto 10px 5px;
	width:500px;
	}
table#phoneNumbers td {
	padding:10px;
}
table#phoneNumbers2 {

	width:450px;
	}
table#phoneNumbers2 td {
	line-height:150%;
	padding:10px;
}
table#radiology {
	width:740px;
	margin:10px;
	border:none;
}
/*class styles for lab hours tables*/
.hours {
	margin-bottom:15px;
	width:100%;
	border:1px solid #999;
	border-collapse:collapse;
}
/*class styles for flu clinic schedule, heart health and diabetes passport eye clinics tables*/
.fluClinics, .heartHealth, table.eyeClinics {
	margin:5px auto;
	width:85%;
	border:1px solid #0083be;
}
/*class style for lab hours tables th*/
.hours th {
	margin: 0 7px 0 10px;
	text-align:center;
	color:#0083be;	
	padding:5px;
}
.hours td {
	text-align:center;
}
/*styles for accepting newborn patients table*/
.newbornPatients {
	margin:10px auto;
	width:80%;
	border:1px solid #0083be;
}
.newbornPatients td {
	padding:8px;
}
.newbornPatients th {
	text-align:left;
	background-color:#0083be;
	color:#FFF;	
	padding:8px;
}
.fluClinics th {
	margin: 0 7px 0 10px;
	text-align:center;
	color:#FFF;
	background-color:#0083be;	
	padding:5px;
}
/*provDetail table th*/
.provDetail th {
	text-align:right;
	color:#399;
	padding:7px;
	}
table#provDetail h1 {
	margin-left:0;
	}
table#medTeam {
	margin:10px auto;
	width:90%;
	padding:5px;
}
table#medTeam th {
	text-align:center;
}
/*holds list of specialties on prov_specialties.cfm*/
#specialtyList {
	margin-left:10px;
}
#specialtyList th {
	color:#0083be;
}
/*table styles for medical specialties pages*/
#specialties, .specialties {
	border:1px solid #0083be;
}
/*table heading styles for medical specialties pages*/
#specialties th, .specialties th {
	background-color:#0083be;
	color:#FFF;
}
/***pregnancy booklet table styles***/
.pregnancy {
	margin:5px auto;
	width:720px;
}
.pregnancy td {
	line-height:130%;
	padding:8px;
}
.pregnancy th {
color:#000000;
padding-top:5px;
padding-bottom:5px;
text-align:center;
background:#9DDDF6;
}
/*list styles for pregnancy booklet tables*/
.pregnancy td ul {
	margin: auto 10px 8px 0;
	padding:0;
}
/******list styles******/
li {
	margin: auto 10px 8px 40px;	
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
}
ol {
	margin: auto 10px 8px 40px;	
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: decimal;
}
ul ul, ol ul {
	list-style-type:disc;
	padding-top:12px;
	padding-bottom:12px;
}
td li {
	margin: auto 10px 8px 20px;	
}
ul.extraIndent {
	margin-left:200px;
}
/*removes margins from navigation list items*/
#p7TMM_1 li {
	margin:0;
}

/******div styles******/
/*contains all page content*/
#wrap {
	margin: 10px auto 5px auto;
	width:961px;
	border:2px solid #fff;
	background:#FFF url(images/wrap-bkgd.jpg) repeat-y;
	}
/***holds banner image and search bar***/
#header {
	float:left;
	width:960px;
	height:138px;	
	background:url(../images/content-banner.jpg) no-repeat;
}
/*makes background logo image a clickable link*/
#logo {
	float:left;
	display:block;
	text-indent:-9999px;
	height:138px;
	width:210px;
}
/*holds search, locations and medical services areas*/
#searchBox {
	float:right;
	display:block;
	margin-top:20px;
	/*margin-left:720px;*/
	width:225px;
	padding:5px;
}
/*search id styles*/
#search {
	margin-bottom:15px;
}
/*navigation box styles*/
#p7TMM_1 {
	float:left;
	padding-top:10px;
	width:180px;
	background:url(images/content-nav-bkgd.jpg) no-repeat top left #91DAF4;
}
/*sets location of content layer on content pages*/
#content {
	float:left;
	width:770px;
	padding: 0 5px 10px 5px;
	}
/*current openings page*/
#dynamic {
	position:relative;
	left:0;
	width:100%;
	}
/*current openings page*/
#textunderdynamic {
	position:relative;
	left:0;
	margin-top:20px;
	width:100%;
	}
/*highlights text, used in patient info booklet section*/
#calloutBox {
	font-weight:bold;
	background:#D6E3F0;
	padding: 8px 0;
	margin:8px 0 8px 40px;
	width:80%;
}
/*styles for subscribe/unsubscribe div  for email list on e-newsletter archive*/
div#emailList {
	padding:15px 5px 5px 15px;
	width:90%;
}
/*error message background*/
#error {
	color:#C00;
	padding-bottom:5px;
	background-color:#FFC;
	border:1px solid #0083be;
	}
/*error message h2 color*/
#error h2 {
	color:#0083be;
	}
/*provider alphabetical listing page column divs*/
#provCol1, #provCol2, #provCol3 {
	float:left;
	padding: 5px; 
	width: 32%;
}
/*holds copyright and other info at bottom of page*/
#footer {
	clear:both;
	margin:0 auto;
	width:960px;
	color:#fff;
	font-size: 80%;
	line-height: 100%;
	text-align:center;
	padding-top: 5px;
	padding-bottom:10px;
}	
/*table styles on applyMessage.cfm*/
#reconsiderApp {
	border:1px solid;
}
/*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 #339999;
	}
/*styles for images with borders and space*/
img.borderSpace {
	border: 1px solid #339999;
	margin-left:5px;
}
/*accepting patients text- providers accepting patients pages*/
.accepting {
	color:#0083be;
	font-weight:bold;
	font-size:13px;
	text-align:left;
}
/*accepting patients text- provider pages*/
.acceptingTitle {
	color:#003366;
	font-weight:bold;
	}
/*hides heading on sitemap*/
.accessible {
	display: none;
	}
/*important text on apply page*/
.blue_text {
	color: #0033ff;
}
/*styles for highlighted text*/	
.blue_bold_text {
	font-weight:bold;
	color:#0083be;
	}
.grayText {
	font-weight:bold;
	color:#666;
}
.center {
	text-align:center;
}
/*style for today's date on forms pages*/
.date {
	color:#0083be;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #006699;
	}
/*styles for dates on patient education page*/
.date1 {
	color: #333333;
	font-weight:bold;
	}
/*styles for table headings with colored backgrounds on patient forms*/
.formBanner {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	text-align:left;
}
/*styles for new/highlight text*/
.new {
	color: #990000;
}
/*styles for important notice text*/
.notice {
	color: #FF0000;
	font-weight: bold;
}
/*styles for dr name on request appointment with specific dr form*/
.docName {
	color: #006699;
	font-weight: bold;
}
/*styles for post dates of articles and author names*/
.postedDate {
	color: #666;
	padding-top: 15px;
	font-style:italic;
}
/*class to hide something when printing*/
.printHide {
}
/*styles for registerInfo box on this page*/
.registerInfo {color: #0083be;}
/*styles for required fields on forms*/
.required {
	font-weight:bold;
	color:#03f;
	}
/*required field style*/
.required_field {
	font-weight: bold;
	color:#CC0000;
}
textarea {
font-family:Arial, Helvetica, sans-serif;
padding:5px;
font-size:12px;
text-align:left;
}
.small {
	font-size:85%;
}

/*mailing list link styles*/
.link {
	font-weight:normal;
	color:#00C;
	text-decoration:underline;
}
.new {
	color:#900;
}
.special_emphasis {
	font-style:italic;
	color:#03f;
}

