/*Carter Template Main*/
a, a:link, a:visited, a:active {
	color: #A80202;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 9pt;*/
   font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
a:hover {
	color: #FD0D0D;
	text-decoration: none;
}
a img, :link img, :visited img {
	border: none;
}
body {
	background-image: url(images/layout/background-main-tile.jpg);
	background-repeat: repeat-x;
	background-color: #183166;
	color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14pt;
}
h1, h2, h3, h4, h5, h6 {
	color: #183166;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #D50202;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 9pt;
}
h5 {
	font-size: 8pt;
	line-height: normal;
}
h6 {
	font-size: 7pt;
	line-height: normal;
}
.pageHead {
	margin-top: 0px;
	margin-bottom: 20px;
	border: none;
	color: #A80202;
}
hr {
	background-color: #9B9B9A;
	color: #9B9B9A;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 10px auto 10px auto;
	padding: 0px;
	text-align: center;
	width: 95%;
}
div.hrsub {
	background-color: #9B9B9A;
	color: #9B9B9A;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 10px auto 10px auto;
	padding: 0px;
	width: 95%;
}
p, table, tr, td, li, ul, ol, form, input, select, option, .regtext {
	color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15px;
}
ol h3, img+h3, ol h4 {
	margin-top: 20px;
}
p {
	margin: 5px 0px 10px 0px; /* Firefox Fix */
	padding: 0px;
}
.first {
	color: #324582;
	font-weight: bold;
}
br {
	line-height: 10px;
}
ul, ol {
	margin-bottom: 5px;
	margin-left: 20px; /*IE Opera */
	margin-top: 5px;
	padding-left: 20px; /*Firefox*/
}
ul {
	list-style-type: square;
}
li ul {
	margin-top: 0px;
}
.bumpLeft {
	margin-right: 10px;
}
.bumpRight {
	margin-left: 10px;
}
.head1 {
	border: 1px #BABFC3 solid;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/layout/head-background-tile-lrg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #445A8C;/*#FFA800;*/
	padding: 5px 3px 5px 3px;
}
.head2 {
	border: 1px #BABFC3 solid;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/layout/head-background-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #445A8C;/*#FFA800;*/
	padding: 4px 2px 2px 3px;
}
.red {
	color: #FF0000;
}
.orange {
	color: #F39500;
}
.large {
	font-size: 10pt;
}
.RowTwo {
	background-color: #F1F1F1;
}
.smallText {
	font-size: 7pt;
}
.disclaimer {
	font-size: 7pt;
	font-style: italic;
}
br.clear {
	clear: both;
	font-size: 0px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
.noCSS {
	display: none;
	font-size: 0px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
.noShow {
	visibility: hidden;
}
#mainContainer {
	/*background-image: url(images/layout/main-background-tile.gif);
   background-repeat: repeat-y;*/
   margin: 0px auto 0px auto;
	width: 768px;/*height: 100%;*/
}
#headerContainer {
	display: block;
	height: 152px;
	padding: 0px;
	width: 768px;
}
#headerLogo {
	background-image: url(images/layout/header-logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 152px;
	margin: 0px;
	padding: 0px;
	width: 768px;
}
#headerLinks {
	height: 20px;
	margin: 0;
	padding-top: 2px;
}
#headerLinks div#home {
	float: left;
	height: 18px;
	padding: 0px 0px 0px 25px;
}
#headerLinks div#home a {
	display: block;
	text-align: right;
	padding-left: 22px;
}
#headerLinks div#links {
	float: right;
	height: 18px;
	padding: 0px 18px 0 0;
}
#headerLinks div#links span {
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#headerLinks a, #headerLinks a:link, #headerLinks a:visited, #headerLinks a:active {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	text-transform: lowercase;
}
#headerLinks a:hover {
	color: #183166;
}
#printOnlyHeader {
	display: none;
}
.printOnly {
	display: none;
}
#backgroundContainer {
	background-image: url(images/layout/content-background-tile.jpg);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 768px;
}
#middleContainer {
	background-image: url(images/layout/content-background-top.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 768px;
}
#sideContainer {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	width: 191px; /* 197px*/
}
#contactContainer {
	width:180px;
	height:27px;
	display:block;		
	font-size:15px;
	font-weight:bold;
	text-align:right;
	color:#183166;	
	padding:0px 0;
	margin:0 auto;
	float:right;
} 

#contactContainer #phone{
	width:180px;	
	text-align:right;
	float:right;
	position:relative;
	top:0px;
}
#contentContainer {
	background-color: transparent;
	color: #171717;
	display: block;
	float: right;
	margin: 0px;
	padding: 10px 21px 10px 10px;
	width: 540px; /*571px*/
}
#footerContainer {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 768px;
}
#footerLogo {
	background-image: url(images/layout/footer-blank.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 96px;
	width: 768px;
	margin: 0;
	padding: 0;
}
#footerLogo #backToTop {
	float: left;
	padding: 26px 7px 0 132px;
	;
	width: 58px;
	height: 58px;
}
#footerLinks {
	float: left;
	display: block;
	margin: 0px;
	padding: 30px 20px 10px 15px;
	width: 536px;/*571px*/
}
#footerLinks p, #footerLinks a, #footerLinks a:link, #footerLinks a:visited, #footerLinks a:active {
	color: #EAEFF8;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#footerLinks a {
	margin: 0 3px 0 3px;
}
#footerLinks a:hover {
	color: #183166;
}
#dealerCopy {
	float: left;
	padding: 5px 10px 10px 207px;
	width: 407px; /*624px*/
}
#dealerCopy p, #dealerCopy a, #dealerCopy a:link, #dealerCopy a:visited, #dealerCopy a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 7pt;
	color: #8694B3;
}
#dealerCopy a:hover {
	color: #FFFFFF;
}
#aslLink {
	float: left;
	width: 124px; /*144px*/
	padding: 5px 10px 10px 10px;
	text-align: right;
}
/*===============*/

div.sideBarQuickLinksContainer {
	background-image: url(images/sidebar/quicklinks-background-tile.jpg);
	background-repeat: repeat-y;
	display: block;
	margin-bottom: 0px;
	padding: 0px;
	width: 191px;/*191px*/
}
div.sideBarQuickLinksTopLine {
	background-image: url(images/sidebar/quicklinks-background-top.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 191px;
}
div.sideBarQuickLinksContent {
	display: block;
	margin: 0px;
	padding: 0px 6px 7px 15px;
	width: 170px;/*191px*/
}
div.sideBarQuickLinksBottomLine {
	background-image: url(images/sidebar/quicklinks-background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 191px;
}
/*=====*/

div.sideBarFeatureContainer {
	background-image: url(images/sidebar/sidebar-background-tile.jpg);
	background-repeat: repeat-y;
	display: block;
	margin-bottom: 6px;
	padding: 0px;
	width: 191px;/*191px*/
}
div.sideBarFeatureTopLine {
	background-image: url(images/sidebar/sidebar-background-top.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 191px;
}
div.sideBarFeatureContent {
	display: block;
	margin: 0px;
	padding: 9px 6px 10px 15px;
	width: 170px;/*191px*/
	min-height: 85px;/*104px*//*Firefox Only*/
}
div.sideBarStatus {
	background-image:url(images/carter_serviceStatusButton.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 191px;
	height:114px;
	position:relative;
	right:1px;
	
}
div.sideBarFeatureBottomLine {
	background-image: url(images/sidebar/sidebar-background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 191px;
}
div.sideBarFeatureTitle {
	background-image: url(images/sidebar/sidebar-subtitle-background.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 19px;/*22px*/
	margin: 0px;
	padding: 5px 0 0 5px;
	width: 165px;/*170px*/
	color: #FFFFFF;
	background-color: #445A8C;
	font-weight: bold;
	font-size: 8pt;
}
ul.navImageList {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 170px;
}
ul.navImageList li {
	background-color: #F1F1F1;
	background-image: url(images/sidebar/sidebar-list.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.navImageList li a, ul.navImageList li a:link, ul.navImageList li a:visited, ul.navImageList li a:active {
	color: #183166;/*#696969;*/
	display: block;
	/*font-family: "Courier New", Courier, monospace;*/
   font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	height: 19px; /*24px*/
	padding: 5px 0 0 5px;
	width: 165px; /*170px*/
	text-align: left;
}
ul.navImageList li a:hover {
	color: #4668B6;
	background: transparent none;
	text-decoration: none;
	padding: 6px 0 0 5px;
	height: 18px; /*24px*/
}
/*===============*/

#bnpBox {
	width: 160px; /*170px*/
	height: 97px; /*173px*/
	background: transparent url(images/sidebar/sidebar-bnp-back.gif) top no-repeat;
	padding-top: 76px;
	padding-left: 10px;
}
#mainBAPForm, #bapMain {
	margin: 0;
	padding: 0;
}
/* span.bap_make applies to single make layout */
#bnpBox span.bap_make {
	background-color: #F9F9F9;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	display: block;
	width: 144px;
	margin: 0 0 7px 0;
	padding: 0 0 0 3px;
	border: 1px solid #6D6D6D;
}
#bnpBox select {
	width: 148px;
	margin: 0 0 7px 0;
	padding: 0;
	border: 1px solid #6D6D6D;
}
/* #bap_submit applies to single make layout */
#bnpBox input#submit, #bnpBox input#bap_submit {
	border: none;
	position: relative;
	left: 69px;
}
/*===============*/

ul.bnpImageList {
	margin: 0px;
	padding: 0px;
}
ul.bnpImageList li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*li.bnpLink1 {
   background-image: url(images/layout/inventory-button-over.gif);
   background-repeat: no-repeat;
   display: block;
   height: 45px;
   width: 457px;
}

li.bnpLink1 a, li.bnpLink1 a:link, li.bnpLink1 a:visited {
   background-color: #FFFFFF;
   background-image: url(images/layout/inventory-button.gif);
   background-repeat: no-repeat;
   display: block;
   height: 45px;
   text-decoration: none;
   width: 457px;
}

li.bnpLink2 {
   background-image: url(images/layout/bnp-any-over.gif);
   background-repeat: no-repeat;
   display: block;
   height: 45px;
   width: 388px;
}

li.bnpLink2 a, li.bnpLink2 a:link, li.bnpLink2 a:visited {
   background-color: #FFFFFF;
   background-image: url(images/layout/bnp-any.gif);
   background-repeat: no-repeat;
   display: block;
   height: 45px;
   text-decoration: none;
   width: 388px;
}

li.bnpLink3 {
   background-image: url(images/layout/bnp-this-over.gif);
   background-repeat: no-repeat;
   display: block;
   height: 63px;
   width: 500px;
}

li.bnpLink3 a, li.bnpLink3 a:link, li.bnpLink3 a:visited {
   background-color: #FFFFFF;
   background-image: url(images/layout/bnp-this.gif);
   background-repeat: no-repeat;
   display: block;
   height: 63px;
   text-decoration: none;
   width: 500px;
}

li.bnpLink1 a:hover, li.bnpLink1 a:focus, li.bnpLink2 a:hover, li.bnpLink2 a:focus, li.bnpLink3 a:hover, li.bnpLink3 a:focus  {
   background: transparent none;
   text-decoration: none;
}
*/

/*===============*/
/* Feature Vehicle Sidebar*/
#sideContainer .featuredVehicle {
	margin: 0;
	padding: 0;
	width: 170px; /*170px*/
}
#sideContainer .featuredVehicle a .image {
	border: 1px solid #183166;
	margin: 0;
	padding: 0;
	width: 168px; /*170px*/
}
#sideContainer .featuredVehicle a:hover .image {
	border: 1px solid #FD0D0D;
	margin: 0;
	padding: 0;
	width: 168px; /*170px*/
}
#sideContainer .featuredVehicle .title {
	background-image: url(images/layout/head-background-tile.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #445A8C;/*#FFA800;*/
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 5px 3px;
	text-align: center;
	cursor: pointer;
}
#sideContainer .featuredVehicle .titleHover {
	background-image: url(images/layout/head-background-tile.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #445A8C;/*#FFA800;*/
	color: #E6E6E6;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 5px 3px;
	text-align: center;
	cursor: pointer;
}
#sideContainer .featuredVehicle .options {
	color: #183166;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 13px;
	padding: 5px;
	margin: 3px 0 0 0;
}
#sideContainer .featuredVehicle .options a {
	font-size: 8pt;
	line-height: 13px;
}
#sideContainer .featuredVehicle .price {
	color: #CE0000;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 5px 5px 0 0;
	padding-bottom: 30px;
	text-align: right;
}
/*===============*/
#sideContainer div.textBox {
	padding: 5px;
}
#sideContainer ul.hours {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.hours li {
	font-size: 8pt;
	color: #183166;
}
#sideContainer .address {
	font-size: 8pt;
	color: #183166;
}
#sideContainer .getDir {
	background-image: url(images/sidebar/icon-compass.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin: 3px auto 0 auto;
	width: 136px;
	height: 29px;
}
#sideContainer .getDir a {
	display: block;
	width: 136px;
	height: 24px;
	padding-top: 5px;
}
/*===============*/

#featureboxFloat {
	display: block;
	margin:40px auto 20px auto;
}
#featureboxContainer {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 498px;
}
#featureboxLeftColumn {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 244px;
}
#featureboxRightColumn {
	display: block;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 244px;
}
div.featurebox, div.featureboxHover {
	cursor: pointer;
	display: block;
	height: 57px; /*61px*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 240px; /*244px*/
	border:1px solid #000000;
}
div.featurebox div.image, div.featureboxHover div.image {
	display: block;
	float: left;
	height: 57px;
	width: 63px;
}
div.featurebox div.text {
	background-image: url(images/featurebox/featurebox-background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 51px; /*57px*/
	padding: 3px 20px 3px 5px;
	width: 152px; /*177px*/
	background-color:#EFEFEF;
}
div.featureboxHover div.text {
	background-image: url(images/featurebox/featurebox-background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 51px; /*57px*/
	padding: 3px 20px 3px 5px;
	width: 152px; /*177px*/
	background-color:#EFEFEF;
}
div.featurebox div.text p {
	color: #183166;
	font-size: 10px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
div.featurebox div.text p strong {
	color: #183166;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
div.featureboxHover div.text p {
	color: #4668B6;
	font-size: 10px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
div.featureboxHover div.text p strong {
	color: #4668B6;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
/*===============*/

#googleMap {
	width: 480px;
	height: 400px;
	border: 1px solid #8F9091;
	margin: 10px auto 10px auto;
}
#saddr {
	font-family: Arial, Helvetica, sans-serif;
}
#SUBMIT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	background: #FFFFFF;
	color: #A80202;
	text-align: left;
	width: 199px;
	padding: 0px;
	margin: 0px;
}
/*==== Form Stuff ====*/

input, select, option, textarea {
	background-color: #F9F9F9;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/* Firefox only */
input:focus, textarea:focus {
	background-color: #ffc;
	color: #000;
}
.formbut, .vsearch_button {
	background-image: url(images/layout/bttn-background-tile.gif);
	background-repeat: repeat-x;
	background-color: #9D9D9D;/*#7D7D7D;*/
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-top: 1px solid #CCCCCC;
	/*border: none;*/
   color: #A80202;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding-top: 4px;
	text-align: center;
	text-transform: uppercase;
}
.formbutHover, .formbut:hover, .vsearch_buttonHover, .vsearch_button:hover {
	background-image: url(images/layout/bttn-background-tile.gif);
	background-repeat: repeat-x;
	background-color: #9D9D9D;/*#7D7D7D;*/
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-top: 1px solid #CCCCCC;
	/*border: none;*/
   color: #FD0D0D;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding-top: 4px;
	text-align: center;
	text-transform: uppercase;
}
#contactForm {
	margin-top: 20px;
	padding-bottom: 10px;
}
#contactForm label {
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: right;
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
}
#contactForm input, #contactForm select, #contactForm p, #contactForm textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 350px;
}
#contactForm input.formbut, #contactForm input.formbutHover, #contactForm input.vsearch_button, #contactForm input.vsearch_buttonHover {
	width: auto;
}
/*===============*/

#siteMap {
	display: block;
	width: 360px;
	margin: 0px auto 0px auto;
}
#siteMap a.top {
	text-transform: uppercase;
}


/*
div.advertBox {
   background-color: #F9F9F9;
   border: 3px dashed #F39500;
   margin: 15px auto 15px auto;
   padding: 10px;
   text-align: center;
   width: 450px;
}

div.advertBox p.title {
   color: #324582;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   line-height: 20px;
   margin: 0px;
}

div.advertBox p.details {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   margin: 5px;
   line-height: 18px;
}

div.advertBox li {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: bold;
}

div.advertBox a {
   font-size: 10pt;
}

#TwentyReasons {
   width: 480px;
   padding: 10px;
   margin: 10px auto 10px auto;
}

#TwentyReasons h3 {
   margin-top: 0;
}

#TwentyReasons ol {
   margin-top: 10px;
   margin-left: 10px;
   padding-left: 10px;
}

#TwentyReasons li {
   font-weight: bold;
   padding-top: 2px;
   padding-bottom: 3px;
   border-bottom: 1px dashed #8F9091;
   overflow: visible;
}

div.Testimonial {
	margin: 0 auto 0 auto;
	padding: 10px 5px 20px 5px;
	width: 490px;
}

div.Testimonial a.headlink {
	font-style: italic;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}

div.Testimonial p.quote {
	padding: 0 5px 0 5px;
	font-size: 10pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

div.Testimonial p.name {
	padding-left: 5px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

div.Testimonial a.close {
	margin-left: 20px;
}

table.maintenance th {
   font-family:Arial, Helvetica, sans-serif;
   background-color: #324582;
   color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: top;
}
	
table.maintenance td {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   text-align: center;
   vertical-align: top;
   border-bottom: 1px solid #8F9091;
}

table.maintenance td.service, table.maintenance td.service ul, table.maintenance td.service li {
   font-family:Arial, Helvetica, sans-serif;
   text-align: left;
   font-weight: normal;
   font-size: 8pt;
}
p.MaintnanceText {
   font-family:Arial, Helvetica, sans-serif;
   text-align: left;
   font-weight: normal;
   font-size: 8pt;
}
table.maintenance td.service ul {
   margin-top: 0px;
   margin-left: 15px;
   padding-left: 15px;
}

table.maintenance tr.odd {
   background-color: #E7EBEF;
}

table.maintenance tr.even {
   background-color: #F9F9F9;
}
*/

/*
.alertText {
   color: #FF0000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
}

#HeritageContainer {
	
	display: block;
   	margin: auto;
   	width: 500px;
		
	
}
.HeritageOdd {
	background-color: #E7EBEF;
	margin-top:8px;
	
}
.HeritageEven {
	background-color: #F9F9F9;
	margin-top:8px;
	
}

p.Heritage {
	text-align:left;
	margin-left:5px;

}
.HeritageImage {
	float:right;
	padding: 5px;
	text-align:center;
}
*/

#sideRelp{
	width:191px;
	height:159px;
	padding:0;
	background:transparent url(images/relp/relpBack.jpg) top no-repeat;
	margin-bottom:5px;
}
#relpVideo {
	float:left;
	position:relative;
	left:18px;
	top:8px;
}
