/*THESE ARE YOUR CHOICES FOR BODY COPY. IF YOU CHOOSE BODYTEXT2, BE SURE TO CHANGE THE LINE-HEIGHT FOR YOUR ANCHOR TAGS TO 17*/
body {
	background: url(grc/bground1.jpg);
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 13px;	
	color: #000000;	
	text-decoration: none;
	line-height:20px;
}

div.wrapper {
	background:url(grc/bground.jpg);
	-webkit-box-shadow: 0 0 6px 4px #777;  
	-moz-box-shadow:    0 0 6px 4px #777; 
	box-shadow:         0 0 6px 4px #777; 
	margin: 0 auto;
}

div.header {
	background: url(grc/headerbg.gif) repeat;
}

div.url {
	background: url(grc/top-border.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	padding: 3px 5px 0;
	text-align: right;
}
div.city {
	clear:both;
	background:#f7a12a url(grc/bttm-border.gif) repeat-x center bottom;
	height:21px;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 2px 5px 0;
	text-align: right;
}

a#logo {
	float:left;
}
div.head-pic {
	float:right;
}

ul.cars {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul.cars li {
	width: 31%;
	min-height: 250px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 20px;
	zoom: 1;
	*display: inline;
	_height: 250px;
}

ul.cars li img {
	display:block;
	margin: 0 auto;
	width:100%;
}
ul.cars li p{
	display: block;
	margin:5px 0;
}
ul.cars li span {
	display: block;
	margin: 5px 0;
	font-weight:bold;
}

.bodytext2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	text-decoration: none;	line-height: 17px;}.bodytext3 {	font-family: Geneva, Arial, Helvetica, san-serif;	font-size: 11px;	color: #000000;	text-decoration: none;	line-height: 15px;}/*THIS IS THE CSS FOR H1 TAGS. YOU CAN CUSTOMIZE THE SIZE AND COLOR IN THISS CSS TO MATCH YOUR DESIGN. H1 TAGS ARE USED FOR HEADERS OF PARAGRAPHS AND NOT TO BE USED WITHIN A PARAGRAPH*/h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	color: #000000;	text-decoration: none;}/*THE FOLLOWING IS APPLIED TO ANCHOR TAGS*/a:link {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #406fd8;	text-decoration: underline;	line-height: 15px;}a:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #406fd8;	text-decoration: underline;	line-height: 15px;}a:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #CCCCCC;	text-decoration: none;	line-height: 15px;}a:active {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #CCCCCC;	text-decoration: none;	line-height: 15px;}/*THE CSS BELOW IS FOR THE NPL COPYRIGHT FOOTERS*/.footer {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #333333;	text-decoration: none;height:20px;}a.footlink:link {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #333333;	text-decoration: underline;}a.footlink:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #333333;	text-decoration: underline;}a.footlink:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #333333;	text-decoration: none;}a.footlink:active {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #333333;	text-decoration: none;}

/*----Forms Style----*/

form {
	background:#dcebfb;
	border:1px solid #ccc;
	width:80%;
	margin:0 auto;
}

form ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

form ul li {margin: 12px 0;}

fieldset {
	border:none;
	padding:0;
	margin:0;
}

legend {
	background:#2F79D2;
	color:#FFF;
	font-weight:bold;
	padding:4px 0;
	text-transform:uppercase;
	text-indent:8px;
	width:100%;
}

label {
	clear: both;
	float: left;
	font-weight: bold;
	margin-left: 10px;
	padding-right: 10px;
	text-align: right;
	width: 30%;
}

.inputbox 
{
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #333;
	height:20px;
	width:55%;
}

form select.dropdown {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font: 11px/14px Arial,Helvetica,sans-serif;
    padding: 2px;
    width: 57%;
}
.choice {float:right;width:61%; text-align: left;}

.choice span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	zoom: 1;
	*display: inline;
	width:45%;
}

input.submitbtn {
    background: #2f79d2 none repeat scroll 0 0;
    border: 1px solid #034089;
    color: #fff;
    margin: 0 auto;
    padding: 4px;
    width: 100px;
	cursor:pointer;
}