﻿* {
	margin: 0;
	padding: 0;
	position: inherit;
}
BODY {
	font-size: .75em;
	background: #fff url(images/bg.gif) repeat-x top;
	font-family:  Tahoma, Geneva, Helvetica, sans-serif;
	color: #333
}

/* LINKS AND TEXT STYLES */
a { color: #122F38; text-decoration: underline }
a:hover { color: #428696; }
.navBar { color: #122F38; font-size: 120% }
.navBar a { 
	color: #122F38; 
	text-decoration: none; 
	background: url(images/arrow.gif) center left no-repeat;
	padding:0 0 1px 18px 
}
.navBar a:hover { color: #428696; text-decoration: underline }
.title { color: #428696; font-size: 110%; font-weight: bold }
.services { color: #67572C }
.redText { color: #B52428 }
/*END LINK AND TEXT STYLES */

.table {
	width: 770px;
	margin: -5 auto 0 auto;
	background: #fff;
	border-left: 1px solid #2F616A;
	border-right: 1px solid #2F616A;
	border-top: 0;
	border-bottom: 1px solid #2F616A;
	top: -10px;
}
.topBg { background: #112E37 }

/* MAIN BANNER SECTION STYLES */
.mainBanner { 
	background: url(images/banner.jpg) no-repeat;
	width:770px;
	height:300px
}
.patientCare { 
	background: url(images/banner2.jpg) no-repeat;
	width:770px;
	height:300px
}
.clinicStudies { 
	background: url(images/banner3.jpg) no-repeat;
	width:770px;
	height:300px
}
.healthTips { 
	background: url(images/banner4.jpg) no-repeat;
	width:770px;
	height:300px
}
.careerCenter { 
	background: url(images/banner6.jpg) no-repeat;
	width:770px;
	height:300px
}
.research { 
	background: url(images/banner7.jpg) no-repeat;
	width:770px;
	height:300px
}
.faq { 
	background: url(images/banner8.jpg) no-repeat;
	width:770px;
	height:300px
}
.medProducts { 
	background: url(images/banner9.jpg) no-repeat;
	width:770px;
	height:300px
}
/* END MAIN BANNER SECTION STYLES */

.tanBox { 
	background: #E2D6B5 url(images/mid-tan-box.gif) repeat-y; 
	padding: 0 20px; 
	width:190px; 
	font-size: 90% 
}
.dottedLine { border-bottom: 1px dotted #428696; padding-bottom:15px }
.footer {
	background: url(images/footer-bg.gif) repeat-x;
	color: #fff;
	font-size: 80%;
	padding: 8px 15px
}
.footer a { color: #fff; text-decoration: none }
.footer a:hover { color: #fff; text-decoration: underline }
.pic { float: left; margin: 0 15px 15px 0 }
.goldForm {
	font-size: 90%;
	background: #EEBA23;
	text-decoration: none;
	width: 100px;
	border: 1px solid #fff
}
.button { 
	background: #fff; 
	color: #000; 
	width: 25px; 
	height:16px; 
	font-size: 80%;
	border: 0 
}


