@charset "utf-8";

html { 
  background: url(images/dealerCONNECTford-01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 
#wrapper{
	width:960px;
	height:800px;
	background:#FFF;
	margin: 0 auto;
}


#header{
	width:940px;
	height:151px;
	background-image:url(images/JohnstownHeader.jpg);
	margin:0px auto;
}

#header p{
	margin: 80px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

#header table{
width: 310px;
margin:5px;
position:relative;
top: 86px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}


#nav{
	width:940px;
	height:30px;
	text-align: center;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	margin: 0 auto;
	}
	
#nav ul {
 list-style-type: none;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
   font-color:#FFF;
  position: absolute;
  z-index: 2147483647;
  }

#nav li{
display:inline;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color:#FFF;
  float: left;
  overflow: hidden;
  color:#FFF;

}

#nav a{
	display:inline-block;
	padding: 3px 25px;
	margin: 0px 0px;
	background-color:#06C;
  height: 18px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 121px;
  color:#FFF;
}


}


/* SUB MENUS */

}
#nav ul li {
  background-image: none;
  float: none;
  color:#FFF;
}
#nav ul a {
  font-weight: lighter;
  padding-left: 8px;
  text-align: center;
  color:#FFF;
}
/* HOVER EFFECTS */
#nav li:hover ul {
  display: block;
  padding: 0;
}
#nav li:hover a {
  filter: none;
}
#nav > li:hover > a,
#nav li a:hover {
  color: #cc9933 !important;
  background-color:#FFF;
  border-width: 0px 0 1px 0;
  border-style: solid;
  border-color:#06C;
}

#main{
	width:692px;
	float:left;}
	
#rightSideBar{
	width:235px;
	height:345px;
	float:right;
	background-color:#69C;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
	font-size:14px;
	text-align: center;
	border-radius:10px;
	
	margin:25px 5px 5px 0px;
	-moz-box-shadow:    2px 2px 3px 1px #999;
  -webkit-box-shadow: 2px 2px 3px 1px #999;
  box-shadow:        2px 2px 3px 1px #999;
		}
		
		
.button {
   border-top: 1px solid #f79797;
   background: #d66565;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c3e3e), to(#d66565));
   background: -webkit-linear-gradient(top, #9c3e3e, #d66565);
   background: -moz-linear-gradient(top, #9c3e3e, #d66565);
   background: -ms-linear-gradient(top, #9c3e3e, #d66565);
   background: -o-linear-gradient(top, #9c3e3e, #d66565);
   padding: 5px 10px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 22px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #782828;
   background: #782828;
   color: #ccc;
   }
.button:active {
   border-top-color: #5c1b1b;
   background: #5c1b1b;
   }

