/*
Theme Name: rdmdinc.com
Theme URI: http://www.businessentials.com
Description: 
Version: 1
Author: Jose Erlino M. Lontok
Author URI: http://www.businessentials.com
*/
body {
	margin:0;
	padding:0;	
	background:url(../images/body_bg.jpg) #FFFFFF repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif
}

#homepage {
	width:900px;
	height:607px;
	background:url(../images/home_page.jpg) no-repeat;
	overflow:hidden;
	position:relative;	
}

#homepageContainer {
	width:900px;
	height:607px;
}

#homepage ul {
	margin:0;
	padding:0;
	position:relative;
}

#homepage ul li {
	width:143px;
	height:151px;	
	text-indent:-9999px;
	position:absolute;
	list-style-type:none;
}

#homepage li a {
	display:block;
	height:100%;
}

#homepageAbout {
	background:url(../images/homepageAbout.jpg) no-repeat;
	top:158px;
	left:210px;
}

#homepageServices {
	background:url(../images/homepageServices.jpg) no-repeat;
	top:291px;
	left:50px;
}

#homepagePatient {
	background:url(../images/homepagePatient.jpg) no-repeat;
	top:430px;
	left:210px;
}

#homepageScheduling {
	background:url(../images/homepageScheduling.jpg) no-repeat;
	top:158px;
	left:548px;	
}

#homepageForms {
	background:url(../images/homepageForms.jpg) no-repeat;
	top:291px;
	left:714px;	
}

#homepageContact {
	background:url(../images/homepageContact.jpg) no-repeat;
	top:430px;
	left:548px;	
}

#wrap {
	width:900px;
	margin:20px auto 0 auto;
}

#header {
	height:120px;
	background-image:url(../images/header.gif);
}

#contentWrapper {
	background:url(../images/contentwrapper_bg.gif) top center #fff no-repeat;
	border-bottom:5px #012443 solid;
	padding-bottom:2px;
}

#content {
	width:884px;
	margin:0 auto;
	background-image:url(../images/content_bg.gif);
}

#contentInside {
	width:884px;
	background:url(../images/contentinside_bg.gif) top center no-repeat;
	min-height:339px;
	height:auto;
}

#content p {
	margin:10px 0;
	padding:0;
}


#nav {
	width:884px;
	margin:0 auto;
	height:41px;
	overflow:hidden;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	height:41px;
	float:left;
	display:inline;
	text-indent:-9999px;
}

#nav li a {
	display:block;
	height:100%;
}

#nav li a:hover, #nav li a.here {
	background-position:bottom;
}

#navHome a {
	width:148px;
	background-image:url(../images/nav-home.gif)
}

#navAbout a {
	background-image:url(../images/nav-about.gif);
	width:146px;
}

#navServices a {
	background-image:url(../images/nav-services.gif);
	width:148px;
}

#navPatient a {
	background-image:url(../images/nav-patient-education.gif);
	width:147px;
}

#navScheduling a {
	background-image:url(../images/nav-scheduling.gif);
	width:147px;
}

#navContact a {
	background-image:url(../images/nav-contact.gif);
	width:148px;
}

#banner {
	width:884px;
	margin:0 auto;
	border-bottom:1px #fff solid;
}

#bannerPhoto {
	float:left;
}

#testimonials {
	float:left;
	background:url(../images/testimonials_bg.gif) no-repeat;
	width:295px;
	height:140px;
	overflow:hidden;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
}

#testimonials p {
	margin:10px;
	padding:0;
}

.testimonialsQuote {
	margin-top:10px !important;
	font-style:italic;
}

.testimonialsName {
	text-align:right;
	font-weight:bold;
}

#sidebar {
	width:219px;
	float:left;
	display:inline;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#00182D;
	padding-top:20px;	
}

#sidebar a{
	color:#00182D;
	text-decoration:none;
}

#sidebar a:hover{
	text-decoration:underline;
}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar li {
	background:url(../images/sidebar-icon.gif) 0 7px no-repeat;
	padding-left:15px;
	list-style-type:none;
	line-height:20px;
}

.sidebar-block {
	margin:10px 0 0 12px;
}

#contentMain {
	width:660px;
	display:inline;
	float:right;
	padding:20px 0 20px 0;
}

.content-block {
	margin:10px 30px;
	color:#666666;
	font-size:12px;
}

.content-block a {
	color:#003768
}

.content-block h2 {
	color:#E4701E;
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	margin:10px 0;
	padding:0;
}

#footer {
	text-align:center;
	font:11px Tahoma Arial, Helvetica, sans-serif;
	color:#666666;
	margin:5px auto;
}

#footer a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.didyouknow {
	font:bold 15px Arial, Helvetica, sans-serif
}


/*globals*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

a {
	outline:none;
}

.here {
	text-decoration:underline !important;
	font-weight:bold;
}