/* ------------------------------  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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: cirlce;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* ------------------------------  GENERAL PAGES ------------------------------ */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top:0px; 
	margin-bottom:0px;
	font-size:12px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#000;
	color:#FFF;
}
p {
	margin:0px 0px 10px 0px;
	line-height:20px;
}
p a {
	color:#F00;
	font-weight:bold;
	text-decoration:none;
}
a: link {
	color:#F00;
}
a:visited {
	color:#F00;
}
a:hover {
	color:#FFF;
}
a:active {
	color:#F00;
}
#brand {
	width:960px;
	height:150px;	
	margin-top:4px;
}
#mainnav {
	width:100%;
	background: url(../images/topnav_bg.gif) repeat-x;
	height:37px;
	color:#CCC;
}
#topnavigation {
	width:960px;
	margin:0px auto;
	background-color:#333;
	color: #ccc;
}
#container {
	width:960px;
	height:auto;
	margin:0px auto 10px auto;
	overflow:hidden;
}
#content {
	width:778px;
	height:auto;
	/*background-color:#FFF;*/
	float:left;
	border: 1px solid #333;
}
#leftbar {
	width:175px;
	margin-right:5px;
	height:auto;
	float:left;
}
<!-- top nav new -->

#topnavigation ul.topnav {
	background: url(../images/topnav_bg.gif) repeat-x;
	color:#CCC;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	list-style:none;
	color:#CCC;
}
ul.topnav li a{
	padding: 10px 19px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:100;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 130px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
	
}
<!--  left bar menu -->
/*.leftnavtitle {
	width:175px;
	height:auto;
	background-color:#258662;
	margin:10px auto 10px auto;
}
.leftnavtitle h5 {
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	padding:10px 0px 10px 0px;
	font-weight:normal;
}*/
#leftmenu {
	height:auto;
	width:175px;
	float:left;
	margin-bottom:40px;
}
ul#leftmenuitems {
	list-style:none;
}
ul#leftmenuitems li {
	text-align:left;
	
}
ul#leftmenuitems li a {
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	text-transform:capitalize;
	display:block;
	padding:0px 0px 20px 0px;
}
ul#leftmenuitems li a:hover {
	display:block;
	color:#F00;
}
#leftmenuitems #currentpage a {
	background-color:#d50c52;
	display:block;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}
#leftmenuitems #currentpage a:hover {
	background-color:#d50c52;
	display:block;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}	
#contentcopy {
	margin:10px 0px 10px 0px;
	padding:0px 5px;
}
.contenttitle {
	font-size:22px;
}
.contentwriting {
	margin-top:10px;
}
#banner {
	width:780px;
	margin:0px auto 2px auto;
}
#home-header-display	{
	position: relative;
	}
#myController	{
	left: 0px;
	line-height: 25px;
	position: absolute;
	top: 0px;
	width: 142px;
	z-index: 5;	
	}
#myController span	{
	background: url(../images/gallery/header_button_bg.gif) no-repeat 0 -89px;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0px;
	font-weight: bold;
	height: 82px;
	line-height: 0px;
	margin-bottom: 1px;
	padding: 7px 0 0 13px;
	width: 143px;
	}
#jFlowSlide	{
	}
#myController span.jFlowSelected	{
	background: url(../images/gallery/header_button_bg.gif) no-repeat;
	filter: alpha(opacity=90);
	opacity: 0.9;
	}
.jFlowPrev, .jFlowNext	{
	cursor: pointer;
	}
#header-slider	{
	position: relative;
	overflow: hidden;
	height: 270px;
	}
.top-slide	{
	}
.top-slide-bg	{
	background: url(../images/gallery/text_bg_png.png) no-repeat;
	bottom: 0px;
	height: 121px;
	left: 0px;
	position: absolute;
	width: 958px;
	}
.top-slide-text	{
	color: #d6d6d6;
	font-size: 12px;
	line-height: 15px;
	padding: 16px 0 0 160px;
	width: 800px;
	}
.top-slide-text h2	{
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
	}
.top-slide-text a	{
	display: block;
	margin-top: 10px;
	}
.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}
#cars {
	overflow:hidden;
	width:660px;
	margin:0px auto;
}
#carpageimg {
	width:780px;
	height:200px;
	background-color:#EEE;
	margin:0px auto 2px auto;
}
.carmenu {
	width:200px;
	height:120px;
	background-color:#99F;
	float:left;
	margin:0px 10px 20px 10px;
}
.carmenuimg {
	width:200px;
	height:90px;
	/*background-color:#FCF;*/
}
.carmenuname {
	width:200px;
	height:30px;
	background-color:#FFC;
}
.tablespec {
	height:auto;
	width:755px;
	background-color:#111;
	margin:1px auto;
	text-align:center;
}
.tablespec tr .colheader {
	background-color:#242424;
	color:#FFF;
	padding:2px 2px 2px 2px;
}
.tablespec tr #centerleft {
	text-align:left;
	background-color:#1e1e1e;
}
.tablespec tr #centerred {
	color:#F00;
	background-color:#1e1e1e;
}
.newstitle p {
	font-weight:bold;
	width:738px;
	height:auto;
	background-color:#F00;
	padding:2px 15px 2px;
	margin:0;
}
.newsbox {
	border-left:1px solid #F00;
	border-right:1px solid #F00;
	border-bottom:1px solid #F00;
	padding:5px 15px;
	margin:0px 0px 10px 0px;
}
.imgflr {
	float:right;
	width:160px;
	margin-bottom:2px;
}
.flr {
	float:right;
}

#wr {
 width:770px;
 margin: 0px auto;
 text-align: left;
 float:left;
}

.trigger,.trigger a {
 display:block;
 width:760px;
 height:29px;
 line-height:5px;
 overflow:hidden;
 text-decoration:none;
 padding:5px 0px 0px 5px;
 margin:5px 0px;
 color:#FFF;
}
.trigger {
	color:#000;
	background-color:#F00;
}
.close {
	color:#000;
}
.cnt {
display: none;
padding: 10px 0px 10px 10px;
margin: 10px;
background: #f9f9f9;
}
.cnto {
display: block;
padding: 10px 0px 10px 0px;
margin: 10px;
background: #f9f9f9;
}
.cl {
 width: 100%;
 clear: both;
 line-height: 0px;
 font-size: 0px;
}
.cnt a {
	color:#000;
}
.cnto a {
	color:#000;
}
.contentcopy #wr .cnt a ul li {
	margin-left:20px;
	padding:5px 0px;
}
.contentcopy #wr .cnt a ol li {
	margin-left:20px;
	padding:5px 0px;
}
.label {
	width:300px;
	background-color:#99F;
}
.fieldinput {
	width:400px;
	background-color:#9FF;
}
