/* LAYOUT */
body, html {
	margin:0;
	padding:0;
	background:#3a3a3a url(/sc/corvette.nsf/bg-fade.jpg) repeat-x top left;
	text-align:center;
}
#wrapper {
	background:url(/sc/corvette.nsf/bg-header.jpg) no-repeat top left;
	margin:0 auto;
	width:970px;
}
#container {
	margin:0 auto;
	width:800px;
	text-align:left;
}
#logo {
	margin:0 auto;
	width:525px;
}
#menu {
	background:url(/sc/corvette.nsf/bg-content-top.png) no-repeat top left;
	height:35px;
	text-align:center;
	padding-top:6px;
}
#menu ul {
	display:inline;
	list-style:none;
	text-align:center;
}
/*Lisa Changed Margin from 7 to 6*/
#menu li {
	display:inline;
	margin:0 40px 0 0;
}
#content {
	background:#1d1d1d url(/sc/corvette.nsf/bg-content-bottom.png) no-repeat bottom left;
	min-height:260px;
	height: auto !important;
	height: 260px;
	margin-bottom:10px;
}
#content_text {
	padding:22px 29px 29px 29px;
}
#content_text h1 {
	margin-bottom:12px;
}
#content_text_left {
	float:left;
	width:360px;
	padding:15px 10px 0 0;
}
#content_spacer {
	float:left;
	width:1px;
	height:200px;
	margin-top:32px;
	background-color:#d83729;
}
#content_text_right {
	float:left;
	width:350px;
	padding:15px 0 0 20px;
}
.news_item {
	margin:12px 0;
}
#sponsors {
	margin:0 auto;
	width:740px;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
#footer {
	margin:10px 0;
}
#footer_box_outside {
	background:#7d1818 url(/sc/corvette.nsf/bg-footer-bottom.png) no-repeat bottom left;
}
#footer_box {
	background:url(/sc/corvette.nsf/bg-footer-top.png) no-repeat top left;
	min-height:60px;
	height: auto !important;
	min-height:60px;
	padding:20px 29px;
}
#footer_box_left, #footer_box_middle, #footer_box_right {
	float:left;
	width:247px;
}
#footer_box_left {
}
#footer_box_left ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer_box_left li {
	margin-bottom:10px;
}
#footer_box_middle {
}
#footer_box_middle ul {
margin:0px;
padding:0px;
list-style:none;
}

#footer_box_middle li {
margin-bottom:5px;
padding-left:32px;
background: url(/sc/corvette.nsf/paper-clip.gif) 0 3px no-repeat;
} 
.clear {
	clear:both;
}
/* STYLE */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#eaeaea;
}
a:link {
	color:#5a8aff;
}
a:active, a:focus {
	color:#2b69ff;
}
a:visited {
	color:#597cd0;
}
a:hover {
	color:#2b69ff;
	text-decoration:none;
}
h1 {
	color:#fff;
	font-size:16pt;
	font-weight:normal;
}
h2 {
	color:#fff;
	font-size:11pt;
	font-weight:bold;
}
h3 {
	color:#fff;
	font-size:8pt;
	font-weight:bold;
}
#menu {
	font-size:13pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#menu a:link {
	color:#5a8aff;
	text-decoration:none;
}
#menu a:active, a:focus {
	color:#9ebaff;
	text-decoration:none;
}
#menu a:visited {
	color:#6687d8;
	text-decoration:none;
}
#menu a:hover {
	color:#2363ff;
	text-decoration:underline;
}
#index #menu #index a, 
#generalinfo #menu #generalinfo a, 
#cars #menu #cars a, 
#sales #menu #sales a, 
#ondisplay #menu #ondisplay a, 
#judging #menu #judging a, 
#clubs #menu #clubs a, 
#vendors #menu #vendors a,
#contact #menu #contact a {
	color:#eaeaea;
	text-decoration:none;
}
#content {
	line-height:1.4em;
}
#content_text {
	line-height:1.4em;
}
#footer {
	font-size:8pt;
}
.news_item {
	line-height:1.2em;
}
.news_date {
	line-height:1.0em;
	font-size:8pt;
	color:#d9372a;
}
.news_text {
	font-size:9pt;
}
#sponsors_intro {
	font-size:8pt;
}
#sponsors_logos, img {
 display: block;
  margin-left: auto;
  margin-right: auto; 
   border: none; 
}
#footer a:link {
	color:#fff;
	text-decoration:underline;
}
#footer a:active, a:focus {
	color:#fff1ae;
	text-decoration:underline;
}
#footer a:visited {
	color:#e1e1e1;
	text-decoration:underline;
}
#footer a:hover {
	color:#aec6ff;
	text-decoration:underline;
}
#footer_box_left li {
	font-size:16pt;
}
#footer_box {
	font-size:10pt;
}
#copyright {
	text-align:right;
	margin:3px 29px;
	font-size:8pt;
}
/* LISA ADDED STYLES BELOW*/
	/* ----- Verdana, Bold & White------ */
.ver9bw {font-family: Verdana; font-size: 9pt; font-weight: bold; color: white}
.ver10bw {font-family: Verdana; font-size: 10pt; font-weight: bold; color: white}
.ver11bw {font-family: Verdana; font-size: 11pt; font-weight: bold; color: white}
.ver12bw {  font-family: Verdana; font-size: 12pt; font-weight: bold; color: white}
.ver14bw {font-family: Verdana; font-size: 14pt; font-weight: bold; color: white}
.imgRight {
         float: right; /*right in our text*/
         margin: 0 2px 2px 7px; /*space around the image*/
}
.imgLeft {
        float: left; /*left in our text*/
        margin: 0 7px 2px 2px; /*space around the image*/
}
.sale_title {
	font-size: 12pt;
	font-weight: bold;
	color:#d9372a;
}
.sale_info {
	line-height:1.0em;
	font-size:10pt;
	color:#d9372a;
}
.sale_image {
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
}
.sale_image img {
	border:1px solid #999;
}
.disclaimer {
	font-size:7pt;
	line-height:1.1em;
	margin:0 25px 0  25px;
}
/* Testimonials page blockquote styling */
.bqstart {
		 float: left;
		 height: 35px;
		 margin-top: -30px;
		 padding-top: 45px;
		 margin-bottom: -30px;
		 margin-right:5px;
		 margin-left:-20px;
		 font-size: 700%;
		 color: #5a8aff;
		 font-family:Georgia, Times, "Times New Roman", serif;
}
.bqend {
		 float: right;
		 height: 25px;
		 margin-top: 0px;
		 padding-top: 35px;
		 font-size: 700%;
		 color: #5a8aff;
		 font-family:Georgia, Times, "Times New Roman", serif;
}
blockquote {
		 margin:40px 45px;
}

/* Lisa added for judging page*/
.judge1 {
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold; 
	color: #5a8aff;
}
.judge2 {
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: normal; 
	color: red;
}
.judge3 {
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #5a8aff;
}
#bread {
	color: #5a8affs;
	padding: 3px;
	margin-bottom: 25px;
	 text-align: center;
	}
#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	 text-align: center;
	} 
#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold; 
	color: red;
	 text-align: center;
	}
#bread  li.inline {
  display: inline;
  padding-left: 3px;
  padding-right: 7px;
  border-right: 1px dotted #fff;
 text-align: center;
  }
#bread  li.last {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 0px;
 text-align: center;
  } 

