@charset "utf-8";
/* CSS Document */
body
	{
	font-size:11px;
	color:#494b4c;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#49a6c0;
	padding:0px;
	margin:0px;
	}

h1
	{
	background:url(../images/h1-bg.png) bottom no-repeat;
	height:27px;
	width:566px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	margin-top:28px;
	font-size:14px;
	color:white;
	text-indent:9px;
	}

h2
	{
	width:205px;
	height:15px;
	margin:0px;
	padding:0px;
	margin-top:18px;
	font-size:12px;
	color:white;
	text-indent:9px;
	}

.middle
	{
	width:821px;
	height:auto;
	margin:0px auto;
	}
.nav-area
	{
	background:url(../images/bg-nav.jpg) top no-repeat;
	width:822px;
	height:auto;
	float:left;
	}
.nav
	{
	background:url(../images/nav.gif) no-repeat;
	width:821px;
	height:58px;
	float:left;
	}
	.nav ul
		{
		margin:0px;
		padding:0px;
		list-style:none;
		margin-left:45px;
		}
		.nav ul li 
			{
			float:left;
			display:block;
			line-height:50px;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:12px;
			font-weight:bold;
			}
			
			.nav ul li a
				{
					color:#494b4c;
					text-decoration:none;
				}
				.nav ul li a:hover
					{
					color:#0f82a2;
					text-decoration:underline;
					}
										
.afterNav
	{
	 width:821px;
	 height:143px;
	 float:left;
	 background:url(../images/afterNav.jpg) top no-repeat;
	}
.logo
	{
	 width:326px;
	 height:97px;
	 float:left;
	 margin-top:10px;
	 }
.banner
	{
	 width:821px;
	 height:318px;
	 float:left;
	}
.content
	{
	  width:821px;
	  height:auto;
	  float:left;
	  background:url(../images/content-bg.jpg) top no-repeat;
	}

	.left
		{
		  width:566px;
		  height:auto;
		  font-family:Tahoma, Geneva, sans-serif;
		  font-size:11px;
		  color:#494b4c;
		  float:left;
		}
		.left p
		{
		padding:0px;
		margin:0px;
		margin-top:12px;
		margin-left:9px;
		}
	.right
		{
		width:243px;		
		height:auto;
		float:right;
		margin-top:34px;
		}
.hr-img
	{
	background:url(../images/hr.jpg) no-repeat;
	width:566px;
	height:1px;
	}
.hr-img-end
	{
	background:url(../images/hr-end.png) no-repeat;
	height:6px;
	width:566px;
	margin-top:25px;
	}
.what-is-ultrasound
	{
		background:url(../images/Ultrasound.jpg) no-repeat;
		width:216px;
		height:160px;
		margin-top:12px;
		padding-top:40px;
		padding-left:20px;
		_padding-top:50px;
	}
	.what-is-ultrasound p
		{
		width:206px;
		padding:0px;
		margin:0px;
		margin-top:8px;
		}
.readMore
	{
	color:white;
	padding:0px;
	margin:0px;
	line-height:20px;
	}
	.readMore a
		{
		color:white;
		text-decoration:underline;
		}
.Contact-box
	{
		background:url(../images/contact-box-bg.jpg) no-repeat;
		width:216px;
		height:133px;
		margin-top:12px;
		padding-top:50px;
		padding-left:20px;
		_padding-top:50px;
	}
	.Contact-box p
		{
		width:206px;
		padding:0px;
		margin:0px;
		margin-top:8px;
		line-height:28px;
		}
.footer
	{
	background:url(../images/footer-bg.jpg) no-repeat;
	width:819px;
	height:70px;
	float:left;
	}
	.footer p
		{
		margin:0px; padding:0px;
		color:#adecf7;
		line-height:70px;
		margin-left:9px;
		}
		.footer p a
		{
		color:#adecf7;
		text-decoration:none;
		}
.left-footer
	{
	width:600px;
	height:70px;
	float:left;
	}
.site-credits
	{
		width:102px;
		height:70px;
		float:right;
	}
	.site-credits img
		{
			margin-top:30px;
			margin-right:18px;
		}
.clear
	{
	clear:both;	
	}