/* CSS Document */

html {
	background-image: url(images/html_background.jpg);
	background-repeat: repeat-x;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(images/body_background.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 730px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#main {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 700px;
	min-height: 100%;
}

* html #main {
	height: 100%;
}

#tagline {
	background-image: url(images/tagline.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 23px;
	padding-bottom: 5px;
	width: 700px;
}

#tagline p {
	text-indent: -9999em;
	margin: 0;
	padding: 0;
}

#logo {
	background-image: url(images/logo.jpg);
	background-position: right center;
	background-repeat:no-repeat;
	height: 100px;
	padding-bottom: 25px;
	width: 700px;
}

#content {
	width: 686px;
	margin: 0 auto;
	padding: 50px 7px 7px 7px;
}

#content p {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

/* --------- Top Navcontainer --------- */
#topnavcontainer {
	width: 700px;
	height: 28px;
	font-size: 11px;
	text-align: right;
	padding: 10px 0 0 0;
}

#topnavcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnavcontainer ul li {
	display: inline;
}

#topnavcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #6C0015;
}

#topnavcontainer ul li a:hover {
	color: #6C0015;
	text-decoration: underline;
}
/* ------------------------------------ */

/* --------- NavContainer --------- */
#navcontainer {
	position: absolute;
	top: 201px;
	width: 469px;
	left: 50%;
	margin: 0px 0px 0px -233.5px;
	height: 35px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 35px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:35px; /* for IE5/Win only */
}
	
#nav a:hover {
	background-position: 0 -38px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -38px;
}

#thome a  {
	width: 68px;
	background: url(images/home.gif) top left no-repeat;
}

#tradiologists a {
	width: 103px;
	background: url(images/radiologists.gif) top left no-repeat;
}

#tlocations a {
	width: 89px;
	background: url(images/locations.gif) top left no-repeat;
}

#tservices a {
	width: 81px;
	background: url(images/services.gif) top left no-repeat;
}

#tlinks a {
	width: 63px;
	background: url(images/links.gif) top left no-repeat;
}

#tfaqs a {
	width: 65px;
	background: url(images/faqs.gif) top left no-repeat;
}

/* ------------------------------------ */

a:link {
	color: #005FC9;
	text-decoration: none;
}

a:hover {
	color: #005FC9;
	text-decoration: underline;
}

a:visited {
	color: #6C0015;
	text-decoration: none;
}

#content ul {
	font-size: 12px;
	color: #333333;
	list-style-type: circle;
	text-align: left;
}

.img_left img, .img_right img {
	border: 1px solid #777;
}

.img_left {
	float: left;
	margin: 5px 5px 3px 0;
	padding: 5px;
	border: 1px solid #999;
	background: #BCBCBC;
}

.img_right {
	float: right;
	margin: 5px 0 3px 5px;
	padding: 5px;
	border: 1px solid #999;
	background: #BCBCBC;
}

#box {
	margin: 0 0 0 170px;
	text-align: left;
}

.left {
	float: left;
	width: 160px;
	text-align: left;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	margin: 0 5px 5px 0;
	padding-right: 5px;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 14px;
	color: #333333;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #6C0015;
}

h5 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

#block1, #block2, #block3, #block4, #block5, #block6, #block7, #block8, #block9, #block10, #block11, #block12, #block13, #block14, #block15, #block16 {
	border-top: solid 1px #6C0015;
	margin: 0;
	padding: 10px;
}

embed {
	text-align: center;
	width: 400px;
	height: 400px;
	background-color: #000000;
}

#footer {
	position: relative;
	background: url(images/footer_background.jpg) repeat-x;
	margin: -55px auto 0 auto;
	height: 42px;
	width: 700px;
}

#footer p {
	font-size: 11px;
	color: #FFFFFF;
	padding: 15px 0 0 10px;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:visited {
	color: #ECEBBB;
	text-decoration: underline;
}