@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg_blue.gif);
	background-repeat:repeat;
	padding:0;
	margin:0;
}
/* PAGE LAYOUT IDs */

#wrapper {
	width:900px;
	padding:0;
	margin:0 auto 0 auto;
	background-repeat:repeat-y;
	background-image: url(images/bg_pagewrapper.gif);
}
#header {
	width:874px;
	height:191px;
	background-image:url(images/bg_header_top.jpg);
	margin:0 auto;
}
#headerlink {
	width:740px;
	height:191px;
}
#login {

	height:23px;
	width:114px;
	margin-top:45px;
	background-image:url(images/login.png);

}
#login:hover {
	background-position:-114px 0;
}
#contentcontainer {
	width:874px;
	margin:0 auto;
	padding:0;
	background-image:url(images/bg_header_bottom.jpg);
	background-repeat:no-repeat;
}
#content {
	/* Total Width: 824px */
	width:814px;
	background:#fff;
	margin:10px auto 0 auto;
	padding:10px;
	border:solid 1px #000;
}
#content img {
	margin:10px 20px;
	border:solid 1px #000;
}
#footer {
	width:860px;
	padding:10px 7px;
	margin:0 13px;
	background-position:bottom;
	border-bottom:solid 3px #fff;
}
#bottomcap {
	background-image:url(images/bg_dgreen.gif);
	background-repeat:repeat-x;
	height:20px;
	width:900px;
}
/* PAGE LAYOUT CLASSES */
.fltleft {
	float:left;
}
.fltright {
	float:right;
}
.clrright {
	clear:right;
}
.clrleft {
	clear:left;
}
.clrboth {
	clear:both;
}
.txtsection {
	border-top:solid 1px #ccc;
	margin-top:8px;
}



/* PAGE DIVS */

/* Site wide element styles */

#content .linkimageborder a img {
	margin: 5px 9px;
	border:solid 1px #fff;
}
#content .linkimageborder a img:hover {
	margin: 4px 8px;
	border:solid 2px #3366cc;
}
#content #pageheading {
	margin-bottom: 20px;
}
#content #pageheading img {
	margin:0;
	padding:0;
	border:none;
}
#content .subheading {
	margin-bottom: 20px;
}
#content .subheading img {
	margin:0;
	padding:0;
	border:none;
}
/* Page Specific tags */

/* HOMEPAGE*/
#content #servicesbox {
	/* Total Width - 522px */
	width:514px;
	padding-left:8px;
	
}

#content #servicesbox a {
	font-weight:bold;
	font-size:16px;
}

#content #servicesbox img {
	margin: 7px;
	padding: 0px;
	border:solid 3px #000;
}
#content #servicesbox img:hover {
	border:solid 3px #3366cc;
}
#content #logobox {
	width: 288px;
}


/* OUR TEAM */
/* Radiologists Page */


#radiologists #wrapper #contentcontainer #content {
	background-image: url(images/ap_timage_lookatxray.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#content #radiologistbox {
	width: 400px;
	margin-left:20px;
	padding-right:20px;
	padding-bottom:50px;
}
#content #radiologistbox p {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	
}
#content #radiologistbox h3 {
	margin-top: 10px;
}
#content #radiologistbox img {
	float: right;
}


/* Staff Page */

#content #receptionists {
	width: 39%;
	margin-left:11%;
}

#content #technologists {
	width: 39%;
	margin-left:11%;
}
#content #receptionists h3, #content #technologists h3 {
	margin-left:50px;
}

/* Management Page */

#managementpage #wrapper #contentcontainer #content {
	background-image: url(images/ap_timage_papers.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#content #management {
	width: 600px;
	margin:20px 0 0 20px;
}

#content #management img {
	float: right;
}

#content #management h3 {
	padding-top:10px;
	margin:0;
}

/* OUR SERVICES */	
/* MRI Page */

#mribecky #listmri {
	padding-left: 380px;
}


/* FOR PATIENTS */
/* Insurance and Billing */
#content .insuranceplans {
	width: 50%;
}
#content .insuranceplans ul{
	padding-left:25px;
}#content #newsandevents ul {
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
}
#content #newsandevents h4 {
	margin-bottom: 5px;
	padding: 0px;
	margin-left: 0px;
}

/*Patient Info */

#content .patientinfolist ul {
	font-size:14px;
	font-weight:bold;
	width: 250px;;
	padding-left: 80px;
	margin-left:50px;
}

/* Privacy Policy */
#content #privacypolicy h4 {
	text-align: center;
}

#content #privacypolicy ul {
	padding-left:40px;
	
}
#content #privacypolicy li {
	margin-top:10px;
	
}



