/*
Colors:
	purple	#6b4c99
	blue	#3d0099
*/

body
	{
	font-family: Arial;
	font-size: 1em;
	}
	
#banner
	{ display:none;}
	/*position: absolute;
	top: 24px;
	left: 0;
	width:100%;
	height: 100px;
	margin:0;
	padding:0;
	background-image:  url("images/ban_bckgd.gif");
	background-repeat: repeat-x;
	white-space:nowrap;
	}
	/*
#banner #leftimg
	{
	float:left;
	}
	
#banner #rightimg
	{
	float:right;
	}
	*/
#sidebar
	{ display: none;}
	/*
	position: absolute;
	top: 120px;
	left: 0px;
	width: 216px;
	border: 0;
	color: #000;
	background: transparent;
	background-image:  url("images/sidebar_bckgd.jpg");
	background-repeat: no-repeat;
	}
	
	
#sidebar h2
	{
	padding-top: 24px;
	font-family: serif;
	margin:0;
	border: 0;
	text-align: center;
	color: #6b4c99;
	}
	
#sidebar img
	{
	border: 0;
	padding: 0;
	margin-left: 7px;
	}
	
#sidebar p
	{
	background-image: url("images/sidebar_mid.gif");
	background-repeat: repeat-y;
	margin:0;
	padding:5px 20px 10px 20px;
	text-align: left;
	font-size: .9em;
	}
	
#sidebar .btm
	{
	background-image:  url("images/sidebar_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	padding:0 20px 20px 20px;
	}
	
#sidebar a:link
	{
	color: #3d0099;
	}

#sidebar a:visited
	{
	color: #3d0099;
	}
	
#sidebar a:hover
	{
	color: #6b4c99;
	text-decoration: none;
	}
	*/
a:link
	{
	color:#3d0099;
	text-decoration: none;
	
	}
	
a:visited
	{
	color:#3d0099;
	text-decoration: none;
	}
	
a:hover	
	{
	color:#000;
	text-decoration: underline;
	}
	
#content
	{
	/*margin:0;
	padding:15px;
	padding-top: 20px;
	position: absolute;
	top: 115px;
	left: 225px;
	background: url(images/contentArea.gif);*/
	}
	
#content h1
	{
	font-size: 2em;
	}
	
#content h3
	{
	font-size: 1.1em;
	}

#nav
	{ display: none;}
	/*
	position: absolute;
	top: 0;
	left:0;
	border: 0;
	margin:0;
	padding:0;
	background:  url("images/tp_backgd.gif");
	width: 100%;
	height: 24px;
	}
	
#nav ul
	{
	padding: 0;
	padding-left: 65px;
	margin: 0;
	border: 0;
	overflow: visible;
	}
	
#nav ul li
	{
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 0;
	border: 0;
	background: transparent;
	margin-left: -20px;
	}
	
#nav ul li a
	{
	display: block;
	margin:0;
	margin-left: 0px;
	padding:0;
	border: 0;
	background: transparent;
	background-image:  url("images/btn_nav.gif");
	background-repeat: no-repeat;
	background-position: top;
	width: 149px;
	height: 24px;
	font-size: 12px;
	text-align: center;
	overflow: visible;
	line-height: 22px;
	}
	
#nav ul li a:link
	{
	color:#333;
	}
	
#nav ul li a:visited
	{
	color:#333;
	}
	
#nav ul li a:hover
	{
	margin:0;
	padding:0;
	background-image:  url("images/btn_nav.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	text-decoration: none;
	color: #CCC;
	}
	*/
	
#corner
	{
	position: absolute;
	top: 21px;
	right: 0px;
	}
	
#feature
	{
	float: right;
	width: 250px;
	border: 1px dashed #3d0099;
	padding: 5px;
	margin: 10px;
	background-color: #ccc;/*7c5d99*/
	}
	
#feature h3
	{
	margin: 5px;
	padding: 5px;
	text-align: center;
	}
	
#feature ul
	{
	list-style-image: url("images/checkmark.jpg");
	}
	
.right
	{
	float: right;
	padding: 5px;
	}
	
.left
	{
	float: left;
	padding: 5px;
	}
	
.cards
	{
	float:right;
	padding: 5px;
	}
	
.usedcars img
	{
	padding:5px;
	}
	
.usedcars td
	{
	border-bottom: 1px dashed #3d0099;
	}
	