/*------------main styles----------------*/
html, body  {
	height: 100%;
	background-color: #979fb0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container { 	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width: 800px;
	margin: 0 auto -5em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(assets/background.gif) repeat-y;
	background-color: #000000;
	} 


/*------------header styles----------------*/	

#header {  
	padding:0; 
	margin: 0;
	position: relative;
	height: 339px;
	background: url(assets/indexImage.jpg) no-repeat; 
} 

#headerAbout {  
	padding:0; 
	margin: 0;
	position: relative;
	height: 339px;
	background: url(assets/aboutImage.jpg) no-repeat; 
} 

#headerPatient {  
	padding:0; 
	margin: 0;
	position: relative;
	height: 339px;
	background: url(assets/patientImage.jpg) no-repeat; 
} 

#headerWomans {  
	padding:0; 
	margin: 0;
	position: relative;
	height: 339px;
	background: url(assets/womansImage.jpg) no-repeat; 
} 

#headerDiagnostic {  
	padding:0; 
	margin: 0;
	position: relative;
	height: 339px;
	background: url(assets/diagnosticImage.jpg) no-repeat; 
} 

#headerDoctors {  
	padding:0; 
	margin: 0;
	position: relative;
	height: 339px;
	background: url(assets/doctorImage.jpg) no-repeat; 
} 

#header h1 {
	margin: 0; 
	padding: 10px 0;
	text-indent: -1000em;
}

#headerAbout h1 {
	margin: 0; 
	padding: 10px 0;
	text-indent: -1000em;
}
	
#headerPatient h1 {
	margin: 0; 
	padding: 10px 0;
	text-indent: -1000em;
}

#headerWomans h1 {
	margin: 0; 
	padding: 10px 0;
	text-indent: -1000em;
}

#headerDiagnostic h1 {
	margin: 0; 
	padding: 10px 0;
	text-indent: -1000em;
}

#headerDoctors h1 {
	margin: 0; 
	padding: 10px 0;
	text-indent: -1000em;
}

#headerLogo {
	margin: 0;
	padding: 0;
	position: absolute;
	background: url(assets/headerLogo.gif) no-repeat;
	width: 244px;
	height: 93px;
	left: 67px;
	top: 13px;
	}
	
#doctorLogIn a:link, #doctorLogIn a:visited {
	position: absolute;
	background: url(assets/doctorLogIn.gif) no-repeat;
	display: block;
	width: 95px;
	height: 26px;
	left: 633px;
	top: 38px;
	}

#doctorLogIn a:hover, #doctorLogIn a:active {
	background-position: 0 -26px;
	}
	
#headerSecondaryNav {
	position: absolute;
	margin: 0;
	padding:0;
	left: 638px;
	top: 72px;
	}
	
#headerSecondaryNav a:link, #headerSecondaryNav a:visited {
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	}
	
#headerSecondaryNav a:hover, #headerSecondaryNav a:active {
	color: #666666;
	text-decoration: underline;
	}
	
	
/*----------------main nav---------------------*/

#mainNav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 58px;
	top: 149px;
	height: 180px;
}


#mainNav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: left;
}

#mainNav ul li {
	margin: 0;
	padding: 0;
	}

#mainNav ul a {
	font: normal .9em/32px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding-left: 15px;
	display: block;
	background: url(assets/navBullet.gif) no-repeat;
	}

#mainNav ul a:hover {
	color: #CCCCCC;
	background-position: 0px -28px;
	}

#mainNav ul a.current {
	color: #CCCCCC;
	background-position: 0px -28px;
	cursor: default;
	}	

/*------------mainContent styles----------------*/	


#mainContent { 
	margin: 10px 35px 100px 260px;
	padding: 0 20px 0 0;
	position: relative;
	overflow: hidden;
	}
	
#mainContent2 { 
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
	float: left;
	}

#mainContentDoctors { 
	margin: 20px 30px 150px 30px;
	padding: 0 20px 0 20px;
	position: relative;
	}	
	
#mainContentDoctors #fogerty {
	margin: 15px 30px 0 10px;
	padding: 145px 0 0 0;
	float: left;
	width: 200px;
	background: url(assets/doctors-fogarty.jpg) no-repeat;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	}	
	
#mainContentDoctors #friedenberg{ 
	margin: 15px 30px 0 0;
	padding: 145px 0 0 0;
	float: left;
	width: 210px;
	background: url(assets/doctors-friedenberg.jpg) no-repeat;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	}
	
#mainContentDoctors #enea{ 
	margin: 15px 0 0 0;
	padding: 145px 0 0 0;
	float: left;
	width: 210px;
	background: url(assets/doctors-enea.jpg) no-repeat;
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;*/
	}
	
#mainContentDoctors #sledz{ 
	margin: 15px 0 0 0;
	padding: 145px 0 0 10px;
	float: left;
	width: 145px;
	background: url(assets/doctors-sledz.jpg) no-repeat;
	}
	
#mainContent h1 {
	font: normal 2.2em "Times New Roman", Times, serif;
	color: #2D3778;
	padding: 20px 0 0 0;
	margin: 0;
	}
	
#mainContent h3 {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #2D3778;
	padding: 15px 0 0 0;
	margin: 0;
	}
	
#mainContent h1.noCopy {
	font: normal 2.2em "Times New Roman", Times, serif;
	color: #2D3778;
	padding: 10px 0 0 0;
	margin: 0;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
#mainContent h1.noCopyLong {
	font: normal 2em "Times New Roman", Times, serif;
	color: #2D3778;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
#mainContentDoctors h1.noCopyLong {
	font: normal 2em "Times New Roman", Times, serif;
	color: #2D3778;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
#mainContent h2 {
	font: normal 1.6em "Times New Roman", Times, serif;
	color: #455c1e;
	padding: 20px 0 0 0;
	margin: 0;
	}
	
#mainContent h2.services {
	font: normal 1.6em "Times New Roman", Times, serif;
	color: #455c1e;
	padding: 0;
	margin: 0;
	}
	
#mainContent h2.mission {
	padding: 15px 0 8px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}

#mainContent p {
	font: normal 12px  Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 10px 0 20px 0;
	margin: 0;
	line-height: 1.7em;
	}
	
#mainContentDoctors p {
	font: normal 12px  Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 10px 0 20px 0;
	margin: 0;
	line-height: 1.7em;
	}
	
#mainContent p.hours {
	background: #eeeeee;
	padding: 15px;
	margin: 5px 0 15px 0;
	border: 1px dotted #CCCCCC;
	}
	
#mainContent p.mission {
	font-size: 0.8em;
	padding-top: 15px;
	line-height: 1.6em;
	color: #666666;
	}
	
#mainContent p.header {
	font: normal 14px  Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 5px 0 15px 0;
	margin: 0;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
#mainContentServices {
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
	width: 45%;
	}
	
#mainContentStaff {
	float: left;
	padding: 0 0 0px 20px;
	margin: 0;
	width: 42%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	
#mainContentMission {
	float: left;
	text-align: center;
	padding: 0 20px 0px 20px;
	margin: 10px 0 0 10px;
	width: 40%;
	background-color: #D7DBCA;
	}
	
#mainContent #accreditations ul {
	background-color: #eeeeee;
	padding: 25px 20px 20px 20px;
	margin: 0px;
	border: 3px solid #dddddd;
	}	
	
#mainContent #accreditations ul li {
	font: normal .8em  Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 20px 0 20px; 
	color:#2D3778;
	line-height: 2em;
	list-style: none;
	}	
	
#mainContent #accreditations ul li.secondline {
	line-height: 1.5em;
	}
	
#mainContent #accreditations ul li.opening {
	font: normal .8em/1.5em  Arial, Helvetica, sans-serif;
	color: #2D3778;
	padding: 0 0 10px 0;
	}
	
#mainContent #womensServices ul  {
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #eeeeee;
	padding: 10px 20px 20px 20px;
	border: 3px solid #dddddd;
	}
	
#mainContent #womensServices ul li.opening {
	font: normal .8em/1.5em  Arial, Helvetica, sans-serif;
	color: #2D3778;
	padding: 20px 0 0 0;
	list-style: none;
	}
	
#mainContent #ultrasound {
	background: url(assets/backgroundDiagnosticServicesUltrasound.gif) no-repeat;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 244px;
	position: absolute;
	left: 229px;
	top: 843px;
	}
	
#mainContent #womensServices ul.sublisting  {
	padding:0;
	margin: 0;
	border: none;
	list-style-type: square;
	}
	
#mainContent #womensServices ul li  {
	font: normal .9em/1.5em  Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 20px 0 20px;  
	color: #2D3778;
	}
	
#mainContent #womensServices ul li.listHeader  {
	padding: 15px 0 0 0;
	margin: 0 20px 0 20px;
	list-style: none;
	color: #455c1e;
	}
	
#mainContent #diagnosticServices ul  {
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #eeeeee;
	padding: 10px 20px 20px 20px;
	border: 3px solid #dddddd;
	background: url(assets/backgroundDiagnosticServices.gif) no-repeat;
	}
	
#mainContent #diagnosticServices ul li  {
	font: normal .8em/.9em  Arial, Helvetica, sans-serif;
	padding: 0 0 0 10px;
	margin: 10px 20px 0 20px;  
	color:#2D3778;
	list-style-type: disc;
	}
	
		
	
/*------------mainContent table styles----------------*/

#mainContent2 table#InsuranceTbl {
	width: 450px;
	margin: 0;
	background: #ececec;
	border: 4px solid #FFFFFF;
	border-collapse:collapse;

	}

#mainContent2 #InsuranceTbl caption {
	font: italic bolder 0.7em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	padding-bottom: 1em;
	padding-left: .5em;
	}
	
#mainContent2  #InsuranceTbl tbody {
	font: bold .7em Arial, Helvetica, sans-serif;
	color: #455c1e;
	text-align: center;
	}
	
#mainContent2 #InsuranceTbl td {
	border: 4px solid #FFFFFF;
	border-collapse:collapse;
	padding: .9em 1em;
	}
	
#mainContent2 #InsuranceTbl tr.odd {
	background: #dae5c9;
	}
	
		
/*------------callout styles----------------*/	

#indexPatientResources {
	position: absolute;
	height: 403px;
	width: 200px;
	background: url(assets/backgroundPatientResources.jpg) no-repeat;
	left: 47px;
	top: 361px;
	margin: 0;
	padding:0;
	}
	
#indexPatientResources p {
	font: normal 0.7em/1.3em Arial, Helvetica, sans-serif;
	color: #2D3778;
	font-weight: bold;
	padding: 0 10px;
	margin: 165px 0 0 0;
	}
	
#indexPatientResources a:link, #indexPatientResources a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	}
	
#indexPatientResources a:hover, #indexPatientResources a:active {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
	
#aboutSecondaryLinks {
	position: absolute;
	height: 87px;
	width: 148px;
	background: url(assets/backgroundRMRIBuilding.jpg) no-repeat;
	margin: 0;
	padding:0;
	left: 69px;
	top: 499px;
	}
	
#aboutPhoto {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 63px;
	top: 364px;
	height: 122px;
	width: 169px;
	background: url(assets/aboutPhoto.jpg) no-repeat;
}

#aboutSecondaryLinks ul {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: left;
}

#aboutSecondaryLinks ul li {
	margin: 0;
	padding: 0;
	}

#aboutSecondaryLinks ul a {
	font: normal .8em/32px Arial, Helvetica, sans-serif;
	color: #2B3978;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: block;
		}

#aboutSecondaryLinks ul a:hover {
	color: #666666;
	background-position: 0px -28px;
	}

#aboutSecondaryLinks ul a.current {
	color: #999999;
	cursor: default;
	}	

#SecondaryLinks {
	position: absolute;
	height: 87px;
	width: 165px;
	background: url(assets/backgroundRMRIBuilding.jpg) no-repeat;
	margin: 0;
	padding:0;
	left: 66px;
	top: 406px;
	}
	
#SecondaryLinks ul {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: left;
}

#SecondaryLinks ul li {
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	}
	
#SecondaryLinks ul li.header {
	font: normal 1em/36px "Times New Roman", Times, serif;
	color: #455c1e;
	margin: 0;
	padding: 0;
	border-style: none;
	}
	
#SecondaryLinks ul li a.header {
	font: normal 1em/36px "Times New Roman", Times, serif;
	color: #455c1e;
	margin: 5px 0 0 0;
	padding: 0;
	border-style: none;
	}

#SecondaryLinks ul li.noBorder {
	border-style: none;
	}	
	
#SecondaryLinks ul li.last {	
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}

#SecondaryLinks ul a {
	font: normal .8em/32px Arial, Helvetica, sans-serif;
	color: #2B3978;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: block;
		}

#SecondaryLinks ul a:hover {
	color: #666666;
	background-position: 0px -28px;
	}

#SecondaryLinks ul a.current {
	color: #999999;
	cursor: default;
	}
	
#patientInsurance a:link, #patientInsurance a:visited {
	position: absolute;
	background: url(assets/participatingInsurance.gif);
	display: block;
	width: 170px;
	height: 42px;
	left: 58px;
	top: 357px;
	}

#patientInsurance a:hover, #patientInsurance a:active {
	background-position: 0 -42px;
	}


/*------------footer styles----------------*/

#footer {
	position: absolute;
	bottom: 0;
	height: 5em;
	width: 800px;
	padding: 0;
	margin: 0;
	background: #8e939d url(assets/backgroundFooter.gif) repeat-x;
}

#footer p {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	}
	
#footer p.copywrite {
	margin: 0;
	font-size: .7em;
	}
	
#footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
		}
		
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
		}
	
#footerPhone {
	position: absolute;
	left: 481px ;
	top: 13px;
	height: 24px;
	width: 23px;
	padding: 0;
	margin: 0;
	background: #8e939d url(assets/footerPhone.gif) no-repeat;
}
	
/*------------additional styles----------------*/
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.headerSanSerif {
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #999999;
	}
	
.headerSanSerifLong {
	font: normal .7em Arial, Helvetica, sans-serif;
	color: #999999;
	}
	
.subheaderSanSerif {
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #999999;
	}
	
.textBlueBold {
	color: #2D3778;
	font-weight: bold;
	}
	
.appointments {
	font: bold 1.2em  Arial, Helvetica, sans-serif;
	color: #2D3778;
	}

.phoneNumber{
	font-size: 1.2em;
	font-weight: bold;
	}

.textGrayNormal {
	color:#999999;
	}
	
.textBold {
	color: #666666;
	font-weight: bold;
	}
	
.disclaimerInsurance {
	color:#999999;
	font: italic .8em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	}
	
.return {
	font: bold .9em Arial, Helvetica, sans-serif;
	color: #455c1e;
	}
	
/*-------------tool tip--------------------*/

a.tooltip {
	text-decoration: none;
}

a.tooltip:hover {
	position: relative;
}

a.tooltip span {
	color: #333333;
	display: none;
}

a.tooltip:hover span {
	display: block;
   	position: absolute; 
	top: 15px; 
	left: 0;
   	padding: 5px;
	width: 150px; 
	margin: 15px 0 0 45px; 
	z-index: 100;
   	background: #333333; 
	border: 1px dotted #c0c0c0;
	opacity: 0.7;
	color: #FFFFFF;
	font: .7em Arial, Helvetica, sans-serif;
	text-align: center;
}

	
#mainContentServices a:link, #mainContentServices a:visited {
	color: #2D3778; 
	}
#mainContentServices a:hover, #mainContentServices a:active {
	text-decoration:none;
	}

	

	

