/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #E6ECF2;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
  background-color: #DAE6F2;
}

/*Column Formatting --------------------------------------------------------------------------- */

#primaryContent {
  float: left;
  width: 750px;
  display: inline;
}

#threeColLayout #primaryContent {
  float: left;
  width: 275px;
  margin: 0 0 0 190px;
}

#offsetColLayout #primaryContent {
  float: left;
  width: 465px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#twoColLayout #primaryContent {
  width: 560px;
  float: left;
  margin: 0 0 0 190px;
}

#twoColLayout #secondaryContent {
  display: none;
}

#secondaryContent {
  float: left;
  width: 275px;
  margin: 0 0 0 10px;
}

#sideContent {
  float: left;
  width: 180px;
  margin: 0 0 0 -750px;
}

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
  display: none;
}

#twoColLayout #rightContent {
  margin-left:550px;
}

#twoColLayout #leftContent {
  width:540px;
  float:left;
}

/* Top-level (Tabbed) Navigation -------------------------------------------------------*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_droptab.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.nav {
  /*border-top:10px solid #aba;*/
  height: 25px;
  position: relative;
  font-family: verdana, sans-serif;
  font-size: 14px;
  width: 748px;
  z-index: 50;
  background: #fff;
  bottom: 25px;
  font-weight: bolder;
}

.nav .tablestyle {
  display: table;
  margin: 0 0 0 342px;
}

.nav .select,
.nav .current {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  white-space: nowrap;
}

.nav li {
  margin: 0;
  padding: 0 15px 0 0;
  height: auto;
  float: left;
}

.nav .select a {
  display: block;
  height: 25px;
  float: left;
  background: url(/images/Images/left.gif) no-repeat;
  padding: 0 0 0 5px;
  text-decoration: none;
  line-height: 25px;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
}

.nav .select a b {
  display: block;
  padding: 0 10px 0 5px;
  background: url(/images/Images/right.gif) no-repeat 100% 0;
}

.nav .current a {
  display: block;
  height: 25px;
  float: left;
  background: url(/images/Images/left.gif) no-repeat 0 -200px;
  padding: 0 0 0 5px;
  text-decoration: none;
  line-height: 25px;
  white-space: nowrap;
  color: #fff;
}

.nav .current a b {
  display: block;
  padding: 0 10px 1px 5px;
  background: url(/images/Images/right.gif) no-repeat 100% -200px;
}

.nav .select a:hover, 
.nav .select li:hover a {
  background: url(/images/Images/left.gif) no-repeat 0 -100px;
  padding: 0 0 0 5px;
  cursor: pointer;
  text-decoration: underline;
  color: #003E82;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
  display: block;
  float: left;
  padding: 0 10px 0 5px;
  background: url(/images/Images/right.gif) no-repeat 100% -100px;
  cursor: pointer;
}

.nav .select_sub {
  display: none;
}

/* IE6 only */

.nav .ietable {
  border-collapse: collapse;
  margin: 0 0 -1px 0px;
  font-size: 1em;
  width: 0;
  height: 0;
}

.nav .sub {
  display: table;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.nav .current .show {
  display: block;
  position: absolute;
  width: 749px;
  top: 25px;
  background: #0059BA;
  padding: 0;
  z-index: 40;
  left: 0;
  text-align: center;
  height: 25px;
}

.nav .select :hover .select_sub {
  display: block;
  position: absolute;
  width: 749px;
  top: 25px;
  background: #BFDEFF;
  padding: 0;
  z-index: 40;
  left: 0;
  text-align: center;
  font-size: 14px;
  height: 25px;
}

/*.nav .select :hover .select_sub {
background:#6f9c6f;
}*/

.nav .current .show {
  z-index: 10;
  color: #0059BA;
}

.Home .nav .current .show {
  z-index: 10;
  color: #003E82;
  background-color: #003E82;
}

.nav .select :hover .sub li a, 


/*.nav .current .show .sub li a*/ {
  display: block;
  float: left;
  background: ransparent
padding:0 0 0 5px;
  background: url(/images/Images/left.gif) no-repeat 0 -100px;
  margin: 0;
  white-space: nowrap;
  border: 0;
  color: #003E82;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}

.nav .current .show .sub li a {
  display: block;
  float: left;
  background: transparent;
  padding: 0 0 

0 5px;
  /*background:url(/images/Images/left.gif) no-repeat 0 -100px;*/ 
	margin: 0;
  white-space: nowrap;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  text-decoration: underline;
}

.nav .select :hover .sub li a i, 
.nav .current .show .sub li a i {
  display: none;
}

.nav .select :hover .sub li a b {
  padding: 0 10px 0 5px;
  background: url(/images/Images/right.gif) no-repeat right -100px;
  font-weight: normal;
}

.nav .current .sub li.sub_show a {
  color: #fc6;
  cursor: default;
  padding: 0 0 0 5px;
  background: url(left.gif) no-repeat 0 -200px;
}

.nav .current .sub li.sub_show a b {
  padding: 0 10px 0 5px;
  background: url(right.gif) no-repeat right -200px;
  font-weight: normal;
}

.nav .current .sub li a b {
  padding: 0 10px 0 5p

x;
  /*background: url(right.gif) no-repeat right 0;*/
font-weight: normal;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
  visibility: visible;
  color: #fff;
  padding: 0 0

0 5px;
/*background: url(left.gif) no-repeat 0 -200px; */
}

.nav .select :hover .sub li a:hover b, 
.nav .current .sub li a:hover b {
  padding: 0 10px 0 5p

x;
/*background: url(right.gif) no-repeat right -200px; */
}

.nav .select :hover .sub :hover i, 
.nav .current .show .sub :hover i,
.nav .current .sub li.sub_show a i {
  display: block;
  width: 750px;
  position: absolute;
  left: 0;
  top: 27px;
  text-align: center;
  font-style: normal;
  color: #fff;
  background: #FF0000;
  z-index: 40;
  text-decoration: none;
}

.nav .current .sub li.sub_show a:hover, 
.nav .current .sub li.sub_show a:hover i {
  color: #fff;
}

.nav .current .sub li.sub_show a i {
  z-index: 50;
}

#image {
  border: solid #fff;
  border-width: 1px 0;
  height: 125px;
  background: #0059BA;
}

#banner {
  border-top: 7px solid #0059BA;
  background-color: #0059BA;
  display: block;
  padding: 12px 0 5px 195px;
}

.Home #banner {
  border-top-color: #003E82;
  background-color: #003E82;
}

/*Imager Selection*/

.NewVehicles #image {
  background: url(/images/Images/Sierra_New_Vehciles.jpg) no-repeat;
}

.vehicles #image {
  background: url(/images/Images/Envoy_Used_Section.jpg) no-repeat;
}

.Home #image {
  background: url(/images/Images/Denali_Home.jpg) no-repeat;
}

.company #image {
  background: url(/images/Images/Company_Section.jpg) no-repeat;
}

/*Box Formatting ----------------------------------------------------------------------------*/

.box {
  padding-top: 10px;
}

/* addedd block to match css play*/

.boxcontent {
  display: block;
  background: #fff;
  height: auto;
  border: 0 solid #fff;
  border-width: 0 1px;
  margin: 0;
  padding: 0;
}

.xb1, .xb2, .xb3, .xb4 {
  display: block;
  overflow: hidden;
}

.xb1, .xb2, .xb3 {
  height: 1px;
}

.xb2, .xb3, .xb4 {
  background: #fff;
}

.xb1 {
  margin: 0 5px;
}

.xb2 {
  margin: 0 3px;
  border-width: 0 2px;
}

.xb3 {
  margin: 0 2px;
}

.xb4 {
  height: 2px;
  margin: 0 1px;
}

/*Colored Box Formatting 3px Margin------------------------------------------------------------*/

.col_box {
  background: transparent;
  margin: 0;
  padding: 0;
  float: left;
  clear: right;
  max-width: 175px;
}

.col_box1, .col_box2, .col_box3, .col_box4, .col_box5, .col_box6, .col_box7 {
  display: block;
  overflow: hidden;
  font-size: 0;
}

.col_box1, .col_box2, .col_box3, .col_box4, .col_box5, .col_box6, .col_box7 {
  height: 1px;
}

.col_box4, .col_box5, .col_box6, .col_box7 {
  background: #DAE6F2;
  border-left: 1px solid #A0A0A4;
  border-right: 1px solid #A0A0A4;
}

.col_box1 {
  margin: 0 8px;
  background: #A0A0A4;
}

.col_box2 {
  margin: 0 6px;
  background: #A0A0A4;
}

.col_box3 {
  margin: 0 4px;
  background: #A0A0A4;
}

.col_box4 {
  margin: 0 3px;
  background: #DAE6F2;
  border-width: 0 5px;
}

.col_box5 {
  margin: 0 2px;
  background: #DAE6F2;
  border-width: 0 4px;
}

.col_box6 {
  margin: 0 2px;
  background: #DAE6F2;
  border-width: 0 3px;
}

.col_box7 {
  margin: 0 1px;
  background: #DAE6F2;
  border-width: 0 3px;
  height: 2px;
}

.col_boxcontent {
  background: #DAE6F2;
  border: 3px solid #A0A0A4;
  border-width: 0 3px;
}

/*Used Vehicle Record Formatting ------------------------------------------------------------*/

h1 a {
  text-decoration: none;
  color: #000;
  display: block;
  float: left;
  background: url(/images/logo.jpg) no-repeat 10px 10px;
  width: 550px;
  height: 85px;
  text-indent: -99995px;
  position: relative;
  z-index: 51;
}

#logo_line2 {
  display: none;
}

h2 {
  font-size: 130%;
  margin: 0;
  padding: 5px 0px;
  float: left;
}

.Home h2 {
  color: #003E82;
  float: none;
  padding-top: 10px;
}

h3 {
  float: left;
  font-size: 95%;
  display: block;
}

/*Home Page Formatting--------------------------------------*/

h4 {
  text-align: center;
  color: #003E82;
  font-variant: normal;
  font-style: normal;
  font-size: 105%;
}

h5 {
  background: #0059BA;
  color: #FFF;
  font-size: 120%;
  border-bottom: 2px solid #000;
  text-align: center;
  display: block;
  margin: 10px 5px 0 5px;
}

h6 {
  background: #0059BA;
  color: #FFF;
  font-size: 120%;
  display: block;
  margin: 0;
  padding: 3px 10px;
}

#boxheight .boxcontent {
  height: 325px;
}

#boxheight #main_links.boxcontent {
  height: 166px;
}

#sideContent img {
  margin-left: 40px;
}

/*.NewVehicles #sideContent p {
	font-size: 70%;
}*/

#main_ad {
  background: url(/images/main_ad.jpg) no-repeat center center;
  width: 465px;
  height: 150px;
  text-indent: -9999px;
  margin-top: 9px;
}

.Home ul {
  margin: 0 0 0 0;
  font-size: 80%;
  list-style-type: none;
}

.boxcontent h1 {
  margin: 0;
  padding: 0;
}

.boxcontent h4,
.boxcontent ul,
.boxcontent p {
  margin: 0;
  padding: 10px;
}

#gold_medal_bonus h4 {
  background: url(../images/gold_medal_bonus.png) no-repeat;
  width: 180px;
  height: 65px;
  margin: -4px 0 0 -1px;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
}

#title_gwc {
  background: url(../images/goodwrench_card.jpg) no-repeat center bottom;
  width: 100%;
  height: 109px;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
}

#goodwrench_promo p {
  font-size: 10px;
  line-height: 14px;
}

#title_1500cash {
  background: url(../images/1500cash.jpg) no-repeat center center;
  text-indent: -99999px;
  width: 150px;
  height: 100px;
}

#title_epe {
  background: url(../images/employee_pricing_event.jpg) no-repeat center center;
  text-indent: -99999px;
  width: 100%;
  height: 56px;
  padding:0px;
  margin:0px;
}

#chrome_accessories p {
  line-height: 22px;
  font-size: 14px;
}

#chrome_accessories {
  position: relative;
}

h1#add_promos {
  position: absolute;
  top: 5px;
  left: 150px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px;
  background-color: #fff;
}

h2 .title {
  float: left;
}

h2 .price {
  float: right;
  margin-top: 5px;
  display: inline;
  font-size: 0.8em;
  color: #FF0000;
  font-weight: bold;
}

.boxcontent .smaller {
  font-size: 10pt;
}

.clearit {
  display: inline-block;
}

.clearit:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearit {
  height: 1%;
}

.clearit {
  display: block;
}

.right_data {
  border: 1px solid #00FF55;
  margin-left: 55px;
}

.img-wrapper {
  background: url(/images/Images/shadow.gif) no-repeat bottom right;
  clear: both;
  float: left;
  position: relative;
  margin: 0 0 15px 15px;
}

.img-wrapper img {
  margin: -5px 5px 5px -5px;
  display: block;
  position: relative;
}

.sec_photo {
  margin: 0;
  padding: 0;
  float: left;
}

.sec_photo ul {
  margin: 0;
  padding: 0;
}

.sec_photo li {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}

.veh_features {
  margin: 0;
  background-color: #DAE6F2;
}

.veh_features li {
  list-style: none;
  font-size: 70%;
}

.veh_features li span {
  margin-left: 2px;
  font-weight: 900;
}

/*Vehicle Options Formatting--------------------------------------------------------------*/

.new_veh_table {
  font-size: 75%;
  width: 730px;
  margin: 10px 10px 0 10px;
}

.vehicles .new_veh_table {
  font-size: 85%;
}

.NewVehicles h2, h2, .price {
  padding: 0 10px;
}

thead {
  padding: 0 1.5em 0 1.5em;
}

thead tr {
  font-size: 200%;
  padding: 20px 0;
  margin: 20px 0;
  background-color: #80BCFF;
}

thead td {
  font-weight: bold;
  font-size: 125%;
}

tbody th {
  padding: 5px 0;
  margin: 0 20px;
  background-color: #80BCFF;
}

tfoot td {
  text-align: right;
  padding: 20px 0 10px 0;
  margin-top: 50px;
  font-size: 125%;
}

.boxcontent p.link {
  text-align: right;
  padding: 0 10px 10px 0;
}

.boxcontent p.link, .new_veh_table td {
  font-size: 10pt;
}

.vehicles tfoot td {
  margin-top: 10px;
}

td .strong {
  font-weight: 900;
}

/*Search features Formatting--------------------------------------------------------------*/

form#search_form {
  margin: 0 auto;
  padding-bottom: 8px;
}

.NewVehicles form#search_form {
  min-height: 278px !important;
  min-height: 290px;
}

.vehicles form#search_form {
  min-height: 215px !important;
  min-height: 232px;
}

#search_start {
  margin: 0 0 10px 10px;
  padding-top: 10px;
  display: block;
  font-weight: bold;
}

#search_start span {
  margin: 0 10px;
}

#search_container {
  margin-left: 10px;
  padding: 10px 0;
}

#search_container li {
  list-style-type: none;
  padding-top: 3px;
}

#search_container li span {
  margin: 0 10px;
  font-weight: lighter;
}

#search_form .buttons {
  padding-top: 0;
  padding-bottom: 0;
}

#search_form .buttons .search {
  font-weight: bold;
}

#search_form .buttons input {
  height: 2.5em;
  width: 6em;
}

#list_spacer {
  margin-top: 10px
}

.vehicles #sideContent .boxcontent {
  height: 223px;
  height: 223px\9;
}

.NewVehicles #sideContent .boxcontent {
  height: 304px;
  height: 290px\9;
}

#search_help, #zero_message {
  margin: 0 0.5em;
  text-align: center;
  padding: 0.2em;
}

#zero_message {
  border: 1px solid #E8A400;
  background-color: #FFF4D8;
  margin-top: 0.5em;
}

#search_help p, #zero_message p {
  font-size: 10pt;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
}

#search_result_message span {
  background-color: #EE3;
}

#search_result_message span {
  font-size: 10pt;
  padding: 0.1em 0.5em;
}

/*Featured Vehicles List Formatting------------------------------------------------------------*/

#Contextual_Links {
  float: right;
  list-style-type: none;
  margin-right: 0;
}

#Contextual_Links b {
  color: #003E82;
  padding-left: 3px;
}

.highlight {
  color: #FF0000;
  font-size: 125%;
  font-weight: bold;
  padding-left: 3px;
}

#Contextual_Links li {
  margin: 3px 0 0 0;
  list-style-type: none;
}

.txt_features {
  padding: 10px;
  font-size: 75%;
  list-style-type: none;
  float: left;
  margin-right: 10px;
}

.txt_features span {
  font-weight: bold;
}

.s_type_selected {
  background-color: #EE3;
}

.delprice {
  text-decoration: line-through;
}

td.options {
  vertical-align: top;
  width: 50%;
}

.options ul {
  list-style-type: none;
  padding: 0.2em 0;
}

.options li {
  clear: both;
  margin: 0;
  padding: 0;
}

.options .name {
  float: left;
  width: 290px;
  padding-bottom: 0.5em;
}

.options .cost {
  float: right;
  padding-right: 5px;
}

/*Static Page Formattinf===============================================*/

.strong {
  font-weight: 900;
}

.box_list li {
  margin-left: 20px;
  list-style-type: none;
}

.company h6 {
  text-align: center;
}

.company img {
  margin: 10px 10px 0 10px;
}

/*Parts Items Formattinf===============================================*/

.parts h4 {
  text-align: left;
}

.eng_price {
  margin: 0 10px 0 20px;
  color: #003E82;
  font-size: 75%;
}

.parts li {
  list-style-type: none;
  font-size: 85%;
  font-weight: 400;
  margin-left: 20px;
}

.pic {
  border: 2px solid #A0A0A4;
  float: left;
  margin: 20px;
}

.disclaimer {
  font-size: 70%;
  font-style: italic;
}

.highlight2 {
  color: #FF3F55;
  font-size: 115%;
  font-weight: bold;
  margin: 0;
  padding: 0
}

/*Contact Formatting===============================================*/

ul.contacts {
  clear: both;
  float: none;
  list-style-type: none;
  padding: 0;
}

ul.contacts li {
  font-size: 75%;
  text-align: center;
  float: left;
}

ul.contacts li .pic {
  margin-right: 0;
  float: none;
}

div.contact {
  clear: both;
  float: none;
  margin-bottom: 0.5em;
}

/*Management Formatting===============================================*/

#mgmt h2 {
  margin: 10px 0 0 0;
}

#mgmt h4,
#mgmt p {
  margin: 0 0 0 175px;
  text-align: left;
}

#phone_no {
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

ol.power_deals {
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.power_deals li {
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

#holiday_cash #title_hc {
  background: url(../images/holiday_cash.jpg) no-repeat center bottom;
  text-align: left;
  text-indent: -999999px;
  width: 100%;
  padding: 0;
  height: 60px;
  margin-bottom: 5px;
}

/* @group Promo Link */

a.promo_link img {
  border-style: none;
}

a.promo_link {
  color: #000;
  text-align: center;
  display: block;
  text-decoration: none;
}

a.promo_link h5 {
  color: #000;
  background-color: transparent;
  border-style: none;
  padding: 0;
  margin: 0;
}

a.promo_link:hover, a.promo_link:hover h5 {
  color: #0059BA;
}

/* @end */

/* @group Featured Info Box */

#featured_info .spring_themed_info {
  background: url(../images/spring_subhead.jpg) no-repeat center center;
  width: 750px;
  height: 90px;
  overflow: hidden;
}

#featured_info .xmas_themed_info {
  background: url(../images/xmas_subhead.jpg) no-repeat center bottom;
  width: 750px;
  height: 90px;
  overflow: hidden;
}

#featured_info .olympics_themed_info {
  background: url(../images/olympics_subhead.jpg) no-repeat center bottom;
  width: 750px;
  height: 90px;
  overflow: hidden;
}

#featured_info .boxcontent {
  display: block;
  background: transparent;
  height: auto;
  margin: 0;
  padding: 0;
  border-style: none;
  text-align: left;
}

#featured_info .xb1, 
#featured_info .xb2, 
#featured_info .xb3, 
#featured_info .xb4 {
  display: block;
  visibility: visible;
}

#featured_info .xb1, 
#featured_info .xb2, 
#featured_info .xb3 {
  height: 0;
}

#featured_info .xb2, 
#featured_info .xb3, 
#featured_info .xb4 {
  background: transparent;
}

#featured_info .xb1 {
  margin: 0;
}

#featured_info .xb2 {
  margin: 0;
  border-style: none;
}

#featured_info .xb3 {
  margin: 0;
}

#featured_info .xb4 {
  height: 0;
  margin: 0;
}

#featured_info h4 {
  text-align: left;
  margin: 0;
  padding-bottom: 0;
}

#featured_info p {
  padding-top: 0;
  font-size: 12px;
  padding-right: 75px;
  line-height: 16px;
}

.extended_info {
  padding-top: 10px;
}

/* @end */

/* @group Home */

#used_vehicle_quick_links,
#new_vehicle_quick_links {
  height: 116px;
  margin-right: 20px;
  background: none no-repeat right center;
}

#new_vehicle_quick_links {
  margin-left: 234px;
  margin-top: -5px;
}

#used_vehicle_quick_links li a,
#new_vehicle_quick_links li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}


.photo_gallery h5 {
  margin: 0 5px;
}

.photo_gallery .protoflow {
  height: 220px;
}

.photo_gallery .captionHolder {
  top: 160px !important;
  font-size: 12pt;
}

#boxContents .email {
  width: 500px;
  font-size: 10pt;
}

.email em {
  font-size: 8pt;
}

.email textarea {
  width: 100%;
}

a img {
  border: none;
}

h3.blue_bg {
  background-color: #0059BA;
  padding: 5px;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  display: block;
  float: none;
  margin: 0 3px;
}

h4.longer {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 14px;
}

#fully_loaded .fully_loaded_title {
  background: url(../images/fully_loaded_header.jpg) no-repeat center center;
  display: block;
  width: 100%;
  height: 220px;
  margin: 0 0 15px;
  padding: 0;
  text-indent: -9999px;
}

#fully_loaded h4.longer {
  display: none;
}

#fully_loaded p {
  line-height: 24px;
  font-size: 14px;
}

#cash_for_clunkers h4.longer {
  font-weight: normal;
  font-style: normal;
  color: #42a113;
  text-align: left;
  margin-top: 15px;
}

#title_cfc {
  background: url(../images/cash_for_clunkers.jpg) no-repeat center bottom;
  height: 75px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  text-indent: -9999px;
}

#title_gmcard {
  background: url(../images/goodwrench_card.jpg) no-repeat center bottom;
  height: 108px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  text-indent: -9999px;
}

#gm_card p {
  font-size: 13px;
}

.satisfaction p {
  font-size: 12px;
}

.satisfaction a {
  display: block;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

/* @end */

		#bodyWrap {
			width: 800px;
			margin-left: auto;
			margin-right: auto;
		}

		
		.protoflowContainer {
      float: left;
			border: 1px solid #DDD;
			width: 530px;
      margin: 0.5em;
      margin-bottom: 0;
		}
		.protoflow {
			width: auto;
			height: 180px;
		}
    .protoflow img {
      border: 1px solid #CCC;
    }


		
		.sliderTrack {
			background:transparent url('resources/track_fill_left.png') no-repeat scroll left top;
			height:15px;
			position:relative;
			text-align:left;
			width:137px;
		}

		.sliderHandle {
			background:transparent url('resources/knob.png') no-repeat scroll left top;
			cursor:pointer;
			height:16px;
			margin-left:-2px;
			position:absolute;
			top:-5px;
			width:16px;
		}

		.protoCaptions {
			display: none;
		}

		.captionHolder {
			font-size: 34px;
			color: black;
		}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#lightbox_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


#overlay{ 
    background-image: url(/stylesheets/lightbox/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(/stylesheets/lightbox/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/stylesheets/lightbox/overlay.png", sizingMethod="scale");
}

#box {
  background:#FFFFFF;
	margin: 0;
	padding: 0;
  border:2px solid #000000;
	overflow: auto;
}

#box #close {
  position:absolute;
  top:0px;
  right:0px;
  cursor:pointer;
}

#box #boxContents {
	margin-top:12px;
	padding:10px;
}


.label {
  font-size: 8pt;
  font-weight: bold;
}

.group label, .group .label {
  position: relative;
  clear: left;
  float: left;
  color: #666;
  width: 5em;
  font-weight: normal;
}
.group label.nofloat {
  clear: none;
  float: none;
}
.group input, .group select, .group textarea {
  margin: 0;
  padding: 0;
}

.wide label, .wide .label {
  width: 10em;
}
.x-wide label, .x-wide .label {
  width: 14em;
}
.xx-wide label, .xx-wide .label {
  width: 18em;
}


.error {
  border-color: #633;
  color: #F5F5F5;
  background-color: #CF3333;
}

.notice {
  border-color: #E8A400;
  background-color: #FFF4D8;
}

.notice, .error {
  border-width: 1px;
  border-style: solid;
  font-size: 8pt;
  padding: 0.5em;
  line-height: 1.5em;
}

.notice p, .error p {
  margin-top: 0;
}


