/*
Theme Name: ricco
Description: Riccobene Family Dentistry
Author: John

*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

* {padding: 0; margin: 0}

div.cb{
clear:both;
}

body {

	background-image:url('images/blue.jpg');
        background-repeat:repeat;
	font: 10px/1.6em Arial,Helvetica;
	margin:0.7em 0;
}

div#mainContent
{
  width: 825px;
  background-position: center;
  margin:0 auto;
    background-color:white;
}

div#bothBack
{
  background-image:url('images/pageback.jpg');
  background-repeat:repeat-x;
  padding-top:20px;
 min-height:200px;


}

div#leftMenu
{
  width:193px;
  float:left;

}

div#leftMenu ul
{

list-style:none;
margin:0 auto;
padding:0;
}
div#leftMenu li
{
 

 text-decoration:none;

}


div#leftMenu li a
{

 display:block; 
 
 width:193px;




}

a.home
{
  background:url("images/home.jpg") no-repeat scroll 0 0 transparent;
  height:64px;
}

a.home:hover
{
  background:url("images/home.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.homeS
{
  background:url("images/home.selected.jpg") no-repeat scroll 0 0 transparent;
  height:64px;
}

a.services
{
  background:url("images/services.jpg") no-repeat scroll 0 0 transparent;
  height:35px;
}

a.services:hover
{
  background:url("images/services.selected.jpg") no-repeat scroll 0 0 transparent;
  
}

a.servicesS
{
  background:url("images/services.selected.jpg") no-repeat scroll 0 0 transparent;
  height:35px;
}

a.meet
{
  background:url("images/meet.jpg") no-repeat scroll 0 0 transparent;
  height:33px;
}

a.meet:hover
{
  background:url("images/meet.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.meetS
{
  background:url("images/meet.selected.jpg") no-repeat scroll 0 0 transparent;
  height:33px;
}

a.tours
{
  background:url("images/tours.jpg") no-repeat scroll 0 0 transparent;
  height:31px;
}

a.tours:hover
{
  background:url("images/tours.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.toursS
{
  background:url("images/tours.selected.jpg") no-repeat scroll 0 0 transparent;
  height:31px;
}

a.forms
{
  background:url("images/forms.jpg") no-repeat scroll 0 0 transparent;
  height:30px;
}

a.forms:hover
{
  background:url("images/forms.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.formsS
{
  background:url("images/forms.selected.jpg") no-repeat scroll 0 0 transparent;
  height:30px;
}

a.smile
{
  background:url("images/smiles.jpg") no-repeat scroll 0 0 transparent;
  height:31px;
}

a.smile:hover
{
  background:url("images/smiles.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.smileS
{
  background:url("images/smiles.selected.jpg") no-repeat scroll 0 0 transparent;
  height:31px;
}

a.community
{
  background:url("images/community.jpg") no-repeat scroll 0 0 transparent;
  height:33px;
}

a.community:hover
{
  background:url("images/community.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.communityS
{
  background:url("images/community.selected.jpg") no-repeat scroll 0 0 transparent;
  height:33px;
}

a.payment
{
  background:url("images/payment.jpg") no-repeat scroll 0 0 transparent;
  height:33px;
}

a.payment:hover
{
  background:url("images/payment.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.paymentS
{
  background:url("images/payment.selected.jpg") no-repeat scroll 0 0 transparent;
  height:33px;
}

a.jobs
{
  background:url("images/jobs.jpg") no-repeat scroll 0 0 transparent;
  height:33px;
}

a.jobs:hover
{
  background:url("images/jobs.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.jobsS
{
  background:url("images/jobs.selected.jpg") no-repeat scroll 0 0 transparent;
  height:33px;
}

a.contact
{
  background:url("images/contact.jpg") no-repeat scroll 0 0 transparent;
  height:29px;
}

a.contact:hover
{
  background:url("images/contact.selected.jpg") no-repeat scroll 0 0 transparent;

}

a.contactS
{
  background:url("images/contact.selected.jpg") no-repeat scroll 0 0 transparent;
  height:29px;
}




div#rightContent
{
  font-family:Georgia, Times New Roman, Times, serif;
  width:632px;
  float:left;


}

div#rightContent hr
{

  width:85%;
  margin-left:40px;
  margin-top:20px;
  margin-bottom:20px;
  
}

img.doctors
{
 padding:5px;



}

div#rightContent h1, h2, h3, h4
{
 padding-left:10px;
 padding-right:10px;
 color:#000066;
 padding-top:3px;
 padding-bottom:2px;
  margin-top:10px;
  margin-bottom:10px;
}

div#rightContent h1
{
  font-size:20px;

}

div#rightContent h2
{
  font-size:16px;

}



div#rightContent a
{

  text-decoration: none;
  color:#000066;



}

div#rightContent a:hover
{
 text-decoration:underline;




}

div#rightContent p{


  font-family:Georgia, Times New Roman, Times, serif;
  font-size:15px;
 padding-left:10px;
 padding-right:10px;
 padding-top:3px;
 padding-bottom:2px;
 line-height:20px;

}

div#rightContent ul{


  font-family:Georgia, Times New Roman, Times, serif;
  font-size:14px;



}

div#footer
{
  width:100%;
  text-align:center;





}

div#footer a
{

color:#000066;




}

div#footer img
{

 float:left;



}


div#footerLinks
{

padding-top:150px;




}

div#pageBottom
{
 width:100%;
 
}

div#pageBottom img
{

  float:left;



}



