/* Import the menu styles */
@import url(menu.css);

body {
	margin: 0;
	padding: 30px 0px 90px;
	color: #000000;
	background: #751638 url(../images/main/bgtop.gif) no-repeat 50% 0;
	text-align: center;
	font: 14px/1.45 Verdana, Arial, sans-serif;
}
body a {
  text-decoration: underline;
  color: #7C1638;
  font-weight: bold;
}
body a:hover {
  text-decoration: none;
}

a.black {
  color: #000000;
}
img {
  border-width: 0;
}
div#content {
  background: #FFF /*url(../images/main/bgcontent.gif) no-repeat bottom left*/;
  margin: 30px auto 0;
  padding: 1px 0 25px;
  width: 900px;
  text-align: left;
}

hr.clearer {
  clear: both;
  height: 0;
  visibility: hidden;
}

div#footer {
  margin: 0 auto;
  padding: 0;
  background: #707275;
  color: #FFFFFF;
  font: 13px/1 "Trebuchet MS", Verdana, sans-serif;
  text-align: center;
  width: 900px;
  height: 2em;
}
div#footer ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
div#footer li {
  width: 33.3%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
}
div#footer a {
  color: #FFFFFF;
  text-decoration: none;
}
img#logo {
  margin: 10px 0 10px 10px;
}
div#infront {
	z-index: 1;
}
div#behind {
	z-index: 2;
}

h1, h2, h3 {
  color: #751638;
  margin: 0 0 0.7em 25px;
  padding: 0;
  font: bold 1.5em/1.15em Georgia, "Times New Roman", Times, serif;
}
h1 {
  border-bottom: 1px solid #751638;
  margin-right: 15px;
}
h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 1.3em;
}
h3 {
  margin-top: 0.75em;
  margin-bottom: 0.2em;
  font-size: 1.15em;
}
p {
  margin: 0 25px 1em 25px;
  padding: 0;
}
p.center {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
p.small {
  font-size: 0.8em;
}
.img {
  float: right;
  display: inline;
  clear: right;
  margin: 0 40px 10px 16px;
}
td .img {
  margin-bottom: 0;
}
img.imgborder {
  border-bottom: 10px solid #751638;
}
table#interiorpic {
  border-collapse: collapse;
}
table#interiorpic td {
  vertical-align: top;
}
td h2 {
  margin-top: 0;
}
td p {
  margin-right: 0;
  margin-bottom: 0;
}
td p.top {
  margin-bottom: 1em;
}
.pullquote {
  width: 200px;
  float: right;
  display: inline;
  margin: 0 40px 1em 18px;
  padding: 0 0 0.1em 10px;
  border-left: 19px solid #751638;
  font-size: 1.1em;
  line-height: 1.6em;
}
/* List styles */

div#content ul {
  margin: 0 60px 1em 90px;
  padding: 0;
}
ol {
  margin: 0 130px 0.9em 105px;
  padding: 0;
  font-size: .9em;
}
li {
  margin: 0 0 0.7em;
}
.numbers li {
  list-style-type: decimal;
}
.letters li {
  list-style-type: upper-alpha;
}
li span {
  color: #585858;
  font-size: 0.9em;
}

/* Home page-specific styles */

body.home div#content {
  padding-bottom: 0;
}
/*
body.home img#homelogo {
  margin: 15px 0 8px 15px;
}
body.home p {
  margin-left: 105px;
  margin-right: 210px;
}
body.home p#tagline {
  margin: -1em 0 0.5em 88px;
}*/
body.home img#logo {
  display: none;
}
body.home h1 {
  display: none;
}
body.home a.currtop {
  display: none;
}

/* Contact form styles */

table#contactform {
  
}
table#contactform td {
  padding: 3px 0;
}
table#contactform td.label {
  padding-right: 20px;
  text-align: right;
}

/* E-form styles */

#contactform {
  margin-top: 10px;
}
#contactform td h3 {
  margin: 15px 0 0;
}
#contactform .check {
  width: 115px;
}
#contactform .expiration {
  padding: 0 9px;
}
#contactform #expirationlabel {
  font-weight: bold;
  font-size: 12px;
  vertical-align: bottom;
}

/* Floating button styles */

.floatingbuttons {
  position: absolute;
  top: 105px;
  width: 690px;
}
.floatingbuttons a, .login a {
  float: right;
  display: inline;
  margin: 0 40px 0 -20px;
  padding: 2px 10px;
  background: #838D91;

  color: #ffffff;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.floatingbuttons a:hover, .login a:hover {
  background: #414746;

  padding: 2px 10px;
}

.login a {
  float: none;
  margin-left: 70px;
}
/* linkspage */
ul.links {
  margin: 0;
  border: 0;
  padding: 0;
	font-size: 12px;
}
ul.links li a {
  font-size: 14px;
}
br.linkbr {
  line-height: .2em;
}
p.disclaimer {
	font-size: 10px;
}
#content #header-flash {
/*  position: absolute;
  top: 0;
  left: 0; */
  z-index: -1;
}

/* general flash movie on pages */
div#flash_movie {
  float: right;
  margin: 10px 20px 10px 10px;
  z-index: -2;
}

#floating {
	position: fixed;
	right: 7px;
	bottom: 7px;
	}
	
a:link.verywell {
  color: blue;
  text-decoration: none;
}

a:hover.verywell {
  text-decoration: underline;
}

a:visited.verywell {
  color: purple;
  text-decoration: none;
}

div#homeleft {
  width: 50%;
  float: left;
}

div#homeright {
  float: left;
  width: 50%; 
  padding: 0;
  margin-top:-100px;
}

div#homeright img {
  padding-left: 50px;
  background-color: white;
}

div#homeright h2 {
  margin-right: 0;
}

div#homeright.es-home-nudge {
  margin-top: 0px;
  }

.homelocations ul {
  list-style-type: none;
  padding: 0px;
  position: relative;
  top: 0px;
  left: -70px;
  width: 75%;
  text-align: center;
}
.homelocations li {
  display: inline;
  line-height: 2em;
}
.homelocations a {
  color: #fff;
  background-color: #737170;
  padding: 2px 2px;
  margin: 1px;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #abaaa9;
  border-right: 1px solid #abaaa9;
}
.homelocations a:hover {
  background-color: #231f20;
}

.superboxes {
  float: right;
  margin: 0 15px 0 15px;
}

.portrait {
  padding-right: 50px;
}

p.headshot a {
  text-decoration: none;
  font-weight: normal;
}

table#personal-questionnaire {
  margin-left: 25px;  
}


div#insurance_logos img {
  height: 75px;
  width: 196px;
}

/*#associates a { 
  display: block;
  border-bottom: 1px solid #751638;
  text-decoration: none;
  margin-bottom: 2em;
}*/



/*fancy Associates' bubble buttons*/

div#associates a.button span{  
  border-bottom: none;
  font-weight: normal;
  display: block;
  width: 150px;
  background: url(../images/button.gif) no-repeat;
  color: #fff;
  text-align:center;
  margin: 5px;
  padding-bottom: 2px;
  position: relative;
  top:60px;
  left: 550px;
  cursor:pointer;
}

div#associates div.button_cage{
  width:150px;  
}

div#associates a.button:hover span{  
  background: url(../images/button_hover.gif) no-repeat;
}


/*Dental Page Custom Button*/

div#dental_quote a.button span{  
  border-bottom: none;
  font-weight: normal;
  display: block;
  width: 150px;
  background: #751638;
  color: #fff;
  text-align:center;
  margin: 5px;
  padding-bottom: 2px;
  cursor:pointer;
}

div#dental_quote a.button:hover span{  
  background: #5f5f5f;
}

/*US Map*/

div#caMap{
	position:relative
}
div#caMap.home{
	background: url('../images/home2011_ca_map.jpg') no-repeat;
	height: 203px;
	width: 296px;
	top:-7px
}
div#caMap.other{
	background: url('../images/ca_map.jpg') no-repeat;
	height: 250px;
	width: 300px;
	top:-7px
}
div#caMap li {
	position:relative
}
div#caMap a:link,
div#caMap a:visited{
	font-family:"Myriad Pro", sans-serif;
	font-weight:bold;
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
	text-shadow: black 0 0 0.5em
}
div#caMap a:hover{
	color:#f9ec00;
}
div#caMap>ul>li {
	list-style-type:none;
	background: url('../images/yellow_bullet.gif') no-repeat;
	background-position: 0 50%;
	padding-left:15px;
	margin: 0.3em 0
}
div#caMap>ul {
	text-align:left
}
div#caMap>ul.right {
	text-align:right
}
div#caMap>ul.right>li {
	padding-right:15px;
	background-position: 100% .4em
}
div#caMap li#woodland{
	top:60px;
	left:130px
}
div#caMap.other li#woodland{
	top:65px;
	left:120px
}
div#caMap li#fresno{
	top:82px;
	left:152px
}
div#caMap.other li#fresno{
	top:92px;
	left:143px
}
div#caMap li#kingsburg{
	top:77px;
	left:158px
}
div#caMap.other li#kingsburg{
	top:87px;
	left:151px
}
div#caMap li#paso{
	top:50px;
	left:-108px
}
div#caMap.other li#paso{
	top:60px;
	left:-120px
}
div#caMap li#osos{
	top:42px;
	left:-119px
}
div#caMap.other li#osos{
	top:55px;
	left:-135px
}

