@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fdf5e4;
	background-image: url(images/page_bkg.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
}
body,td,th,p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	padding: 0px;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px auto; /* the bottom margin is the negative value of the footer's height */
	}
#header {
	background-color: #ded1b2;
	margin: 0px;
	padding: 0px;
	height: 168px;
	width: 1000px;
	background-image: url(images/hdr_bar.jpg);
	background-repeat: no-repeat;
}
#nav {
	background-color: #cc2d25;
	margin: 0px auto;
	padding: 0px;
	height: 45px;
	width: 940px;
	background-image: url(images/nav_bar_bkg.jpg);
	background-repeat: repeat-x;
}
#flash {
	margin: 14px auto 0;
	padding: 0px;
	height: 380px;
	width: 1000px;
}
#mainContent {
	margin: 14px 30px 0px;
	padding: 0px;
	width: 940px;
}
#mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #000;
}
#topStory {
	margin: 0;
	padding: 0px;
	height: 192px;
	width: 940px;
	background-image: url(images/doctor_bkg.jpg);
	background-repeat: no-repeat;
}
#topStory p {
	line-height: 22px;
	margin: 0px 45px 0px 265px;
	padding: 15px 0px 0px;
	font-size: 12px;
}
#centricity p {
	line-height: 20px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font-size: 12px;
}
#stimulus {
	margin: 14px 0px 0px 7px;
	padding: 0px;
	float: right;
	height: 360px;
	width: 463px;
	background-image: url(images/stimulus_bkg.jpg);
	background-repeat: no-repeat;
}
#centricity {
	margin: 14px 7px 0px 0px;
	padding: 0px;
	height: 360px;
	width: 463px;
	background-image: url(images/centricity_bkg.jpg);
	background-repeat: no-repeat;
}
.footerfix, .push {
	height: 95px; /* .push must be the same height as .footer */
	clear: both;
}
#footer {
	margin: 0px auto;
	clear: both;
	float: none;
	height: 85px;
	background-image: url(images/footer_bar_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #fdf5e4;
	background-position: center bottom;
	position:relative;
	padding: 10px 0 0 0;
}
#footer p.legal {
	font-size: 11px;
	color: #fdf1d4;
	text-align: center;
	padding: 25px 0 0 0;
	margin: 0;
}
#footer p.address {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #857257;
	text-align: center;
	margin:0;
	padding: 22px 0 0 0;
}

#stimulus p {
	line-height: 20px;
	margin: 0;
	padding: 15px 100px 0 20px;
	font-size: 12px;
}
.red {
	color: #bf0900;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.learnMoreBlue {
	margin: 0 0 0 10px;
	border: none;
	background-image: url(images/blue_more_arrow.gif);
	background-repeat: no-repeat;
	background-position: 85px 18px;
}
.learnMoreGreen {
	margin: 0 0 0 10px;
	border: none;
	background-image: url(images/green_more_arrow.gif);
	background-repeat: no-repeat;
	background-position: 85px 18px;
}
.learnMoreBlue a {
	color: #4d7380;
	text-decoration: none;
}
.learnMoreBlue a:hover {
	color: #000;
	text-decoration: none;
	border: none;
}
.learnMoreGreen a {
	color: #64894d;
	text-decoration: none;
}
.learnMoreGreen a:hover {
	color: #000;
	text-decoration: none;
	border: none;
}
.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
.marginRt30px {
	margin-right: 30px;
}
.clearFloat {
	clear: both;
	float: none;
}
#sideBar {
	margin: 0 40px 0 0;
	padding: 0px;
	float: left;
	width: 276px;
}

