@charset "utf-8";
/*-----------------------------------------
  				HOME PAGE
 ------------------------------------------*/
#wrapper{
	width:941px;
	margin:0 auto;
}
/*---------------------- 
  HEADER
------------------------*/
#header{
	height:223px;
}
.content-header{
	height:151px;
}
h1.logo{
	float:left;
	height:126px;
	width:177px;
}
h1.logo a{
	background:transparent url(../images/logo3.png) no-repeat scroll 0 0;
	display:block;
	height:137px;
	width:357px;
}

h2 {
	color: #2395C7;
	font-size:26px;
	font-weight:normal;
	margin:0 0 10px;
}
.subheader{
	height:29px;
	padding:12px 0px 0px 0px;
}
/*--- contact ---*/
#contact{
	float:right;
	margin:50px 26px 0 0;
	width:67px;
}
#contact a{
	background:transparent url(../images/contact.png) no-repeat scroll 0 0;
	display:block;
	height:58px;
	width:67px;
	text-indent:-999999px;
}
#contact a:hover{
	background:transparent url(../images/contact.png) no-repeat scroll -87px 0px;
}

/*------ nav -------*/
#menu { 
	clear:both;
	color:#FFFFFF;
	height:40px;
	margin:0;
	padding:0;
	width:965px;
}
#menu ul{ 
	display:inline-block; 
	width:941px;
}
#menu li{ 
	float:left;
}
#menu li a{ 
	display:block;
	height:67px;
	text-indent:-9999px;
	overflow:hidden;
}
#menu li a.home{
	width:121px;
	background:transparent url(../images/btnHome.jpg) no-repeat scroll left top;
}
#menu li a.thePractice{
	width:141px;
	background:transparent url(../images/btnThePractice.jpg) no-repeat scroll left top;
}
#menu li a.aboutSusan{
	width:186px;
	background:transparent url(../images/btnAboutSusan.jpg) no-repeat scroll left top;
}
#menu li a.services{
	width:99px;
	background:transparent url(../images/btnServices.jpg) no-repeat scroll left top;
}
#menu li a.patientResources{
	width:92px;
	background:transparent url(../images/btnPatientResources.jpg) no-repeat scroll left top;
}
#menu li a.newClients{
	width:73px;
	background:transparent url(../images/btnNewClients.jpg) no-repeat scroll left top;
}
#menu li a.formsAndPolicies{
	width:229px;
	background:transparent url(../images/btnFormsAndPolicies.jpg) no-repeat scroll left top;
}
#menu li a.contacUs:hover, #menu li a.patientResources:hover, #menu li a.specialties:hover, #menu li a.aboutUs:hover,#menu li a.home:hover { 
	background-position:left bottom;
}

/*------------------------ MAIN CONTENT -------------------------------*/
#content{
	width:970px;
}
.img-header{
	left:-39px;
	position:relative;
	width:978px;
}
/*---------------------- 
  BODY
------------------------*/
#body{
	float:left;
	margin:18px 16px 0 0;
	width:565px;
}
#body p{
	font-size:14px;
}
#body p a{
	font-weight:bold;
}
.title{
	color:#2395C7;
	font-size:36px;
	font-weight:normal;
	margin:0 0 10px;
}
a.btn-online{
	background:transparent url(../images/btn.png) no-repeat scroll left top;
	display:block;
	height:49px;
	text-indent:-99999px;
	width:246px;
}
a.btn-online:hover{
	background:transparent url(../images/btn.png) no-repeat scroll left bottom;
}
.content-txt{
	float:left;
	width:250px;
	margin:19px 0 0;
}
.content-img{
	float:left;
	width:250px;
}
.boxOne{
	float:left;
	width:564px;
}

/*---------------------- 
  SIDEBAR
------------------------*/
#sidebar{
	float:left;
	margin:18px 0 20px;
	width:332px;
}
ul.listItems{
	width:332px;
}
ul.listItems li{
	background:transparent url(../images/line.png) repeat-x scroll left bottom;
}
ul.listItems li.last{
	background:none;
}
ul.listItems li div.home{
	height:270px;
	padding:24px 0 0 100px;
	background:transparent url(../images/home.png) no-repeat scroll left top;
}
ul.listItems li div.phone{
	height:164px;
	padding:24px 0 0 100px;
	background:transparent url(../images/phone.png) no-repeat scroll left top;
}
ul.listItems li div.time{
	height:147px;
	padding:24px 0 0 100px;
	background:transparent url(../images/time.png) no-repeat scroll left top;
}
ul.listItems li div.mail{
	height:90px;
	padding:24px 0 0 100px;
	background:transparent url(../images/mail.png) no-repeat scroll left top;
}
ul.listItems li h2{
	color:#2395C7;
	font-size:20px;
	margin:0 0 2px;
}

/*------------------------ footer -------------------------------*/
#footer{
	background:transparent url(../images/footer.jpg) repeat-x scroll left top;
	clear:both;
	height:81px;
	font-size:12px;
	margin:10px 0 0;
	padding:13px 0 0;
}
#footer p{
	color:#FFFFFF;
	line-height:17px;
	margin:0 auto;
	width:941px;
}
#footer a{
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
}

.subtitle {
	color:#2395C7;
	font-size:26px;
	font-weight:normal;
	margin:0 0 10px;
}
