@import url("global.css");

/* SIDEBAR */
#Sidebar {
background:url(../images/OurDoctorsBG.jpg) no-repeat;
color:black;
float:left;
padding:55px 10px 0px 20px;
width:317px; /* 347px */
}
.SidebarImg {
border:1px solid #554a39;
float:left;
margin:0 10px 20px 0;
padding:5px;
}
#Sidebar h3 {
clear:both;
}
#SidebarAssociations img{
margin:8px 0;
}

/* HOME MAIN CONTENT */
#ContentMain {
float:right;
width:653px;
}

/*CONTACT INFO */
#ContactInfo {
	background:url(../images/ContactInfoBG.jpg) no-repeat;
	color:white;
	position:relative;
	font-size:14px;
	height:180px; /* 245px */
	padding:65px 0 0 20px;
	width:633px; /* 653px */
	}
	
#ContactForm {
position:absolute;
top:35px;
left:385px;
}

#ContactForm input,#ContactForm textarea {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	width:218px;
	height:18px;
	margin:0 0 5px 0;
	padding:2px 0 0 2px;
	border:1px solid #554a39;
	background:#9a825f repeat-x;
}
#ContactForm textarea{
	height:80px;
}
#ContactForm .SubmitBTN{
	background:#9a825f no-repeat;
	border:1px solid #554a39;
	padding:0;
	width:75px;
	height:25px;
}	

#Welcome {
background:url(../images/WelcomeBG.jpg) no-repeat;
color:white;
float:left;
/* height:335px; */
padding:65px 15px 10px 15px;
width:349px; /*379px*/
}
#Services {
background:url(../images/ServicesBG.jpg) no-repeat;
float:left;
padding:55px 0 0 15px;
height:270px; /*335px */
width:259px; /*274 */
}

