body
{
	background-color: #dddddd;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
}

a
{
	color: #2255aa;
	text-decoration: none;
}

a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

#wrap
{
	background-color: White;
	border: double #c0c0c0;
	padding: 20px;
}

#hd
{

}

#hd .top
{
	position: relative;
	margin-bottom: 5px;
}

#hd .sitename a
{
	color: #2255aa;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 32px;
	text-decoration: none;
	font-weight: normal;
}

#hd .description
{
	color: #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 85%;
	padding-bottom: 10px;
}

#hd .search
{
	position: absolute;
	right: 0;
	bottom: 0;
}

#hd #navbar
{
	background-color: #376b9d;
	background-image: url('../images/navbar.gif');
	height: 28px;
	border-top: 1px solid #1a4182;
	border-bottom: 1px solid #1a4182;
	color: White;
}

#hd #navbar li
{
	float: left;
}

#hd #navbar a
{
	display: block;
	padding: 0 20px;
	line-height: 28px;
	height: 28px;
	font-weight: bold;
	border-left: 1px solid #2255aa;
	border-right: 1px solid #548ada;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
}

#hd #navbar a:hover
{
	background-color: #5186d7;
}

#hd #subnavbar
{
	background-color: #e8edf1;
	border-bottom: 1px solid #b1c3d4;
	height: 28px;
	line-height: 28px;
}

#hd #subnavbar li
{
	float: left;
	padding: 0 20px;
}

#bd
{
	padding: 10px 0 20px;
}

#bd p 
{
	line-height: 1.4em;
}

#ft
{
	background-color: #2255aa;
	padding: 0 10px;
	color: White;
}

#ft .nav li
{
	font-size: 85%;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 1em;
}

#ft .copyright
{
	clear: left;
	font-size: 85%;
	height: 35px;
	line-height: 35px;
	border-top: 1px dotted #e8edf1;
}

#ft a
{
	color: White;
}

#ft .yui-gb
{
	padding-bottom: 10px;
	border-bottom: 1px dotted #e8edf1;
}

#ft h6
{
	margin: 10px 0;
	padding-bottom: 2px;
	border-bottom: double #e8edf1;
	font-weight: bold;
	color: #e8edf1;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 167%;
	margin-bottom: 0.25em;
}

h2
{
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: double #c0c0c0;
	font-weight: bold;
	font-size: 116%;
	color: #2255aa;
}

div.category 
{
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999999;
	font-weight: bold;
}

#sidebar h2
{
	font-size: 93%;
	color: Black;
}

#sidebar .content
{
	margin-bottom: 1.4em;
}


/* Universal */
.submitbutton, input[type="submit"]
{
	border: 1px solid #234b69;
	background-image: url('../images/navbar.gif');
	font-size: 85%;
	font-weight: bold;
	padding: 2px;
	color: White;
	margin-left: 5px;
	background-color: #376b9d;
	text-transform: uppercase;
}

.searchquery
{
	border-color: #666666 #dddddd #dddddd #666666;
	border: 1px solid;
	padding: 3px;
	font-size: 93%;
	background-color: #eeeeee;
	background-image: url('../images/search.gif');
	background-position: right;
	background-repeat: no-repeat;
	width: 170px;
}

#searchform b
{
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
}

/* Featured */
.box
{
	border: 1px solid #b1c3d4;
	margin-bottom: 1em;
}

.box .header
{
	padding: 3px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1a4182;
	border-bottom: 1px solid #b1c3d4;
}

.box .content
{
	background-color: White;
	padding: 10px;
}

.box .content-alt
{
	background-color: #e8edf1;
}

/* Side bar links */
#sidebar .links
{
	margin-bottom: 10px;
}

#sidebar .links li a
{
	padding: 3px 10px;
	border-bottom: 1px dotted #c0c0c0;
	display: block;
	font-size: 85%;
	font-weight: bold;
}

#sidebar .links li a:hover
{
	background-color: #eeeeee;
}

/* -- Body -- */

.twoColumnList
{
	margin-bottom: 1em;
	width: 100%;
}

.twoColumnList td
{
	padding: 2px 10px 2px 5px;
	width: 49%;
}

.threeColumnList
{
	margin-bottom: 1em;
	width: 100%;
}

.threeColumnList td
{
	padding: 2px 10px 2px 5px;
	width: 32%;
}

.fourColumnList
{
	margin-bottom: 1em;
	width: 100%;
}

.fourColumnList td
{
	padding: 2px 10px 2px 5px;
	width: 24%;
}

#yui-main .yui-b p
{
	margin-bottom: 1em;
}

#yui-main .yui-b p.last
{
	margin-bottom: 0;
}

#yui-main .yui-b a
{
	text-decoration: underline;
}

#yui-main .yui-b h1 a, #yui-main .yui-b h2 a, #yui-main .yui-b h3 a
{
	text-decoration: none;
}

/* EDITING */
.modalbackground
{
	background-color: #555555;
	filter: alpha(opacity=70);
    opacity: 0.7;
}

.popup
{
	background-color: White;
	border: 2px solid Black;
	width: 705px;
}

.editable-active
{
	background-color: AliceBlue;
}

.buttons
{
	background-color: #81a9e2;
	padding: 5px;
	text-align: right;
}

.buttons a
{
	color: Black;
}

.buttons .lastupdate
{
	float: left;
	font-size: 77%;
	height: 28px;
	line-height: 28px;
}

/* Car Listings */
.featuredcars, .carlistings
{
	margin-bottom: 1em;
	border: 1px solid #c0c0c0;
	background-color: #e8edf1;
}

.featuredcars .more, .carlistings .more
{
	font-size: 108%;
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;
	padding-bottom: 0.8em;
}

.featuredcars .item, .carlistings .item
{
	text-align: center;
	width: 33%;
	vertical-align: top;
	padding: 0.8em 0.5em;
}

.featuredcars .item .photo, .carlistings .item .photo
{
	width: 96px;
	min-height: 74px;
	margin: 0 auto 0.25em;
}

.featuredcars .item .title, .carlistings .item .title 
{
	font-weight: bold;
}

.featuredcars .item .location, .carlistings .item .location
{
	font-size: 85%;
	color: #555555;
}

.featuredcars .item .price, .carlistings .item .price
{
	font-weight: bold;
	color: #CC0000;
	font-size: 108%;
}

.photoleft
{
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	clear: both;
}

.photoright
{
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
	clear: both;
}

.featured
{
	margin-bottom: 1em;
	border: 1px solid #c0c0c0;
	background-color: #e8edf1;
	padding: 0.8em;
}

.featured h2
{
	border: 0;
	margin-bottom: 0;
	font-size: 108%;
}

#yui-main .yui-b .featured h2 a
{
	text-decoration: underline;
}

.thumbleft
{
	float: left;
	margin-right: 1em;
}

.thumbright
{
	float: right;
	margin-left: 1em;
}

.thumbleft, .thumbright
{
	margin-bottom: 1em;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	padding: 0.25em;
}

.thumbleft .caption, .thumbright .caption
{
	font-size: 85%;
}

.breadcrumbs
{
	height: 1em;
	margin-bottom: 1em;
}

.breadcrumbs li
{
	float: left;
	font-size: 85%;
	margin-right: 0.5em;
}