* {
	margin:0;
	padding:0;
	border:0;
}
i {
	display: none;
}
.break {
	clear:both;
	height: 1px;
	overflow: hidden;
	display:block;
}	
body {
	background: #cce5fb url(../images/bg.jpg) no-repeat top center;
	text-align: center;
}

#container1 {
	margin: 0 auto;
	width: 780px;
	background: url(../images/bg2.jpg) repeat-y; 
}
#container2 {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background: url(../images/bg1.jpg) no-repeat top left;
}

#header {
	width: 760px;
	height: 92px;
	margin-left: 10px;
	background: #fff url(../images/bg_top.jpg);
}
h1#logo {
	margin-left: 25px;
	margin-top: 10px;
	float: left;
	display: inline;
}
h1#logo a {
	width: 229px;
	height:76px;
	background:url(../images/dove_mri_logo.gif);
	display: block;
}
h2#slogan {
	width: 312px;
	height: 46px;
	background:url(../images/slogan.gif);
	float: right;
	margin-top: 26px;
	display: inline;
}
#bottom {
	width: 780px;
	margin: 0 auto;
	height: 56px;
	background: url(../images/bottom.jpg);
}

#left {
	width: 180px;
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 20px;
}

#menu {
	float: left;
	width: 180px;
	height: 270px;
	background: url(../images/bg_menu.gif);
	margin-bottom: 10px;
}
#menu ul {
	margin-top: 30px;
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	width: 180px;
	height: 24px;
	display: block;
}
#menu ul li a.m1 {
	background:url(../images/home.gif) no-repeat top left;
}
#menu ul li a.m2 {
	background:url(../images/our_radiologists.gif) no-repeat top left;
}
#menu ul li a.m3 {
	background:url(../images/airis.gif) no-repeat top left;
}
#menu ul li a.m4 {
	background:url(../images/what.gif) no-repeat top left;
}
#menu ul li a.m5 {
	background:url(../images/faq.gif) no-repeat top left;
}
#menu ul li a.m6 {
	background:url(../images/insurance.gif) no-repeat top left;
}
#menu ul li a.m7 {
	background:url(../images/case_studies.gif) no-repeat top left;
}
#menu ul li a.m8 {
	background:url(../images/patient.gif) no-repeat top left;
}
#menu ul li a.m9 {
	background:url(../images/contact.gif) no-repeat top left;
}
#menu ul li a:hover {
	background-position: top right;
}

#photo {
	width: 580px;
	height: 270px;
	float: left;
	overflow: visible;
	position: relative;
}
#flash {
	position: absolute;
	width: 183px;
	height: 142px;
	top: 160px;
	left: 375px;
}
#content {
	width: 540px;
	float: right;
	display: inline;
	text-align: left;
	margin: 30px 30px 15px auto;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #444;

}
#content a {
	text-decoration: none;
	color: #1f6be2;
	font-style: normal !important;
}
#content a:hover {
	text-decoration: underline;
	color: #000;
}
#content p, #content h1 {
	margin-bottom: 15px;
}
#content h1 {
	margin-top: -10px;
}
#content h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1448a2;
	margin-bottom: 10px;
	padding: 4px 0px 1px 3px;
	background: #cce5fb;
	border-bottom: 1px solid #b3d7f6;
}
#content .imgright {
	float: right;
	border: 1px solid #ddd;
	padding: 2px;
	background: #fff;
	margin: 0px 0px 10px 10px;
}
#content .case {
	width: 255px;
	float: left;
	font-size: 10px;
	font-style:italic;
	display: inline;
	line-height: normal;
	text-align:left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#content .case img {
	margin-bottom: 5px;
}
#content .imgborder {
	border: 1px solid #ddd;
	padding: 2px;
	background: #fff;
}	
#content h3, .faq span {
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #028cce;
	margin-bottom: 3px;
	border-bottom: 1px solid #888;
}
.faq span {
	margin-top: 20px;
	margin-bottom: 10px;
}
#content ul {
	margin-left: 35px;
	list-style-type: disc;
	margin-bottom: 20px;
}
#content ul li{
	margin-bottom: 2px;
}

#content ul li ul{
	margin-left: 30px;
	list-style-type: square;
	margin-bottom: 10px;	
}

#content ul.faq, #content ol.faq {
	margin-left: 35px;
	margin-bottom: 25px;
}
#content ul.faq li ul, #content ol.faq li ul {
	margin-bottom: 0px;
	list-style-type: square;
	margin-left: 30px;
}
#content ul.faq li ul li, #content ol.faq li ul li {
	margin-bottom: 3px;
}
#content p.top a {
	display: block;
	border-top: 1px solid #e4e4e4;
	text-decoration: none;
	font-size: 10px;
	padding: 1px 5px 1px 2px;
	color: #1f6be2;
}
#content p.top a:hover {
	background: #e4e4e4;
}
.ordered {
	list-style-type: decimal;
}
.ordered li {
	margin-bottom: 15px;
}
.small {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
.testimonial {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px dotted #ccc;
	background: #f3f6f8;
}
.date {
	color: #13459b;
	border-bottom: 1px solid #23b8ff;
	margin-bottom: 5px;
	display: block;
	width: 100px;
	font-size: 10px;
	font-weight:bold;
}
#content blockquote {
}
div.box {
	float: left;
	width: 180px;
	background: url(../images/box_bg.gif) repeat-y top left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
div.box p {
	margin: 0px 20px;
}
div.box p a {
	display: block;
	border-top: 1px solid #5c83c5;
	padding: 1px 2px 2px 0px;
	margin-top: 5px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}
div.box p a:hover {
	background: #23b8ff;
	color: #000;
}
div.box div.bottom {
	display: block;
	width: 180px;
	height: 33px;
	background: url(../images/box_bottom.gif);
}
div.box h2.contact, div.box h2.contact a {
	display: block;
	width: 180px;
	height: 37px;
	background: url(../images/box_contact.gif);
}
div.box h2.testimonials {
	width: 180px;
	height: 37px;
	background: url(../images/box_testimonials.gif);
}
#footer {
	border-top: 2px solid #24b8ff;
	width: 720px;
	height: 40px;
	margin: 0 auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #444;

}
#footer .dove {
	float: right;
	width: 146px;
	height: 38px;
	margin-top: 5px;
	background: url(../images/dove_small.gif);
	position: relative;
}
#footer p {
	float: left;
	margin-top: 15px;
}
#footer p.navi {
	margin-left: 50px;
}
#footer p.navi a {
	color: #444;
	text-decoration: none;
	margin-right: 20px;
}
#footer p.navi a.top {
	padding-left: 16px;
	background: url(../images/ico_top.gif) no-repeat left center;
}
#footer p.navi a.home {
	padding-left: 16px;
	background: url(../images/ico_home.gif) no-repeat left center;
}
#footer p.navi a.mail {
	padding-left: 16px;
	background: url(../images/ico_mail.gif) no-repeat left center;
}
#footer p.navi a:hover {
	color: #24b8ff;

}