/* Eric Meyer's CSS Reset */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Verdana, sans-serif;
	width: 100%;
}
p {
	font: 14px/18px Verdana, Arial, sans-serif;
	width: 100%;
}
strong { 
    font-weight: bold;
}
h1 { 
    display: block;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 { 
    display: block;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 { 
    display: block;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 { 
    display: block;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
/* unvisited link */
a:link {
    color: #0000FF;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #0000FF;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #0000FF;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #0000FF;
    text-decoration: underline;
}
#images{
    text-align:center;
}
div.nav {
    margin: 0px;
    padding: 6px 0 0 0px;
    border: 10px solid #000000;
    height: 26px;
    width: 980px;
    text-align: center;
    font-size: 24px;
}
div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #000000;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}	

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border: 1px solid #FF0000;
}

div.desc {
  text-align: center;
  font: 12px Verdana, Arial, sans-serif;
  font-weight: bold;
  width: 170px;
  height: 40px;
  margin: 5px;
}
div.adimg {
    margin: 2px;
    padding: 5px;
    border: 1px solid #ffffff;
    height: 250px;
    width: 300px;
    float: left;
    text-align: center;
}	

div.adimg img {
    display: inline;
    margin: 2px;
    border: 1px solid #ffffff;
}

div.addesc {
  text-align: left;
  font-weight: normal;
  width: 290px;
  margin: 5px;
}
div.adimgsm {
    margin: 2px;
    padding: 0px;
    border: 1px solid #ffffff;
    height: 9px;
    width: 300px;
    float: left;
    text-align: center;
}	
.memberlogos {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 46px; 
}
.featuredcars {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: auto; 
}
p.mosmall {
	font: 11px Verdana, Arial, sans-serif;
	width: 100%;
        padding: 10px 0px 0px 0px;
        text-align: left;
}
p.mosmallcenter {
	font: 11px Verdana, Arial, sans-serif;
	width: 100%;
        padding: 10px 0px 0px 0px;
        text-align: center;
}
p.mofooter {
	font: 11px Verdana, Arial, sans-serif;
	width: 100%;
        padding: 10px 0px 0px 0px;
        font-weight: bold;
        text-align: center;
}
img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.banner-ad {
   display:block;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   margin-top:0px;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 98px;
	background: #000000;
        overflow:hidden;
}
.header_logo {
	float: left;
        padding: 6px 0px 6px 4px;
}
.header_right {
	float: right;
        padding: 6px 6px 0px 4px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
.content {
	padding: 0 10px;
}
.440content {
	height: 250px;
        width: 300px;
	background: #000000;
        display: inline-block;
}
.440content_left {
	float: left;
        padding: 0px 0px 0px 0px;
        display: inline-block;
}
.440content_right {
	float: right;
        padding: 0px 0px 0px 0px;
        display: inline-block;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 10px;
	position: relative;
	background: #000000;
	left: -10px;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	margin-right: -10px;
	width: 10px;
	position: relative;
	background: #000000;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 10px;
	background: #000000;
        font: 12px Verdana, Arial, sans-serif;
        font-weight: bold;
        color: #ffffff;
}
/* begin styles for RSS Feed */

.rss-box {
	 margin: 10px 5%;
	 padding: 4px 8px;

	 background-color: #ededed;
	 border: 2px dashed #7485CA;
}

.rss-title, rss-title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
  
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #0000FF;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
	
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   } 
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    