/* Neutralizing Browser Styles */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	list-style-type: disc;
}

ol,
ul {
  float: left;
  clear: left;
  width: 100%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*END Neutralization*/
/*Important classes*/

a:link,
a:visited {
  color: #2a328e;
  text-decoration: underline;
}

a:hover,
a:active {
  cursor: pointer;
  color: #964a01;
}

.text-brown {
  color: #5b2d01 !important;
}

.text-blue {
  color: #2a328e !important;
}

.page-title {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  line-height: 50px;
  padding-bottom: 5px;
}

.text-18 {
  font-size: 18px;
  line-height: 20px;
}

.left {
  float: left;
  width: auto;
  text-align: left;
}

.right {
  float: right;
  width: auto;
  text-align: left;
}

.center {
  width: 100%;
  text-align: center;
}

ol li,
ul li {
  margin: 3px 0px 3px 30px;
}

.indent {
  margin-left: 20px;
}

h2 {
  float: left;
  clear: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 25x;
  margin-top: 15px;
}

/*END Important classes*/
/*Basic Layout*/

body {
  font-family: Arial, 'Lucida Console', Sans-serif;
  font-size: 13px;
  line-height: 18px;
  background: #d1d1d0;
  text-align: center;
}

#container {
  position: relative;
  width: 900px;
  margin: 0px auto;
}

#frame-top {
  position: relative;
  float: left;
  width: 100%;
  height: 120px;
  background: url(../images/frame-top.gif) no-repeat top center;
  text-align: center;
  padding-top: 20px;
}

#frame-middle {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: url(../images/frame-middle.gif) repeat-y top center;
}

#frame-bottom {
  position: relative;
  float: left;
  width: 100%;
  height: 111px;
  background: url(../images/frame-bottom.gif) no-repeat bottom center;
}

/*END Basic Layout*/
/*Header*/

#header-container {
  position: relative
  text-align: center;
  width: 756px;
  margin: -20px auto 0px auto;
}

#logo {
  float: left;
  margin-top: -10px;
}

#header-left,
#header-right {
  float: left;
  width: 240px;
  color: #2a328e;
  font-weight: bold;
  font-size: 14px;
  margin-top: 35px;
}

#header-left {
  text-align: right;
}

#header-right {
  text-align: left;
}

/*END Header*/
/*Navigation*/

#navigation ul{
  position: relative;
  float: left;
  width: 760px;
  margin: 0;
  padding: 9px 0px 0px 0px;
  list-style-type: none;
  height: 57px;
  background: url(../images/nav-bg.png) no-repeat top center;
  padding-left: 40px;
  margin-left: 50px;
  margin-top: -5px;
  z-index: 99;
}

* html #navigation ul {
* margin-left: 25px;
* margin-top: -30px; 
*}

#navigation ul li{
  position: relative;
  display: inline;
  float: left;
  margin: 0px;
}

#navigation ul li a{
  display: block;
  width: 75px;
  padding: 6px 7px 7px 7px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

#navigation ul li#wider-nav-item a {
  width: 140px;
}

#navigation ul li ul{
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  visibility: hidden;
  z-index: 99;
  background: #2a328e;
  height: auto;
  width: auto;
  margin: 0px;
  padding: 4px;
}

#navigation ul li ul li{
  display: inline;
  float: none;
  z-index: 99;
}

#navigation ul li ul li a{
  background: #2a328e;
  width: 160px;
  border-width: 0 1px 1px 1px;
  text-align: left;
  padding: 5px 7px 6px 7px;
}

#navigation li.highlighted a {
  background: #5b2d01;
}

#navigation ul li a:hover{
  background: #5c61a0;
}

/* Hack for IE \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%;}

/*END Navigation*/
/*Middle Content*/

#middle-content {
  position: relative;
  float: left;
  background: url(../images/sky.jpg) no-repeat bottom left;
  padding: 0px 15px 100px 15px;
  text-align: left;
  margin-left: 104px;
  margin-left: expression('105px');
  width: 661px;
  z-index: 1;
}

* html #middle-content {
  /*margin: expression('-120px 0px 0px 52px'); */
  margin-top: 0px;
  margin-left: 52px;
}

#middle-content p,
#whole-content p {
  clear: both;
  margin: 10px 0px;
}

#whole-content p {
  float: left;
  width: 100%;
}

#white-fade {
  background: url(../images/white-fade-bg.png) repeat-x bottom left;
  position: relative;
  width: 691px;
  width: expression('692px');
  height: 40px;
  margin: 0px -15px 0px -15px;
}

#right-content {
  position: relative;
  float: left;
  width: 190px;
  margin-top: -30px;
}

#left-content {
  position: relative;
  float: left;
  width: 450px;
  margin-left: 10px;
  margin-top: -30px;
}

#whole-content {
  position: relative;
  float: left;
  width: 100%;
  margin-top: -30px;
}

#sidenav {
  position: relative;
  list-style-type: none;
}

#sidenav li {
  position: relative;
  float: left;
  clear: left;
  margin: 2px 0px;
  background: url(../images/sidenav-bg.png) no-repeat top left;
}

#sidenav li a {
  display: block;
  width: 178px;
  height: 18px;
  padding: 2px 0px 0px 5px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
}

#sidenav li.highlighted a {
  color: #99e3ff;
}

#sidenav li a:hover {
  background: url(../images/sidenav-bg-hover.png) no-repeat top left !important;
}

/*END Middle Content*/
/*Footer*/
   
#footer {
  position: relative;
  top: -30px;
  color: #353e95;
  clear: both;
  top: expression('0px');
}

#footer p {
  position: relative;
  clear: both;
  margin-bottom: 10px;
}

#footer span {
  margin: 0px 5px;
}

#footer-objects {
  position: relative;
  float: left;
  clear: both;
  width: 650px;
  margin: -200px 0px 0px 140px;
  float: expression('none');
  margin: expression('-200px 0px 0px 40px');
  z-index: 98;
}

#footer-objects span {
  float: left;
}

#footer-objects #fo-text {
  text-align: left;
  margin: 50px 0px 0px 40px;
}

/*END Footer*/
/*No Page*/

#under-construction {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 50px;
  height: 100px;
  font-size: 16px;
  font-weight: bold;
}

/*End No Page*/
/*Home page*/

#car-list {
  position: relative;
  clear: left;
  padding: 10px 0px 0px 10px;
}

#car-list ul li {
  margin-left: 25px;
  list-style-image: url(../images/list-bullet-arrow.gif);
}

#car-list ul li a:link,
#car-list ul li a:visited {
  color: #a4682f;
  text-decoration: none;
}

#car-list ul li a:hover,
#car-list ul li a:active {
  text-decoration: underline;
}

#box-tan {
  position: relative;
  float: left;
  width: 100%;
  background: #efe8ce;
  color: #6f4d0d;
  padding: 10px 0px;
  margin-top: 20px;
}

#box-tan img {
  margin: 10px 0px 0px 15px;
}

#box-tan p {
  width: 345px;
  width: expression('335px');
  margin: 5px 20px 5px 0px;
}

/**/

/*Industry News Page*/

.news-post {
  width: 600px;
  color: #000;
  padding: 10px;
  line-height: 25px;
}

/**/

/*FAQ Page*/
#vertical_container {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
}
		
.accordion_toggle {
  display: block;
	height: 30px;
	width: 640px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #2a328e;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
	font-size: 12px;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.accordion_toggle_active {
	color: #000;
	background: #e1e1e1 url(../images/faq/bg-active.gif) no-repeat top right;
}

.accordion_content {
	color: #444;
	overflow: hidden;
	width: 640px;
}
			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
	width: 100%;
}
			
.accordion_content p {
	line-height: 150%;
}
/**/
/*for lightbox gallery*/
#thumbnails {
  float: left;
  clear: left;
  width: 100%;
  margin: 20px 40px;
}
#thumbnails img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 2px;
  border: 1px solid #444;
}

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/gallery/lightbox_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/gallery/lightbox_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/gallery/lightbox_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/gallery/lightbox_closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}