/* Mid Valley Automotive Style Sheet Updated: December 29, 2008
author: Quentin Christensen
Version 1.3
*/
html {
  background-color: #FFFFFF;
}

body{
  margin:0;
  background:#fff url(http://www.midvalleyautomotive.com/images/bodybg.png) repeat-x center top;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  color:#000;
  font-size: .8em;
}

/*
Web page design rules
*/

.container{
  width: 950px;
  margin: 0 auto;
  padding-bottom: 1em;
}

.content {
  width: 950px;
  min-height: 450px;
  height:auto !important;
}

.contentimages{
  width: 625px;
}

.directions{
  border: solid black 1px;
  margin: 0 auto;
}

.header2{
  height: 125px;
  width: 950px;
  margin-bottom: 10px;
  background-image: url(http://www.midvalleyautomotive.com/images/headerbg.png);
  background-repeat: no-repeat;
}

.navleft{
  float: left;
  width: 625px;
  margin: 0px 0 10px 1px;
  padding-bottom: 10px;
  min-height: 450px;
  height:auto !important;
}

.navleftwide{
  float: left;
  width: 950px;
  margin: 0px 0 10px 0px;
  height: 600px;
}

.navRightMenu{
  float: right;
  width: 311px;
  margin: 0px 0px 10px 0;
  clear: right;
}

.navRightTable{
  margin: 0px auto;
  padding: 0px;
  width: 251px;
}

.navRightHeading{
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.rss{
  width: 200px
}

.rss img{
  border: 0;
}

#search{
  float: right;
  height: 26px;
  width: 380px;
  margin: 11px 0 0 30px;
  text-align: right;
}

#search td{
  padding: 2px;
}

.text{
  padding: 10px 10px 0 0px;
}

.text table{
  width: 625px;
  text-align: center;
  font-size: .8em;
}

.text td{
  padding: 5px;
}

.text img{
  border: 0;
}

.navleft img{
  border: 0;
}

/*Definitions for footer */
.footerTopBars{
  clear: both;
  height: 15px;
  width: 950px;
}

.footer {
  clear: both;
  width: 910px;
  height: 26px;
  background: #f2f2f2 url(http://www.midvalleyautomotive.com/images/footerbg.gif) repeat-y;
  padding: 0 20px 5px 20px;
}


#footerRight{
  float: right;
  text-align: right;
}

#footerLeft{
  float: left;
  text-align: left;
}

/*Definitions for size of right navs  */
.navFill {
  clear: both;
  width: 291px;
  padding: 5px 10px 10px 10px;
  background: #f2f2f2 url(http://www.midvalleyautomotive.com/images/rightnavbg.gif) repeat-y;
  margin: 0;
}

.navFillTopBars{
  clear: both;
  height: 15px;
  width: 311px;
}

/*
Link rules
*/
a:link {
  text-decoration: none;
  color: #3b5ba6;
}
a:visited {
  text-decoration: none;
  color: #3b5ba6;
}
a:hover {
  text-decoration: underline;
  color: #3b5ba6;
}

/*
Text format rules
*/

.bodyLower{
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
}

h1{
  font-size: 16px;
/*  height: 30px;
  padding: 10px 0 0 10px;
  background: url(http://www.midvalleyautomotive.com/images/h2bg.gif);
  background-repeat: no-repeat;
  margin-left: -10px; */
}

h2{
  font-size: 15px;
}

h3{
  font-size: 15px;
  margin: 0;
  padding: 0;
}

/* Menu */

#menu {
  float: right;
  width: 670px;
  list-style-type:none;
  margin: 28px 0 0 0px;
  padding: 0 0 0 10px;
}

#menu li {
  float:left;
  padding:0;
  margin:0 10px 0 0;
  position:relative;
  width:90px;
  height:2em;
  z-index:100;
}

#menu li dl {
  position:absolute;
  top:0;
  left:0;
  padding-bottom:0;
}

#menu li a, #menu li a:visited {
  text-decoration:none;
}

#menu li dd {
  display:none;
}

#menu li a:hover {
  border:0;
}

#menu li:hover dd, #menu li a:hover dd {
  display:block;
}

#menu li:hover dl, #menu li a:hover dl {
}

#menu table {
  border-collapse:collapse;
  padding:0;
  margin:-1px;
  font-size:1em;
}

#menu dl {
  width: 90px;
  margin: 0;
  padding: 0;
  background: transparent;
}

/* Tab background color */
#menu dt {
  margin:0;
  padding: 0;
}

/* Flyout menu background color */
#menu dd {
  margin:0;
  padding:0;
  color: #fff;
  font-size: .8em;
  text-align:left;
}

/* Borders around tabs */
#menu dt a, #menu dt a:visited {
  display:block;
  font-size: 0.9em;
  color: #FFFFFF;
  text-align:center;
  padding:0.25em 0 0.25em 0;
  border-bottom: solid #FFFFFF 5px;
}

/* Borders around tabs when hover */
#menu li:hover dt a, #menu a:hover dt a {
  color:#FFFFFF;
  border-bottom: solid #ff3f00 5px;
}

/* Borders around flyout menu */
#menu dd a, #menu dd a:visited {
  background:#aaaaaa;
  color:#fff;
  padding:0.25em 0;
  text-decoration:none;
  display:block;
  text-align:center;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

/* Borders around flyout menu when hover */
#menu dd a:hover {
  background: #ddd;
  color:#000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

.bottommenu{
  border-bottom: solid black 1px;
}

.topmenu{
  border-top: solid black 1px;
}

/* Curve Backgrounds */

.curveTopBar{
  background: url(http://www.midvalleyautomotive.com/images/curvetopbar.gif) repeat-x top;
  height: 15px;
}

.curveBottomBar{
  background: url(http://www.midvalleyautomotive.com/images/curvebottombar.gif) repeat-x top;
}

.curveLeftBar{
  float: left;
  background: url(http://www.midvalleyautomotive.com/images/curveleftbar.gif) repeat-y;
}

.curveRightBar{
  background: url(http://www.midvalleyautomotive.com/images/curverightbar.gif) repeat-y;
  float: right;
}

.curveTopLeft {
  float: left;
  background-image: url(http://www.midvalleyautomotive.com/images/curvetopleft.gif);
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
}

.curveTopRight {
  float: right;
  background-image: url(http://www.midvalleyautomotive.com/images/curvetopright.gif);
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
}

.curveBottomLeft{
  float: left;
  background-image: url(http://www.midvalleyautomotive.com/images/curvebottomleft.gif);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}

.curveBottomRight {
  float: right;
  background-image: url(http://www.midvalleyautomotive.com/images/curvebottomright.gif);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}
