/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* STICKY FOOTER */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	width: 960px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -550px auto; /* the bottom margin is the negative value of the footer's height */
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

wrapper p {text-align: left;}

.pagefooter, .push {
	height: 550px; /* .push must be the same height as .footer */
	clear: both;
}

/* Grid */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin-left: -10px;
	margin-right: -10px;
	width: auto;
	display: inline-block;
}

/* Font */

* {
	 font-family: Arial, sans-serif;
	 font-size: 13px;
	
	 }
a {
			 color: #111;
			 text-decoration: none;
			 }
p {font-size: 13px;}			 	 
a:hover {
				 text-decoration: underline;
				 }

/* Body Image */
#largeimage {
			 			background-position: top center;
			 			background-repeat: no-repeat;
						}
				 
				 
/* Top Navigation */				 
#menubar {
							 background-image: url(http://www.beavertontoyota.com/images/headnolines.png);
							 height:120px;
							 }
#contactheader { 
							 	width: 600px;
								height: 28px;
								float: right;
								}
#logobox {
				  width: 226px;
					height: 130px;
				  padding: 5px 0px 0px 28px;

					float: left;
					}
#menubox {
				  width: 605px;
					float: left;
					}
.bigtext { font-family: arial, sans-serif; font-size: 24px;width: 150px;height: 60px;margin-top: 14px;text-align: center;float: left;}
.littletext { padding: 5px;text-align: left;width: 90px;height: 58px;float: left;font-family: arial, sans-serif;font-size: 12px;line-height: 18px;}

.menusubtexthome {font-size: 9px; margin-top: 8px;}

.scionmenu {
						float: left;
						padding: 8px 0px 0px 17px;
						}
						
.pagefooter {
				 background-image: url(images/fullfooterbg.jpg);
				 background-repeat: repeat-x;
				 background-color: #333;
				 color: #fff;
				 height: 374px;
				 }
.footerwrapper {
							  width: 960px;
								margin-left: auto !important;
								margin-right: auto !important;
								}				 		
.listwrapper { width: 960px;}								
										 
.footerlistleft {
								float: left;
								padding: 12px 40px 0 0;
							 }
.footerlistright {
								float: right;
								padding: 12px 0 0 40px;
							 
							 }	
.footerlistright li {text-align: right;}				 						 
				 
.pagefooter li {font-size: 14px;color: #fff;line-height: 18px; }

.pagefooter a {color: #fff;text-align: left; }

.pagefooter a:hover {color: #40b100; text-decoration: none;}	 						

#bottomlinks {
						  padding-top: 20px;
							clear: both;
							font-size: 12px;
							}
							
.pedtop {
				 background-image: url(images/pedestal.gif);
				 background-position: bottom center;
				 background-repeat: no-repeat;
				 height: 150px;
				 text-align: center;
				 margin-bottom: 0px;
				 }
.pedbody {
				 padding: 5px;
				 background-color: #6e6e6e;
				 height: 500px;
				 width: 430px;
				 margin: 0 auto;
				 }
.ribbonleft {
				 background-image: url(images/ribbonleft.png);
				 background-repeat: no-repeat;
				 height: 75px;
				 margin-left: -16px;
				 }
.ribbonright {
				 background-image: url(images/ribbonright.png);
				 background-repeat: no-repeat;
				 height: 75px;
				 margin-right: -16px;
				 margin-left: -5px;
				 }				 
				 
.ribbontext {font-size: 22px; font-weight: bold;color: #fff;padding:22px;}
.ribbontext a {color: #fff;}
.inshadowbox {
						  background-image: url(images/shadowboxbg.png);
							background-position: top left;
							background-color: #dedede;
							width: 400px;
							height: 330px;
							margin-left: auto;
							margin-right: auto;
							padding: 3px;
							}
.inshadowbox a:hover {text-decoration: none; color: #000;}

.nccol {width: 120px;padding: 5px;float: left;line-height: 20px; font-size: 18px; color: #ccc;}
.nccol a {font-size: 18px; color: #4a4a4a;}						
.nccol a:hover {text-decoration: none; color: #000;}

.uccol {width: 120px;padding: 5px;float: left;line-height: 20px; font-size: 16px; color: #ccc;}
.uccol a {font-size: 16px; color: #4a4a4a;}						
.uccol a:hover {text-decoration: none; color: #000;}

.ncheader {font-size: 18px;
					font-weight: bold;
							color: #000;}

.certifiedbox {
							 background-image: url(images/certifiedbg.png);
							 background-repeat: no-repeat;
							 height: 80px;
							 width: 408px;
							 margin-left: auto;
							 margin-right: auto;
							 padding-bottom: 10px;
							 }
.certifiedbox p {
							 font-size: 13px;
							 color: #4a4a4a;
							 padding: 18px 0px 0px 210px;
							 line-height: 16px;
							 }							 
#cf1 {
		  background: #fff;
			width: 470px;
			height:168px;
			}
#cf2 {
		  background: #fff;
			width: 470px;
			height:168px;
			}
#cf3 {
		  background: #fff;
			width: 470px;
			height:168px;
			}						
			
#nf1 {
		  background: url(images/specials/homepage/new1.jpg);
			width: 470px;
			height:168px;
			}
#nf2 {
		  background: url(images/specials/homepage/new2.jpg);
			width: 470px;
			height:168px;
			}
#nf3 {
		  background: url(images/specials/homepage/new3.jpg);
			width: 470px;
			height:168px;
			}
			
.fineprint {
					  width: 600px;
						margin-left: auto;
						margin-right: auto;
						margin-top: 40px;
						color: #888;
						}
.fineprint p {font-size: 9px;}										


#submenu {
				 margin: -21px 25px 0 0;padding: 6px;float: right;width: 653px;height: 15px;background-image: url(images/80.png);background-repeat: repeat-x repeat-y;color: #fff;			
				}

#submenu a { color: #fff; font-size: 15px; padding: 0 11px;}
#submenu a:hover {color: #40b100; text-decoration: none;}

#chatday, #chatnight {display: none}